FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We are updating our platform to a new
system.
Read more: Important
information on the platform change.
07-24-2023 04:40 PM
Hello,
We would like to set up a Remote Procedure Call (XML-RPC) between a CtrlX core and UR-robot via the PLC Engineering.
In the example from UR (https://www.universal-robots.com/articles/ur/interface-communication/xml-rpc-communication/) a python script is used, but since we control our linear axis from the PLC engineering, we thought if the communication could be done from there.
There is a CodeSys library available (https://content.helpme-codesys.com/en/libs/Remote%20Procedure%20Calls/Current/index.html ), but the library cannot be found in the PLC Engineering at the indicated location (screenshot in attachments shows location in library).
Does anyone know how to add this library? Or another way to get XML-RPC working in PLC Engineering?
Solved! Go to Solution.
07-26-2023 08:44 AM - edited 07-31-2023 03:01 PM
As it is an internal 3S library I am not sure if it will work in ctrlX PLC. You will have to get it directly from CODESYS.
We have an own networking library called CXA_SocketComm (see e.g. this thread or see online documentation) but its not including RPC.