B&R PLC OPC UA Client

Hi All,

I want to use B&R PLC as a OPC UA client, but I see that I have to manually add all the variables one by one.

Is it possible to automatically retrieve all the data at once instead?

Thanks in advance.

.

No, at the moment you have to do it manually. I use OPCUA Expert to get a list of nodeIDs and then it is easy to adapt the configuration in Automation Studio.

Thank you for response.

I’m also using OPC UA Expert.

I think I have to manually introduce hundreds of variables to the B&R side, one by one.

Furthermore, it doesn’t support every data type, For example such as Struct, String, or LREAL.

Another option is to use the AsOpcUac library. There are some sample programs to get you started. You will still have to manually enter the variables, but I know structs and strings are supported here (I’m not sure about LREALs).

Do you have any control over the structure of the data? If you can organize it into arrays and structures that would make the number of nodes more manageable.