Author Topic: Digital readout not recognizing the tag  (Read 1699 times)

chunt

  • Newbie
  • *
  • Posts: 14
    • View Profile
Digital readout not recognizing the tag
« 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.

chunt

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: Digital readout not recognizing the tag
« Reply #1 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.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: Digital readout not recognizing the tag
« Reply #2 on: September 20, 2014, 06:37:11 AM »
You can access program scope tags by using this syntax:

PROGRAM:programname.tagname

KBoy

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Digital readout not recognizing the tag
« Reply #3 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