cloud-string

xod-cloud/feeds/cloud-string

Gets a string value from the feed.
cloud-string
@/cloud-string
Gets a string value from the feed.
CAPnumber
The capacity of the string buffer. Defines the maximum length. Must be a constant value. Any changes during program execution will be ignored.
INETgeneric t1
An established internet connection
DOpulse
Request the value from the cloud
FEEDstring
Feed path starting from the project name. The full feed path will be `<username>/<projectname>/<FEED>`
cloud-string
OUT
CAP
INET
DO
FEED
FULL
DONE
DONEpulse
Pulses when the value is successfully stored
OUTstring
FULLpulse
Pulses when string reached maximum length and pushed character was ignored
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.