03-08-2022 12:45 AM
Hello!
I am trying to generate a signal as follows:
-if the clock signal (square wave in vi) is 1, then select the sine wave
-if the clock signal (square wave in vi) is 0, then select the DC
So, I've designed the vi like this.
- vi for the "False" case (for DC)
- vi for the "True" case (for sine wave)
And the result is as follows.
The output seems like the case structure is always on "False".
Is there any way to generate a desired signal?
03-08-2022 03:19 AM
Hi TSMC,
what would happen when you get rid of all those ExpressVIs and their DDT wires and use simple plain LabVIEW functions?
Btw. you know we cannot run/edit/debug images with LabVIEW. When you have problems with your code then you should attach your code!