LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can Event Structure Detect Programmatic Change ?

I have a program that updates an indicater (Boolean Array) This indicator is used to trigger numerous boolean controls on the front panel programmatically. When I try and detect the change in the event structure the whole thing hangs. I was hoping to replace the outdated polling method , because I have 50 + Boolean controls representing sections of pipe which light up when true... But it looks like I'm stuck ... any ideas >?
0 Kudos
Message 1 of 2
(2,639 Views)
The Event Structure was designed to capture user interface events produced
with mouse clicks or keypresses. It will not detect changes in front panel
controls or indicators that are programmatically modified.
Is is possible to put your front panel pipe booleans in a cluster? It would
then be easier to detect changes.

Mike Sachs
Intelligent Systems

"Shock" wrote in message
news:506500000008000000734E0000-1023576873000@exchange.ni.com...
> I have a program that updates an indicater (Boolean Array) This
> indicator is used to trigger numerous boolean controls on the front
> panel programmatically. When I try and detect the change in the event
> structure the whole thing hangs. I was hoping to replace the outdated
> polling method , because I have 50
+ Boolean controls representing
> sections of pipe which light up when true... But it looks like I'm
> stuck ... any ideas >?
0 Kudos
Message 2 of 2
(2,639 Views)