Just put the contrast value into another shift register so you can compare the new and the previous values. If they are different, append to array.
See attached modification (LabVIEW 8.0)
Event structures only trigger from controls that are changed manually by the operator, not for indicators as in your cases. (There are ways around this, e.g. you could trigger the event by writing to a signaling property of the indicator, but that seems overkill here).
Message Edited by altenbach on 02-01-2007 01:19 PM