cloud-string-custom

xod-cloud/feeds/cloud-string-custom

Gets a string value from the feed.
cloud-string-custom
@/cloud-string-custom
Gets a string value from the feed.
INETgeneric t1
An established internet connection
CAPnumber
The capacity of the string buffer. Defines the maximum length. Must be a constant value. Any changes during program execution will be ignored.
TOKstring
XOD Cloud API Token
USERstring
XOD Cloud username. Used for the full feed path construction
PROJstring
XOD Cloud project name. Used for the full feed path construction
DOpulse
Request the value from the cloud
FEEDstring
Feed path starting from the project name. The full feed path will be `<USER>/<PROJ>/<FEED>`.
cloud-string-custom
OUT
INET
CAP
TOK
USER
PROJ
DO
FEED
FULL
DONE
DONEpulse
Pulses when the value is successfully stored
FULLpulse
Pulses when string reached maximum length and pushed character was ignored
OUTstring
To use the node in your project you should have the xod-cloud/feeds library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.