How can I change the NodeId for an OPC UA variable?
Or to be more precise: how can I remove the "|var|" from the NodeID, e.g.
"NodeId:ns=4;s=|var|Raspberry Pi.Application.PLC_PRG.IrSpeed"
to
"NodeId:ns=4;s=Raspberry Pi.Application.PLC_PRG.IrSpeed"
Thanks a lot for any help !?
Regards,
RMW
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Then restart the runtime and the new Node name will appear with the connection. I don't know if it's possible to remove the |var| from the name. I hope this helps!
π
1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
How can I change the NodeId for an OPC UA variable?
Or to be more precise: how can I remove the "|var|" from the NodeID, e.g.
"NodeId:ns=4;s=|var|Raspberry Pi.Application.PLC_PRG.IrSpeed"
to
"NodeId:ns=4;s=Raspberry Pi.Application.PLC_PRG.IrSpeed"
Thanks a lot for any help !?
Regards,
RMW
more posts ...
same question
Same question
You can change the node id by adding the following to /etc/CODESYSControl.cfg:
[CmpOPCUAProviderIecVarAccess]
CustomNodeName=MyPLC123
Then restart the runtime and the new Node name will appear with the connection. I don't know if it's possible to remove the |var| from the name. I hope this helps!