LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to ramp the output voltage of a parallel DC controlling its input via labview?

I would like to ramp the output voltage of a parallel 8-bit DAC linearly in time using LabView controlling 8 of the digital output pins of a NI USB-6501 which feed into the parallel DAC.

I would like to be able to set the ramp rate (slope) and the final voltage in my program (starting from 0V) and then let the program transform those numbers into binary and feed it to the NI USB-6501.

This will be my first LabView program.

What should I  read in order to learn how to set this specific task up with LabView?

0 Kudos
Message 1 of 4
(2,909 Views)
Have you taken any of the numerous free LabVIEW tutorials or the DAQmx getting started?

Your 6501 is strictly software timed so the rate that you can write is going to be subject to jitter. What sort of rate do you need? You will be using the timing functions such as Wait(ms) to set the time between updates. There is the built-in Ramp Pattern function that will also prove useful.
0 Kudos
Message 2 of 4
(2,892 Views)
I think roughly every 10 seconds by one bit, that should not a problem. There are so many tutorials that's why I ask, which of them would you recommend? I started with those for now: http://www.ni.com/academic/students/learn-labview/
0 Kudos
Message 3 of 4
(2,863 Views)
That's probably fine to start. Also look at http://www.ni.com/product-documentation/5434/en/
0 Kudos
Message 4 of 4
(2,853 Views)