How to resolve data not write from Ignition to OPC UA server based device

I have Ignition 8.1 and using it to force output on Murrelektronik make 54631 PN IO Link device having built in OPC UA Server. I am getting following error as attached file

.

can anyone help me what should I do

(assuming your tag in Ignition is not configured to be read only)

This is the Server telling you that writes to the Value attribute of that Node are not allowed.

If there's anything that can be done, it's going to be somewhere in the configuration of that Server, not on the Ignition side.

thanks Kevin. I will check configuration on Server side then

Another sanity check would be to connect with a different client such as UaExpert and see if you are able to write from that client.

If you are, then Wireshark captures to see what's different between the Ignition client and UaExpert client will be necessary.

Also check to make sure that output pin is configured for digital out and not an io-link data pin.

1 Like