@DavidePalombo ,
I don't believe we support C Celix bundles at this time. @nickH , please correct me if I'm wrong here.
Why would there need to be a heavy refactoring of the C services to wrap them in C++ bundles? I would think you could use them as is.
... View more
Hi @DavidePalombo ,
The realtime system of ctrlX OS utilizes the Apache Celix framework. You can absolutely run services written in C, but there will be some C++ required to build as a Celix bundle. There is an example in the realtime SDK (samples-cpp/plc-c-interface) which creates a Celix bundle containing services written in both C and C++.
To access the realtime SDK, a training is generally required. See this article.
... View more
@Brucewang159 ,
There is some documentation in the manual section 21.12.1 Grid Control. I also cannot understand how to add rows. It seems they are designed as read only display of existing tables in a database. I will forward the question to a contact at Weidmuller.
... View more
Hi @Felix_ ,
Are you executing the script in the browser or in a script interpreter instance? You'll want to run in an interpreter instance to automatically authenticate on the integrated datalayer library.
... View more