I have noticed that all OPC tag Ids are prefixed with ns=2;s=
.
Some examples of possible NodeId values would be:
ns=2;s=AcquisitionTimeRemaining
ns=2;s=Status
ns=2;s=Time
I am wondering what the significance of this prefix is.
Research:
Someone else asked this question on a forum. The answer given was that ns prefix specifies the namespace index a NodeId belongs to. The answer-er goes on to state:
For weird historical reasons, we assume ns=1 if it’s not explicitly present. Kepware’s Nodes are all in ns=2, so, it must be specified.
I am not using "Kepware's Nodes" and my namespace is still set to 2... Will this always be 2? I could not find any information on what the s in the prefix represents.