RSLogix 5000 Tag Structure - How Alias Tags Work In RSLogix 5000 or Studio 5000

1 year ago
41

How Alias Tags Work In RSlogix 5000 or Studio 5000
Visit: https://onlineplcsupport.com/ for more helpful knowledge.

RSLogix 5000 and Studio 5000 are programming software used to create and maintain ladder logic programs for Allen-Bradley programmable logic controllers (PLCs). One feature of these software programs is the ability to use alias tags, which provide an alternative name for a physical input, output, or memory location in the PLC.

This can be useful for a number of reasons, including improving the readability and organization of the ladder logic program, or for creating a common naming convention for tags that are used in multiple programs or across multiple PLCs.

To use alias tags in RSLogix 5000 or Studio 5000, you first need to create an alias tag table. This is done by going to the "Tags" tab in the program, and then selecting "New Alias Table" from the toolbar. You will then be prompted to enter a name for the alias table and select the type of alias tags you want to create (input, output, or memory).

Once the alias tag table has been created, you can add alias tags to it by right-clicking on the table and selecting "New Alias Tag." You will then need to enter a name for the alias tag and specify the physical location in the PLC that it represents.

For example, if you wanted to create an alias tag for an input on the PLC's input module, you would enter the module's name and the input's address in the appropriate fields.

Once you have created your alias tags, you can use them just like any other tag in your ladder logic program.

For example, you can use them in logic instructions or as the destination for a move instruction. This can help improve the readability and organization of your program, especially if you are using complex or long tag names.

One thing to keep in mind is that alias tags are only a reference to the physical location in the PLC, so if you change the physical location of a tag, you will also need to update the alias tag to reflect the change. This can be done by editing the alias tag's properties and specifying the new physical location.

Overall, alias tags are a useful feature in RSLogix 5000 and Studio 5000 that can help improve the organization and readability of ladder logic programs. By creating and using alias tags, you can make it easier to understand and maintain your programs, which can ultimately save time and reduce the risk of errors.

Basically, when you see an alias tag being used, the simple explanation is that one bit is getting a reference from the other tag. Hence why it is called an Alias tag, the two tags act as one.

There are many reasons for doing this, one being to give the IO an easy-to-read tag...another would be to reference a program scope tag to a controller scope tag.

Just a few examples although I am sure you will see them being used in your career.

0:00 Looking at an Alias Tag
0:45 How an Alias Tag works
1:20 When you Alias a tag
1:50 Tips about Alias tags

Thank you for watching the video.

Learn, Implement, Succeed

Visit:
https://www.allen-bradley-plc-training.com/

Other social media:
LinkedIn: https://www.linkedin.com/in/shane-welcher-sr/
Facebook: https://www.facebook.com/OnlinePLCSupport

#rslogix5000 #AliasTag

Loading comments...