How to do the PLC to PLC communication by using Telepace studio software?

0 votes
asked by about Schneider Electric Telepace Studio
edited by

How to send a value from one PLC and receive with the other one? Here I use SCADAPACK 32 and SCADAPACK 357. The firmware I use is Telepace studio 5.4.2. I connected those two PLCs with an ethernet cable. I connected the receiving end PLC to the PC through MODBUS RTU. But it isn't receiving.

1 Answer

0 votes
answered by (93.2k points)

To perform PLC to PLC communication using Schneider Electric Telepace Studio software, you need to ensure that both PLCs are properly connected and configured.

Here are the general steps to send a value from one PLC and receive it with the other one using Telepace Studio:

  1. Open Telepace Studio software and establish communication with the sending and receiving PLCs.
  2. Create a program or function block that reads the desired value from the sending PLC.
  3. Use a communication protocol, such as MODBUS TCP/IP, to send the value from the sending PLC to the receiving PLC over the Ethernet cable.
  4. In the receiving PLC, create a program or function block that listens for the incoming value and stores it in a variable or memory location.
  5. Verify the communication settings, such as IP addresses, subnet masks, and communication ports, are correctly configured on both PLCs.
  6. Compile and download the programs to both PLCs.
  7. Monitor the communication status and debug any potential issues in Telepace Studio's communication tools.

Regarding the specific issue of MODBUS RTU not receiving data, ensure that the settings for both the PC and receiving end PLC are accurate. Double-check the COM port configuration, baud rate, parity, stop bits, and slave ID. Make sure the physical connection between the PC and PLC is correct and stable.

If the issue persists, consulting the Schneider Electric Telepace Studio documentation or contacting their technical support would be beneficial.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...