08-22-2007 07:39 PM
08-23-2007 06:27 PM
08-24-2007 09:11 AM
Hi Brian
Thanks for the help. Answers to your questions
1. I am using version 2. of the driver.
2. I am not sure whether the instrument is detected as its status is that of not responding. I am attaching a screenshot of MAX which may be more informative.
3. I do not have the manual for the device but i talked to the technical support office of solartron and they didnt know wht is SCPI....so i dont think it is SCPI compliant but i am still researching on that.
When i query IDN? i get the following reply" ENOL indicates that no instrument was detected at the specified address. Verify that your instrument is powered on and properly connected to your GPIB interface."
4. Regarding example VI in labview when i try to run the vi it doesnt show any error screen, it just remains the same.
Hope i have answered your quesstions and you can now help me better.
Abhishek
08-24-2007 09:28 AM
According to the code that is in the driver, the instrument should respond to the *IDN? query. Neither one of the instruments you have connected will and that's a little strange. What is the other instrument you have on the bus? Have you tried connecting only one?
The LabVIEW driver is not supposed to show an error screen. You do have an error indicator on the front panel that should show something but there is no point running the LabVIEW code until the instrument can be detected by MAX.
Also, the driver you downloaded needs a modification to the Initialize VI. Inside, there is a 'Old VISA Open' function. this should be replaced with the VISA Open funciton on the VISA Advanced palette. This will result in some broken wires but they can be easily fixed. That's a bit down the road however. The first step has to be understanding why the IDN fails.
p.s. The instrument command set is not SCPI (Standard Commands for Progammable Instruments). The fact that the tech suport does not know what SCPI is would not inspire confidence in me.
08-27-2007 10:00 AM
08-27-2007 11:25 AM
06-03-2008 02:30 AM
06-03-2008 08:59 AM
06-03-2008 11:48 AM
06-06-2008 07:37 PM