Hi! I was thinking of switching the OPC server config from "Symbol Configuration" to the "Communication manager" in the device tree.
I Have a lot of arrays of structs that I have previously declared in the "Persistent Variable" object in the device tree.
It seems as it is not supported to directly expose persistant variables to the OPC server like the "older" way of doing it in the symbol config.
Is this correct? Do you recommend to just do it the old fashioned way, or should I edit the structure of the global variable list / persistant data / OPC server and set up the OPC server from the "Communication manager" object?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't recommend using 'Communication Manager'. Under 'Communication Manager', the 'NodeId' type of OPC UA can only be of type 'OPAQUE'. This will bring compatibility issues to the development of the upper computer.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi! I was thinking of switching the OPC server config from "Symbol Configuration" to the "Communication manager" in the device tree.
I Have a lot of arrays of structs that I have previously declared in the "Persistent Variable" object in the device tree.
It seems as it is not supported to directly expose persistant variables to the OPC server like the "older" way of doing it in the symbol config.
Is this correct? Do you recommend to just do it the old fashioned way, or should I edit the structure of the global variable list / persistant data / OPC server and set up the OPC server from the "Communication manager" object?
I don't recommend using 'Communication Manager'. Under 'Communication Manager', the 'NodeId' type of OPC UA can only be of type 'OPAQUE'. This will bring compatibility issues to the development of the upper computer.