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-08-2022 04:01 PM
Hello,
I want to communicate with a third party component via Modbus TCP. Unfortunately, I have very little experience with Modbus TCP. Is there anyone who has a working example project or similar that they would like to share with me?
Thanks in advance!
Solved! Go to Solution.
07-11-2022 09:56 AM
Hello, if you want to read and write with a ctrlX to a Modbus TCP device ("slave") you have several posibilities:
07-11-2022 11:40 AM
Hello,
Is there more information available about using the:
thanks!
07-11-2022 02:59 PM
Yes, you are right. Im looking for a specific program for IEC63111 PLC program.
07-12-2022 08:48 AM
There is PLC library name CXA_ModbusTCP in ctrlX PLC engineering.
In this library, you may using FB of IL_ModBusTCPClient as a client of modbus TCP. You can find a simple code example.
07-27-2022 07:40 AM
About how to install the "node-red-contrib-modbus-node" see his read.
About the PLC library "CXA_MODBUSRTU" see this thread.
08-08-2022 01:25 PM
There is another possibility with the Modbus TCP App, where the Modbus Register will be available in the Data Layer realtime.
08-08-2022 03:29 PM
Hello cc2go
I need to set up the ctrlX core as a modbus slave and connect it to a master (robotcontroller in my case). Can this be done with this app?
Is the app already available?
Thanks in advance.
09-02-2022 01:36 PM
@RobotART_Walter The app is at the moment in prototype phase. Please get in contact with your known sales person for getting access to it.
For the actual functionality please have a look to the store page in our community. At the moment you can set up a ModbusTCP Client that can communicate via every standard ethernet port of the ctrlX CORE to a connected master.
09-27-2022 08:41 AM
Does it matter over which port (XF51 or XF10) the Modbus TCP signal is sent over?
09-27-2022 08:56 AM
Like mentioned above every standard Ethernet port can be used. You simply have to set up the network settings correctly. The only not usable port is XF50 as is reserved for EtherCat only.
11-10-2022 08:36 AM
I've heard a solution is found. And it's working with the ctrlX CORE.
The robot is a Modbus Client, the ctrlX core must be a Modbus Server, it doesn't matter RTU or TCP. The CXA_Modbus Libs can be used.