I have the following system: Labview 7, pxi 1042 chassis, scb-68, windows xp, pxi 6070e card.
My application is to send a 10Vdc constant value to command a system to run. When stopping the VI, the 10Vdc value remains, I want a 0Vdc value to turn my system off. I read in another post that the NI system is configured this way to store the last value in its internal buffer.
I am trying to "clear" the last value of the analog output buffer which is 10Vdc to 0Vdc. I've been trying to enter the clear function DAQmx Clear task at the very end of the DAQ assistant analog output block diagram. In other words, I open the front panel of the DAQ assistant analog output and go to the block diagram.
At the output, where the I/O and Error outputs are, I installed the daqmx clear task right before it. I found that it does not set the voltage to 0. I do not include the I/O icon (purple) because there is no connection to it from the DAQmx clear function icon - I do not know whether this affects the function.
I also tried assigning an I/O task to the daq clear function (internal to the icon), and this did not work.
Any suggestions on how to implement this function?
thanks,
derek