02-25-2022 12:15 AM
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?.
02-25-2022 02:12 AM - edited 02-25-2022 02:13 AM
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!