> Is it possible to use an Event structure with a global variable?
>
> I read data into a global variable in one subVI (in a loop), and would
> like to process the data in another subVI, as it changes. I thought I
> could use an Event Structure, using the ValueChange event for the
> global variable holding the data, but I can't see any of my global
> variables in the Event Source list.
There are really two issues here. The dialog will only list the items
in the front panel, and those wired into its registration terminal. To
be able to notice value changes from another panel, and I presume from a
global, you will need LV7 and dynamic registration. Secondly, the value
change event fires not when written to, but when the user interacts with
it. There i
s a Signalling Value Change that may work, but I haven't
tried it on globals.
Greg McKaskle