RS232 Communications in ControlLogix

Join Date
Jul 2007
Location
Kiruna
Posts
600
Hi Guys,

Part of a project requires me to communicate via RS232 with 2 special sensors using a ControlLogix L-61.

What are my options? i.e I have only one DF-1 port on CPU. Do I purchase a Micrologix to handle the other one and messgae it or can someone suggest a better approach.

I have never written any code for RS232 communications. Is this complicated? Can someone suggest a starting point for me?

Thanks
 
Nope. They do not communicate via Modbus. I have a feeling this is going to be a right headache.

Have you ever used a rockwell RS232 Port splitter
 
To my knowledge, and I may be wrong since I have never used one, but I think the port splitter only supports DF1 protocol. If your sensors are only ASCII output, I don't think it would work.


Is there a PC on the system that is used for an HMI? If so, maybe you can feed the sensors into RS232 ports on it and then have the HMI write the result to the ControlLogix.
 
MorphuisOGrady said:
Hi Guys,

Part of a project requires me to communicate via RS232 with 2 special sensors using a ControlLogix L-61.

What are my options? i.e I have only one DF-1 port on CPU. Do I purchase a Micrologix to handle the other one and messgae it or can someone suggest a better approach.

I have never written any code for RS232 communications. Is this complicated? Can someone suggest a starting point for me?

Thanks

Do these special sensors have a unique serial address?. A port splitter, or a RS232 to 422/485 coverter would work only if the devices have unique addressing. Which sensor is going to know it is being interrogating , assuming its a bi directional interface. On a SLC or a PLC5, this would have been an ideal application for the Basic Cards. I beleive Prosoft make a generic Basic card
 
Update on my earlier post - I used a B&B Electronics (http://www.bb-elec.com) splitter. It worked great. I used it to read/write ASCII data to multiple devices. They call them "Serial Port Combiners." Note the 12VDC power requirement.

Regards,

Justin
 
curlyandshemp said:
Do these special sensors have a unique serial address?. A port splitter, or a RS232 to 422/485 coverter would work only if the devices have unique addressing. Which sensor is going to know it is being interrogating , assuming its a bi directional interface.

Check out B&B Electronics Serial Data Switches (Cat.#232MSS2 for example). Whether this will work depends on the application requirements which we don't have all the details (do you need continuous read/writes to both devices simultaneously?)
 
Good Idea!

That is exactly how it works. The sensors use a program called AquaPro which communicates over RS232. Now any suggestions on how I could get the data from AquaPro and into my CLX

Archie said:
To my knowledge, and I may be wrong since I have never used one, but I think the port splitter only supports DF1 protocol. If your sensors are only ASCII output, I don't think it would work.


Is there a PC on the system that is used for an HMI? If so, maybe you can feed the sensors into RS232 ports on it and then have the HMI write the result to the ControlLogix.
 
Originally posted by MorphuisOGrady:

Now any suggestions on how I could get the data from AquaPro and into my CLX

OPC using KEPWare or RSLinx OEM over Ethernet? I don't know what you can get out of AquaPro and their website doesn't say much.

However, I would go with the ProSoft card or Alaric's suggestion or a stand-alone serial port on a bus. Alaric's suggestion would be especially attractive if you already have an Ethernet bridge or DeviceNet scanner and you go Beckhoff.

Keith
 

Similar Topics

I am attempting to get some information from a Janome servo press via its RS232 port. I have a piece of software from the manufactures of the...
Replies
1
Views
1,575
Hi there, At this moment i use mitsubishi PLC's with rs232 communication to a pc platform, a proces that reads and writes to the plc in so...
Replies
11
Views
7,459
i have an device which can support serial (RS485,RS232),CAN protocol . i want to connect it to an existing MIB 1553B bus ,what device will I need...
Replies
0
Views
97
Hello: I have to connect a RS232 Modbus RTU slave that only has Tx, Rx and GND signals to a Modbus RTU master. However, all RS232 to RS485...
Replies
3
Views
234
Hi to everybody. I need to read the first 12 characters of the message that a barcode reader sends to the ascii card (1734-rs232 ascii) and I...
Replies
8
Views
725
Back
Top Bottom