OPC Item Path Bit Addressing with Beckhoff PLC

Hello.
I have set up an OPC UA connection to a Beckhoff PLC and I can read/write to OPC tags. The problem is that I am unable to bit address, when I use the syntax given in the manual ( given as adding “.0” to the end of the OPC Item Path and changing tag data type to Boolean) I get “Error_Configuration” as the tag value. Does anyone know the correct syntax to bit address to a Beckhoff PLC tag over OPC UA? Thank you

The syntax described in the manual is for our drivers when connected to the Ignition OPC UA server. It’s not universal with any OPC server you are connected to.

If the Beckhoff server doesn’t support this syntax then you’ll have to extract bits using an expression or derived tag instead.

2 Likes

Thank you!