From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,211 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,203 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,195 Views)