Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

About Making IVI Drive

i want to make a ivi drive with GPIB interface,what should i do for state caching? i think i don't do this
through scpi command,and to some old instrument with GPIB interface(we have HP instuments very old about 70s) ,it seems it couldn't make a ivi driver, doesn't it ? And how could i do ?
0 Kudos
Message 1 of 3
(3,332 Views)
If you want state caching, then you should create an IVI driver. CVI has a tool to assist in creating an IVI driver. From the Tools menu, select 'Create IVI instrument driver'. I used this to make a switch driver and was able to create a driver in about a day (my first attempt). I needed to refer to some of the IVI specifications, which can be found at www.ivifoundation.org. Also, the 'IVI Driver Toolset Manual' and 'LabWindows/CVI Instrument Driver Developers Guide' from NI are important documents that you will need. If anyone has made a 'general' IVI driver (not one of the specified classes) or created their own class, I would like to hear more about that.
0 Kudos
Message 2 of 3
(3,332 Views)
You could find a driver for this instrument at http://www.ni.com/devzone/idnet/default.htm . If it's not listed there you could submit a request for this driver at: http://zone.ni.com/idnet97.nsf/instrumentdriverrequest/
Some other helpful links are..http://zone.ni.com/idnet/development.htm and http://www.ni.com/alliance
0 Kudos
Message 3 of 3
(3,332 Views)