Skip to content

Unable to Write to the Ignition Tag's #26

@Grs0918

Description

@Grs0918

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions