FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
06-17-2024 05:32 PM
Hello everyone, I'm new in cltlX platform and I'm facing the problem of integrating DLL libraries in PLC programs.
I successfully managed to create and link to a progect a 'C Implemented Library' object following the standard procedure for DLL integration in CODESYS platforms (see here).
However, when I try to download the project on the target (I'm using a ctrlX CORE virtual) the following error occurs:
Is there something I'm missing in the configuration of the ctrlX CORE or it is simply not possible to use the DLL integration with the virtual controller?
Thank to everyone
Solved! Go to Solution.
07-05-2024 04:15 PM
The CODESYS C++ implementation feature is not supported in a ctrlX PLC app. Mainly because
We created an alternative solution in the ctrlX OS to use our realtime SDK to add C++ function via a Celix bundle into our system, that can be used from the PLC as external implemented function. This ways was implemented because:
See the how area for web-based trainings for app programming and also the FAQ for the SDK for ctrlX AUTOMATION.