08-23-2014 03:39 AM
Hello guys, I got this device AFG3102C ( dual- channel signal generator) connected to Labview with drivers and Vi's from exemple, but Ithis VI can't set both channel's output on. When i set channel 1 and I send data to be changed to device, the other channel is set automaticaly off, and reverse. How can i solve this? This is my VI.
Regards!
08-23-2014 08:39 PM
I can't say for sure because you didn't Include the actual driver VIs, but my suspicion is that the problem lies in how you are using the drivers. In both cases when you go to write to a channel the first thing you do is initialize the box -- which probably turns off the outputs...
Mike...
PS: Look into event driven programming, it will significantly simplify your code...