LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

converting commands made for CEC488 driver to the one for NI488.222 driver.

I was using the old KE 2400 device in the other lab which was connected to a computer by GPIB board.
Since our group bought a new KE 2400, I am trying to connect this new one with a new computer.
I am using Labwindow CVI to do remote control of device. So I was just trying to duplicate all the setup from old system.
The one problem is that old system has different GPIB, so it uses CEC488v8 driver.
The new one uses NI488.222 driver. So some of command lines are not working in new setup.

For example, send (5, "*IDN?", &status); line used to work in old system, but not in the new one.
I don t know how to modify command lines to let C-language(labwindow based) communicate with GPIB.

0 Kudos
Message 1 of 2
(3,540 Views)

Hi,

Try this instrument driver

http://sine.ni.com/apps/we/niid_web_display.download_page?p_id_guid=E3B19B3E941C659CE034080020E74861

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 2
(3,520 Views)