Xantrex HPD driver for LabVIEW 2009

I've seen there are other NI products that have drivers for the Xantrex HPD power supplies.
Does anyone have one that works for LabVIEW 2009 (or earlier)?
Solved!
Go to Solution.

OK.  Got it.
Hyperterminal worked.
It verified that port settings and command syntax was correct.
ALL the programs in the LabVIEW examples don't get the CR function to the power supply.  When I hard coded the CR function following the command (also hard coded) it worked.  Xantrex (now Sorensen) manuals include NO simple examples - one just has to know from experience (catch 22) how to do it.
Of note also is that one must send a both voltage and current setting commands as both are zero by default.  (If you send only one, nothing APPEARS to happen because the other is set to 0.)  That also could have been included in a beginning example.
<end of rant>
THANKS for your help!

Similar Messages

  • HP 6629A Driver for Labview 2009 may have a bug?

    6629A config output.vi that came with the driver may have a bug.  I am pretty new to labview so maybe I am incorrect, but the current range boolean was not wired to the T/F select block with the current limits for the instrument in high current and low current mode.  Instead the voltage range boolean was wired to that block.  Maybe I don't understand the operation of the instrument fully, but this seems like a mistake to me.  Any comments/help would be appreciated.

    Well, I already kind of fixed my version of it.  I will post that for now.  If you want I can post the original version of the vi that came with it when I downloaded the drivers.  The vi in question is called '6629A Config Output.vi'
    This is a link to the operating manual for the instrument:
    http://www.home.agilent.com/agilent/editorial.jspx?cc=GB&lc=eng&ckey=1000000433:epsg:man&nid=-11143....
    I hope that is what you needed.
    Thanks for looking into this.
    Attachments:
    HP662XA.LLB ‏509 KB

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

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

  • Quanser DC Motor Control Trainer missing VI's for labview 2009

    Hi my name is phillip, a student developer working with labview 2009 and the Quanser DC Motor Control trainer with ELVIS II. I have failed to run the VI for speed control, it appears to be broken and says four sub-vi's are missing and they are "Intergrator.VI," "Integrator (DBL).VI," "Transfer Function.VI," "and "Transfer Function (DBL).VI.". I happen to have installed the control design and simulation toolkit but this has not solved the problem. Please help!!!!

    Hi Phillk, I have the exact same problem with the missing VIs for the Quanser DC motor control with the NIELVIS also for Labview 2009.
    Can you please tell me where I can find these VIs? Can you send them to me if it is possible?
    I would really appreciate it, 
    I need the Transfer Function.vi,  Transfer Function (DBL).vi and the integrators too.
    Thank you, 
    Carlos M. Rodriguez  
    [email protected] 

  • Installing 64 bit version of toolkit and modules for Labview 2009 64 bit?

    Hello  I recently contacted NIabout installing Mathscript and Signal processing toolkits for my Labview 200964 bit that I am running on Windows 7.  I was sent the following link as aresponse: http://zone.ni.com/devzone/cda/tut/p/id/10383.  From this link it is my understanding that I cannot run any programs thatcontain an astrestik, since they only work for 32 bit version of Labview? In particular I really need to use Mathscript.  Is there any workarounds? Do I have to also install the Labview 2009 32 bit version?  Doesanyone know when Labview will allow me to run everything in the 64 bit versionof Labview?  Thanks.
    Kevin 

    Hello Kevin,
    There is no workaround available, and there are no released dates as to if/when Windows 7 x64 support for the toolkits in question will be introduced. 
    The LabVIEW Mathscript RT Module is not supported in LabVIEW 64-bit as mentioned at the bottom of the following page: http://zone.ni.com/reference/en-XX/help/371361F-01/lvhowto/labview_mathscript/ .
    Vivek Nath
    National Instruments
    Applications Engineer
    Machine Vision

  • 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

  • Rio driver for labview 8.6 windows 7

    Hi,
    Can anyone let me know what's RIO driver version for labview 8.6 and windows 7 please?
    thanks,

    Hello Triple_H,
    LabVIEW 8.6 was released prior to Windows 7, and as such this isn't a supported configuration- refer to this knowledgebase:
    Windows Version Compatibility with LabVIEW
    http://digital.ni.com/public.nsf/allkb/B972242574D4BB99862575A7007520CB
    You'll need to move to a newer version of LabVIEW or an older operating system.  All versions of the RIO drivers are available here, with the supported operating systems listed:
    ni.com/drivers search: RIO
    http://search.ni.com/nisearch/app/main/p/bot/no/ap/tech/lang/en/pg/1/sn/ssnav:ndr/q/RIO/
    Regards,
    Tom L.

  • Twain Driver for Labview?

    Does any one know if National Instrument have any plan to develop a driver to interface with digital (still) cameras? They just released the IEEE1394 driver. The absence of a corresponding USB driver is very glaring. What's going on?

    Please visit www.imagemill-tech.com. ImageMill provides a basic TWAIN driver for use with LabVIEW and IMAQ Vision. You can contact Graftek Imaging, Inc., ImageMill's US distributor, by calling 800-441-2118.
    Robert Eastlund
    Graftek Imaging, Inc.
    Phone: (512) 416-1099 x101
    Email: [email protected]

Maybe you are looking for

  • Query and return attributes from SAP R/3

    Hi All, Please help in how to fetch attributes from SAP R/3 and display in IDM. There is an attribute which will have list of names and id's in SAP R/3 we need to fetch that information from SAP R/3 and display that information in SUN IDM. We are Usi

  • PC to iMac computer-to-computer network

    Hello all, I just purchased a Toshiba laptop with Vista OS and am trying to connect wirelessly via the computer-to-computer airport card connection in my iMac G5. I can connect fine with an iBook. But while my PC can see my iMac and registers a stron

  • My safari is still shutting down

    Hi There, My safari is still shutting down many times throughout the day. I have deleted cookies and also deleted the Adobe PDF viewer and the Flash plugin per your response below. I was okay for a day or two and it has shut down a few times this eve

  • Changing the naming attributes of o to ou

    Hi , I need to change the naming attribute of 'o' to 'ou' so that whenever i create an organisation it will be referred to ou instead of o .Is there a way to do it?

  • Problem starting application server after intalling SAP NetWeaver 7.0 ABAP

    Hi, guys I installed  SAP NetWeaver 7.0 ABAP on my laptop 3 days ago and it worked well. But today, I encountered a problem when starting the application server with message "start operation timed out". pls help me to solve the problem. thanks