RS logix 500 & 5000 programming for modbus communication

srv

Member
Join Date
Aug 2010
Location
QATAR
Posts
109
Hi,

I have a doubt about configuring PLCs for modbus communication.For that do we need to add any program for mobbus configuration to the main PLC program.Is there any supporting programs like "device net tag generator" for devicenet configuration.I would like to communicate a control logix and a micrologix PLC to a server through modbus.Any body please advice me how i can do configuration program in the both Plcs.
 
Hi,

I have a doubt about configuring PLCs for modbus communication.For that do we need to add any program for mobbus configuration to the main PLC program.Is there any supporting programs like "device net tag generator" for devicenet configuration.I would like to communicate a control logix and a micrologix PLC to a server through modbus.Any body please advice me how i can do configuration program in the both Plcs.

Most of the Allen Bradley PLCs do not support Modbus natively. That has started to change with the MicroLogix Line, but even there it is not universal.

Exactly which PLC Models do you wish to implement Modbus on?

Do you want to implement Modbus RTU (Serial) or Modbus TCP?

Stu....
 
I want to communicate a control logix and a micro logix 1100 to a main server.Control logix should communicate with a TCP/IP to micro logix 1100 and micro logix 1100 with Modbus RTU ( serial) to server.Is it possible.How we can add PLC code to micro logix 1100 for modbus RTU communication
 
I want to communicate a control logix and a micro logix 1100 to a main server.Control logix should communicate with a TCP/IP to micro logix 1100 and micro logix 1100 with Modbus RTU ( serial) to server.Is it possible.How we can add PLC code to micro logix 1100 for modbus RTU communication

Ok, this is the same subject you Posted before in a different thread. I would suggest you read Ken Roach's Posts there.

There shouldn't be a lot of Programming required. You could write to the ML1100 from the ControlLogix over Ethernet CIP to Data Tables. Then set up your ML1100 as a Modbus Server, and have the Main Server read the Data from the same Data Tables.

Most of the setup would be the Communications Links, and organizing the Data Tables.

I have never tried to write Data to an ML1100 from a ControlLogix, so I have no direct knowledge. However, according to AB/RA it is possible to do so.

You would have to do all your Data gathering at the ControlLogix, then set up a Message Instruction (MSG) to Write to the ML1100 over Ethernet to the Data Tables you have set up for the Data.

In the ML1100, I think all you would have to do is set up the Serial Port as a Modbus Slave. You may have to do some Data Formatting if the Main Server expects the Data in a different Format. i.e. Big Endien vs Little Endien etc.

However, as Ken Roach pointed out in your other Thread, the results may not be up to your expectations.

I still think a Modbus TCP Card in the ControlLogix would yield much better results if your Main Server would support this.

Stu....
 

Similar Topics

I recently did a program conversion from logix 500 to studio 5000 and when machine runs it depends on two ton instructions to keep the machine in...
Replies
17
Views
570
I have a micrologix 1100 that I am trying to read three data points from it on my safety plc using studio 5000. Any tips or guidance is appreciated.
Replies
4
Views
873
Hello everyone, Ho do I go about making changes to a "Motion Axis Parameter" e.g. PositionScalingNumerator that is currently grayed out in the...
Replies
2
Views
1,453
Hi, Long time not in the forum, and not in the programming. I´m getting back. I was issued a conversion from RSLogix 500 to RSLogix 5000 (studio...
Replies
0
Views
1,313
How can I achieve the same functionality in Studio 5000? Image 001.png for the old RSLogix500 program Image 002.png for conversion to Studio...
Replies
6
Views
2,563
Back
Top Bottom