SLC5/05 INT messaging to Contrologix 5571

klawson5

Member
Join Date
Nov 2012
Location
Louisville, KY
Posts
2
What is the best way to Read INT data from Control logix 5571 back to SLC 5/05. We are doing a MSG read N107:10 with length of 14 to the COntrol logix unit. New to the Control Logix world and Service tech is having some trouble. Any help appreciated.
 
What is the best way to Read INT data from Control logix 5571 back to SLC 5/05. We are doing a MSG read N107:10 with length of 14 to the COntrol logix unit. New to the Control Logix world and Service tech is having some trouble. Any help appreciated.

Welcome to the Forum!

You will have to do a Write from the ControlLogix, as the SLC5/05 MSG Instruction can't Read from the ControlLogix. Make sure the Data in the ControlLogix is INT and not DINT, or you will get an Error.

Stu....
 
Welcome to the Forum!

You will have to do a Write from the ControlLogix, as the SLC5/05 MSG Instruction can't Read from the ControlLogix. Make sure the Data in the ControlLogix is INT and not DINT, or you will get an Error.

Stu....

Incorrect - The SLC can read the ControlLogix with no problems.

But of course SLC can only read legacy "data-table" style addresses, which the ControlLogix doesn't have, so the controlLogix has to have a "mapping" entry ....

Example....

SLC wants to read an INT[10] array tag from the ControlLogix called ProductionData

SLC message read instruction reads "N20:0" length 10.

ControlLogix has to have an entry in the "PLC/SLC mapping table" to redirect the file "20" to the tag ProductionData
 
Incorrect - The SLC can read the ControlLogix with no problems.

But of course SLC can only read legacy "data-table" style addresses, which the ControlLogix doesn't have, so the controlLogix has to have a "mapping" entry ....

Example....

SLC wants to read an INT[10] array tag from the ControlLogix called ProductionData

SLC message read instruction reads "N20:0" length 10.

ControlLogix has to have an entry in the "PLC/SLC mapping table" to redirect the file "20" to the tag ProductionData

You are absolutely correct Daba. However, it requires setting all the SLC/PLC Memory Mapping Offline, and Downloading it, which isn't always possible. I certainly could have worded my response better.

The ControlLogix/CompactLogix PLCs can Read/Write to the older PLCs natively, whereas the ControlLogix SLC Mapping just fools the older PLC into thinking it is Reading/Writing to an older Target PLC (i.e. SLC).

Stu....
 

Similar Topics

Hi guys! PLC SLC5/03 PV 550 2711-K5A2 ser H frn 4.46 So here is the problem... I'm trying to set a recipe manager screen on my PV. I used...
Replies
14
Views
4,200
Hi guys I am doing a project,which I need to print label from SLC05/04 PLC straight to Zebra Printer. I tried a couple of times, it does not...
Replies
5
Views
8,766
I have wasted a week trying to figure out how to connect an SLC5/03 with my laptop. I do not have and can not Buy the 1747 UIC and PC3 cables. I...
Replies
14
Views
2,566
I am trying to connect to SLC5/03 using an FTDI usb to rs232 with female to female converter at 1 end... however I can not connect to it ... the...
Replies
8
Views
1,280
Good evening. I am in serious need of help. I am trying to connect a Panelview Plus 7 Standard to a SLC5/03(1741-L531) using a Moxa MGate...
Replies
3
Views
641
Back
Top Bottom