Error: LabWindow CVI driver for Lab View 2011 (using hp4145a)

What is the DLL for the Agilent hp4145a instrument driver?
I am trying to convert the LabWindows/CVI Agilent hp4145 intrument driver for use in labview 2011, but keep getting errors related to an incorrect DLL.

Hi Courtney L., 
Your prompt response is much appreciated. Thank you. 
I have attached the "hp4145 LabVIEW Wrapper Conversion Report" as a txt file
- this report was automatically downloaded along with the"LabVIEW Instrument Driver Import Wizard (LabVIEW Interface Generator for LabWindows/CVI Instrument Drivers)" *(link listed below), and popped up at the end of the installation.
If any specific details or a screenshot will also be of benefit to solving this problem, I will be able to post them by tomorrow night.
*Link for Instrument Driver setup download:
https://lumen.ni.com/nicif/us/infolvinstdriver/content.xhtml
Attachments:
LabVIEW_Wrapper_Conversion_Report.txt ‏6 KB

Similar Messages

  • How to develop simple time based ramp driver for lab view VI

    how do I develop simple time based ramp driver for lab view VI

    Here it is converted to LabVIEW 2010.  However it is missing the AO and AI read and write vis since I don't have that package.
    Attachments:
    SRI_TimeProportion.vi ‏70 KB

  • CIP Safety Driver for Lab View available

    Hello, does anybody know if there is a CIP (Common Industrial Protocol) Safety driver is available for LabView? CIsP Safetey is based on the Ethernet IP Protocol. Does anybody know a third party manufacturer of a CIP Safety driver for LabView? Has anybody experience in using CIP Safety Protocol in LabView? Please help. Thanks

    There's no drivers for that in the NI Instrument Driver network, and the company's web site doesn't seem to have anything, though this is not that big of a surprise. Given that it has C++ commands it's quite likely it's calling functions in a DLL. If that's the case, you can create LabVIEW wrapper functions for the DLL functions. Can you tell if it's using a DLL? This information would likely be in a programming sub-manual, or a section in the user manual dealing with programming. Given the type of device it's also possible that it might just be talking to it directly via TCP/IP. Can you provide a code snippet that is in the manual, or a link to the manual?

  • Hard Drive for a MID 2011 MACBOOK AIR 11 INCH

    Do you have a recommendation for online purchase of a new Hard Drive for a MID 2011 MACBOOK AIR 11 INCH??
    Thanks

    Here is another vendor that sells MBA storage upgrades:
    http://www.transcendusa.com/apple/jetdrive/
    Ciao.

  • How can I save my photos on a removable hard drive for easy viewing?

    I just got a brand new Macbook Pro and I wanted to transfer some of the photos from my old computer over to my new computer (from a My Passport removable hard drive), but I found that this wasn't possible with how I had saved then with iPhoto.  I now have all of my photos on my new computer, but don't want to waste all that space.  How can I save the photos I don't want on this computer to my removable hard drive for easy viewing?  When I look at the removable hard drive now, it's saved altogether as iPhoto Library, so I can't just see certain ones...

    While in iphoto,hold down the command key and select all the pics you want to move. Once all the pics are selected, release the command key and select export from the file menu. Iphoto will present a dialog box where you can select the quality of the pics before exporting. Then export them to whereever you would like. If you want to put them on an external HD then select that.When you wish to view them,you can use preview or right click on any pic and choose which program to open them with.After doing this if you no longer want them in iphoto then delete them and make sure to empty the trash in iphoto after doing so.

  • Book: LabWindows/CVI Programming for Beginners

    Has anyone read the followong book LabWindows/CVI Programming for Beginners LabWby Shahid F. Khalid ?
    This book in not in print anymore and  inpossible to find.
    Does anyone know of any similar source material?
    I have both LabWindows/CVI Basics I&II but the content is extremely limited and not enogh details.
    Does NI offer anything better than the embedded Help?
    A Programmers Reference would be nice.
    Thanks.

    Hello NI Nubie,
    I have that book, and also its "advanced" sequel by the same author.  They both went out of print a long time ago.  The books are OK, but they are only available on the secondary market for ridiculous prices now, and that is assuming that you can even find them.
    If I could pass on some advice that might be more helpful to you in learning CVI: pretend those books do not exist for now.  Instead, I think that for learning CVI, there is nothing better than looking at other people's CVI project-level code and really understanding it, inside and out, and then making your own modifications to it to enforce what you just learned from it.  There are several places to start looking for project-level CVI code, which I will list in (what I think) are the highest-to-lowest priority of your training.
    The first place I recommend is the examples that ship with CVI (located in the "samples" directory under the CVI installation directory).  I say this because these are supported by the NI developers and support crew.  In fact, back in 1995 when I was learning CVI 3.1, I dove into the "Icon Editor" application, for several reasons: it was a *complete* application (as opposed to the other, mostly point-solution "academic" examples under the samples directory), it showed how to segment your code into multiple source and header files, and it showed many advanced user interface features (menus, cut-and-paste).  There is now an "example finder" to help locate examples that "fit" to what you are currently trying to accomplish.  I also use the freeware "grep-like" tool called "Agent Ransack" (URL is below) to hunt down specific CVI functions and identifiers (such as certain EVENTS and how these examples use them).
    Agent Ransack on MythicSoft.com
    The second place I recommend is the other "support" locations on the NI web site.  There are knowledgebase articles, tutorials, submitted examples, community examples, and also extra "academic" examples from NI engineers that aren't the same as the ones that ship with CVI.  There are also whitepapers scattered in there as well, and a few that have hidden sample code that is embedded at the bottom of the article.  You really have to hunt for this stuff, and it would be great if the NI folks could try to index this a bit better somehow.  I sometimes even resort to using Google's search engine to find them on the NI web site, because the NI search engine may not find them.
    The third place I recommend are user-based web sites created by power-users of CVI who like to share their code.  Two that I found long ago that remain at the top of the list (in my opinion).  One is Guillaume Dargaud's site, where he has lots of CVI examples and freeware.  The other is Philippe Baucour's "Rebel" CVI site (but you will need to use an online translator if you don't speak French, though).
    Guillaume Dargaud's web site (drill down for CVI examples and freeware)
    Philippe Baucour's "Rebel" CVI web site
    Finally, you might find it interesting to know that there is a tremendous repository of C source code scattered all around the Internet, mostly as part of free and open-source software projects, many of which are supported on sites such as SourceForge.net, and many other locations.  Many of these places are filled with people (in forums or mailing list servers) who live in the C programming world on a full-time basis, and can help you through some of the advanced techniques.  Some of these projects might be targeted to Windows, some use cross-platform techniques, so they have a chance of being applied to your CVI efforts.  There is also an entire universe of programming "libraries" and capabilities that you can use to augment your CVI projects as well.  All of this because of the open-source revolution, riding on the back of GNU/Linux and the community and corporate entities that are backing it all.  Examples that come to mind are Cygwin and MinGW.  If you only have the time to just look up these two items on Wikipedia, you will see that this is just the tip of the iceberg of the possibilities that are available to you as a C and CVI programmer on Windows.
    I hope this was helpful to you.
    JB
    To whom it may concern: My alias is also my nickname, I've had it since I was a (very) skinny basketball-playing teen. OK, so I've got a 38 inch waist now, but my hometown friends haven't shaken that appellation for me. I trust that you will someday be OK with that alias, as I have been with that nickname.

  • I have just upgraded from a Macbook to a Macbook Air. I have been using a iomega external hard drive for Time Machine, which use a Firewire. However, Macbook Air's do not have a Firewire port and i cannot find an adaptor anywhere. Can anyone help?? Thanks

    I have just upgraded from a Macbook to a Macbook Air. I have been using a iomega external hard drive for Time Machine, which use a Firewire. However, Macbook Air's do not have a Firewire port and i cannot find an adaptor anywhere. Can anyone help?? Thanks

    There has never been a reliable firewire ---> USB adapter suitable for external high speed storage.  This was a major issue when the MacBooks lost the firewire port a number of years ago (Apple subsequently brought it back).
    The only high speed port on the Air is the ThunderBolt port.  There are external ThunderBolt drive options out there, but they're somewhat more expensive than traditional USB/FireWire options.

  • Unable to find appropriate driver for my mcbook air using a ricoh aficio mp36501SP network printer.  had similar problem with another ricoh copier/printer, but was able to resolve that problem entering ip address.  this one wants job code

    unable to find appropriate driver for my mcbook air using a ricoh aficio mp36501SP network printer.  had similar problem with another ricoh copier/printer, but was able to resolve that problem entering ip address.  this one wants job code.  i don't believe mac allows for input on job code or printer code for permission to print

    I'm having similar problems with an HP OfficeJet 6500. One suggestion that improved the situation, but did not totally solve the problem, was to select "OfficeJet Pro L7700" for its drivers.
    One other suggestion is to turn off the printer, then simultaneously hold down the "#" and "9" keys and turn the printer back on. This hot key seems to reset the printer to factory defaults, allowing you to set things up anew.
    Finally, kvetch to HP. Their networking software clearly has problems in its relationship to OSX, but nobody on either side seems motivated to bring in a good therapist.

  • Device drive of lab view fpga 2013 for Spartan 3E FPGA

    Hi NI
    I has get labview 2013
    but I need  FPGA device drive of Spartan 3E
    can NI release it for us !!!!!!!!!!!!
    best regards
    hi ?Q>

    T-REX$ wrote:
    Hey mangood,
    There currently is no support for the Spartan3E board in LabVIEW FPGA 2013, and I am not aware of any plan for developing support in the near future. Sorry for the bad news...
    DEAR
    i have lab view 2012 and it has device drvie for spartan FPGA
    only one year
    may be can NI do this its simple
    thank
    hi ?Q>

  • NI MAX entry for a Non-NI/VISA Instrument LabWindows/CVI Driver

    Hi All,
    Sorry in advance if this is not the right forum.
    I have created a IVI class and specific instrument driver in LabWindows/CVI for a Video Generator. The generator is a networked, SCPI based instrument. It does not automatically appear in MAX like other NI based instruments.
    How or what do I need to do to MAX to use the instrument? Is it as simple as adding the logical name, driver session and advanced driver entries to MAX? Do I need to create a new instrument in the HW section such that the driver session has a device to point to? I have been playing aroud with the networked instrument section in MAX and nothing seemed to make sense to me.
    Any help would be greatly appreciated!
    Thanks
    Minesh
    Solved!
    Go to Solution.

    Minesh,
    Maybe this Knowledge Base article will help get you started. I think you will need to add a new VISA TCP/IP Resource in Measurement and Automation Explorer.
    How Do I Configure an Instrument to Communicate via TCP/IP in Measurement & Automation Explorer:
    http://digital.ni.com/public.nsf/allkb/D7D8E3E1B682022286256D4A00771A52
    Robert B
    Applications Engineer
    National Instruments

  • Example LabWindows/CVI code for NI4351

    Hi,
    I'm using an NI4351 PCI DAQ card with the Ni435x
    driver and LabWindows/CVI v5.5 (on Windows 98) to measure temperature
    and voltage levels. Are there any simple tested code examples that I
    could download, which use the NI435x driver function
    NI435X_Check_and_Read(), called from an asynchronous timer for
    continous scan? There are no problems when I use MAX (so hardware
    problem is ruled out), but my code yields
    occasional random temperature reading errors (looks like data
    corruption to me). The NI435x_ functions return no errors. Can I use
    lower level C driver functions instead of NI435X_Check(), NI435X_Read(), or NI435X_Check_and_Read()?
    What does MAX use behind the scene? Of course, the MAX setup only scans
    the one channel, so maybe this is why it works correctly. I have to
    scan one temperature channel and six voltage channels though.
    Many thanks,
    John.

    Humphreyy,
    thanks for the tip. I tried it but it did not work, the same errors were present. Are there any other suggestions. I have racked my brain to figure out why this is happening and have come up with nothing. I am also getting a "Warning" message concerning the "KsMedia.h" file that says "Warning: Excess characters in multibyte character literal ignored." The warnings trace back to the "typedef enum" section of that file. Could that be causing a ripple effect that produces the error I am seeing in the other header files I mentioned??
    I could really use your help and any more help that is available. I really don't want to use Visual C++, because this software is going to get more sophisticated and is to be used in NASA Langley's VISTAS simulator, an environment taylor made for National Instruments software.

  • Application builder for Lab View 8.6.1 , 2009 SP1 and 2010 SP1

    All 3 Versions seem to have huge flaws. With 8.6.1 When trying to build and application I get a duplicate name error and the application won't work. With 2009 SP1 I get Error 1003 broken VI when I have no broken VI's. Again Application won't work! With 2010 SP1 After the application is built for some reason lab view can no longer find the Excel sub VI's no matter how I place them in the build. And again application doesn't work. With all 3 versions the Vi's and over all programs work perfectly in the development environment. The application builder seems extremely flawed.
    I would currently like assistance with 2009 SP1 problem the Error 1003 broken VI. I have reinstalled and rebooted my machine several times , tried including as much as possible in the build and still get the error about a broken VI. That works perfectly in the development environment. Please HELP?
    Thank You
    Attachments:
    Broken VI.gif ‏8 KB

    Scott,
    Good afternoon, I'm sorry to hear you are having problems working with the application builder, hopefully I can help you get to the root of this problem.
    What steps have you taken to try and resolve the error? This error can be caused by a variety of things. The link below details 8 potential solutions that may help resolve your error.
    http://digital.ni.com/public.nsf/allkb/705C2ECA081F3C7986256C0F00559B02?OpenDocument
    I would recommend starting with these steps. Let me know if any of these solutions work for you.
    -Nick-
    Nick C | Staff LabVIEW Platform Product Support Engineer | National Instruments

  • Error deploying JDBC driver for SQL Server 2005

    Hi all
    I'm trying to deploy a JDBC driver for MS SQL Server 2005 (downloaded [here|http://www.microsoft.com/downloads/details.aspx?familyid=C47053EB-3B64-4794-950D-81E1EC91C1BA&displaylang=en]). When I try to deploy it according to the instructions found [here|http://help.sap.com/saphelp_nwce10/helpdata/en/51/735d4217139041e10000000a1550b0/frameset.htm] it fails.
    The error in the logs doesn't give any useful information though. It only says Error occurred while deploying component ".\temp\dbpool\MSSQL2005.sda".
    Has anyone else deployed a driver for SQL Server 2005, or perhaps have any suggestions of what else I could try?
    Thanks
    Stuart

    Hi Vladimir
    That's excellent news! Thanks for the effort you've put into this. I'm very impressed with how seriously these issues are dealt with, specifically within the Java EE aspects of SAP.
    May I make two suggestions on this topic:
    1. Given that NWA has such granular security permissions, please could the security error be shown when it is raised? This would help immediately identify that the problem isn't actually a product error, but rather a missing security permission (and thus save us time and reduce your support calls).
    2. Please could the role permissions be clearly documented (perhaps they already are, and I just couldn't find the docs?) so we know what is and isn't included in the role. The name is very misleading, as a "superadmin" is generally understood to have no limitation on their rights - so clear documentation on what is in-/excluded would be most helpful.
    On a related topic, I came across another issue like this that may warrant your attention (while you're already looking into NWA security issues). I logged a support query about it (ref: 0120025231 0000753421 2008) in case you can retrieve details there (screenshots, logs, etc.). It's basically a similar security constraint when trying to create a Destination. I'm not sure if this is something you would like to include as standard permissions within the NWA_SUPERADMIN role or not, but I think it's worth consideration.
    Thanks again for your help!
    Cheers
    Stuart

  • Largest ssd drive for macbook pro 2011 model?

    I've been trying to find the latgest SSD drive for a macbook pro 17inch 2011 model.
    I need some advice, which brand to get and which speed 3gbs vs 6gbs?
    Thank You!

    500GB - OWC as they have a money back guarantee for 30 days.
    http://blog.macsales.com/10501-owcs-industry-first-money-back-guarantee-on-ssds- now-covers-6g-line

  • Looking for lab view example

    My application consists of collecting data from a bank of sensors as pressures and tempratures vary. I would like to run a lab view VI that tests the sensors, varies the environment and keeps track of all results, sorting them into good and bad. Each sensor needs to be tested in different pressures, then the temprature increases and the pressure test begins again. If there is a lab view example that might be able to get me started, I really need to find it. Thanks for any and all help.

    There are a number of examples that ship with LabVIEW and their usefulness will depend on information not specified in your questions - such as what version of LabVIEW you have, what type of DAQ card(s) you have, and if you are using any SCXI hardware. If you open LabVIEW and go to Help >> Find Examples, you can search through a number of different examples.
    For the application it sounds like a good place to start would be with an Acquire to Spreadsheet type of file that reads, graphs, and logs data. From there, depending on what you mean my using the card to vary the environment, you can find other examples of AO and DIO to perform these type of functions. These examples will give you a good starting place as to how a LabVIEW program works and the general flow
    that you will need to follow.
    Also, depending on your other needs, you might considering looking into examples with triggering to enable you to control when your program starts.
    Regards,
    Michael
    Applications Engineer
    National Instruments

Maybe you are looking for