AdvancedHMI Software

General Category => Support Questions => Topic started by: chunt on September 19, 2014, 01:40:30 PM

Title: Digital readout not recognizing the tag
Post by: chunt on September 19, 2014, 01:40:30 PM
Hello Everyone I am using a compactlogix processor and am trying to insert a tag value into a digital read out. The tag  I am using is "Reservoir1PressureRaw". That is the tag i am using in the DRO value column. Why is it not reading the value. I have converted the value to string in the PLC. It is saying I have an invalid tag address. I have checked and double checked the spelling and casing. Thanks.
Title: Re: Digital readout not recognizing the tag
Post by: chunt on September 19, 2014, 01:47:56 PM
I found the issue. When I created the tag it was created in the main program and was not a controller tag.
Title: Re: Digital readout not recognizing the tag
Post by: Archie on September 20, 2014, 06:37:11 AM
You can access program scope tags by using this syntax:

PROGRAM:programname.tagname
Title: Re: Digital readout not recognizing the tag
Post by: KBoy on September 30, 2014, 11:39:56 PM
For Program scoped tag for  eg  "Port_03"  the following works on Logix 5000 L55
PROGRAM:Port_03.Triggertimer.ACC