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!"

Similar Messages

  • 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, 

  • Do i need a external hard drive for my pictures

    Do I need an external hard drive for my pictures?

    Generally, you should have an external hard drive to backup your system. If your internal hard drive is filling up, you certainly can move pictures to an external hard drive.

  • In need of a printer driver for an HP Photosmart 2710 on Windows 8.1 RT 32 bit.

    In need of a printer driver for an HP Photosmart 2710 on Windows 8.1 RT 32 bit.
    This question was solved.
    View Solution.

    Hi lt12345,
    I understand that you are looking to use the Photosmart 2710 with Windows 8.1 RT, but are unable to locate a driver. In my attempt to locate a driver I have come up empty handed. It appears that this printer is not supported for printing from Windows RT.
    Sorry to be the bearer of this bad news. Regards,
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • 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

  • 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... .

  • 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

  • I need a floppy disk drive for old 3 1/2" disks. I have a PowerBook G4 Mac with MacOS X 10.4 operating system. What will work for me?

    I need a floppy disk drive for old 3 1/2" disks. I have a PowerBook G4 with Mac OS X 10.4 operating system. What external drive will for for me?

    Hi,
    Providing that the old 3.5" floppies are 1.44 MB HD disks, you should be able to use a USB floppy drive.
    However, if the disks are 2DD/DSDD in the 800K Mac format a USB drive is not going to work. In this case you would need a suitable semi-old Macintosh computer with a built-in floppy drive as an intermediary.
    Jan

  • Need bootable external Firewire drive for iMac G5

    I need an external Firewire drive for an iMac G5 PC with OSX leopard that I can format to be BOOTABLE.  Don't know where to buy one or even if they're available.  I've bought 3 different drives on eBay, thinking each was what I needed, and none were. 
    I'm frustrated.  
    Would appreciate. Any helpful info.

    I use this one:
    http://eshop.macsales.com/item/Other%20World%20Computing/MAU4S7H20T64/
    and SuperDuper for creating a bootable clone.
    (But there are others too:  http://eshop.macsales.com/shop/firewire/1394/USB/EliteAL/eSATA_FW800_FW400_USB  )

  • Help I need to locate a driver for my soundblaster live 24 bit soundcard

    My son has been given the following PC games for christmas:-
    Command & Conquer 3,
    Command & Conquer Red Alert 3,
    Arma; Armed Assault,
    Medal of Honour: Airborne
    The problem he is having installing these 4 games is this. About half way through installation an error message appears that quite simply states "The software you are installing does not bear a WHQL signed driver. This software will not be installed".
    The PC we are running is a Dell Dimension 900, that we purchased about 4 years ago, and it was bespoke.
    I have run DxDiagnostics and it tells me that the driver for the graphics card is called p7.sys and the sound card are not WHQL logo'd, so how the hell do i download a driver for my soundblaster Li've 24 bit, that does? bear a digital signatre that is WHQL Logo'd. I hope you can help, me please.
    Message Edited by simonwicker on 2-26-2008 2:9 PMMessage Edited by simonwicker on 2-26-2008 2:25 [email protected]

    Re: Help I need to locate a driver for my soundblaster li've 24 bit soundcard? I guess you and your son are currently using windows xp. Well, what you can do is now is ignoring the WQHL pop-up window and choose the "install anyway" option during the installation of the soundcard driver, since WQHL only means the driver is tested by Microsoft and nothing more; drivers without the WQHL qualification does not mean they are bad drivers, they usually works as good as the WQHL ones.
    Ofcourse you can also download the official drivers for the mentioned Soundblaster li've 24bit at Creative Labs support/download site.
    here is it:
    [url="http://uk.europe.creative.com/support/downloads/download2.asp?MainCategory=&Product=035&dlcentric= 025&Product_Name=Li've%2+24-bit&filetype=&OSName=Windows+XP">Creative Sound Blaster Audigy Value/SE/LS and Sound Blaster Li've! 24-bit XP and Windows Vista Pack .04.0077 (63.39 MB)?[/url]
    The driver is for all Soundblaster Audigy Value, SE, LS and Soundblaster Li've 24bit, since they are all based on the CA-006 soundchip (with other words Creative Labs renamed the soundcard several times). Also this driver should be WQHL-ed (if not, choose "install anyway" option during installation of the soundcard driver). Make sure you have uninstalled the older driver before installing the new one. For troubleshooting use utilies like "Driver Cleaner" or "Driver Sweeper" (google for Guru3D and go to the site and their download section to get the utilities/tools) to clean up the junk files of the older driver that are left in the Windows OS.
    Good luck and Merry Christmas!!!
    Message Edited by CTman on 2-26-2008 0:2 [email protected]

  • Need to download printer driver for 3510 with windows 10

    I need to download printer driver for 3510 with Windows 10

    Here is the link to the Deskjet 3510 drivers.
    Please mark the post that solves your issue as "Accept as Solution".
    If my answer was helpful click the “Thumbs Up" on the left to say “Thanks”!
    I am not a HP employee.

  • I need a Wi-FI driver for Equium A100-027

    I own a Toshiba Equium A100-027 with the Atheros AR5006EG Wi-Fi Adapter.The Laptop is running on Windows XP and I need some software to use the wireless adapter. Could someone help me somehow?
    The Driver had a Genuiune Windows Vista but it was working slow and I've changed the OS to XP.

    All you need is the right driver for WLAN card. Some special software is not necessary because you can configure WLAN using Windows WLAN settings.

Maybe you are looking for

  • Oracle 9i Forms

    I have a form was converted from Oracle forms version 4.5 (character mode) to the 9i forms. it has a multi-record block. The first field on that block is a date field for user to enter a valid date. Please see the codes below, =======================

  • Solid line of pixels in my warped gradient. Can anyone explain/help?

    Hello all, So this is very odd. Here's the breakdown and steps I've taken so far. I create a new layer and fill it with black. Then I make a new layer and make a marquee selection. Within the marquee selection, I fill the new layer with a color to tr

  • The mods should run BT.

    There are lots of problems that crop up over and over again on these forums that are refered to the mods,who then 99% of the time go ahead and solve the problem at hand. But if the customer rings the customer services they are met with ignorance and

  • Re:: Need oracle developer 2000

    Does anybodyknow where I can get a copy of this I need it for my university dissetation. I need it urgently please help!!!!! Thanks k

  • 401K Plan Setup

    1. Anyone have a separate 401k regular and catch up plan setup? Our requirements requirement that once the employee reaches the pre tax limit 16.500, than the catch up contribution plan should start. Since, we can have separate contribution percenatg