IVI Installer

I  created an IVI Specific Driver using LabWindows/CVI 2009. Created installer and installed this driver. 
After installation I do not see the driver on InstrumentsIO -> Instr Drvers panel in LabView.
What do I need to do or how do I need to create installer in order to see the driver on InstrumentsIO -> Instr Drvers panel in LabView. 

Eddie_B,
The installer that you ran put files in their necessary places, but did not necessarily create a way for those files to interface with LabVIEW.  Take a look at the DevZone tutorial Conversion of an Instrument Driver from LabWindows/CVI to LabVIEW and follow the steps outlined there.  That will create a wrapper for the library in LabVIEW.
Then, if you want to see the VIs you have created in your functions palette, you can edit the palette to look as you wish.  See the LabVIEW help Edit Controls and Functions Palette Set Dialog Box for instructions on how to do that.
I hope this helps,
Jen W
Applications Engineer
National Instruments
ni.com/support

Similar Messages

  • Switch drivers not recognized by SwitchExecutive

    I have created specific IVI drivers for some switches. The installer writes to the ini file and MAX recognizes the switches. But on opening the NI Switch Executive, the installed switches do not appear in the "Available List".
    I feel it is a problem with the versions I am running:
    LabWindows/CVI 6.0
    IVI Compliance Package 2.1
    MAX 3.0.1
    DriverTemplates 2.0
    Switch Executive 1.0.2

    Hi Ravi,
    The future release of the IVI Compliance Package (ICP 2.2) will include an updated IVI MAX provider which will allow editing of Software Modules. It will also include the IVI Installer Creator tool that will allow developers to create IVI compliant installers for their specific drivers. These tools will (hopefully) be available in Q3, 2004.
    Regards,
    Vesna Jadric
    Instrument Drivers/IVI
    National Instruments
    P.S. If you currently need to create an IVI-compliant installer for your driver, we can do it for you free of charge. Please refer to http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/6f8d1a6d5428c77a86256dc000709710?OpenDocument.

  • Measurement and explorer in windows7

    Dear all,
            I have windows7 on my Host PC and RT on PXI Target. In my Measurement and explorer on remote device tab--> PXI device could not be seen. 
    --I have turn off firewall. But i think still some settings needed on Windows OS side.
    Can any one suggest what settings need to change so i can have PXI remote device on Measurement and explorer
    Thanks
    --Vkumar

    Exporting/importing from the MAX file menu is the best way to copy over configuration data from DAQmx and VISA (this includes DAQmx virtual channels).
    IVI settings are not included in this import/export.  Typically IVI settings are contained in a file located at C:\Program Files\IVI\Data\IviConfigurationStore.xml. You may also find other xml files in this data folder containing settings for individual IVI drivers.  Remember that you will need to install the IVI drivers before moving the xml files over to void them being overwritten by the IVI installer.
    I hope this helps and let us know if you have any more questions.
    Regards,
    Simon H
    Applications Engineer
    National Instruments

  • Using IVI drivers in LabView 5.1.1

    Hi,
    We have a set of IVI drivers ( class specific and custom specific ) developed in LabWindows/CVI 7 and IVI Compliance package 2.2 version. We want to use these drivers in a new application in LabView 5.1.1 version. I want to use the class specific drivers through the IVI class drivers in LabView 5.1.1 so as to cater for the interchangeability aspect configuring the logical names in MAX. Finally I would be creating an Installer with executable and distributing it.
    I want to clarify few issues.
    1. Please let me know whether I need to install any other software's apart from NI DAQ, IVI compliance package 2.2 and the Installer in the User PC. Does the IVI engine, Tool set, Class drivers for LabView 5.1.1 come with the compliance package?
    2. Does MAX 2.1 support IVI drivers, interchangeability through class drivers and compliance package 2.2 or should I use MAX 3.0 for best results?
    3. When I import a IVI driver (developed using IVI compliance package 2.2) to LabView 5.1.1 and try to use the functions there are some problems in the functions. As per the IVI specifications 3.2, functions GetErrorInfo and ClearErroInfo are changed to GetError and ClearError. But it shows error in the functions at those points and we have to go to IVI Error Converter.vi and change the configuration of the library node and direct it to the GetError function. Do we have an alternative to avoid this process?
    It would be of great help if somebody can clear these issues.
    Thanks & Regards,
    Siddu

    1.  The IVI Compliance Package (ICP) 2.2 installs the IVI Engine and Class Driver support for LabVIEW 7.0 and 7.1.  It does not install Class Drivers for LabVIEW 5.1.
    2.  ICP 2.2 requires MAX 3.0 to get the IVI interchangeability provider in MAX.
    3.  LabVIEW 5.1 was released before the official IVI specifications 3.2 were approved.  Prior to 3.2, the function names were GetErrorInfo and ClearErrorInfo.  Those changed to GetError and ClearError.  The LabVIEW wrapper generation tool that shipped with LabVIEW 5.1 is not aware of these changes.  Therefore, my suggestion is to upgrade to a later version of LabVIEW so that you will have support for the current IVI specifications and class drivers.

  • Do I need licenses for an installer?

    Hi all,
       This stumped me.  I found this page on how to make an installer: http://zone.ni.com/reference/en-XX/help/371361B-01​/lvhowto/build_installer/
    All was well when I went about making one.  I chose the following:
    NI Enhanced DSC Deployment Support for LabVIEW 2009
    NI Enhanced DSC Deployment Support for LabVIEW 8.6.1
    NI IVI Compliance Package 4.0.0
    NI LabVIEW Run-Time Engine 2009
    NI PXI Platform Services Configuration Support
    NI-FGEN 2.6.3
    NI-Serial 3.4
    NI-VISA Configuration Support 4.5
    NI-VISA Runtime 4.5
    NI-VISA Server 4.5
    When I click Build, I'm asked for an nidist.id (distributions.)  Does this mean that I need a license when making a build?  Or do I need a specific LabVIEW install DVD for that one time?

    See here

  • Error - session handle nor valid for ivi

    Hi All
    I have posted this question in existing thread also I guess.
     I am trying to control TDK lambda power supply through LabVIEW using IVI drivers.
    logical name set in a MAX is same as what I am giving in VI to InitializeWithOptions.vi . However I am ending up with this error "IviDCPwr Initialize With Options.vi<ERR>
    Primary Error: (Hex 0xBFFA1190) The session handle is not valid."
    Not sure why this error is coming.
     Can anyone help me with this error?

    You might be using an IVI-COM driver and trying to use IVI-C Class driver VIs without having installed the IVI-COM adapters.
    As mentioned in the knowledge base below The IVI-COM adapters are included with IVI Compliance Package 3.2 and later, but must be enabled in the installer's feature tree.
    IVI-C Class Driver Support for IVI-COM Specific Drivers
    http://digital.ni.com/public.nsf/allkb/5499F9DBD07522F686256F260066BA86?OpenDocument
    duplicate post
    http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/TDK-Lambda-Power-Supply-error/m-p/3118149#M68...

  • Does anyone know how to remove IVI drivers..?

    I am trying to install hp34401a_LV61 'installer' and keep recieving an error about ivi traditional / third party drivers need to be uninstalled.....
    Please HELP !!!

    HI,
    Most likely you have the traditional driver for the hp34401a.
    If that is the case, you need to remove the hp34401a folder located in the LabVIEW\instr.lib directory. Removing this folder should be enough to remove the traditional driver.
    If you have a older version of an IVI driver, go to C:\VXIpnp\WinNT\hp34401a. In this directory there should be an uninstall executable.
    Hope this helps.
    DiegoF

  • Where can I find IVI-C class compliant header files

    I have installed the IVI files from IVI foundation website but the installation only includes all the files for IVI-COM not IVI-C.
    I'm looking for the class compliant header files, IVIdmm.h, IVIscope.h, IVIspecana.h etc the ones in the include directory are all for COM, ie  IVIdmmTypeLib.h
    I asked the question on the IVI foundation forum and they said IVI-C has nothing to do with them it was being maintained by National Instruments.
    So does NI have a download for these files?
    Solved!
    Go to Solution.

    I think someone at the ivi foundation is lying but of course NI has them.
    http://www.ni.com/download/ivi-compliance-package-4.5/3065/en/

  • IVI components error after upgrading NiSE from 3.0 to 3.5

    Hi,
    we use TS4.2.1. LV2009 and CVI2009 (SP1) on Vista64 PC.
    In order to solve wrong routing result reported by NiSE 3.0 we decide to upgrade to NiSE 3.5.
    After that the routing results was correct but when we try to use IVI step types we found an unpredictable error.
    I attach the screenshot.
    Other IVI steps gives different errors.
    Please let me know how to solve it.
    Luigi Magni (System Engineer - CTA)
    Attachments:
    TS IVI error.jpg ‏182 KB

    Ciao Andrea,
    thanks for the prompt reply.
    After the suggestion of Claudio I installed in the order the following Visual Studio redistributable:
    VS2005SP1 x64
    VS2008SP1 x64
    VS2010 x64
    After that (restarting also the PC) the error is changed (code: -2147417851), I attach the new screenshot.
    This reply the first point.
    The behaviour is the following every IVI step type panel after the error signalling continue to works as usual and the error message is prompetd again only if you try to change the 'Logical Name' (the drop down list disappear immediatelly) but the other fields operate correctly.
    The only one step type that doesn't operate is IVI Tools for which the panel does not appear (I attach other specific screenshots).
    This reply the second point.
    For the fourth point the behaviour is still the same if I edit use the shortcut menu...
    With other operator interface the "sound" is the same (as I expect) cause the problem isn't dependent from the operator GUI but related to the IVI...
    Let me know.
    Ryan_82 ha scritto:
    Ciao Luigi,
    I'm posting you R&D questions in case you work during the week end...
    Did the customer verify that the 64 bit redistributable is installed as mentioned in the link you sent?
    After clicking OK, what happens - does the edit window close entirely?
    Does the behavior occur if he edits the step by right clicking it, selecting edit there?
    Does the same behavior occur in any of the operator interfaces?  (press ctrl + shift + alt +insert to enable editing in the full featured operator interfaces)
    I understand you don't want to risk the installation on the vista 32 bit machine. We should have one in the office so we might be able to test it for you. I installed your software on my XP 32 bit machine and obviously I had no problems.
    It's somethinkg related to the 64 bit OS.
    Let's answer to these questions to move on to the next step.
    Looking forward to a reply.
    Have a nice week end,
    Andrea
    Luigi Magni (System Engineer - CTA)
    Attachments:
    TS IVI error gen.jpg ‏181 KB
    TS IVI error tools1.jpg ‏177 KB
    TS IVI error tools2.jpg ‏181 KB

  • Ivi.dll problem because ivi_support_c.dll could not be found

    Hi all:
    I have a labview program to controll the HP6613C DC power source, written on Labview 6. It used the vi files of hp66xxbc.llb. It is working well on the old version labview.
    When I run this program in Labview 8.2 on a new computer, the error message is "This application has failed to start because ivi_support-c.dll was not found. I have copied the ivi.dll and ivi_support_c.dll to the new computer. I have tried copying them into the Labview 9.2 folder or win32/system. However, it doesn't work.
    Could you see what wrong it is?
    Thank you.
    Jay

    Hi Jay,
    Did you install the driver for LabVIEW 8.2? You can find the installer here. Hope this helps. Thanks!
    Regards,
    Ebele O.
    National Instruments

  • Where can I get IVI Engine 2.0 ?

    Hello:
    I am trying to install ni-scope software downloaded from
    http://zone.ni.com/idnet97.nsf/9b2b33e1993d8777862​56436006ec498/bc9ec1c3b8722054862568ab005fbc6b?Ope​nDocument
    I installed all required software:
    IVI Compliance Package 2.1
    NI-DAQ 7.0
    NI-VISA 3.0.1
    But the ni-scope installer complains about missing IVI Engine 2.0 or higher.
    Thank you,
    Daevper

    I am very sorry for any inconvenience this has caused you. Please find the IVI compliance package 2.0 in the following location:
    ftp://ftp.ni.com/support/ivi/icp/2.0/
    We are working to make sure that this software and all pertinent software is made available on our external website.
    Thanks,
    Josh

  • Software corrupt when installing LaView6.1 and IVI

    I have two problems.
    My computer operating system is Windows2000, Pentium 4.
    1. When I installed LabView 6.1, a error message box showed the following information.I chose "Yes" to complete installation. Repeat trials were the same situations. MAX worked well.
    2.After installed LabWindows/CVI and LabView 6.1, I installed IVI toolset. After installation, I started MAX, then another error message box appeared. I deleted config.mxs by following its suggestion, but there was no change.
    MAX doesn't work! I find that there two version MAX were installed in the computer, v1.1 (from IVI) and v2.2 (from LabView).
    I uninstalled the two version IVIs and reinstall v1.1, MAX worked well.
    How to solve there
    problems? Does a low version MAX bring negative impacts on LabView or LabWindows?
    Your early reply is appreciated.
    Tang, Benfeng
    Sep.27
    Attachments:
    I_have_two_problems.doc ‏33 KB

    Hi,
    The IVI toolkit does install MAX 1.1. I did a test were I installed LabVIEW 6.1 with all the drivers and then installed the IVI toolset. In this case, MAX 2.2 worked and I removed MAX 1.1. So the problem you're experiencing might be a bad installation of MAX 2.2.
    if you uninstalled MAX 2.2 and MAX 1.1 is working, you could work with that setup. If not, I would suggest to uninstall all versions of MAX and the drivers (NI-DAQ, NI-488.2, NI-VISA), then run the installers for this drivers. The installers will install MAX.
    Hope this helps.
    DiegoF.

  • NI-DMM vs. IVI-DMM - Soft Front Panel

    Hello All,
      I have been developing a testing application that will eventually use a PXI-4070 DMM (currently simulating it in NI MAX).  I had been using the IVI DMM functions, but ran into a problem when I couldn't do a diode test (diode test is apparently not officially standardized by IVI yet).  So I switched to using the NI-DMM functions. For the most part, it was a pretty seamless transition, but there is one thing I have not been able to replicate with the NI-DMM simulation that I could do with the IVI-DMM.  When I used the IVI-DMM functions, and ran the VI, a popup opened that allowed me to enter in the simulated value that I wanted the DMM to read.  I can't get this to work with the NI-DMM functions.  Is it possible?  If so please let me know how to activate.  Thanks.
    GSinMN 
    Solved!
    Go to Solution.

    The advanced simulation exists only on the IVI class driver level (IviDmm). The IVI class drivers implement simulation features by using simulation drivers. The IVI Compliance Package (ICP) installs a simulation driver for each IVI class driver. Each simulation driver plugs in to the corresponding class driver and performs flexible output data simulation. The NI-DMM driver is a specific driver that supports series of NI DMMs, and therefore does not include the advanced simulation feature.

  • IVI Distribution Question

    Would it be legal to distribute NI's IVI engine installation package
    along with a driver, in order to make sure that users can use the
    driver? There is no licensing information included with the free IVI
    engine download, so my initial thought would be that it is okay, as long
    as it has not been changed in anyway.
    We are looking into this since, unlike VISA, IVI is not distributed with
    instrumentation hardware, and thus is only available via the web.
    Therefore we wish to make the IVI engine available to those who, as
    unlikely as it may seem, do not have web access, or who do not wish to
    go to the trouble of downloading the engine.
    Thanks,
    Scott
    P. Scott Royer III
    Software System Engineer
    Hamilton Software, Inc.

    The IVI engine is freely distributable as is all the software available for
    free download on ni.com.
    Best Regards,
    Chris Matthews
    Measurement Studio PSE
    National Instruments
    Scott Royer III wrote:
    >Would it be legal to distribute NI's IVI engine installation package>along
    with a driver, in order to make sure that users can use the>driver? There
    is no licensing information included with the free IVI>engine download, so
    my initial thought would be that it is okay, as long>as it has not been changed
    in anyway.>>We are looking into this since, unlike VISA, IVI is not distributed
    with>instrumentation hardware, and thus is only available via the web.>Therefore
    we wish to make the IVI engine available to those who, as>unlikely as it
    may seem, do not
    have web access, or who do not wish to>go to the trouble
    of downloading the engine.>>Thanks,>>Scott>>P. Scott Royer III>Software System
    Engineer>Hamilton Software, Inc.>

  • Delploying IVI-specif​ic drivers

    Whats the requirements for an IVI-specific driver to be listed in the Teststand-4.2.1 deployment tools Drivers and components list ? According to the windows software tool I've installed 6 IVI-specific drivers ( see picture)
    but only 3 of them are listed in the deployment tool:

    Markus,
    you can only select drivers and components which are created by NI. Therefore, i assume the following things:
    - You downloaded instruments drivers from ni.com. Even if you downloaded it there, the driver itself might not be created by NI.
    - Since not all instrument drivers are from NI, they will not appaer as "NI component" in the deployment utility.
    - If you would check the entry "NI Software" in the OS, the given three instrument drivers are also listed there, the other (missing) three are not.
    I am not aware that you can change anything on this. If you want to distribute one of the other three instrument drivers not listed in the deployment utility, you will have to use "Custom Commands" to 'trigger off' installation of your drivers you supplied with the installer. To achieve this, add the installation package of the driver to the deployment kit and copy it to the target location using the installer settings. You can configure custom commands to launch the installers of the drivers.
    hope this helps,
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

Maybe you are looking for

  • 1.11 GB of capacity is OTHER - What is it and how can I get rid of it?

    This is an ipod nano which can only store audio files. I have 148 songs using 679.4 MB and only 50.4 MB of Free Space. How do I get rid of 1.11 GB of "OTHER"?

  • Link to CSS problem (in Design View)

    Hello Dreamweaver experts, In the Design View Dreamweaver CS3 is not picking up the styles specified in a linked stylesheet. Let me explain... I am using an application in our office that relies upon HTML (but does not use a standard web browser). I

  • Can I bar a phone number from my Orange Nokia n85?

    I have a woman harassing my friend, she wants to stop her from calling without changing her number. Is there a way I can do this on the n85 with out having to change my number?

  • Cloud icon in library

    Recently I've discovered several dozen tracks in my itunes library with a cloud icon beside them.  I never bought or downloaded these tracks.  Where did they come from and do I now own them?

  • E7-00 USB / Power connection issues

    The E7-00 was updated to the latest Symbian Belle software Recently a problem started to appear in the USB connection. After connecting the phone through a USB cable the USB port on the PC (Windows XP current version) signals a power problem. ( Power