AdvancedHMI Software

General Category => Support Questions => Topic started by: stephen.crouch on April 11, 2024, 12:41:11 PM

Title: Graphic indicator
Post by: stephen.crouch 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?
Title: Re: Graphic indicator
Post by: Archie on May 08, 2024, 05:36:24 PM
This should work. What version of AdvancedHMI are you using?