RS 485 Micrologix

kirk

Lifetime Supporting Member
Join Date
Jul 2003
Location
Houston
Posts
71
I have a Micrologix 1500 with an AIC plus Running a small Network (Networking 3 Micrologix 1500's and a touch screen) I am networking through RS Linx Lite with a 1747 PIC AIC + Driver.
I need to monitor some information from a controller (Not an Allen Bradley product) that has an RS 485 port. How do I put go about putting it as a node on my Network. and how do I read form it once it is configured?
I understand how to wire the 485, but i am lost on how to read from or write to a device that is not the same family.
Is it possible? doe it require aditional hardware, or is it strictly a programing thing?
I believe my remote device is a Modbus protocol.

Any help or guidance is extremely appreciated

Thanks
 
This is a very common misunderstanding with DH-485 networking. RS-485, officially called EIA-485, is an electrical interconnection standard that specifies the voltage and wiring of the network.

DH-485 is an Allen-Bradley proprietary token-passing protocol used by SLC-500's. It is different from and incompatible with any of the half-dozen flavors of Modbus protocol, even though they can use the same kind of wiring.

Because there is no 3rd party module (yet) for Modbus protocol on the MicroLogix 1500, you're going to need a DF1/Modbus bridge module.

You'll have to figure out what version of the Modbus protocol your third-party device uses. RTU and ASCII flavors are the two most common versions of Modbus, and a device can be either a Master or a Slave.

If your third-party device can be a Modbus Master, maybe you can use the MicroLogix 1500 1764-LRP controller with the extra serial port. That does support Modbus RTU Slave protocol.
 

Similar Topics

Hi all, I had a setup with 2 Micrologix 1100 connected to a Panelview C300 over DH-485. I was mandated to upgrade the HMI, and proposed to...
Replies
5
Views
889
Hi there I am new with this thing and i don't know how to connect Allen Bradley Micrologix 1200 PLC to Raspberry Pi using USB to RS485 in NodeRED...
Replies
3
Views
2,274
I been tasked with setting up communication between a heating cooling unit manufactured by Advantage Engineering and a Microloagix 1400 plc. The...
Replies
6
Views
2,513
I have an existing Micrologix 1200 that read some analog values off of temp and dewpoint sensors. I want to replace the current sensors with new...
Replies
5
Views
1,908
Hello everyone, I have a micrologix 1400 series PLC ( 1766 L32BWAA) and it has 3 ports, port 0 (for RS232/485), port 1 ( LAN ,RJ45) and port 2...
Replies
12
Views
4,947
Back
Top Bottom