LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ High Speed Analog Voltage Output Train

Hi all,

 

The goal was to achieve the same effect as a counter output (very high frequency pulses) but with controlled voltage. Unfortunately, my program is limited by LabVIEW wait timers. Any advice on how I could rework this to rely on the DAQ clock instead of the LabVIEW wait timers?

 

Thanks in advance for any advice!

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

Here are a few tips/guidance,

  • Use HW timed finite generation - look for this example
    santo_13_0-1628826860690.png

     

  • Generate the analog waveform based on the voltages, repetitions, and time interval (consider Sample clock), pass it into DAQmx write
    santo_13_1-1628826989581.png

This way you can get precisely timed pulses up to the sample clock size.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
Message 2 of 2
(1,025 Views)