LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can express VI in labVIEW 7.1 be the execution program?

is it i can make the express VI auto execution by clicking a button? what i mean is is it possible to make DAQ Assistant run automaticaly by clicking a button?
0 Kudos
Message 1 of 3
(2,599 Views)
Hello Jaxx,

It is possible to show the windows programmatically during runtime, but it would probably not produce the results you wanted. This is because the express VIs typically modify the block diagram code that is not allowed to be modified during runtime.

In your case it is probably better to use the DAQmx VIs and supply your inputs to get the programmatic behavior you desire.

Regards,

Matt F
0 Kudos
Message 2 of 3
(2,567 Views)
thanks for your answer Matt F...
i will try it...

Jaxx
0 Kudos
Message 3 of 3
(2,549 Views)