10-25-2007 12:05 PM
The Agilent I/O Libraries I/O Config will need to be used to configure the NI GPIB Device. To configure the Device correctly, do the following:
- In I/O Config, choose your board from the list of available resources.
- Select Configure.
- Set the SICL Interface Name to hp82341, the Bus Address to 30 and make sure to check the System Controller box.
- Select OK. Now the configured board should be listed under Configured Interfaces
Note: Your board must have the SICL Interface name set to "hp82341" even though you are using a National Instruments board.
10-26-2007 10:54 AM
10-26-2007 02:08 PM
Hi Chris Garyet
Thank you very much for your answer.
We did not have any problem installing the NI-GPIB card with the latest driver from NI (version 2.5). We even succeeded in communicating to the GC through the card using the NI Measurement & Automation application.
The problem is that the Agilent I/O Libraries I/O Config could not recognize the NI card. I uploaded the screenshot here.
As you see, there's
no NI card available on the list. So I'm stuck right at the step 1, cannot
proceed to the next step of changing the SICL Interface Name etc.
So how can I set the SICL Interface name to "hp82341" ?
About the Agilent ChemStation installation guide, they always suggest their own hardware hence their driver and there's no mention of using third party card.
10-29-2007 05:44 PM
11-04-2008 07:30 PM
Hello,
Can you let me know if you have resolve this problem. I would like to do exactly the same thing.
Thanks
02-11-2009 11:23 AM
In order to solve your problem you will need to find the Agilent IO Libraries software directory and locate the INTFCFG folder. In this folder is a txt file titled intfcfg. Resave this file as an .ini file (you may have to change folder view properties to show file extensions). Open the file and search for the line of code beginning with [cfgni488] delete the semi colon from the 2 lines directly under this line. This will allow you to use the Agilent IOCONFIG utility to configure a NI GPIB card located at the GPIIB0 address. Alternatively a file named intfcfg.ini can be created with the following lines:
[cfgni488]
AutoDetectCards=false
GPIB0=yes
GPIBx=yes (where x is the gpib address number of your card)
With your instrument attached to your GPIB card launch the National Instruments MAX software. Click on Devices and Interfaces to bring up the list of available interface cards. Right click the GPIB card and select scan for instruments. Under the configuration window for the card a list of connected instruments will appear. Make not of the instruments PAD (primary address). This number will be used in the ChemStaion configuration. Under the device configuration set the GPIB Interface ID to GPIB0 if no other gpib cards or devices are installed on the system. Otherwise select GPIB0. This will be used as the VISA interface ID for the Agilent configuration utility.
Now run the Agilent IOCONFIG utility. Select the GPIB using NI488.2. Set the SCIL name to hp82341. Set the Bus address to 30 and the logical to 7. Check the system controler check box. Set the VISA Interface ID to correspond to the GPIB address of your card that you selected in the MAX configuration. Your instrument should now be ready to run using ChemStation.
Now open the chemstaion configuration utility and select add instrument. Next under the configure tab select configure instrument. Select your instrument and set the HPIB address to correspond with the PAD number from the MAX software for the instruments location.
These steps should solve your problem. Using this method I'm able to run Chemstation V A.06.04 on a Windows XP machine.
08-22-2024 02:38 PM
Dear sirs,
I must replicate this procedure using Wildows 7 Ultimate. Could you tell me step by step?
Thank you