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.