HP34972A Ethernet Driver for LabView 8.0

Hi,
 I'm trying to use our new HP34972A meter with LV 8.0. I can only find drivers for HP34970A for LV 8.2 and higher that support the ethernet port. Do you have or can you make drivers for LV 8.0 that support the ethernet port on this meter? (I did find the serial port driver but would prefer not to use that interface).
Thank you.

Hi fireman_bob1,
As you said, there is not an available driver utilizing Ethernet and LabVIEW 8.0 for the HP34972A. However, I recommend going to the Version Conversion Forum to see if the NI forum community may be willing to back-convert the components of the driver you have LabVIEW 8.2, to LabVIEW 8.0. Most of the driver components should be very similar, so this may allow everything to work with LabVIEW 8.0. Unfortunately, if it does not work, you may have to use the serial port driver. 
Best Regards,
Thomas B.
National Instruments
Applications Engineer

Similar Messages

  • ACPI Ethernet driver for Win 7?

    Hello
    I've no idea if I am even near the correct place to be. Would love to find out from someone who knows where I can find on Microsoft's web-site, the  ethernet driver for acpi. It turns out I haven't one on my computer and how I lost it is anyone's guess
    as I really am computer illiterate. D-link doesn't always work so I would love to replace my ethernet driver.
    Have Win 7
    Help please??? and Thank you so very much~ Teena

    Here is the forum for you

  • Hp driver for labview for hp8156a attenuator

    I am looking for a hp8156a driver for labview. There is not one posted in the driver section of this site. Thanks

    Here is a link to the programming manual. Section 8 shows the commands. It will take some work, but you can write your own drivers.
    http://www.home.agilent.com/upload/cmc_upload/All/opat0500.pdf
    Message Edited by unclebump on 07-12-2005 04:21 PM

  • Ethernet driver for HP p7-1414

    I need the Ethernet driver for my pc for Win 7. I have found all drivers including the WiFi driver so I can connect to Internet. But when I plug in my student cable, it doesn't do anything. My pc still remains connect wirelessly. So I need that driver. It a HP p7-1414. Thanks.

    Hi:
    Rather than hunting down all of the drivers individually, the easiest thing would have been to find a model with the same motherboard as yours which has Windows 7 drivers.
    All of the W7 drivers from this slightly older model will work on yours.
    http://h10025.www1.hp.com/ewfrf/wc/product?cc=us&dlc=en&lc=en&product=5231479&task=

  • HP 54501A - Instrument Driver for LabView v.7 or v.8

    Hi all,
    I'm looking for HP 54501A - Instrument Driver for LabView v.7 or v.8. I have NI gpib/usb controller installed, but cannot control the scope via Labveiw.
    The link I found at NI web site within drivers section seems to be broken so I couldn't download it!
    Please, anyone, suggest/help!

    The link you were given works for me. You can try it again. The given link brings you to a page where the CVI and LabVIEW drivers are listed. the direct link to the LabVIW driver is http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=E3B19B3E9455659CE034080020E748... .

  • Need SPARTAN 3E board Driver for Labview FPGA 8.5 !!!!!! Thx

     HI!!I need the spartan 3e driver for labview 8.5(not for labview 8.6) for school useI try to download it from ftp://ftp.ni.com/outgoing/NISPARTAN3ELV85.zip
    but this link is dead now. Could somebody send this driver to [email protected] PLZ? Thank you a lot for all in advance
    Solved!
    Go to Solution.

    Hello,
    I'm looking for same (Labview FPGA 8.5 for Spartan 3E). But it isn't available on related url now. I'll be glad if someone can help to find driver.
    Best regards, 

  • IS CLIP supported by Xilinx Spartan3E driver for LabVIEW 8.6?

    IS CLIP supported by Xilinx Spartan3E driver for LabVIEW 8.6?
    For HDL interface node, the enable chain and multi clock domain is difficult to understand
    Solved!
    Go to Solution.

    Reidl,
    Thank you for your answer.  How do I uninstall my current version?  I have looked in "Add or Remove Programs," but I don't see anything under "Xilinx" or "Spartan."  I do see an entry for "National Instruments Software."  However, when I click "Change / Remove" I don't see any entries for the Spartan Board.
    I tried running the installation program, and I received the following message:
    The NI LabVIEW FPGA Support for Spartan-3E 1.1.0 installation has failed with the following error.
    You have a higher version of NI LabVIEW FPGA Support for Spartan-3E in your system.  You must uninstall it before installing this again.
    What is the latest version number?  How do I check what version I currently have?
    Thanks,
    James Carroll 

  • Is there compatible motion driver for LabVIEW 8.6?

    Is there compatible motion driver for LabVIEW 8.6? The latest motion driver seems to be 7.6 and it only support up to LabVIEW 8.5...

    If you buy LabVIEW 8.6, you will also get 2008 August Driver CD.
    NI-Motion 7.7 driver should be included in it.
    Or you can wait for a while.
    I guess NI will put on Web these days.

  • Aeroflex 2975 driver for LabVIEW 8.0

    Is there a way to convert the Aeroflex IFR 2975 driver for LabVIEW CVI for use in LabVIEW 8.0?  OR, is there a driver already developed for this? 

    Frank,
     I am using the LV 7.1.1 version of this CVI driver in an application I wrote. We should be able to recompile this for 8.0. Basically as I explained with no handshaking the instrument falls out of sync with the controlling computer. Basically the only GPIB command that is supported in that driver is *IDN?. So what I have done is after other  calls I use this command and compare the return string to see if it is what I expected. If not I use a popup telling the operator that a GPIB error occurred and to reboot the IFR to clear the bus. I also have instructed the operator to run NI Spy in the background...this seems to cut down the occurance of these errors. Another way to clear the bus that is faster and usually works is to stop the application, and read the bus using MAX until you see a timeout when there is no more data available( usually twice). Then rerun the application. Depending on the application this might be a work around though not an elegant one.
     Since the driver was converted from a CVI driver it uses the call library function node. This does not allow us to control the timing between the Write functions and Read functions. If you are doing something that is relatively simple you could use the TCL command set and VISA to write a driver. Just put a wait function between the Write and Read function and experiment with the timing until it looks like it won't fail. I've considered doing this myself but have been hoping that they will actually make the instrument 488.2 compliant. I am assuming that the actual error is that the data buffer is being read by the controller before the instrument is finished writing to it. The other scenario is that the data buffer might not actually be getting flushed every time it is read. I'm hoping my first assumption is correct or they have even more problems with the instrument.
     In January of '05' they actually enabled the following commands *SRE xx, *SRE? and *STB?. I recently wrote a simple vi to see what happens to the Status Byte after using IDN? command and reading the data buffer. The MAV bit begins logic low, then goes hi when the data is available. After reading the data (i.e. "IFR Systems, 2975.....) I again query the Status Byte. The MAV bit is still in a logic hi state. I sent screenshots of the front panel and block diagram as well as the .spy files to them. All was heavily notated and they said they were going to look at it. If anyone is interested in this I can post this code as well.
    Using LabVIEW 2010SP1 and TestStand 4.5

  • Looking for HP 5371A driver for Labview 6.1?

    want to communicate with HP5371A by PC over GPIB port

    I think that device is too old for finding a driver for labview. If you have all the GPIB command, it's easy to program. I made it for another type of instrument.
    Benoit Séguin
    Software Designer

  • Need a HP3421A native driver for labview 5.1

    Hi,
    I'm looking for a native HP3421A driver for labview 5.1. Of course I searched in the "Instrument Driver Network" but I foundd only drivers for labview 6.0 and 7.0 or greater.
    According to this document: http://www.ni.com/pdf/manuals/321691a.pdf#search=%22labview%204.x%20hp3421a%22 there is a such driver for labview 4.x.
    Any idea where I could find this driver for labview 5.1 ? A haven't any "Instrument Driver Library CD-ROM".

    hi there
    the driver he is searching for can be found here (LV 7.0): https://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=E3B19B3E969E659CE034080020E74...
    the driver uses the old school GBIP functions, so it should be possible to downgrade it down to LV 5.1. do downgrade open the "HP 3421A Example.vi" and choose
    File->Save with options->Save for previous. 
    since you only can downgrade to the next prior version of LV you need a ladder of LV versions, but i'm sure that if you ask here you'll find someone who can do this for you.
    Best regards
    chris
    CL(A)Dly bending G-Force with LabVIEW
    famous last words: "oh my god, it is full of stars!"

  • Ethernet driver for WXP is not working on Satellite A100

    Satellite A100-784 PSAANE-02L011G3 ethernet driver for wxp is not working. Can not properly install driver, downloaded all possible drivers and still not working.
    In device manager yellow sign. I have bought my laptop with Vista BASIC and I put XP-SP2. Country is Croatia! Help me please!

    Hi
    I cannot believe that you are not able to install the LAN driver on this A100 Satellite!
    However, the Sat A100-784 supports an Intel 82562GZ 10/100 Mbit (Ekron) Lan chip.
    If you want you can download and install the Lan driver from the Intel page:
    http://downloadcenter.intel.com/Product_Filter.aspx?ProductID=999&lang=eng
    There you will find the drivers for the Intel 8256x Ethernet Controllers
    Bye

  • Ethernet driver for my a6744uk destop

    I had to reformate my desktop so i am missing Ethernet driver for a6744uk desktop Vista.  I have looked on hp website but would have more luck winning the lottery hope someone can help.  Thank you

    Dear Customer,
    Welcome to the HP Consumer Support Forum!!
    Please try and install the driver using the link below:
    http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=13&PFid=5&Level=5&Conn=4&DownTy...
    Select the opertaing system and install the driver accordingly.
    Hope this helps, for any further queries reply to the post and feel free to join us again.
    **Click the KUDOS star on left to say Thanks**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.
    Thank You,
    GR1
    Although I am an HP employee, I am speaking for myself and not for HP

  • VT6122 Gigabit Ethernet driver for Kernel 2.6 (Fedora Core 2)

    Hi,
    I'm looking for the VT6122 Gigabit Ethernet driver. The manufacture doesn't provide it. And at MSI there is only a version for kernel 2.4 available! Can anybody tell me were I can find this driver?
    Txs!!!

    got it.
    it was the tune2fs problem that is in the knowledge base.
    http://digital.ni.com/public.nsf/allkb/A2D53C8E0D88380B86256EBD005B31D2
    looks like it's working now.
    thanks.

  • Keithley 2400 driver for Labview 8 not working

    I searched the boards and found this driver for a Keithley 2400 that should run with Labview 8.  I have Labview 8.6.
    http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=25B255F3AA83660EE0440003BA7CCD...
    I put the driver folder in the proper location and the vi's are appearing in the selection menu as expected.  I have my Keithley 2400 connected to a serial port on COM1.  When I simply try to run the initialization VI it doesn't work.  I know it's communicating in some form, because my Keithley goes into remote mode and the initialization driver is able to properly read what the model of the Keithley is.  When it gets to the VISA read vi it is timing out, but still outputs the correct model identification.  I don't understand why it's timing out and not working.  
    Is there something else I should've installed?  The driver readme says the only additional software required is NI-VISA 3.2, however I have version 4.4, so I should be fine.  I just don't understand why it's "sort of" working.  Any help would be greatly appreciated. 
    Solved!
    Go to Solution.

    It doesn't sound like it. You are using serial and that requires nothing beyond VISA - plus simple commands are working. The fact that the drivers can send and receive the SCPI identification command tells me that you are communicating with the instrument. (That is what causes the instrument to tell you what kind of device it is.) The thing to remember about drivers you get from vendors is that they can be very buggy. Often times they were written by someone who doesn't know LV very well, or were perhaps donated to them by one of their customers. I always view vendor-supplied drivers as simply a starting place for creating really usable ones.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

Maybe you are looking for