Author Topic: Graphic indicator  (Read 209 times)

stephen.crouch

  • Newbie
  • *
  • Posts: 4
    • View Profile
Graphic indicator
« on: April 11, 2024, 12:41:11 PM »
I have multiple statuses for equipment, stored in my compactlogix as DINT variables (0=stop, 1=run, 2=trip).  The PLC stores the DINT data as booleans (eg. if Conv2_Stat is 2, then Conv2_Stat.0=False and Conv2_Stat.1=True). 

O am trying to get these variables to drive graphicindicator blocks.  I can get them to work if I specify individual boolean variables, but won't work when I use Conv2_Stat.0 as PLCAddressValueSelect1 and Conv2_Stat.1 as PLCAddressValueSelect2.  Am I doing something wrong, or is this just not going to work?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5266
    • View Profile
    • AdvancedHMI
Re: Graphic indicator
« Reply #1 on: Today at 05:36:24 PM »
This should work. What version of AdvancedHMI are you using?