Uses of Alias Tag Types?

scarince

Lifetime Supporting Member
Join Date
Jan 2009
Location
Dayton, OH
Posts
152
I know there must be a basic answer to this, but could someone give me an example of how one might use an Alias tag type in practice?

I think I understand how they work, but I feel like maybe I'm missing something because I can't understand why one would ever use them?

Thanks!
 
Here is a reason to use an alias in its simplest form. Lets say I have a system with one input module. To address a push button that I have connected to the first input on that module in the program, I have to refer to it as "Local:1:I.Data.0". Every time I want to use that in a rung I have type that out. Yuuck. So lets create a bool tag that aliases that input point and name it "PB1". "PB1" is now an alias to "Local:1:I.Data.0". Now when I build a rung, I just type in PB1 where I want to use that input point. RSLogix5K now associates "PB1" with "Local:2:I.Data.0".
A nice feature to that example is that if I know what components are in a system, but the hardware design hasn't been finished, I can start the logic by creating simple un-aliased tags, such as "PB1", and when the design is complete I can edit those tag properties and assign them aliases to actual inputs - I don't have to edit the logic for the newly resolved addresses I was waiting on.
 
Last edited:
I create alias to match wire numbers on prints. So troubleshooting a tech can enter wire number to find program use.
 

Similar Topics

I'm trying to include MOVs and fuses for solenoid PLC outputs in a panel with limited space. Does anyone know of terminal blocks that have built...
Replies
7
Views
235
Good Afternoon , I'm sure there are many Ishida Muti-Head Weigh Systems . We have a Ishida CCW-M-214W Multi-Head system . We are...
Replies
1
Views
541
When i try to open the properties of a 753 drive, i get a fatal error and logix crashes. However, I can open the same AOP on V31 and it works...
Replies
6
Views
788
Studio 5000 version 34. Have error on PIDE CVFaulted (Status1.2), Control variable (CV) health bad. No more information online or in...
Replies
3
Views
973
Just wondering what other folks have used on their digital output loads when using this digital output module. There will be a number of...
Replies
5
Views
1,076
Back
Top Bottom