Transferring multiple registers from SLC on DH+ to CLX

TimD

Lifetime Supporting Member
Join Date
Aug 2007
Location
New Hampshire
Posts
235
Hello,

Recently, with great help from the angels on this very forum, I was able to 'talk' with a SLC over DH+ to ControlLogix and pass registers (INTs) back and forth. (this thread: http://www.plctalk.net/qanda/showthread.php?t=58530&page=2)

My question today is, "Can I transfer multiple registers with the same MSG instruction, or use FBL to accomplish the task?"

I have done this very thing using Modbus, Ladder, and MicroLogix, so I am wondering if this scenario can be done in Logix5000. I see in the MSG config that I can specify more than one element to receive, but only one destination tag.

I would just hate to have 100 MSG instructions...

Thanks Again!
 
Sure, you can read or write multiple consecutive elements with a single MSG. Just use an array on the ControlLogix end, and make sure the array elements are of the same data type as those in the SLC (INT for INTs, Reals for Floats). Set the number of elements you want to read/write in the MSG setup.
 
Sure, you can read or write multiple consecutive elements with a single MSG. Just use an array on the ControlLogix end, and make sure the array elements are of the same data type as those in the SLC (INT for INTs, Reals for Floats). Set the number of elements you want to read/write in the MSG setup.

Cheers, Okie! 👨🏻‍🏫
 
Are you trying to make the clogix control the slc I/O ?

Some of it or all of it?

Or are you just trying to get a few data points from the process the slc is controlling?

If using the clogix as a data concentrator so to speak and just read some data then MSG instructions are fine.

If you are trying to make the clogix control all the slc I/O then using the 1756-DHRIO card in RIO mode with a asb module in the slc processor slot would be a better option.

Which is it?
 
Hi PLC Kid,

I am reading through the SLC program now, It appears I am just transceiving alarm and setpoint data. There might be a couple of interlocks thrown in for good measure. Other than that, the SLC appears to have things under it's own control.

Regards,

Tim
 
I was checking because some people who want to step forward to clogix but can have their equipment down long enough to rip and replace the i/o or want to keep their i/o investment will use RIO from the contrologix to control SLC or PLC 5 I/O.
 
I was checking because some people who want to step forward to clogix but can have their equipment down long enough to rip and replace the i/o or want to keep their i/o investment will use RIO from the contrologix to control SLC or PLC 5 I/O.

Gotcha,

I see my DH+ card is a DHRIO card in the CLX end, so there's a module to plug into the SLC to make the SLC I/O an extension of the CLX I/O.

I'm glad I don't have to rewrite the SLC, I have 4 weeks to commission (nearly done), I/O loop checkout, Program CLX side, Integrate with SLC side, and Program a FTView HMI... It's insane.
 

Similar Topics

Hi, I am wondering about transferring RS Logix 500 & 5000, as well as Rslinx to a new laptop. The one I currently use in the field is ancient. I...
Replies
3
Views
701
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
874
Dear Sir, We have Windows 10 Dell laptop with RSlogix Studio 5000 installed in it. Now we have purchased a ex-proof laptop with Windows 10 and...
Replies
2
Views
2,684
Hi all, How can you transfer a bool value from one db to another I have used l & t to move words from one DB to another but it won’t let me move a...
Replies
2
Views
1,440
I developed an InTouch application in 10.1 in a virtual machine. I developed all the Windows to be 1024x768 for the touch panel it will be used...
Replies
8
Views
4,780
Back
Top Bottom