Closed Grs0918 closed 2 years ago
The payload just needs tagPath and tagValue:
{ "tagPath": "[default]mytag", "tagValue": 20 }
Hi
Just tried it it but it is not writing the value to the tag attached screenshot below
In debug window the output of the tag Write node in debug 6 Value is empty
Is there something I am doing it wrong?
Is msg.payload.values an array?
No it is just single value in msg.payload : Object format
Can you show me the debug output after the function node?
Yeah The Values are not injecting at once, realized the issue .
Thanks for the help !
Hi I am Trying to write to ignition tags using tag write node , The Tag Value and the TagPath are in format of msg.payload & msg.payload.lcc written in function node
I am not able to write to tag using this function can anyone tell me the right way to do this .