Keithley 2750 interfacing with LabVIEW 8.5?

This is my first time trying to set up the two software and hardware.  The Keithley 2750 was originally installed and taking data using ExceLink.  Now, I want to use LabVIEW instead for data acqusition.  I have already installed the LabVIEW cds.
Where do I start to set up the interface between the Keithley 2750 multimeter and LabVIEW 8.5?

If the title says Agilent, then you have opened the wrong example. Exactly which driver did you download? Project style plug and play or just the plain plug and play? Where did you install it? With either, you should have a folder under your instr.lib called ke27xx. What is in that folder will depend on the type of driver you downloaded. The project style (recomended), will have a .lvlib and .lvproj files and folders called Examples, Private, and Public. If you don't have these, what do you have? Post an image of the directory structure.
Message Edited by Dennis Knutson on 06-23-2008 10:08 AM

Similar Messages

  • Interface with LabView

    I am a very new to LabView--
    We are developing a board to interface with LabView devices- (ideally, the board would have a GPIB connector).  We would like to use LabView to simulate various conditions on the Interface board by controlling switching (board MOSFETs) and then use a GPIB controlled multimeter to read voltages coming out of the Interface Board). 
    Since the Interface Board we are working on does not have an "address", is it possible to use LabView to communicate with it (send output signals to the board and read signals from it)?  What is often done to have LabView controlled devices communicate with external circuitry ?
    Thanks,
    Alex  

    Alex00 wrote:
    What would be an advantage of an interface controller (such as 4823) over a DAQ card (such as PCI-6013)?  If we only need about 6-8 inputs (Digital I/O) and maybe about 6 Analog outputs, wouldnt the 6013 be sufficient to interface with our PCBA?
    In your original post, you indicated that a GPIB interface would be ideal. ICS Electronics makes various models of controllers that provide a GPIB SCPI command interface to digital and or analog I/O. This controller can be placed inside the instrument rather than inside a PC and would use GPIB to connect (as you requested).
    I have personal experience with the 4823, which can be used to control/monitor TTL devices on a byte-wise basis. Since you have digital and analog requirements, you could look at the ICS 4807 DAQ board. It may not have enough analog outputs though...
    The only reason I originally responded was your GPIB requirement.
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness

  • Warner/superior electric's SS2000PCi motion controller interfacing with LabVIEW 6i

    Sir,
    In our application, we are controlling the movement of X-Y arm on the X-Y table. For this we are using superior electric products:
    (a) Slo-Syn SS2000PCi Programmable Step Motor Controller
    (b) MD808 Motor Drive
    We are using two such controllers and motor drives to drive two 2 Amps Sanyo Denki Stepper motors: one each along X-axis and Y-axis. Along with the arm movement a data acquisition also has to be carried out. So, the motion control and Data Acquisition has to be synchronized by means of software. The problem now is to program the controller. Though MCPI Version 4.41 is there, we want to program the controller in LabVIEW 6i so that we can synch
    ronize both motion control and Data Acquisition.There is no driver which is compatible to LabVIEW 6i.
    Is there any 32-bit DLLs for this controller? If any one has these dll's please let me know. My E-mail ID: [email protected]
    So that i can call these DLLs in LabVIEW 6i and program it.Or else send me at least the detailed low level command sets of the controller in pdf format so that i can develop our own drivers.
    Regards,
    Nagendra

    Nagendra,
    Unfortunately, I was unable to find any helpful resources for you based on a cursory web search. I recommend that you contact the manufacturer of the hardware and ask them if they have a driver (DLL) that you can use to interface with LabVIEW.
    Good luck with your application, and have a good day.
    Sincerely,
    Darren N.
    NI Applications Engineer
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • I have a roboteq hdc 2450 and want connect to labview but have no idea how to do so. I have the drivers that came with it will it work to interface with labview?

    I have a roboteq hdc 2450 and want connect to labview but have no idea how to do so. I have the drivers that came with it will it work to interface with labview?

    You can create your control code in LabVIEW and then use a Call Library Function Node to communicate with your roboteq DLL.  The first thing to do though, is check to see if Roboteq offers LabVIEW drivers.
    Using LabVIEW: 7.1.1, 8.5.1 & 2013

  • Can i download google map and then interface with labview?

    i intend to interface labview with google map and indicate my required position on it.i need help on how to accomplish this?can i download google map and then interface with labview?

    Hi,
         The Example avalable on following link (C:\Program Files\National Instruments\LabVIEW 2009\examples\comm\axevent.llb\ActiveX Event Callback for IE.vi) on your PC, and using of Googlr map API u can indicate your position.document are avalable on following link (http://code.google.com/apis/maps/documentation/staticmaps/)
    I hope this is help for u..
    Siva
    Sivaraj M.S
    CLD

  • Arduino interface with labview: not able to upload lvifa base file

    guys, you have to really help me out on this one i have been at it for days. i am new to this so please help me out. i have an arduino uno with atmega8 on it and i m trying to interface it with labview but everytime i tried to upload the lvifa base file it shows and error, and it reads "XYZ is not declared in this scope".
    AFMotor.cpp: In function 'void initPWM1(uint8_t)':
    AFMotor.cpp:87: error: 'TCCR2A' was not declared in this scope
    AFMotor.cpp:87: error: 'COM2A1' was not declared in this scope
    AFMotor.cpp:88: error: 'TCCR2B' was not declared in this scope
    AFMotor.cpp:89: error: 'OCR2A' was not declared in this scope
    AFMotor.cpp: In function 'void setPWM1(uint8_t)':
    AFMotor.cpp:108: error: 'OCR2A' was not declared in this scope
    AFMotor.cpp: In function 'void initPWM2(uint8_t)':
    AFMotor.cpp:124: error: 'TCCR2A' was not declared in this scope
    AFMotor.cpp:124: error: 'COM2B1' was not declared in this scope
    AFMotor.cpp:125: error: 'TCCR2B' was not declared in this scope
    AFMotor.cpp:126: error: 'OCR2B' was not declared in this scope
    AFMotor.cpp: In function 'void setPWM2(uint8_t)':
    AFMotor.cpp:146: error: 'OCR2B' was not declared in this scope
    AFMotor.cpp: In function 'void initPWM3(uint8_t)':
    AFMotor.cpp:162: error: 'TCCR0A' was not declared in this scope
    AFMotor.cpp:162: error: 'COM0A1' was not declared in this scope
    AFMotor.cpp:162: error: 'WGM00' was not declared in this scope
    AFMotor.cpp:162: error: 'WGM01' was not declared in this scope
    AFMotor.cpp:164: error: 'OCR0A' was not declared in this scope
    AFMotor.cpp: In function 'void setPWM3(uint8_t)':
    AFMotor.cpp:184: error: 'OCR0A' was not declared in this scope
    AFMotor.cpp: In function 'void initPWM4(uint8_t)':
    AFMotor.cpp:202: error: 'TCCR0A' was not declared in this scope
    AFMotor.cpp:202: error: 'COM0B1' was not declared in this scope
    AFMotor.cpp:202: error: 'WGM00' was not declared in this scope
    AFMotor.cpp:202: error: 'WGM01' was not declared in this scope
    AFMotor.cpp:204: error: 'OCR0B' was not declared in this scope
    AFMotor.cpp: In function 'void setPWM4(uint8_t)':
    AFMotor.cpp:224: error: 'OCR0B' was not declared in this scope
    I tried different arduino IDE versions as well, it not working out.
    Thanks!

    https://decibel.ni.com/content/groups/labview-interface-for-arduino?view=discussions

  • How can I use my Keithley 2100 DMM with LabVIEW 7 Express?

    How can I communicate with Keithley 2100 digital multimeter using LabVIEW 7.0?

    Hi,
    There are a number of ways,
    1) Unfortunately the driver on the Keithley site is for labview version 8.0, so you could speak to keithley to see if they can provide a ver7.0 of the instrument driver
    2) You could use the version for the 2000 model from the NI website
    http://sine.ni.com/apps/utf8/niid_web_display.down​load_page?p_id_guid=E3B19B3E90B0659CE034080020E748​...
    There is a version 7.0 which you could modify to suit the 2100
    3) Use the VISA vi's and create your own driver using the user manual for the bus commands to driver the instrument.
    Hope this helps
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Is the Keithley 2612A compatible with Labview 7.1?

    Hi,
    I've got a shiny new Keithley 2612A dual channel sourcemeter and would like to start using it our lab's system.  We are currently using LabView 7.1.
    I found a driver for the 2612A, but it says it's only compatible with LabView 8 or higher:
    http://www.keithley.com/base_download?dassetid=51950
    Does anyone know of another driver, or other method that I might get this thing working in LabView 7.1?
    Many thanks,
    John
    Solved!
    Go to Solution.

    Download it and post it to the Downconvert thread.
    edit - It's a project style driver which was introduced with LabVIEW 8. It might take a little longer.

  • Webcam interface with labview

    Hello all,
    I need to interface webcam with labview 2011,
    My requirement is as follows,
    1. Capture the image read by webcam using labview.
    2. Store it in local harddisk
    3. Compare it with standard image stored in PC and decide whether read image is OK or not.
    I am completely new to IMAQ and went through forum also. Can you tell me what are the steps to do this, how to getting started. What software I need to install for this,link and which webcam is good for this.
    Thanks
    Kudos are always welcome if you got solution to some extent.
    I need my difficulties because they are necessary to enjoy my success.
    --Ranjeet

    1. If you are using a webcam, ensure that the camera is compatible with DirectShow, and that the camera driver is installed and functioning.
    2. You will need to install the Vision Acquisition Software. The software features the activation-based NI-IMAQdx driver for acquiring from DirectShow-compliant devices. A license for this software is included with all NI vision hardware and all NI vision software licenses, and is also sold separately for applications that do not require image processing or specialized hardware.
    3. I am not sure how you are 'comparing' the acquired image with the image that is stored in the harddisk. But, if you want do machine vision & image processing, then you will need the Vision Development Module. In general, VDM functions are to be used for post processing images. Some example functions are: pattern matching, particle analysis, edge detection, thresholding, histograms, and optical character recognition. This module includes the VAS that was described earlier.
    4. There are lots of examples that are shipped with the software to help you understand and achieve what you are trying to do.
    Here is a good article that describes the different vision software provided by NI:
    What is the Difference Between Vision Software VDM, VBAI, and VAS?
    NI Vision Software Comparison
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

  • Speeding the Keithley 6485 readings with LabView

    Hi All,
    I'm new with LabView and with current measurements. I'm using a Keithley 6485 Pico-Amp to recored the current changes in microchannels. I downloaded the instrument drivers from the NI website and I tried to control the Pico-Amp current readings with LabView 7.1 but the rate of readings from the Pico Amp was slow ( a reading every 0.5 s). I tried to change a lot of parameters and I found the main problem causing such slow measurements is the read VI for the Pico-Amp was very slow in the while loop.
    is there any way to recored fast continuous measurements from the Pico-Amp using the read VI in a while loop with LabView 7.1?.  or if there is another to do fast recordings form the Pico-Amp with LabView? 
    I appreciate your help and suggestions.
    thanks

    thanks a lot guys for your suggestions and comments.
    at the present time I'm using the analog output of the Pico -Amp to recored the readings via a Daq since I couldn't control it form the drivers. So,  I only control the Pico Amp from the front panel.
    Dennis, thanks for your suggestions and it is true that fetch multi-point is faster but it is still not fast enough since I want reading at a rate of 40-50 Hz. if you know of a way to increase the readings rate to the frequency I need it will be helpful.
    F. Schubert, thanks for comments. I don't know how to change the NPLC since when I change the value in the VI an error message appears and Labview terminates. the NPLC setting is 1 and PLC 60 Hz.
    I attached a sample of VI I'm using to find the readings from the Pico-Amp and I would appreciate any suggestions to improve the readings rate. also how can I change the NPLC value of the device?
    Thanks
    Message Edited by Zeyad on 09-13-2007 11:51 AM
    Attachments:
    Pico_AMP_tests_2.vi ‏125 KB

  • 4GL interface with LabVIEW

    The company I work for is having an application developed in Clarion 4GL code. I know nothing about this code, but I was curious if LabVIEW could interface with it. I have previously used code interface nodes to integrate C subroutines into a LabVIEW shells so I was wondering if this is feasible with 4GL also.

    If your Clarion 4GL code environment has the ability to turn the code into a dynamically linked library (dll) then it is possible that LabVIEW could call it, although it is not officially supported.
    Another option would be to use ActiveX. Does the environment have the ablility to add an ActiveX interface to the application?
    It looks like we need to know a little more about Clarion 4GL and what its capabilties are. Do you have access to this information? Can you talk to the developers of the code?
    Robert Mortensen
    Software Engineer
    National Instruments

  • BASYS 2 Spartan3 interface with labview

    Hi I am new to xilinx. but unexpectedly i am in a situation to work with BASYS 2 Spartan3 board from digilent.
    Please help me to interface BASYS 2 Spartan3 with labview 2012.
    Thanks in advance.

    1. If you are using a webcam, ensure that the camera is compatible with DirectShow, and that the camera driver is installed and functioning.
    2. You will need to install the Vision Acquisition Software. The software features the activation-based NI-IMAQdx driver for acquiring from DirectShow-compliant devices. A license for this software is included with all NI vision hardware and all NI vision software licenses, and is also sold separately for applications that do not require image processing or specialized hardware.
    3. I am not sure how you are 'comparing' the acquired image with the image that is stored in the harddisk. But, if you want do machine vision & image processing, then you will need the Vision Development Module. In general, VDM functions are to be used for post processing images. Some example functions are: pattern matching, particle analysis, edge detection, thresholding, histograms, and optical character recognition. This module includes the VAS that was described earlier.
    4. There are lots of examples that are shipped with the software to help you understand and achieve what you are trying to do.
    Here is a good article that describes the different vision software provided by NI:
    What is the Difference Between Vision Software VDM, VBAI, and VAS?
    NI Vision Software Comparison
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

  • Reading DC volts from Keithley 2000 Multimeter with LabView

    Hello, 
    I am new to LabView. I am trying to read and write DC Volts data from a KE2000 Multimeter using KUSB-488A interface. I need guidance on how to proceed. I need to simply read the voltage drop across a 1 megaohm resistor and write them in a file to plot later. Please help me with sequential steps since I do not know LabView much. I am using Labview 9.0
    Thanks a lot for your help.

    There are LabVIEW drivers for the Keithley meters available on the NI Instrument Driver Network.  They include examples that should do what you need with very little effort.
    Using LabVIEW: 7.1.1, 8.5.1 & 2013

  • Thorlabs Beam Profiler Interface with Labview?

    I am trying to interface directly with a Thorlabs Slit Beam Pofiler and while they have sent me some drivers and example program, nothing seems to be giving me the right outputs. If I use basic VISA functions I can read some of the parameters, and set some, but the information I really want is the scan data. Does anyone have experiance working with Thorlabs hardware that can tell me how to query this? The DLLs are pretty cryptic to me. I have done some programming with GPIB successfully but this is USB and while identifying the device doesn't seem an issue, I can't get much further than that. Thanks in advance for any input.

    Hello Cobalted,
    It looks like there are quite a few LabVIEW libraries for Thorlabs available on the NI Instrument Driver Network, you didn't specify a model but I'd look at these:
    NI.com/drivers Third Party (Thorlabs)
    http://search.ni.com/nisearch/app/main/p/bot/no/ap/tech/lang/en/pg/1/sn/ssnav:idr/q/thorlabs/?defaul...
    If there's no library available for your hardware there, you should be able to automatically create wrapper VIs for the DLL functions using the Import Shared Library Wizard as long as the vendor has provided the header:
    Using the Import Shared Library Wizard
    http://zone.ni.com/reference/en-XX/help/371361K-01/lvexcodeconcepts/importing_shared_library/
    Regards, 
    Tom L.

  • AB Micrologix 1200 PLC Interface with Labview

    Can anybody tell me in detail that how can i interface labview with micrologix1200 using daq card.

    There's no MLogix 1200 driver for Lookout 3.8, at least not from NI. But, you can use the OPCClient Object in Lookout 3.8. Which means you'll need the OPC Server from AB-Rockwell Software: RSLinx, full version.
    Rgds,
    Khalid

Maybe you are looking for

  • How to get the full path or name of the Layer to which Filter is applied?

    Hi All,           I have created a layer using some background image as source. How to get the name or ful path of the background image? I checked the documentation and found GetPathNameProc(SPPlatformFileSpecification*) function, but I couldn't get

  • Prob.. in screen painter fields....plz helppppppppppp....

    Hi I have made a screen in which i have placed a tabstrip. tabstrip contains 3 subscreens. on first subscreen i am giving 2 integer values and on the second i am selecting an arithmetic operation (like add,sub,mul,div) and on the third subscreen i am

  • Looking for a command

    i'm making a pkgbuild for my favorite emulator.. but i've run into a problem is there anyway to change a varible in a config file i know of the echo command... sorry this question is so vague i just need to be able to type a command that change somet

  • AIR-CAP3501I access point not joining the Cisco 2100 Wireless Lan controller.

    Hello All, I am installing a new LAP (AIR-CAP3501I ) through the wireless lan controller (AIR-WLC2112-K9) with software version 7.0. I have an external ADSL modem which will act as the DHCP server for the wireless clients and the LAP. Please find my

  • B2MML XI Content

    Hi, How and where can I get the B2MML XI Content for ECC 5.0? OSS didn't know Thanks Vamsi