Modbus RTU on Compact Logix

Coulombboy

Member
Join Date
Jan 2012
Location
Makati City
Posts
70
Hi Everybody,

I am have power meters with built in RS485 port that talks modbus to be connected to AB compact logix. My problem is I am unsure whether the compact logix can talk directly to the power meters since the indicated serial port on the manual is RS232. I have used micrologix 1100 and the port is a RS-232 and 485 combo.

In case i need a converter, what AB should i use?

Thank in advance
 
You should be able to use any 485/232 converter. Some of the cheap one only cost about $10 off ebay.

I would double check on the compactlogix, open up the project with RSlogix and go to the port setup. Same with meter, it should talk 232 so double check that as well.
 
Prosoft

To talk modbus with either compactlogix or controllogix your best bet is to use a card from Prosoft.

I use the MVI69L-MBS
http://www.prosoft-technology.com/P...al-Lite-Communication-Module-for-CompactLogix

That is the lite version, the extended version has 2 ports and can run more commands.

IMO Prosoft support is second to none and getting these cards up and running couldn't be a whole lot simpler, you configure the device in their software and it generates and add on instruction that you bring into RSLogix5k.
 
You can use you ML as is. It will be much cheaper than buying a ProSoft card. If I remember correctly you have to connect to pins 1 and 8 of the round connector (correct me if I'm wrong) no fun but possible.

Then you have to write a message read instruction to read from your power meter.

Final step is to read the data from the ML1100 into the Compact logix.

Good Luck,

Yosi
 
I just completed a project talking modbus from two genset generators and two beltscales on a sand system that was run by redundant 1769-L30's. Best bang for the buck I found was using micro820. The gensets were rs485 and the scales modbus/tcp.820 has both ports native, a couple message instructions and project done. biggest learning curve was connected componets workbench, I think rockwell could have done a better job on it.
 
You can use the 1769 compact logix for Modbus. There is a very detailed sample project on Rockwell site for this. You need a 232 to 485 converter and of course they recommend their own 1761-Net-AIC, but i have successfully done it with different types of converters. If you have the RSLogix 5000 software you should have the Sample Project. Usually defaulted to location C:\RSLogix 5000\Projects\Samples
Link to Sample download http://search.rockwellautomation.co...&output=xml_no_dtd&proxystylesheet=samplecode
 

Similar Topics

Dear All, i am trying to connect Danfoss inverter with s7 200 cpu 226.but microwin shows following error at DATA Ptr.i assigned different VB...
Replies
1
Views
48
I'm trying to control a device via MODBUS RTU and the ModbusRtuMasterV2_PcCOM in Twincat 3. I've configured a device with the right com port and...
Replies
7
Views
222
Hi all, Currently having trouble getting a speed reference to write over modbus to an Omron M1... I can successfully write a run command and...
Replies
6
Views
258
Hi, I'm having an issue with a mircologix not transmitting out. The current setup is a mircologix 1400 connected to a Guardian 100 Radio...
Replies
1
Views
116
If a device has Modbus RTU over serial and Modbus RTO over TCP and Modbus TCP then there is a difference between Modbus RTU over TCP vs Modbus TCP...
Replies
7
Views
495
Back
Top Bottom