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: 

Is there a way to reproduce the functionality of the zero order hold vi that will not require me to use FPGA?

I am looking for something that samples a waveform the same way as FPGA zero order hold vi, but that doesn't require me to use FPGA. I generated a sinusoid with the labview signal generator that I would like to sample in the same way that the zero order hold vi would. (Eventually, I will be using an externally-generated signal, but for now, I would just like to experiment with different sampling rates on a signal I have generated.)

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

From looking at the link in your other thread, it looks like you could implement that with an Action Engine. The AE is a Functional Global Variable with enhanced functionality. In this case you would need to add a counter to track the number of calls.

 

Lynn

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