FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
11-30-2022 11:16 AM
Hello ,
We want to use TCP or UDP communication between a dedicated print board and the ctrlX Core ( in a ctrlX drive plus ) .
Does this already work ?
Do we need a special app to do this ?
Do we just have to use the TCP or UDP libraries in the PLC programm ?
Is there somewhere a description of how to do this ?
Thank you .
Solved! Go to Solution.
11-30-2022 01:42 PM - edited 11-30-2022 03:06 PM
11-30-2022 02:12 PM
In general the ctrlX CORE can use any TCP/IP based communication protocol. Independet if drive integrated or not. There just needs to be a communication master/client available.
Of course you could always create an own app (snap container) runnable on the ctrlX CORE to do such communication in the programming language of your choice.
11-15-2023 10:58 AM - edited 11-15-2023 10:58 AM
If we want to implement UDP connection between pc and core,then do we have to build app for that?
11-15-2023 11:04 AM
Like mentioned above you can use e.g. the ctrlX PLC app or ctrlX Node-RED app.