LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

I would like to do a loop (with LabWindows CVI 5.0) if the result of the toggle button check box is right. But it doesn't run because I don't know how can I have this data?

If you have an answer, please send me an e-mail.
Thank you very much for your help.

A French guy.
0 Kudos
Message 1 of 2
(2,721 Views)
Guess I'm missing something...
The simplest way to do this is to use GetCtrlVal (panel, Control, &val);
val (integer) will be 0 if checkbox is not checked, 1 if checked.
Should your actual problem be different just explain me and I'll try to help you.
Roberto


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,721 Views)