Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ ANALOG OUTPUT

HELLO EVERYONY I AM NEW TO LABVIEW

CAN ANY ONE TELL HOW TO GENERATE GET 5V IN 5 SECOND FROM ANALOG OUTPUT
MEANS ANALOG OUTPUT WILL UPDATE IN TIMING SEQUENCE AND IN 5 SECONDS IT SHOUD REACH TO 5V

0 Kudos
Message 1 of 5
(3,214 Views)

Look in the Example Finder (Help->Find Examples) for analog output.  There should be something in there to get you started.

 

You need to first create ramp waveform that will rise to 5V in 5seconds and then write that to an Analog Output.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 5
(3,201 Views)

thanks for reply

                       can i change my analog ouput voltage as well as time to reach that voltage means suppose if i set time 2 seconds and voltage 2 V , it should rech 2v in 2 seconds, if i set 3V and 2 seconds then it should reach 3V in 2 seconds in linear way , how it will happen can you try for this problem

0 Kudos
Message 3 of 5
(3,181 Views)
You can combine the output of the ramp function with the build waveform and specify the dt or use a single point write with a wait/delay function. The last method would have more jitter since it would be software timed.
0 Kudos
Message 4 of 5
(3,161 Views)

thanx for reply.

analog output mean while i have to read DIO and Analog In . is it possible that these should run simantaneously

0 Kudos
Message 5 of 5
(3,131 Views)