Hi together,
I am still new to the ctrlX system and am currently working with the SDK.
My problem is as follows:
I have programmed an OPC-UA server in Python.
With the help of the examples I was able to add nodes to the datalayer via Python and transfer the variables of the OPC-UA server there.
Now I want to bring my OPC-UA methods to the data layer so that I can pass on a method call to the PLC.
Unfortunately, I have not found any examples for attaching methods to the datalayer.
Is there a way to implement this concept?
Thanks in advance!