can Alias tag scope be different from base tag?

TheWaterboy

Lifetime Supporting Member + Moderator
Join Date
May 2006
Location
-27.9679796,153.419016
Posts
1,927
A program I am working with has all its tags in the controller scope. The tags that needed meaningful names for SCADA consumption were aliased. Being the OCD kind of person I tend to become when trying to understand someone else's code, I exported the tags and changed their scopes to appropriate places and imported. All the tags looks right and there were no errors . . . however... The Alias and Base tags appear to have become disconnected from each other with no other outward error.

I have tags named N119[15] for example, they are aliased to a meaningful name like Vat_3_Weight. I placed N119 into program scope and let Vat_3_Weight remain in controller scope since that is what SCADA will use.

Next, using the tag organizer I enter a value into the global tag Vat_3_Weight. That value does not show up in the program scoped base tag of N119.

I didn't think that the alias and base had to share the same scope, if true that certainly weakens the usefulness of an alias.

What have I missed here?
 
An alias tag can be program scope when the base tag is controller scoped.

However, you cannot have a program scoped base tag with a controller scoped alias, nor can you have a programed scoped tag alias a base tag locally scoped in another program.
 

Similar Topics

Hi, I'm a little confuse with the following. I have several of these. I have a tag (flow transmitter) FIT_100 that has an alias to the Analog...
Replies
12
Views
3,429
Hello everybody, Today I read some Rslogix 5000 program code, but I want to modify a tag which is a alias tag to another alias. that is change...
Replies
7
Views
2,531
Hi all. From looking at the controller tags list in Logix5000, how do I look at a local I/O base tag and see what alias tags are using it...
Replies
9
Views
4,590
i'm migrating rs logix 500 ladder logic to 5000. please tell me how to configure the following tags in 5000 N[N100:27]:37 N122:[N128:2]...
Replies
5
Views
2,151
Gentlemen, I've got 33 of these drives that I'm installing. They're all based on generic ethernet modules so once I create them it produces the...
Replies
7
Views
2,363
Back
Top Bottom