Error on writing to tag associated with enum

Ignition 8.0.12

Can you upload the logs somewhere? Those log messages appear to be out of order… not sure why.

If you can get the Wireshark capture of UaExpert writing to the same Node I think that will be useful at this point.

test3.zip (71.5 KB)

My logs…
Ignition_LM_Ignition_logs_20200508-1144.zip (2.2 MB)

Strange, UaExpert is actually writing an Int16 value instead. I have no idea why, though. I know you mentioned that this type is both an Enumeration and Short value, but that doesn’t make any sense - all enumerations are Int32 in OPC UA. Did you change this tag’s type at some point from enum to Short/Int16?

I found!!!

Thanks, the problem was that the ENUM was not initiate as DINT in CODESYS project…

1 Like