02-13-2008 11:00 AM
02-13-2008 11:27 AM
02-15-2008 04:31 AM
thanks dennis,
I read the stuff about drivers and i installed the specific agxxx driver for the func. gen..then i tried to run one of the application example, buut it gave the error: 'VISA: (Hex 0xBFFF0015) Timeout expired before operation completed'...
Do I have to initialize the driver before i use or do i have to write any program inorder to run...and one more thing that i dint understand was tht i had to select I/O for VISA session and there i can see two options, COM1 & LPT1..i have connected to COM1 but it seems that the func. gen. is not detected...
can anyone help?
thanks
dhaval
02-15-2008 05:54 AM
02-15-2008 06:58 AM
thanks albert...
i checked and realized that the calbe was not actually null-modem...so i changed to it and atleast the instrument is responding...
I am very new so if you can explain the cluster part in a bit easier terms it would be very helpful...
this is the error that i got after i changed the cable:
'Error -1300 occurred at ag33xxx Error Query;
instrument reports the following:
-113: Undefined header
+0: No error
Instrument specific Error'
I changed the frequency settings on the front panel of the application example Wfm. Config. and the Instrument also changed according to that, but still this error appears...this atleast shows that the isntrument is responding...but as I dont have much idea about how to trouble shoot the error, I dont know whr I should look...
After checking I think might be VISA CLR has a prob. bocoz as soon as the signal enters thr, it shows an error, i m not sure to wht extent this is true...
Support appreciated,
thanks
dhaval
02-15-2008 08:17 AM
02-15-2008 08:25 AM
08-07-2009 02:12 PM
What is a good test command? I want simply as possible to know the interface is alive. I would like to try FREQ 5000 to see if the machine jumps to 5kHz, but do I type: "FREQ 5000" with or without quotes, or is there a better "test" command?
I'm not interested in read-back at this point, only writing to the machine.
THank you,
08-07-2009 02:34 PM
Next time, create a new thread for a new question.
In a different thread of yours, it seems that you are using a serial connection, so doing just a write to verify communication is absolutely worthless if you want the verification to be automatic. There will be no error generated even with a cable disconnected.
The simplest is probably to just run the initialize function. You have to run this anyways to configure the serial port.
08-11-2009 10:06 AM
Thanks, Dennis.
I modified the Serial <--> Labview help example to be "send-only" (not posted, to avoid copyright infringement), and achieved the response from the device I was looking for -- my first baby step.
Lessons learned:
(1) Ensure you are using RS232 "null modem" cable; RS232 pass-thru cable will not work.
(2) FREQ 5000, with no quotes, is an acceptable command to ping the 33120A; the device display should jump to 5kHz immediately.
Best regards,