LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ analog output

Hej everyone,

 

i want to increase the analog output voltage by a certain frequency and a certain step size using a DAQ via clicking and holding a button. Until now i can control the output voltage, but I don't exactly know how to approach further. 

 

Any help is welcome.

 

 

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

Here are some ideas for you to consider:

  • You want to output a changing voltage at a fixed frequency.  What LabVIEW structure is useful in changing values?  What is the usual way to represent such changing values in a Block Diagram?
  • While 1.png 
  • How would you control how fast a While loop executes?
  • How could you control whether or not a While loop changes anything inside it?
  • You have two loops and one Push Button.  Do the two loops change at the same rate (but possibly not by the same amount)?  Do you need two loops?
  • Try working out the simpler problem of a single loop first ...

Bob Schor

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