10-05-2005 05:31 PM
10-06-2005
05:29 PM
- last edited on
08-05-2025
02:23 PM
by
Content Cleaner
Hi Gaudier,
GPIB can't be used directly with SignalExpress, but it can call VIs that were written in LabVIEW, including GPIB VIs. Page 6-1 of the SignalExpress Getting Started Guide explains this in more detail:
https://www.ni.com/docs/en-US/bundle/373873h/resource/373873h.pdf
I'm sorry to hear that you are frustrated with LabVIEW. There are many examples available in the NI Example Finder, which can be found under Help >> Find Examples... You can browes for GPIB, Graph and Chart examples. We also have a free LabVIEW Introduction Course: https://learn.ni.com/learn/article/labview-tutorial
This course presentation is designed to help explain the fundamentals of LabVIEW so that anyone can get started programming in just a few hours. I hope this information helps to relieve any frustration.
10-06-2005
06:58 PM
- last edited on
08-05-2025
02:24 PM
by
Content Cleaner
Hi Gaudier,
It turns out that SignalExpress 1.1 now includes support for GPIB instruments that have an IVI-C driver available for it.
Instructions for using IV Instruments can be found here:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YH5GCAW&l=en-US
Unfortunately, when I searched for an IVI driver for your Keithley 2400, I found that there isn't one available yet. Here's what Keithley has to say about this:
http://www.keithley.com/support/data?asset=10321
This info is dated July 2002, but I did not find any newer info to the contrary.
10-06-2005 07:11 PM
Hi Michael, I'm only tired, but I haven't given up LabVIEW yet. I tried different VI's I searched for examples but I couldn't get them to work correctly. I tried "KE2400 source voltage current measure with PnP drivers" and it gives extremlly wrong values, I also tried Read VI, but if I use this one I also Have to open Block Read setup and Data select to select only current or else it will give me all parameters in the graph.How can I get these 3 VI to work as one? I went to a NI seminar were they showed Signal Express so I ask, he told me that in deed I could do a sweep using a GPIB and measure current with ease. So I downloaded the 30 days Signal Express evaluation; but it looks like it is not that easy.I tried to call VIs written in LabVIEW but it did not accept one.
Thanks for your time.
JR Gaudier
PUPR Plasma Lab.
10-07-2005 08:08 AM
There is an IVI driver for the Model 2400's on the keithley web site.
The Ke24xx driver is a VXIPnP style
The Ke2400 driver is an IVI driver.
There is no IVI SourceMeter class so this driver conforms to the "Other" class. There are some DMM class functions in the driver. Not sure if SignalExpress requires that the driver conform to an IVI class or not.