01-13-2016 01:42 PM
I am trying to measure two very different signals using both channels of the Virtual Bench 8012 programmed in LabView. THe signals are of very different amplitudes which means that setting the vertical range so the larger signal doesnt get truncated causes the smaller signal to become very choppy as the resolution is now quite low. The only way I know to use both channels simultaneously is to index the waveforms by channel number after the measurement is complete. This mean that both channel's settings are set at the same time by the same command sequence. Is there any way to set distinct settings for each channel during the intialize stage?
I have attached my program for reference though there is a lot more to it than just this part. If anyone needs clarification just ask!
Thanks in advance!
Kai
Solved! Go to Solution.
01-13-2016 01:55 PM
I figured it out. If anyone else runs into this issue let me know and I can show you how I did it
01-13-2016 02:35 PM
Glad you got it working. Did you configure the range in a FOR loop, or add a second instance of the configuration VI?
Interesting application of VirtualBench
01-14-2016 12:23 PM
You got it, I was able to use a parallel instance of just the signal acquisition configure VI so that the majority of the command sequence still handles both at the same time but the vertical ranges and probe attentuation get handled separately for each channel. I've attached a new version so you can see the difference.