QUOTE(iic_hyd @ May 10 2008, 03:45 AM) [snapback]68722[/snapback]
Hi,
Thanks for your reply any how i will explain briefly as below
I have SLC-5/05 connected to switch, and further to SCADA station RSview, i have a third party devise that is Carrier make Chiller with Modbus it needs to be controlled from SCADA station i.e. reading process values and writing set values and on/off of chiller, for that i am planning to connect the chiller by using a Modbus to Ethernet converter so that i can connect chiller to switch via this converter but now how can i do the programming in RSL500 please suggest if you have any idea.
I know it can be done by using a ML1100 or Prosoft please tell me if any other method is there
Thx
N.Subrahmanyam
It is possible to do Modbus/RTU via the serial port. It's not easy because you will have to write your own code to do it. Go to www.modbus.org and download and read the protocol specification.
Making it an Ethernet signal is a very bad idea normally. You cannot speak any protocols except Allen Bradley proprietary ones via Ethernet and Allen Bradley PLC's, at least directly.
If you try any other method, you are going to have to use a protocol translator such as Digi One IAP, a Prosoft module, or ML1100. For the money and the ease of use, ML1100 is probably actually the easiest method, next to hand-coding commands to use the serial port on the SLC 5/05 to read/write Modbus commands.