I have two sub-VIs which I want to switch between using a simple toggle switch. One generates a sine wave and one generates a cosine wave (both can have their frequency and amplitudes adjusted). I am using LabVIEW 6.1 and can only seem to find Boolean switches.
Is there an easy way to toggle between the outputs of these two simple signal generators?
You should use your switch to control a case structure. This case structure will have a true and a false case. In the true case put sine subvi while in the false case put the cosine subvi.