12-19-2014 04:36 PM
I am using a USB 6001 to output a simple analog voltage. Right now I am still in the experimenting stage to see how to control my voltage when I noticed that after I end my program, the DAQ is still outputing the last analog value.
Attached is my VI. I am using the stop and clear commands at the end of the program so I do not understand why it continues to keep the latest value. I used a break point so I know the program is getting to the stop and clear commands.
How do I make the outputs return to 0 when I end the program, assuming there is a way other than writing 0 at the end of the program.
I did not find related articles but if there are please reply with a link.
Thank you very much for any assistance.
Tommy
Solved! Go to Solution.
12-19-2014 06:31 PM
12-22-2014 09:21 AM
I was hoping for a way to reset the entire device to zero rather than having to change each output but at least now I know.
Thank you Dennis.
12-22-2014 09:34 AM