Hello, I am currently trying to read a timestamp from my Siemens S7-1500 PLC and I get a different result depending on if I just read the node or subscribe to it.
When I read the node, I get the correct representation of the data:
But when I subscribe to it, all I get is a String.
I used the same item definition for both:
I don't know if this is a bug on the end of the Node-Red code or a weird implementation on the S7 OPC Server or if this is expected behaviour.
Hello, I am currently trying to read a timestamp from my Siemens S7-1500 PLC and I get a different result depending on if I just read the node or subscribe to it.
When I read the node, I get the correct representation of the data:
But when I subscribe to it, all I get is a String.
I used the same item definition for both:
I don't know if this is a bug on the end of the Node-Red code or a weird implementation on the S7 OPC Server or if this is expected behaviour.