-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
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
var newMsg = {
payload: {
tagValue:msg.payload,
tagProvider:'edge',
tagPath:[msg.payload.lcc,
]
}
};
return newMsg;
I am not able to write to tag using this function can anyone tell me the right way to do this .
Metadata
Metadata
Assignees
Labels
No labels