LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Stop Output 5V

Friends,

 

I need help here.

 

I have output of 5V by wiring True to my DAQ assistant. The DAQ assistant is inside a while loop.

 

I want to stop output 5V when I press the while loop's "STOP". In other words, I want to wire False to DAQ assistant when I press the while loop's STOP. How can I do this ? Thanks !

 

0 Kudos
Message 1 of 3
(2,215 Views)

wire the stop button with an invert to the DAQ assistant

---

UnCertified LabVIEW Student
Mistakes are for learning, that's why suggestions are always welcome!
0 Kudos
Message 2 of 3
(2,207 Views)

Hi poker,

 

usually you output a FALSE after the loop has finished (in the cleanup part of your VI/program!).

 

And even more usually you want to use "real" DAQmx functions instead of the ExpressVI...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 3
(2,199 Views)