Hello Thomas, at the moment it is not possible to get methods from the PLC to the Data Layer, like you can do it with custom apps in high level programming languages. I think the best workaround for you would be to have a bool variable in your PLC project and publish them to the Data Layer. From the Python App you can set the bool to true, when you want to start your PLC function. In the PLC program you can start your function when the specific bool variable is true and set the variable back to false, if you have finished the function (see screenshot and link in further information). To publish PLC methods direct to the Data Layer would be a nicer solution. This feature is on the roadmap for a future release. Further information: How to set up a ctrlX PLC project to publish variables to the ctrlX Data Layer
... View more