LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

If I want to create a Listbox to run multple tests, how can I create a check all and clear all button for selection/deselection of all the tests

Your problem lies in the way you ve coded.

Put your DAQ Assistant Express VI inside a case structure that functions based on a boolean input named as Generate Waveform. Dont generate the waveform always, thats why you cannot control its colour.

See the attached VI.

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 11 of 12
(528 Views)
Parthabe is absolutely right,

I demonstrated a poor way of programming.
The while loop will drain all the resources of the CPU if we don't put a wait in it.
By putting a wait, it will free up some resources so other programs running the background can operate as well.

Thx Parthabe
Van L
NI Applications Engineer
0 Kudos
Message 12 of 12
(514 Views)