FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
08-08-2024 09:19 PM
Hi all.
I want to command the drive conect app with my plc application.
So far i couldn´t use the flatbuffer interface to command the Export and Import parameters functions, so i am asking if there is an example ready for this.
08-08-2024 10:04 PM
The Drive Connect app is controlled via datalayer nodes. See the documentation here.
You can use the CXA_Datalayer PLC library to read/write these nodes. Datalayer watchlists are another option. See this video from @bschmidt.
08-09-2024 03:06 PM
Hi, thanks for the quick reply.
I will try to be more specific: I need to generate a function to call a create method on this node: devices/drives/ethercatmaster_1001/subdevices/subdevice-0/import-parameter
The problem is that it uses a flatbuffer type: (why developers, why?) 😂
I could not find the definition for this flatbuffer on ctrlx plc engineering 2.6 libraries.
09-02-2024 02:25 PM
In general for the access to the flatbuffer you a need a library that is including their definitions. When clicking on the schema you will see the flatbuffer used. Normally by simply search in the PLCs library manager for this flatbuffer and it should find the corresponding library.
Please also tell us ther version of the system and the DriveConnect App you are using.