LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to give array of data as a input to the device

hi
how to write array of data one after other to the device.how can we write one value and need to wait for some time (say 120 secs) then after that time we second write second value and so on.
thank you
naveen
0 Kudos
Message 1 of 2
(2,242 Views)

The easiest way is with a for loop and the array outside the loop. If you wire an array through a for loop, it will be auto-indexed by default. There are wait and delay functions on the Time & Dialog palette.

These are very basic questions. Might I suggest that you spend some time trying to learn LabVIEW basics. A place to start would be http://www.ni.com/devzone/lvzone/fundamentals.htm.

Message Edited by Dennis Knutson on 07-19-2006 09:03 AM

Message Edited by Dennis Knutson on 07-19-2006 09:03 AM

0 Kudos
Message 2 of 2
(2,234 Views)