Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Constant Analog Output Voltage

I am trying to run a motor  using my PC so i need to assign a Constant analog output voltage. How can i do that in Labview 8.0? I have an M series DAQboard so i can't use any traditional blocks, it has to be express Vi's or DAQmx.
0 Kudos
Message 1 of 6
(3,132 Views)
You can use the DAQmx Write with it set up as Analog Output/Single Channel/Single Sample/DBL and just write the value out.
Randall Pursley
0 Kudos
Message 2 of 6
(3,124 Views)

Hi Chady,

you can use this VI(DAQmx)

Regards

Dev

 

0 Kudos
Message 3 of 6
(3,108 Views)
That Vi you sent, will only send a pulse voltage, but i need it to be a constant like a step voltage.
0 Kudos
Message 4 of 6
(3,088 Views)
I think it did that because he clears the task at the end.  Try this modification of that vi.  I added a loop that will keep the vi going until you hit the stop button.  Then the task will clear.
Randall Pursley
0 Kudos
Message 5 of 6
(3,077 Views)
As randall has shown, putting the DAQmx write inside the while loop will do the job
0 Kudos
Message 6 of 6
(3,057 Views)