RS Logix 5000 Tagging

Andy Veitch

Member
Join Date
Oct 2012
Location
Oxfordshire
Posts
26
Hi,
Newbie as far as programming is concerned.

This is all offline programming.

Totally from the beginning I am writing a program just for my amusement but I am struggling to understand the tagging of a TON.
I have named a timer and this appears as normal , I think.
When I use a contact for the timer in the next rung ( .TT ) the program displays the name of the timer .TT as well as the description.

The problem I cant understand is the name of the timer I would expect in Blue text and the descriptor in Black above it. However all text is Black.

On other contacts I have in the program the name is in blue and the descriptor is black.

Any help appreciated.

Andy
 
I needed some time to see the problem.... ;)

Tags with a tag name and blue text under them are aliased tags, meaning that they are just a pointer to another tag. To confirm that you can right click them and click 'Edit "tagname xys" Properties' The tag you created for that timer is a tag that doesn't reference another tag.

See the attached image, thats what it looks like on my machine. Actual colors may vary depending on your settings. If thats not the answer, maybe post a screenshot to illustrate your problem...

TagType.png
 
I'd only ever noticed the blue with physical I/O before so just tried aliasing a TT bit and it shows the base bit in blue. So yeah it is an alias.

And yes using black base tags will work. No need to alias everything unless the lack of blue bothers your OCD :ROFLMAO:

Alias.JPG
 
You can also change the color options in 5000. Tools --> Options --> Font color of the editor.

I typically leave it all by default, however I do change the descriptions to a shade of grey to differentiate from the tag.

So tag - black
tag desc - grey
alias - blue (default)
 
I hope you don't get confused by tag type and data type...

But yes, you create a tag of the data type TIMER to use it in conjunction with a TON / TOF / RTO instructions. Use [F1] excessively to open the help, I wrote a pretty long text that I decided to delete because i feared it would just confuse you even more ^^

Ask what you can't resolve with the help, I'll try to answer :)
 
No need to alias everything unless the lack of blue bothers your OCD :ROFLMAO:

Some of us think that aliases are evil and should never be used. If they were implemented appropriately in RSLogix they would be good, but they aren't. Their use makes troubleshooting and making changes much more difficult than using the base tag or using tags that are copies of the base tag.
 
Never thought about when and why to use aliases, simply never used them intentionally, but I think I will better open a new thread to discuss this...

IO tags are blue because they are aliases ;)
 

Similar Topics

Hi folks, in the alarm manager of Rslogix 5000, the tag-based alarm has been created. But when I tried to change the condition, it was found the...
Replies
2
Views
140
I am completely stuck on building a ladder program that requires a start button to be pressed 3 times to turn on motor 1. Then motor 2 starts...
Replies
20
Views
568
Is there a way to use the FAL instruction to do +=2 instead of +=1? I have an array that is organized with alternating "data" and "flag" values...
Replies
5
Views
125
I have an AOI with revision notes. Someone entered the last note into the description instead of the notes. I cannot just click into the revision...
Replies
4
Views
148
Back
Top Bottom