MicroLogix1400 (MSG) instruction

Mtech

Member
Join Date
Mar 2010
Location
Indiana
Posts
132
Hello,
Well I'm back to my project that many of you have helped me with. The plc that I have is a ML1400. My goal was to message some data from a Controllogix (Logix5555) to the micrologix. As I was thing to teach myself how to setup a MSG message instruction I found nothing to allow a communication to a Controllogix processor. In fact I found nothing to setup ethernet comes except for SLC5/05. Does anyone have any experience or helpful thoughts.I need to message from the controllogix to the micro1400 over ethernet. The data being transferred will be 8 sets of floating type numbers. EX. of one set of numbers,105 or105.5 bla bla bla...Thanks in advance
 
Okay, you said that you're messaging from the ControlLogix to the MicroLogix 1400, so the ControlLogix will have the MSG instruction.

ControlLogix MSG instructions are fairly straightforward; you enter the target address in the normal target syntax. So if you're writing to a set of Floating-Point registers in the MicroLogix, the target address will be something like "F8:10".

The source will be an array of REAL elements in the ControlLogix, like "FloatDataToMicro[0]".

The basic message Path is "EthernetModule, 2, 192.168.1.10" where the IP address is the MicroLogix 1400 address.

The MSG instruction HELP file and the MSG instruction chapter in the ControlLogix Basic Instruction Set Reference should answer most of your questions about that instruction. Treat the MicroLogix 1400 target just like you would an SLC-5/05.
 

Similar Topics

I am trying to communicate with a Moxa Ethernet to serial converter that is going out to a Modbus device. I have my Moxa set up with an IP of...
Replies
3
Views
2,944
Hello, Is it possible to msg write 1 bit from micrologix 1400 to micro820 over ethernet? I'm an electricain with only knowledge of 500CPU and...
Replies
2
Views
2,324
Hi All I have a Panelview 800 HMI hooked up to a Micrologix 1400 controller. I have communication and have the screen set up with some...
Replies
1
Views
951
I have tried to find this everywhere and I am really not sure what I am doing wrong. I am trying to use a CompactLogix and the message functions...
Replies
10
Views
2,854
Hi Friends, I am trying to connect MLX1400 over RS232 serial communication with PV800. I am not sure where I am going wrong, the PV800 doesn't...
Replies
6
Views
988
Back
Top Bottom