03-04-2008 09:13 PM
03-05-2008 09:13 AM
Hello Bgushiken,
Can you post the VI that you are using?
03-05-2008 12:21 PM
03-05-2008 12:30 PM
03-05-2008 12:38 PM
Hi Berk,
It's a Anritsu 68369A/NV.
We've done inital tests with the signal generator connected to a power meter and we can definitely see to the output drop eveytime we hear the clicking. We've also switched the power and frequency using the front panel and by manually sending commands via the Agilent IO controls application, and the clicking does not happen. I guess this is the reason why we're looking at the possiblity the VISA Write.vi adds extra commands but we are not able to see exactly what is being sent to the signal generator.
03-05-2008 01:11 PM
Since there is no loop in this code, could you also provide the main VI where this subVI is getting called?
p.s. Though it would make no difference to your problem, why are you using a sequence structure? Everything is defined by data flow and the sequence structure does nothing. Use the Time Delay function instead of the Wait (ms) or create a Wait (ms) with error in/error out connections.
03-05-2008 01:15 PM
Thanks for the suggestion Dennis. Defininitely good to know.
Here's the higher level subvi that calls the subvi I sent previously.
03-05-2008 01:15 PM
03-06-2008 02:44 PM
03-08-2008 05:38 AM