Logix5000 and DeviceNet question

Skip Willis

Member
Join Date
Dec 2007
Location
Michigan
Posts
1
I recently went to work at a facility that has a lot of DeviceNet equiped fixtures in their welding cells. I have noticed that the programmer has taken the addresses in the devicenet boxes (N80:00/XX) and did what one fellow called an "Alias" where the programmer "converted"? the Integer address to a "Local" address. I guess that's what was done. Anyway, what's the advantage of doing it that way, or is that the way it has to be done? I'm new to the Logix5000 and DeviceNet anyway so I haveen't a clue what's going on.
Thanks
Skip In MI
 
The alias simply points to the location & mirrors the data.
It allows the programmer to set up a meaningful name, & not have to copy or move data in the program.

Also, by using the local names, you can reuse the logic & such in multiple tasks & keep the same names.
 
You can learn all about Alias addressing in the Logix 5000 Common Procedures Guide (publication 1756-PM001, Chapter 2), or in any Logix class presented by Rockwell Automation or an RA distributor. It's a fundamental feature of the Logix operating system and RSLogix 5000 editor.

In your case, there's something else going on because Logix does not use SLC/PLC style addresses like "N80:xx/yy". There's probably a converted SLC/PLC program or an HMI that only understands SLC/PLC addresses involved.
 
Skip.

Do you mean that the N80:xx/yy is being used as an alias for the DeviceNet data. As Ken has already mentioned CLX does not use the PLC/SLC addresses so I wonder if the programmer has used these aliases as a way of getting a CLX processor to work with an existing or standard HMI/SCADA system.
Andybr
 

Similar Topics

Hi all I have here an AB PLC system including: - 1768-L43 CompactLogix PLC processor, firmware upgraded to 20,12 - 1768-ENBT Ethernet scanner...
Replies
5
Views
4,361
Hello all, I'm having a problem with a Lexium Servo Drive (LXM32D18N4) from Shneider, It is controlled via a controller who gives direction...
Replies
0
Views
1,388
Hello, I have been pulling my hair out for 3 days now. PLEASE HELP I had a PowerFlex 70 VFD go down and had it repaired. I installed the VFD...
Replies
8
Views
6,284
Hi! So my problem is a little funky, I had Studio 5000 v 24 and 30 installed, but forgot to install RSLogix (which I cannot go without). Is there...
Replies
2
Views
111
So I had an odd request from a customer for the above. I have written the logic and tested it all in one PLC with only using 7 outputs and 7...
Replies
15
Views
426
Back
Top Bottom