LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Set a range of output voltage DAQmx 6001

Hello everyone,

I need to to apply range of voltages (i.e. set a start point and end point for a set of voltages, say 1000 points) and let the program run them automatically without entering them manually. More clearly if i want to put a set from 1 to 1000 in such away that i have to enter only the start point and the end point and get out put of 1000 values. How to execute that  using Labview and DAQmx 6001?.

0 Kudos
Message 1 of 2
(510 Views)

Hi Arun,

 


@ArunBhaskar wrote:

More clearly if i want to put a set from 1 to 1000 in such away that i have to enter only the start point and the end point and get out put of 1000 values. How to execute that  using Labview and DAQmx 6001?.


First you use the Ramp function to define your set of 1000 samples (using start and end value), then you output them using your DAQ device.

 

There are example VIs in the example finder that show how to output analog (voltage) signals using DAQmx!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(486 Views)