From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I develop a VI which will continuously output the voltage levels i specify at X Hz?

I am trying to develop a vi which will continously output voltage levels that I will specify. The time lag between two consecutive voltage levels should be in microsecond domain (5 or 10 microseconds).

Right now I am using the function generator vi in my application. Howver this vi gives out a periodic signal such as a sine/sqaure/ramp. I want to get an output in which the voltage values can be specified by me in the form of a table /array and the vi will output these values continuously with a lag of say 5 microseconds.

Please help.
0 Kudos
Message 1 of 3
(2,214 Views)
Please guide me in doing this. Atleast tell me how to start. I am an amatuer labview user.
0 Kudos
Message 2 of 3
(2,195 Views)
Take a look at the attached VI (written in LV 7.0). It will output the array at whatever rate you specify. The max analog output update rate will be dependent on your DAQ device.
-Alan A.
Message 3 of 3
(2,177 Views)