Author Topic: triplc compatibility with other branded plcs.  (Read 6180 times)

pasanlaksiri

  • Newbie
  • Posts: 2
  • I'm a llama!
    • View Profile
    • OptoElectronics
triplc compatibility with other branded plcs.
« on: November 09, 2015, 03:06:50 AM »
Hi, I do custom electronics. Mostly using micros.
For quite some time i have been playing around with Super PLC Fx2424.

My problem is :
I have to communicate and exchange some data with Allen Bradley PLC.
And using 485 bus is not possible. So I have to use IP Based Ethernet Protocol.    

My question is:
1) Does this possible to archive ?
2) Does triplc has any add-ons for Allen Bradley to include?
3) I am kind of lost on this issue, if some one could guide me, I highly appreciate it.
 

support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3171
    • View Profile
    • Internet Programmable PLCs
Re:triplc compatibility with other branded plcs.
« Reply #1 on: November 09, 2015, 10:41:53 PM »
Does the Allen Bradley PLC support Modbus RTU on its RS485 or Modbus TCP on its Ethernet?

If he does then you will be able to communicate with the Allan bradley PLC using the READMODBUS, WRITEMODBUS, READMB2 and WRITEMB2 command.

To communicate via the Ethernet you will need to open a Modbus TCP connection to the Modbus TCP server and after the connection is established you can then use the READMODBUS...etc to communicate with the Modbus TCP server.

you can see some examples of how to do Modbus as the master/client by going to C:\TRiLOGI\TL6\user\samples\Ethernet folder.
Email: support@triplc.com
Tel: 1-877-TRI-PLCS

pasanlaksiri

  • Newbie
  • Posts: 2
  • I'm a llama!
    • View Profile
    • OptoElectronics
Re:triplc compatibility with other branded plcs.
« Reply #2 on: November 09, 2015, 10:53:59 PM »
Thank you very much for the reply and its a bit relief.

Yes its supports Modbus RTU on 485 bus. But I am not sure about the Modbus TCP on its Ethernet.
I should check with the data sheet.

And surely I could say its been very interesting to use TRIPLCs. Love the flexibility.

I will update this post with my project.