Replies: 5 comments 1 reply
-
Do you have anything that shows the definition in the PLC? Can you get a Wireshark capture? Does writing from another client like UaExpert work? |
Beta Was this translation helpful? Give feedback.
-
and from UA expert I can modify the value and this is the Wireshark captured for the write request Thanks |
Beta Was this translation helpful? Give feedback.
-
Here the 2 file. Thank you |
Beta Was this translation helpful? Give feedback.
-
The capture shows that you are using a different NodeId for the TypeId than UaExpert is: Milo:
UaExpert:
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your help. The Node that you see in Milo is the one with the UDT structure in the PLC Now i go to set the nodeId of the encoder and I can write the signal Thanks again |
Beta Was this translation helpful? Give feedback.
-
Hi All,
In my plc I have created a UDT with 2 boolean field.
I have registered the coded successful. I'm able to read and decode the structure, but I have some issue when I try to write it.
In the details, I receive this error
StatusCode{name=Bad_TypeMismatch, value=0x80740000, quality=bad}
I try to write it in this way
and also in this
but the result it is always the same.
This is my codec class
where the decode is working.
Thank you
Andrea
Beta Was this translation helpful? Give feedback.
All reactions