Author Topic: Graphic indicator  (Read 108 times)

stephen.crouch

  • Newbie
  • *
  • Posts: 3
    • 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?