11-01-2012 11:27 AM
Hi,
I am trying to control agilent MXG 5181A signal generator via USB .I want to control the frequency generator by myself(not using a while loop in my vi) and output the instant response to my desktop. How do I do it using labview?
Thank you in advance
11-01-2012 03:25 PM
11-02-2012 11:28 AM
Hi,
I am sorry for writing it unclear.
I have attached my VI. there is an error msg on Signal generator indicating that " -222, data is out of range". but VI runs from 100MHz-600MHz.
Can you kindly explain me why I am getting such an error.
Thank you
11-02-2012 01:56 PM
I'm not sure why you decided not to use the available driver and write your own code. Anyway, look at your condition for stopping the loop. It doesn't stop until a value of 1000. Accrding to what you just said, it only goes as high as 600MHz, not 1000MHz.
11-02-2012 10:01 PM