Hello,
I'm new to labview.
I'm trying to make a program that will read an input, and if the input is 1 then it will output a sinusoidal wave or if it is zero it will output zero.
I am successfully reading the input, and can output the sine wave, however when I am reading the signal on the oscilloscope, there is a 5-10 ms 'delay' once every second and if I change what the input signal is, it will only update after 1s. I have attached pictures of my program and the output.
Is there a way to output the signal continuously (without the delay)?
Is it possible to have the wave update in real time?
Thank you