Agilent's IVI-COM Drivers

Can TestStand call Agilent's IVI-COM Drivers and how to configurate them with NI MAX?
"Only a life lived in the service to others is worth living..." - Albert Einstein

Estonia,
At the very least, Agilent probably provides a dll interface to calling their driver. You could call those dll functions from TestStand using the C/C++ DLL adapter (or the Flexible DLL Adapter if you are using TestStand 2.0.1 or below). If they provide an ActiveX or COM interface (which sounds highly likely considering the name of IVI-COM) then you can use the TestStand ActiveX/COM adapter to call into these drivers.
NI MAX is the NI Measurement and Automation explorer. Because these drivers are not National Instrument's drivers there will not be an interface for them to be used within NI MAX.
Let us know if you have any other questions.
Regards,
Shannon R.
Applications Engineer
National Instruments

Similar Messages

  • I am using the NI application note "Calling IVI-COM drivers from LabVIEW" I created an Automation Open and an Invoke Node, after wiring

    the 2, the AN asked to right click the Invoke Node(this is step9) and choose initialize. However there is no intialize option on the pop up menu. Anything am I doing wrong? I am using Labview6 and I did add the "enableCustomInterface=True" in the INI-fileThank you for your help.
    T Tall

    the 2, the AN asked to right click the Invoke Node(this is step9) and choose initialize. However there is no intialize option on the pop up menu. Anything am I doing wrong? I am using Labview6 and I did add the "enableCustomInterface=True" in the INI-fileT Tall,
    What's the number of the application note "Calling IVI-COM drivers from LabVIEW"? I'm unable to find what you're looking at.
    Thanks,
    --Bankim

  • NI IVI Soft front panel compatibility with IVI-COM drivers

    Does IVI soft front panels support IVI-COM instruments drivers ?
    For example, I would like to use IVI-COM driver for Tektronix TDS5000 with TestStand...
    Jean-Louis SCHRICKE
    ├ CTA - Certified TestStand Architect (2008 & 2010 & 2014)
    ├ CTD - Certified TestStand Developer (2004 & 2007)
    └ CLD - Certified LabVIEW Developer (2003 & 2005)

    The IVI soft front panels that ship with the NI IVI Driver Toolset do not support calling IVI-COM drivers. The soft front panels support IVI-C drivers. On Instrument Driver Network there are IVI-C drivers for other Tektronix scopes.

  • IVI-C vs. IVI-COM Drivers

    I have recently downloaded an IVI-C Instrument specific driver from NI's website. For my application, I need a COM layer to communicate with other software that I am developing. If the driver that I had found would have been an IVI-COM driver, all of my problems would have been solved. However, this not being the case, I need some direction. Would it be easier to take the IVI-C driver and create a wrapper on top of it that would be a COM layer? Or should I attempt to rewrite the driver as an IVI-COM driver. Keeping in mind that I have very little experience developing drivers, my first inclination is to use the driver as is, and create another layer. However, if someone has any more knowledge that they could add to this, please d
    o so. There must be an easy way to accomplish this, and it must have been done before. Any help is greatly appreciated.
    Attachments:
    tkawg5x0.c ‏249 KB

    Actually, I did some more research and it turns out that the IVI foundation does have a COM spec. However creating an IVI-COM driver is not a trival ask as I had mentioned before so I stand by what I said regarding creating a wrapper.
    I wanted to point out that National Instruments offers IVI ActiveX controls to provide a more Visual Basic-friendly programming interface than using standard instrument driver DLLs.
    These IVI ActiveX controls as well as VC++ wrappers for IVI classes come with Measurement Studio Full Development System (FDS). For more info, go to:
    http://www.ni.com/mstudio

  • How to use/call IVI-C drivers in Visual Studio 2012

    Hello,
    i downloaded some IVI-drivers and saw that they all contain IVI-COM and IVI-C drivers.
    I am trying now to call the IVI-C drivers in my Visual Studio 2012 but i cannot find any examples how to do this.
    Can someone provide a simply example project to demonstrate how this would be done?
    At the end this should become also a DLL.
    Thanks a lot for help
    BR

    Hello nyc,
    thank you for the PDF link that describes how to do this in C# and VB.Net.
    I also found a PDF on the same site that shows how to do it in C++.
    But the example is only how to create a console application.
    But i need to to create a DLL.
    Thanks
    BR

  • Accessing IVI-COM Driver through TestStand ActiveX Steps

    Hello
    I need to control a Agilent 6691 PowerSupply with TestStand. For this PowerSupply only an IVI-COM Driver exists, no IVI-C Driver. I tried to access it with the ActiveX Adapter Step. But when I try to create a IAgilent66xx object it produces an error without an meaningfull error message.
    Is there any way to get this working ?
    Thanks
    Olli

    Hi !,
    - I am working on similar need (using Tek scope IVI-COM driver) and currently facing some problems, I was looking for help and saw this thread of discussion almost two year old. Is there any solution to this problem that is now found within two years ?
    - I am trying to use IVI-COM driver for scope using ActiveX/COM adapter in TestStand (Ver. 3.5) and when I try to execute sequence I get message as ""Attach to Active Object" in automation call failed. Operation unavailable". Attached is sequence file I am working on.
    Attachments:
    Tek_scopeIVI.seq ‏21 KB

  • IVI-COM Vi's or property nodes?

    I'm fairly new to IVI-COM instrument drivers and have up until now been using the supplied IVI-COM Vi's for the instrument I'm doing a driver for. However I'm finding that more and more it's making sense to just use a property node to set things such as Start Frequency etc so I'm thinking I might just use them for everything from now on.
    All I really want to know is are there any major issues with doing this - and is it something is recommended to be done - just really want reassurance that if I take the route of using property nodes I won't get bitten on the arse by something that I don't know about.
    Any thoughts happily received,
    David Clark
    CLA | CTA
    CLA Design Ltd
    Hampshire, England

    Hi David,
    I'm guessing that you've got a bunch of LabVIEW vi's from the vendor - that are basically wrappered IVI-COM calls? (If you can tell me where to download the driver from I can look in more detail). The low level IVI-COM calls will just use ActiveX (so property nodes and invoke nodes) to access the COM object.
    Whether you use the wrappered vi's or the lower level calls is up to you, it will depend on the level of flexibility that you require. For some configuration settings for the instrument there might not be a ready built vi - so you may have to use the lower level calls to acheive it.   (A bit like the usual plug and play instrument drivers, versus low level calls directly using VISA - which may or may not give you an idea - depending on whether you've used them!).
    Take a look at the following tutorial which might give you some more pointers:
    http://zone.ni.com/devzone/cda/tut/p/id/4505
    I guess one point to bear in mind is that the vendor can at any time change the ActiveX methods and properties with a new release of the driver (a bit like Microsoft have done in the past with things like media player and office) which may leave code you've generated with broken wires, if you are using their wrappered vi's then its possible that they'll keep the wrapper and change whats inside so that its seamless to the end user. - (Its also possible that they could update the automation servers version number which would result in a non working vi - but may not result in broken wires, working with the vendors LabVIEW API should solve these issues - since they will have re-linked them specifically to each version)
    Another factor that should help you make up your mind is how well documented each of the options are - they may have put more time into the friendly end user vi's than they have to the API?
    But if you're generating your own driver, then it will probably be more useful to you to strip away some of the abstraction to get more efficient results.
    I hope this helps - perhaps other members of the NI community can give you their experiences
    Hannah
    NIUK & Ireland

  • Ivi-com

    Where I can find some examples of ivi-com driver in vc++?

    If you are a Measurement Studio user, we have native IVI classes in our MFC-based Visual C++ tools. We also have many IVI instrument drivers available for download at http://www.ni.com/idnet. We don't have low-level IVI-COM examples since we have easier to use tools in our MFC classes and instruments drivers.
    Best Regards,
    Chris Matthews
    National Instruments

  • IVI-COM verdor-specific common interface

    I am in prototyping two IVI-COM instrument drivers
    that are for similar two DC supply models. They both have a common extended functionality but it is beyond
    the IviDCPwr class specification.
    I am considering to implement them for each of
    public instrument-specific interfeces, and at the
    same time, implement with a hidden common interface
    that is commonly used for both models with the
    QueryInterface trick. The approach I am thinking
    is similar way as IIviXXX interfaces.
    Is it allowed by IVI-COM specification or is there
    any recommended approach?
    thanks,
    Makoto

    Makoto,
    You can actually create a family driver for those DC Power Supply instruments. Essentially, you create one IVI-COM Specific Driver that supports multiple instruments.
    Implementation details of any particular interface is not defined by the IVI Foundation for IVI-COM or IVI-C drivers, except where it pertains to overall IVI architecture. You can most certainly use common-code in your internal implementation.
    Thanks,
    --Bankim
    Bankim Tejani
    National Instruments

  • IVI-COM Driver

    I have recently prototyped an IVI-COM class-compliant specific driver for an instrument. This is still a BETA version but I am going to contribute the driver as an IVI-compliant driver when the development has completed. I would like to know how we can take compliance test and how we can contribute the driver. I previously contacted IVI foundation but no response.

    Makoto,
    We would be happy to post your contributed driver to the IDNet website in either its beta or completed form. You can submit the driver by completing the submission form on IDNet.
    As stated on the IDNet Website, our test tools are currently configured for drivers written in LabWindows/CVI that come with Function Panels (i.e. IVI-C). The only way for us to test your IVI-COM driver is if you could provide an IVI-C wrapper for it.
    Finally, who did you contact at the IVI Foundation? The best working group to contact about IVI-COM compliance is the COM Working Group
    . I would also suggest that you join the IVI Foundation, so you gain access to shared components and can shape future instrument driver classes.
    Thanks,
    Bankim Tejani
    National Instruments

  • ViClose session not called after Read operation Timeout in an IVI COM driver

    Hi everybody
    I have a small VI sample that is initializaing an IVI COM driver for an OPM instrument, set some parameters into the instrument then is doing a single Read power measurement. My Read operation receives a single parameter called MaxTimeout that user could change depending on his own interest. Inside the Read function I change temporarily the VISA query timeout to user timeout but at the end of Read operation the original VISA session timeout is reverted to its original value before Read operation was called. If the Read operation timeout is long enough for the Read operation to complete ( 100 ms or more) the VI is doing its job and when finished the viClose is called twice for DefaultHandler and for OpenHandler.
    If the Read operation timeout value decrease ( 50 ms) then Read operation could not be completed and a Read Operation Timeout error is thrown from inside this method. This error is then propagated trough Error path until the VI end in a Simple Error Handler. Now on my VI I close all open references to my driver interfaces but I don't know why VISA itself is not calling viClose on the DefaultHandler and OpenHandler as in the case when was no VI error. I could see all these diferences in my NI Spy window and I could post this if that could be of any help. Bear with me cause I am more a C, C++, VB programmer and much less of a LabVIEW programmer. BTW the Error Handling from LabVIEW looks a a little weird and the only sure thing is that I wired in Error In and Error Out path in all my VI calls. What kind of error handling should I perform on the Read method in order for VISA to close properly both OpenHandlers even if there is an error in my VI?
    Thansk
    sorinvalea

    So viClose is not called by VISA after an error takes place in a VI that is calling some operations on an IVI COM driver.
    I discovered that all VI sessions opened trough VI that encountered a timeout error in Read operation and that were not properly closed after VI completed are in fact viClose by the LabView itself when I am closing LabVIEW application.
    So these left over open vi sessions are kept aside by LabVIEW until it closes itself and then clean them one by one by calling viClose on them....

  • I need IVI - COM example, can helpOr where can I find

    Very hope to get IVI - COM example, requests for help~~~~

    http://ivifoundation.org/downloads/IVI%20GSG%20201​2/IVI%20GSG%20C++%20MAR2012.pdf
    Jeff

  • IVI specific drivers usage in Teststand

    Hi,
    I am using Teststand 2.0.1 and i want to use some of the IVI specific drivers in my application. Can somebody guide me how to do that. Another clarification, if we use the IVI drivers which fall into any of the classes how do we achieve the interchangeability? Is it only through MAX that we achieve it.
    Regards,
    Siddu

    Siddu 140,
    I am not one of our TestStand supporters so I may not understand your core question exactly...but I'll give it a shot! We can keep track of our IVI drivers and IVI sessions in MAX as Aaron alluded to. You will have an IVI Drivers tab in your Configuration window in MAX where you can perform a variety of actions. From what I understand, once you have correctly configured your IVI Driver in MAX you can see it in TestStand. I have attached a ZIP file containing a text file of instructions and screenshots pertaining to the instructions that discuss how one configures IVI Drivers in MAX. Also the help window on the right-hand side of MAX when you select the IVI Drivers tab is a great resource (see also: National Instruments' IVI for more information).
    With regards to the CAN driver there really isn't the concept of a CAN IVI driver. National Instruments provides a CAN driver for our CAN product line. More information on National Instruments CAN products can be found here: National Instruments' CAN.
    I hope this information helps out and if you have any other questions please post back!
    Craig H.
    Attachments:
    IVI Screenshots.zip ‏627 KB

  • IVI-c IVI-COM

    Hello!
    I have to bild an Application witch works with different Spectrumanalysers from diffrent Vendors.
    So lets use IVI! But the Problem is, that one Vendor uses IVI-COM and the other IVI-C. Is there an easy solution I don't see.
    Lg Bernhard

    As I supposed.
    Thanks a lot, so I stop searching....
    Lg

  • IVI COM driver access thru Teststand

    Hi,
    I need to access an IVI COM driver (Sorenson DCPS) from Teststand. The driver works fine as a standalone application but when i call the initialize() method of COM from Teststand i get the following error:
    An error occurred calling 'Initialize' in 'IIviDCPwr' of 'IVI SorensenDC 1.0 Type Library'
    SorensenDC: Unknown resource.
    Source: SorensenDC.SorensenDC.1
    Kindly help me out with this!!
    Thanks,
    Priya.

    Hi, Priya,
    Have you looked at this knowledgebase document. It looks like you need to create a session before calling the initialize function. This could be the cause of the problem.
    When you say it works fine as a standalone application, what do you
    mean? Since the driver is an activeX server, do you mean you
    successfully use the server in another programming environment? It'd be nice if you can verify that the driver is working before we troubleshoot TestStand.
    Also, are you communicating with your device over GPIB, Serial, or some other interface. It looks like the driver does not understand what "SorensenDC" is. Are you sure it's the correct resource name. Typically it's of the format "ASRL10:INSTR" unless you gave an alias to it. So please make sure you are passing the correct resource name.
    Regards,
    Song D
    Regards,
    Song Du
    Systems Software
    National Instruments R&D

Maybe you are looking for

  • Hard Disk Won't Boot - Recovering Data w/ Live CD

    Hey guys, I have a MacBook. My operating system got corrupted. I can't boot into it. I also have a tiny Linux partition installed, which can boot totally fine (therefore, not a hardware problem). I booted into a Linux Ubuntu 7.10 Live CD, and was abl

  • Cover Flow (Album view) font is bitmapped and choppy

    I've scoured this the discussion threads and haven't seen anything on this issue with v7.0. My font is very jagged and bitmapped looking. Does anybody have any ideas what happened or how I can fix this? Here is a screenshot of what it looks like: htt

  • Issues related GL,AR,AP

    HI Friends,             Urgent if any one have issues related to GL,AR,AP. Plz urgent Thank you

  • PERL calling PL/SQL using ORacle, error tracking.

    I have a PERL script that makes a call to an sql script which updates an Oracle database; it all worked fine under Oracel 7.3.4, but it's now choking on Oracle 8.1.7. We can work around it, but in addition to it choking, their was the additional prob

  • Error in Method?

    So our computer programming teacher told us to write the conway game of life with a method based off of the notes. Basically, the method written for the game was in the notes, all we had to do write the actual program and display the board. But the o