LabVIEW & HP GPIB card

Is there any way to use an HP 82350 GPIB card
with LabVIEW? Neither HP or National Instruments
seem to have any LabVIEW drivers for HP cards.
Sent via Deja.com
http://www.deja.com/

The NI knowledgebase (20KCIS7Z) adresses how to use an HPIB board from within LabVIEW. The article (URL below) was found by searching the Knowledgebase for "hpib and labview"
http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/e56d3d4866be0a8a86256942006626f0?OpenDocument&Highlight=2,hp,gpib

Similar Messages

  • PCMCIA-GPIB Card with Linux ?

    We would like to run LabVIEW + PCMCIA GPIB Card Ni-488.2 on a laptop under Linux. I know LabView provides a linux version, but we would need an appropriate driver for the PCMCIA-card. I found hints on a PCI-GPIB driver, but not for the PCMCIA version. Is there something available? We are currently running SuSE 7.0 on the laptop, but it would be no problem to switch to RH 7.1.

    It is surprising to see that after all these years of expertise from NI, there is currently no way to have GPIB running on a Linux laptop.
    NI provides no drivers for the two possible laptop solutions: USB or PCMCIA.
    Given the widespread use of Linux in research labs, such a lack of support is rather disappointing. I can't imaging that writing such a driver would be more work than a computer science student project.
    At least the basic communication/read/write functionalities with no polling and handshakes
    Sincerely,
    T. Misaridis, Ph.D

  • I have a digital storage oscillosco​pe tektronix 2430,and an old style GPIB card (8 bit, ISA). How can I work with labVIEW?

    My GPIB card is NI one, but it is 8 bit-ISA. I have LabVIEW (4.,5.1 and 6i version). I want to work with my digital storage oscilloscope Tektronix 2430. I need your experiences.

    Hi there,
    My suggestion is start try with "MAX" to communicate with your scope,
    Download the driver for the scope from NI.com. And from there you can get started.
    Good Luck and if you need any help, just post in this forum.
    When you feel sad, laugh

  • How to use a HP GPIB CARD 82350 in labview?

    whether the HP GPIB CARD CAN WORK IN LabVIEW?

    Hello tongxin,
    Yes the HP GPIB card can work in LabVIEW. Please see the following link for more information.
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/e56d3d4866be0a8a86256942006626f0?OpenDocument&Highlight=2,hp,gpib
    This was found by searching our knowledgebases for "hp gpib visa"
    Hope this helps out!
    Best Regards,
    Aaron K.
    Application Engineer
    National Instruments

  • I get EDVR error when I communicate (from Labview )through Keithley's KPCI488 GPIB card to a HP34401A DMM?

    I have installed the card correctly and used the trtest.exe program supplied alongwith the card to communicate with the DMM using *IDN?,READ?. Successful!! But I am unable to communicate from Labview 6i using labview<->gpib.vi. What to be done to get things right?

    This question was recently asked so I know that Keithley is supposed to support LabVIEW and that you have to explicitly add the support when you install the Keithley driver. If you've done this, you might want to contact Keithley for additional help. You could also try using VISA instead of the older traditional GPIB functions. That's assuming you've installed the Keithley VISA driver. I've never used the Keithley GPIB card but I've used VISA and LabVIEW with cards from other vendors.

  • Configure labview to use agilent 82350B PCI GPIB card

    Hi All,
    I have just installed a Agilent 82350B PCI GPIB card on my PC, I have up until now been using the NI USB to GPIB adaptor.
    How can I configure my LabVIEW settings to be able to use this Agilent interface?
    Hope it is a stright forward procudure and that someone can help?
    Thanks
    Cally.

    Have you been to this link on the agilent page?
    I found it here
    CLA, CLED, CTD,CPI, LabVIEW Champion
    Platinum Alliance Partner
    Senior Engineer
    Using LV 2013, 2012
    Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.

  • IOTECH GPIB card and Labview

    I wish to use IOTECH's Personal488 GPIB card for measurement on HP8510C Network Analyser.  This works fine with QBASIC or C programming.   Can I use Labview for this application using this card ?

    Maybe. From doing a search of the forum, I got the impression that at one time, the IOtech driver replaced the NI GPIB driver and used the same low level GPIB commands. I have not found any reference to a VISA driver for the IOtech board and if there isn't one, you will not be able to use the 8510C driver. I think NI purchased IOtech a few years ago but the place for technical support is IOtech itself. You should really contact them about using their card with LabVIEW. I did a quick search of their website though, and cannot find this card listed as a current product and their GPIB driver has not been updated in 8 years.

  • How to use a GPIB card's LabView drivers to communicate with the card?

    I have an axiomtek AX4810P PCI-GPIB card and i have aquired LabView drivers from the manufacturer.
    This has put VI's for the GPIB functions on the 'user palette' but i can't work out how to use them to communicate with the card. can anyone help? please.

    LS,
    Thank you for contacting National Instruments.
    Unfortunately, since you are not using a National Instruments GPIB card, I do not have access to the drivers that were provided to you by your card's manufacturer. I would suggest contacting Axiomtek directly to obtain support using their drivers.
    However, I did write a small VI that demonstrates how to use similar National Instruments drivers with a National Instruments GPIB card. Keep in mind, this example VI is not intended to work with your particular card. The drivers you obtained from Axiomtek may have similar functions, however, and you can use my VI as a guide. My VI allows you to send a command to an instrument at address 2 on the GPIB card.
    Hope this helps!
    Matthew C
    Applications
    Engineer
    National Instruments
    Attachments:
    GPIB_Communication.vi ‏23 KB

  • Symbolic name for PCI-GPIB card

    I am using Agilent's ADS2002 to interact with an HP 8722D VNA via a PCI-GPIB card. I need a symbolic name for the card in order to write or read from the instrument; I've tried the suggested GPIB0 and GPIB1, as well as a few other guesses. Nothing on the card looks like a card number or symbolic name. How can I determine what the symbolic name should be? Thanks.

    Hello-
    Be sure that the GPIB board passes diagnostics. Also, try doing a Scan for Instruments in MAX. It may be that the board is not yet recognized.
    Also, consider using a programming language other than ADS. It may be easier for future upgrades to use a language like C or LabVIEW.
    Randy Solomonson
    Application Engineer
    National Instruments

  • GAIN PHASE Data collection from HP4194 using a GPIB card?

    I'm trying to collect gain and phase data on a HP4194 using a GPIB card. I'd like to collect this data and run it to an MS Excel spreadsheet. Does any one have any VI's that do this??? So far, I haven't been able to find any commands that read each of the 401 elements to labview.
    HERE'S AN EXAMPLE OF DATA I WANT TO READ:
    http://www.tec.ufl.edu/~shailu/labview/4194a/4-pt/505/II/archive/pxfn1.txt
    Please email me at [email protected], if you have a solution. Thanks.

    That sounds like a bit of LabVIEW coding. Here's some resource that will help:
    -The instrument driver for this device is available at ni.com/idnet.
    -LabVIEW has a WriteToSpreadSheet.vi on the File I/O function pallete.
    -The Programmer's Reference for the 4194 gives the strings to send of the GPIB bus.
    Randy Solomonson
    Application Engineer
    National Instruments

  • I've got a GPIB card from hewlett Packard to use with a HP4263A LCR meter

    I've got a GPIB card from hewlett Packard to use with a HP4263A LCR meter, I am trying to use NIDAQ to get the data in labview,but the card is not detected, what can I do? I am using an AT-MIO-16E card and a PC-DIO 32 card, installed by another developer, I just would like to get the device working again, but I do not have any experience with labview.

    Hello;
    It's not clear from what exact device you are willing to get data. By what I understood from your e-mail, you are intending to get data from the HP GPIB board. If that is the case, you don't need NI-DAQ. You will probably be better of by contacting HP and ask then for the Labview driver for that GPIB board.
    Regards
    Filipe A.
    Applications Engineer
    National Instruments

  • Labview error GPIB controller not adressed correctly

    I get this Labview error: GPIB controller not adressed correctly (LV5.1, win NT4) when i try to send data to a HP4275A LCR meter. How ever it works on an older system running with LabView 5.0 (also NT)!!!
    How can I get rid of this problem????

    Hi Diego, thanks for the hints!
    I tried to configure (GPIB) everything standard.
    when I try a 488 command initialze, I get the controller conflict, when i don't do this I get atime out problem either by 488 write-command or by 488.2 send-command.
    the differences between the systems where it works and where not are:
    working: Win 95, LV 5.0, GPIB-card/TNT (plug & play)
    not-working: WinNT, LV 5.1, GPIB-card/PCI
    i tried to set baord config to the same parameters...
    on the faulti system however I see the instrument with the MAX and I can send commands, without problems !!!!
    Also the driver you posted does not work (but the NI-communicate program ;-)
    i have no clue what else to do!
    btw. how do I copy the spy output when running the program? I may provide
    this to find errors.
    Since MAX indicates the board is all right I guess it is not necessary to reinstall the boarddrivers?!

  • How do I configure my PCI-GPIB cards so that one is a controller and the other is a device being controlled by the first card

    I have 2 PC's, both fitted with PCI-GPIB cards. One will be the system controller and the other will be a device on the GPIB bus. How do I configure both cards using LabWindows/CVI v7.0 to achieve this ? What commands are used to send and receive the data ?

    Hi Pete,
    For the controller board you don't really need to do anything. By default the GPIB interface is configured as controller.
    The non-controller can be configured in MAX. Right-click on the interface, uncheck the ono-controller box and change the primary address. It is usually a good idea to set these parameters programatically. Use ibpad to set the primary address and ibrsc to release system control.
    For the controller you can use a device descriptor (using ibdev) or a board descriptor (ibfind).
    You can only open a reference to the non-controller board using ibfind (ibfind("gpib0"), for example). This will open a board reference. You cannot use a device reference because that implies that the board is capable of addressing the bus. On
    ly the system controller can.
    Here are some links I found on the web on this subject:
    Passing GPIB Control -- System Controller vs. Controller In Charge
    Tutorial: Programmatic File Transfers over the GPIB
    Example: Using a C Program as a GPIB Non-Controller with LabVIEW as the GPIB Controller
    Example: Serial Polling Between Two Computers (Controller and Non-controller)
    Hope this helps.
    DiegoF
    National Instruments.

  • Can we install a PCI-GPIB card on a laptop

    or do we need to install PCMCIA GPIB card for that. We will have windows 2000 installed on the laptop. I want to use LabVIEW 6.0 on my laptop.

    Hello Kunal,
    Generally speaking you will need to have a PCMCIA GPIB card as there is not way to connect a PCI card to a laptop computer. Depending on your application however there are a few alternatives. We also have a USB based GPIB card which will work in any laptop that has USB connectivity. In addition, you may be able to take advantage of a GPIB ENET device that can be connected to any Ethernet network. This will allow your laptop to connect to your GPIB devices from anywhere.
    Best Regards,
    Aaron K.
    Application Engineer
    National Instruments

  • Labview and GPIB upgrade horror

    Hello community,
    I have to upgrade and extend an old LabView system. The old system
    runs with LabView 4.01 and Win3.11 and has been working for years
    without problems. It uses the standard GPIB VIs in LabView to
    commumicate with measuring devices, sensors, supplies, heaters, etc.
    I really can't understand why I get a GPIB error 3 with *most* of the
    devices under LabView 5.1/Win98 and *exactly* the same GPIB devices
    and VIs. The GPIB VIs just initialize the GPIB, and write strings,
    then close the GPIB. No more. I don't understand why something that
    worked with an *older* version of LabView systematically fails with a
    newer version (I could understand it vice versa).
    I know that the standard answer is 'you can't use a LabView 4.01
    driver in LabView 5.1', but these 'drivers' are no real drivers. They
    just form the string to write to GPIB for the GPIB device,
    respectively. No more. And the string to write didn't change because
    the GPIB devices didn't change.
    Also, it doesn't seem to be a problem of an odd GPIB device (exotic or
    ancient), but a general problem. Could it be that I miss something in
    the configuration of the GPIB card? In LabView 5.1 I can configure the
    GPIB in the Measurement and Automation Explorer (GPIB Properties). I
    would like to verify the configuration with that used in LabView
    4.01/Win3.11. I do not have an Automation Explorer in LabView
    4.01/Win3.11. How do I get the same information there?
    It is probably not even a LabView 4.01 -> LabView 5.1 problem. The old
    system is on a 486 PC and certainly uses an older PCI GPIB card. The
    newer system runs on a Pentium II and uses a brand new PCI GPIB card
    from NI. I tried to installate LabView 4.01 on the newer PC (yes,
    after having removed LabView 5.1), but the GPIB VIs didn't work
    either. Note, however, that it is LabView 4.01 for Windows 3.1
    (16bit), (we only have the 16bit version) so, I am actually not
    surprised that it doesn't work with Win98. Some person suggested to
    use a rather old GPIB card in the new system, but this can't be true
    IMHO.
    Another person pointed out that maybe NI changed the interface of the
    GPIB write VI. That is, even if the VI has exactly the same appearance
    and connectors in both LabView versions, some connectors that were
    optional in LV4 could have become mandatory in LV5. I read the
    documentation of the GPIB write VI in both versions. It is exactly the
    same. It would be more than strange, anyway.
    When I tried to write a GPIB 'driver' and I have a working driver for
    an older version than I analysed the string the old VI writes to the
    GPIB and I write exactly the same string to GPIB in the new driver.
    It's very strange for me that this doesn't work.
    Maybe another person has some experience and give me a hint what
    *could* work (maybe with GPIB II or VISA).
    Thanks very much.
    Best regards
    Johannes

    Hi Joe,
    On Mon, 8 Dec 2003 07:32:37 -0600 (CST), JoeLabView
    wrote:
    >Wow... That's a lot of info..
    >
    >First of all, let me understand the scenario.
    >
    >1. Newer PC from 486 to P-II.
    >2. From Win-3.11 to Win-98.
    >3. Newer GPIB cards.
    >4. Upgrade to LV-5.1
    >5. vi's remained unchanged from LV4.01.
    >6. Instruments are the same, same cables, etc.
    >
    >The problem is the inability to communicate with the instruments or
    >inability to configure them.
    Correct.
    >
    >
    >Let's look at the additional info:
    >
    >"I really can't understand why I get a GPIB error 3 with *most* of the
    >devices under LabView 5.1/Win98 and *exactly* the same GPIB devices
    >and VIs."
    >
    >So you are able to communicate with some of the devices.
    Yes, with two of them, because I could get *working* LabView 5.1
    drivers for these devices. I didn't have to write them myself. I have
    looked at the drivers for these devices. One is a Keithley 2000
    driver. Internally it uses the standard GPIB write VI. The other is a
    VISA driver for a Toellner power supply.
    >
    >My first question would be:
    >Q: Did you use MAX (Measurement & Automation eXplorer) to detect your
    >GPIB card and find the instruments? The GPIB interface should show up
    >under "Devices & Interfaces". It probably does since you are able to
    >communicate with some.
    Yes, I can find all instruments when I scan in the MAX, even if one
    instrument (a Heraeus-Voetsch HT4004 oven) doesn't return an
    identification string. But that is no error because the oven is
    connected via a GPIB to serial interface converter (from the same
    company.) and I guess they just wanted to get conversion done without
    cosmetics
    >Otherwise, I would recommend looking into the
    >device driver info within "System" in Control Panel of Win-98 to
    >determine if there is a conflict with the board..
    I can even query the HT4004 for *IDN? and I don't get an error. (I
    just get a white space (?) because the HT4004 doesn't return an
    identification string as I wrote above, but I don't get an error).
    In fact, this HT4004 is the last GPIB instrument that doesn't work,
    because I have found a substitute or a workaround for *all other*
    instruments that didn't work. But I *have* to use this HT4004. And it
    is no instrument specific error because in the beginning I got this
    error with allmost all GPIB instruments.
    >"the GPIB devices didn't change."
    >
    >Did you install a new GPIB card? Device... you mean instrument,
    >right?
    Yes. The new LabView 5.1 system is running on another PC with another
    brand new GPIB card from NI, but the GPIB instruments (measuring
    devices, HT4004) didn't change.
    >
    >
    >"Could it be that I miss something in
    >the configuration of the GPIB card? In LabView 5.1 I can configure the
    >GPIB in the Measurement and Automation Explorer (GPIB Properties). "
    >
    >Maybe.. So try this..
    >
    >In MAX, go to Devices and Instruments, select the "troublesome"
    >instrument and click on "Communicate with Instrument". Here, you can
    >send your string and see "manually" the response from the instrument
    >or observe the behaviour of the instrument based on the command or
    >string that you send it. That will tell you a lot about the
    >communication over GPIB..
    I have tried this, but nothing happens. The HT4004 should turn on a
    ventilator and begin to warm up. Tomorrow, I will try it again, I am
    not in the Lab today. But you mean that I should do a *write*, not a
    *query* with the string?
    >"I would like to verify the configuration with that used in LabView
    >4.01/Win3.11. I do not have an Automation Explorer in LabView
    >4.01/Win3.11. How do I get the same information there?"
    >
    >Focus on the newer LV5.1. You're stepping up...Don't turn back. ;o)
    Yes. I just want to check if the configuration is special in the
    LabView 4.01 system (maybe a check on 'send EOI with EOS or another
    timing).
    I would actually turn back to a 4.01 system that works instead of a
    7.0 system that doesn't. However, I would definitely not turn back to
    Win16.
    >That would indicate that the problem is not the newer version of LV,
    >but more likely related to the GPIB card or setting. Did you get
    >those newer GPIB cards to work?
    Hmm, it works with the Keithley and Toellner instruments. Also, I have
    tried the whole system on a *third* PC with Win98/LabView5.1/PCI GPIB
    card. Same error.
    >Or can you try the "older" ISA GPIB
    >card in the newer PC?
    I think it is a PCI card. I will try that too, as a last step, since I
    hesitate to destroy a running system...
    Johannes

Maybe you are looking for

  • Error when trying to send an attachment

    Hi there, I am running an application in Tomcat 5.5 and I am trying to send an email with an attachment via java mail. The attachment will eventually be a zip file containing wav files but I can't seem to get it to work with a text file yet. I may be

  • Asset Balances not matching with G.L accounts

    hi, we some issue in asset accounting, the asset balances is not matching with g.l accounts, there are some amount which is updated in asset but it is not updated in G.Laccounts, how to match the asset balances with g.l accounts , when i run the ABST

  • Preference panel error

    I have an original 20" cinema display. I have a new Mac Pro & have the display hooked up with the new adapter. Regardless of the adpater & upgrade, I have had a problem. I often get the display preference window opening up on its own. Sometimes this

  • Data loss during Pagination

    I have a dropdown selection box setup on a PHP page and its options coming from a MySQL database. When user selects an option, it will POST to another detail PHP page to list out all records. I used the recordset and server behavior functions in Drea

  • Camera Raw updates for CS3

    I have been waiting for Camera Raw to update so that I can use it for my Canon 550D ( T2i). I know that 5.7  came out and supports it, but this doesn't work the CS3. Can any one tell me how I get an updated camera raw that I can  us with my more than