03-21-2017 08:00 AM
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.
03-21-2017 10:22 AM
Regenerate the array to a 1D array where each step is 1ms and this code should work well as a base.