FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
06-22-2021 07:40 AM
06-22-2021 09:50 AM - edited 06-24-2021 03:55 PM
In general it is not possible to add variables (be a provider) to the ctrlX Data Layer from a script created by the graphical part of the ctrlX CORE IDE App. To do so you need the python wheel that is part of the SDK for ctrlX AUTOMATION.
To interact with any variable you can use the Datalayer abstraction:
To interact with variables of your hardware IOs you can use the Pin abstraction:
To interact with PLC variables you can use the IPC abstraction:
06-22-2021 03:26 PM
Post was moved to own topic.