MSg

Hojland

Member
Join Date
Oct 2006
Location
Langå
Posts
203
Is there som how that I can read a MSG from a micorlogix 1400 from a 1769-L32E. I know how to do from a ML to a ML. But the ML dosent support the tag name from the CLX
 
You have identified the basic problem; the MicroLogix cannot send a message to request a tag name directly.

The usual workaround is to use the "PLC/SLC Mapping" feature in the CompactLogix, in which the CompactLogix uses an INT or REAL array tag to emulate a SLC/MicroLogix style data table.

For example let's say we configured the CompactLogix to make Data File 7 match with INT[100] array tag named "IntegerFileSeven[100]".

When the MicroLogix requests "N7:10", it will get a reply with the value stored in "IntegerFileSeven[10]".

This feature must be configured offline in Studio 5000 Logix Designer.
 
Is it easier to send from the CLX to micologix. I have problems with PATH. My CLX called 10.3.12.41 and my ML called 10.0.47.27. I have seen some one rights 2, 10.0.47.27 What does the "2" stands for
 

Similar Topics

I'm using a SLC typed write from the ControlLogix5572 to the MicroLogix 1400, with path: 2, (MicroLogix IP). The ControlLogix equipment has a...
Replies
0
Views
101
I have an 1769-L16ER that I use to test code and I just found that I can't create MSG tags at the local program scope - they have to be done at...
Replies
4
Views
194
I have a client who periodically experiences network communication issues. Sometimes when I VPN into the site, their SCADA systems will flash comm...
Replies
2
Views
186
I'm trying to read/write to an SLC5 with a ControlLogix L71 V35 plc that fails. The exact same code works on an L82S with V32. Is there a known...
Replies
10
Views
298
Hello all, I am currently trying to establish a message instruction to pass data from a 1756-L73 to a 1756-L71. My communication path from the...
Replies
8
Views
365
Back
Top Bottom