FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
01-16-2023 01:07 PM
Are there any plans for a Ruby Client in the SDK? Such a client would be highly welcome to integrate ctrlX CORE into our Ruby based SCADA (which also uses ZeroMQ internally for communication 😊). We've already managed to deploy our SCADA app as a Snap on to a ctrlX CORE instance and we are now evaluating the options for communicating with the ctrlX CORE app. As far as me as a Bosch Rexroth newbee could identify, are the following options:
Did I get this right?
Solved! Go to Solution.
01-16-2023 01:45 PM
Hi,
congrats on porting your app to the ctrlX CORE. 🚀
Yes, you got it right! You can:
At the moment, we don't have any plans for Ruby in our SDK.
Best regards,
Nick
01-16-2023 02:26 PM
Thanks for your quick answer!
Maybe another option could be creating a Ruby binding to the C-library using FFI. Is this a pure C-API or is it C++?