2021-10-22 06:34 AM
2021-10-23 05:48 AM
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!
2021-10-22 08:27 AM
This 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!
2021-10-22 09:01 AM
thank u for ur help
i just want to write my variable without write panel .
2021-10-23 05:48 AM
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!