Hi there!
I'm trying to setup something like a value change event of a group of boolean controls, which I can't group into an array or cluster (since they're scattered all over the front panel). During my research I found an example similar to shoneill's post at http://forums.ni.com/ni/board/message?board.id=170&message.id=171993&query.id=77617#M171993 (sorry, can't find it again) which went along the lines of:
*put everything in a cluster
*every timeout of my event structure I check if the array equals the one I got from the shift register
*set up a case structure, which - if abovementioned comparison yields FALSE - figures out which of the controls in the cluster got changed (via convert cluster to array - search 1D array) and react accordingly.
Now the thing is: I have to set this up using an array of refnums. If one of the booleans referenced from within the array is TRUE, some action is to be taken. Attached is a non-working example; obviously the Search 1D array expects to be fed an array of booleans, not of refnums.
Your help is greatly appreciated!
Kind regards,
Severin