Author Topic: modbus or hardwire?  (Read 10131 times)

can

  • Full Member
  • Posts: 160
  • I'm a llama!
    • View Profile
modbus or hardwire?
« on: April 16, 2011, 06:30:11 AM »
hi. If i need a 2 conditions of 888 (1) to be on in order to activate a process controlled by 888(2), before activating 888(3) when few conditions are satisfied. So there will be a total of 3 888 talking to each other. Should I use modbus for them to communicate or should i wire one of the output of 888(1) to input of 888(2) in order to have quick response? Thanks.

support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3171
    • View Profile
    • Internet Programmable PLCs
Re:modbus or hardwire?
« Reply #1 on: April 18, 2011, 11:19:49 AM »
If PLC 1 is to trigger PLC 2 and PLC 2 then trigger PLC 3, you'll need PLC1 to talk to PLC 2 and 3 (one master) via RS485 using Modbus. PLC1 need to monitor PLC2 status and then activate PLC3. Modbus via RS485 will work. But of course hard-wiring is always the fastest method. if the PLC are not too far apart you may want to use hard wiring. If they are far apart then using the RS485 serial comm will be more cost effective.
Email: support@triplc.com
Tel: 1-877-TRI-PLCS

can

  • Full Member
  • Posts: 160
  • I'm a llama!
    • View Profile
Re:modbus or hardwire?
« Reply #2 on: April 18, 2011, 02:35:31 PM »
hi. Thanks for the reply. Can i connect the wire directly from the digital output of plc 1 to digital input of plc 2 if both are sharing the same power supply? Or do i have to use relay instead? Thanks.

support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3171
    • View Profile
    • Internet Programmable PLCs
Re:modbus or hardwire?
« Reply #3 on: April 19, 2011, 06:24:47 AM »
Yes, as long as they share a common ground you can connect from one PLC's NPN outputs directly to another PLC's NPN input. If they are using the same power supply, no problem at all!
Email: support@triplc.com
Tel: 1-877-TRI-PLCS