I have created two pieces of code that run as desired independently. One creates a sine wave, reads an analog input waveform, and finds the relative phase. The other piece of code creates three square waves with independent settings (freq, duty cycle, etc). When I try to put them in the same vi only the first code runs. The Square waves are not generated from the second code.
Any ideas why???
I would not be surprised if my problem had something to do with the SCTL which is part of the square wave code. I have tried putting the SCTL inside the loop of the other code and square waves were still not produced.
attached is a .png file of my code.
Thanks in advance!