Addressing? CLX RIO that is a SLC backplane

geniusintraining

Lifetime Supporting Member + Moderator
Join Date
Jun 2005
Location
SC
Posts
8,277
How would the addressing work? I'm a little lost..

I have a 504 13slot, I am going to remove the processor and replace it with a 1746-asb and I have a DHRIO in the Controllogix

Could I import the 504 program and the addressing? or would I have to create the tags?

I tried to use the translate utility, but I keep getting errors, the 504 is creating the .SLC file but the CLX is trying to open a .txt file, I found this thread but it did not work for mine and I could not find anything on RIO addressing from a CLX to 504 back plane...

I'm trying now to manipulate a csv and import it back to the CLX, but I'm unsure of the addressing, here are the CLX and the 504 csv examples/gif's of my program, can I just make my tags in the csv?

Thanks... :D
CLXexample.gif

504example.gif
 
I have a current project that involves 'morphing' a SLC 5/05 application and a Siemens S5 into one Clgx application. I tried the using the translate utility for the SLC 5/05 program, and I too had many issues.

If you try to import the SLC500 tag comments into Clgx you may have issues. Clgx treats a <CR> as the charcater $ not the ',' as in CSV files. You will have to use a text editor to replace all carriage returns in your SLC500 comments file with a '$' so that Clgx will import the whole comment.

From my example , you can see that in the SLC's B18 file, I created a BOOL array in Clgx called B18[XX], where B18:0/0 = B18[0], B18:0/1 = B18[1] etc





slcexport1.jpg





clgxexport.jpg



Ian
 
Last edited:
Ian, or anyone...

I got the B, I , T ect. but how do you handle the inputs? and outputs? how are they addressed? will the CLX scan the RIO and find whats out there?

Thanks
 

Similar Topics

Hi All I am converting an SLC program to run on a CLX platform addressing the SLC IO through an 1747-AENTR. I have a rung Sending Config Data to...
Replies
1
Views
1,881
Good Morning: Using a 1756-L61 running version 17.2, I FAULTED the processor with the attached logic. Fault was not immediate, but didn't take...
Replies
3
Views
3,280
I am very new to Modbus and the industry, so forgive me if I am missing something obvious. I have known Modbus register addresses coming from a...
Replies
7
Views
231
I have a system using Rx3I CRU320 redundant CPU with Proficy Machine Edition Software. In the hardware configuration of each CPU module, under...
Replies
14
Views
390
See the screenshot of EIP tag list. We are trying to read in a digital input that is hard-wired. It is shown here as I31.1. I believe we cannot...
Replies
7
Views
284
Back
Top Bottom