09-10-2007 09:11 AM
09-10-2007 09:53 AM
Thanks Yi. Sparky's written a driver for the 89601 software. He tried to upload it to the Instrument Driver Network, but it hasn't shown up there yet.
Doug
09-10-2007 10:40 AM
09-10-2007 02:33 PM - edited 09-10-2007 02:33 PM
Message Edited by Sparky on 09-10-2007 02:33 PM
Message Edited by Sparky on 09-10-2007 02:37 PM
Message Edited by Sparky on 09-10-2007 02:37 PM
09-10-2007 03:24 PM
THANKS SPARKY!! Just what I was looking for. If I make any additions/changes, I'll post them.
Doug
03-08-2009 10:48 AM
calibration code for agilent 89600
Use ESG signal generater & Power meter
such as E4438C and E4418A+E4412A
scv_lhc@hotmail.com
Beijing Orient Institude of Measurement & Test
10-14-2010 04:02 PM
I am trying to create a 802.11n test suite with the 89600 software. When I run the open application software it runs without error but the application does not open. The same thing happens when I run the hello_world vi that install with the agilent software. Can someone confirm that the automation open will actually open the 89600 software. If this works for you can you tell me the active x class that the reference points to. I would appreciate any help.
Terrill
10-18-2010 12:03 PM - edited 10-18-2010 12:12 PM
If you are running on an XSA series spectrum analyzer you must have the Launch XSA software up, and it must be idle (as in the spectrum analyzer should not be running). The SA will take SCPI commands but I'm not sure if there is one to turn it off so that the launch application is in control. If you call to the 89601A with out the Launch application up it will run bit in simulated hardware, the LSA serves the hardware deck to the system (and network you can hijack the hardware with the 89601A on any other pc).
One thing to check is if the function that opens a session with the 89601A has application visible set to true. I thought one could run it as 'not visible' and save on some CPU load but it doesn't work properly (no data comes back from other function calls that are looking for things like dmeod bits). If you check the task manager while your program is running and see the VSA.... Running its probably running in 'not visible' mode.
So short answer is yes LV can invoke the 89601A software. Takes a long time to run though (checks license, checks hardware, loads add on modules).
10-18-2010 12:16 PM
I attached the latest open and close vi's I use in the previous post. You can get away with not closing the visa session, but in one test run where I have to check several test patterns, the core tx tester vi was not closing the visa session while always calling the open, and that causes the MXA/Windows to blue screen of death crash. So close the session. I have another vi to actually close the 89600 but as eluded to before that requires it to run through its startup procedure of counting all the electrons in the sun.
10-18-2010 12:21 PM
put. Thank you for your input. I found my problem just now. I do not have a license on my office pc and was selecting demo when the license request came up. I activated the 14 day trial licnese and now everything works. Thanks again.
Terrill