ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Terminate DAQ voltage generation?

Solved!
Go to solution

Hi all, I'm new to LabView and these forums I hope to learn and contribute much in the near future.

 

I created a simple VI that takes Desired Temperature and Current Temperature as inputs, compares them, and then applies a voltage based on the comparison ( CurTemp < Desired  --> voltage out) but I'm having trouble understanding why when Current Temp = Desired Temp the DAQ continues to generate a voltage. This occurs even after the VI is stopped completely.  VI is attached and thanks for any suggestions!

 

Sleepar

 

 

Tech Info:

NI 6009 DAQ

Win 7 x64

LabView 2012 Student Edition

0 Kudos
Message 1 of 3
(3,349 Views)
Solution
Accepted by topic author Sleepar

An analog output will hold the last value written until he device is reset.  You need to make sure to write out a 0V when you don't want an output and when closing down your program.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 3
(3,346 Views)

Crossrulz,

 

Thanks a ton my friend, I expected the solution to be so simple it makes you want to kick yourself for not having thought of it; and of course it was!

 

Sleepar

0 Kudos
Message 3 of 3
(3,331 Views)