FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We are updating our platform to a new
system.
Read more: Important
information on the platform change.
03-03-2022 04:26 PM
Is it possible to access variables of a running application via the PLC API?
I know that there is a possibility to get e.g., the global variable list but I can't find a REST command to get a specific variable used in a POU.
As a workaround for now, I had to declare all the variables of a POU I want to check out in a global variable list and use the Data Layer API to access a specific variable.
Solved! Go to Solution.
03-04-2022 01:49 PM
At the moment I do not think this is possible. I will check with our R&D. I also suggest the workaround you mentioned.
03-07-2022 08:03 AM
Currently ctrlX PLC API only supports offline programming a PLC project.
Online services, e.g. referring to variables are provided by the REST API of the control. For PLC variables usage of symbol variables is necessary to see them in the controller.
What is the specific use case of this issue? It should be specified more precisely!
03-07-2022 09:03 AM
A potential customer wanted to know if this is possible, so he can use the PLC API for all PLC related tasks and doesn't need to use the Data Layer API. There are no specific use cases, at least not for now.