LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Writing Date on DAQ device

Hello,

 

I am trying to make a programm which can write differnet voltages to a Port in the DAQ device. the idea is that i want the numeric values of this voltages to be saved and then represented with 1ms Time. I tried to do 2D Arrays, Bundling but i didn't get what i want.

Example : 1 V --- 1 ms

                 3 V --- 2 ms

and so on. it must be represented like a Square wave. the voltage is constant untill the first 1 ms and so on.

 

Thanks.

0 Kudos
Message 1 of 2
(2,239 Views)

Regenerate the array to a 1D array where each step is 1ms and this code should work well as a base.

Generate AO steps.png

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 2 of 2
(2,203 Views)