LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Interrupts in Labvbiew?

Is there any way to avoid polling Controls in Labview?
I come from a VisualBasic background where such control interrupts were classified as Events. Is there any equivalent in Labview?
Thanks, Larry
0 Kudos
Message 1 of 3
(2,913 Views)
You can programatically set different controls' properties as "Disabled" then Enable the control when you wish to poll it. You can still get the value of disabled controls if you need to.
0 Kudos
Message 2 of 3
(2,913 Views)
Larry the K wrote:

> Is there any way to avoid polling Controls in Labview?
> I come from a VisualBasic background where such control interrupts
> were classified as Events. Is there any equivalent in Labview?
> Thanks, Larry

No. LabVIEW is data flow. You can't avoid polling.
But, you don't have to poll all the time. Only when a keyboard event
or a mouse event occur, you need to poll.

George Zou
http://gtoolbox.yeah.net
http://gtoolbox.topcool.net
0 Kudos
Message 3 of 3
(2,913 Views)