cancel
Showing results for 
Search instead for 
Did you mean: 

hello , i want to write a variable from a flow but that does not work with me .

Rghai.1
Associate II

this is my basic flow

1 ACCEPTED SOLUTION

Accepted Solutions

Unfortunately, for what I know, write panel is the easiest way to do so.

Other ways are using some kind of boxes or sliders from NodeRED "hacked" to interact correctly with STM nodes.

If you want to try this way, first step is to analize payloads of messages coming in and out nodes, to do so you have to use debug blocks, the ones in green in my posted photo.

Good luck!

View solution in original post

3 REPLIES 3
simosilva
Senior

0693W00000FDTJSQA5.pngThis is my flow and it works good!

"Variabili" is just your "myVariable", and notice the difference between the one with the three lines and the one with the gear, the first is just the "link" to the axf file, the second one is the one that effectively read and give access to the single variables.

The write panels than access the same variables but from here you can also change their values.

Hope it helps!

thank u for ur help

i just want to write my variable without write panel .

Unfortunately, for what I know, write panel is the easiest way to do so.

Other ways are using some kind of boxes or sliders from NodeRED "hacked" to interact correctly with STM nodes.

If you want to try this way, first step is to analize payloads of messages coming in and out nodes, to do so you have to use debug blocks, the ones in green in my posted photo.

Good luck!