Micrologix1100 from Logix5000

Garry

Member
Join Date
Feb 2007
Location
bargo
Posts
2
Is it possible to read data from a micrologix processor into a logix5000 plc using MSG.What path format and configuration would I need to configure.
 
Hi Garry

Yes it's possible.

On the Controllogix end you must "Map PLC/SLC Messages". This takes the Controllogix tag format, MyInteger, and turns it into a format the Micrologix can understand, N7.

Then on the Micrologix you will use a Message (MSG) instruction, a 500CPU Read.

From there we need the details of what module and port you are going to communicate with the Controllogix with to give you the details for channel and path.

TW
 
copied and pasted out of one of my projects:

ENET_PROCESS_NETWORK, 2, 192.168.2.8

where ENET_PROCESS_NETWORK is my network card name, and 192.168.2.8 is the IP of the micro
 

Similar Topics

Hi! I need help converting an old MicroLogix 1100 project to Micro 820. Project Details I have an old MicroLogix 1100 program that has been in...
Replies
0
Views
464
Hi all. I have been give a job to remove an old plc and screen and change it to a newer AB unit like the machine sitting next to it. The problem I...
Replies
4
Views
1,816
Hi, I am working on migrating legacy program from MicroLogix1000 to MicroLogix 1100 and apparently it's throwing an error saying the DDV...
Replies
2
Views
1,636
Hi Everyone, I tried to do some searching and was unable to find what I'm looking for. sorry if this is not the appropriate place to post. I...
Replies
12
Views
3,123
So the micrologix 1100 has a built in web server. I have been following the user manual 1763-UM002. After I enter in my controller's IP address...
Replies
0
Views
1,191
Back
Top Bottom