AdvancedHMI Software

General Category => Support Questions => Topic started by: Volare76 on July 25, 2013, 04:26:54 PM

Title: DisplayMessageDisplayByBit issues.
Post by: Volare76 on July 25, 2013, 04:26:54 PM
I have a DisplayMessageByBit component on a form that shows the machine status.  The issue that I am having is the component will only display the first 3 messages out of 7.  I have it on its own dedicated driver as I thought it might have been a conflict with the other controls, but that did not help.  Any idea's?
Title: Re: DisplayMessageDisplayByBit issues.
Post by: Archie on July 25, 2013, 05:21:57 PM
In Design Mode, select the MessageDisplayByBit, then go to the properties and put the values 0,1,2,4,8,16.32,64,128  one at a time and see if it shows your messages.

Also when you go to the Messages windows, are all of your bit numbers consecutive  0,1,2,3,4,5,6,7
Title: Re: DisplayMessageDisplayByBit issues.
Post by: Volare76 on July 26, 2013, 09:33:16 AM
Apparently I messed up the bit numbers.  When I checked I must have been looking at the index numbers not the bit number.  Thank you.