IVI-C driver for PXI-2532

Hi,
Does anyone know where I can find the IVI-C driver for the PXI-2532 card?
Thanks,
Isadore

Hi Isadore,
I'm providing another link to the latest NI-Switch driver version (NI-Switch 3.8) as of 9/12/08:
http://joule.ni.com/nidu/cds/view/p/id/1118/lang/en
Hope this helps!
Chad Erickson
Switches Product Support Engineer
NI - USA

Similar Messages

  • Are there any tools from NI can generate the pass-through layer (IVI class driver) for IVI class specific driver?

    IVI class driver (layer) will provide interchangeable feature for a IVI class specific driver. It would work as a pass-through layer and finally make calls to the IVI class specific driver. Since there could be a lot of functions to be passed through. Are there any tools from NI (Labwindows/CVI or Labview) can do this ?
    Thanks a lot. 
    BTW: the IVI class specific driver interface is generated from Labwindows/CVI tools.

    Hi Chris,
    Yes, I did.  To support interchangability, from my understanding of the IVI specs, there should be another layer IVI-C class driver on top of this IVI class specific driver. As in the IVI‑3.1: Driver Architecture Specification:
    Although IVI‑C class drivers export inherent,
    base, and extension capabilities, they do not actually implement them. Except
    for a few inherent functions and attributes defined exclusively for class
    drivers, class driver functions and attributes provide a pass‑through layer to
    the IVI‑C specific driver. An IVI‑C specific driver is responsible for
    implementing the operations of functions and attributes and for communicating
    with the instrument. The IVI‑C specific instrument driver contains the
    information for controlling the instrument, including the command strings,
    parsing code, and valid ranges of each instrument setting"
    So where is this IVI-C class driver and how is it created and communicate with my class specific driver?
    Thanks a lot.
    Cheers,
    IVI‑3.1: Driver Architecture Specification

  • Looking for NDIS2 driver for PXI ethernet controller.

    I need to find a DOS level network driver (NDIS2) for the PXI815xb Ethernet controller. This driver does not appear to be on the driver disk or hard drive of the PXI chassis.

    The file is attached below. Just unzip it to a floppy disk. You will need to modify the settings for your particular network.
    Trey Hamilton
    Applications Engineer
    National Instruments
    http://www.ni.com/support
    Attachments:
    dosenet.zip ‏671 KB

  • Where can i find driver for ethernet device for PXI-8175 for windows 2000?

    Ethernet driver for PXI-8175

    Hi
    Usually you can find the driver in the "image" folder on the controller, but you can it download from this site too (NI 8175 Series):http://www.ni.com/support/vxi/vxi_perph.htm#pxi8171
    Luca P.
    Regards,
    Luca

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

  • 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

  • Unsupported Ivi Class Driver

    We developed a new ivi class driver (for counters) and everything works well, the problem comes when we try to use the ivi tool step type to acces functions such as Reset, selftest Get/Set attributes etc. When we use this functions we get the following error
    Error executing substep 'Post'.
    An exception occurred calling 'RunStep' in 'ISubstep' of 'TestStand Ivi Step Types 1.0 Type Library'
    An error occurred while executing the step.
    Component Works IVI Control Error: The IVI operation failed for logical name 'SampleCounter'.
    Details: The session handle is invalid or refers to a session that is not from a supported IVI class driver.
    Source: TSIviStepTypes
    The strange thing is that the functions Close and init with options in ivi to
    ols work very well..so what's the problem with the functions reset, selftest, etc..
    With this functions we can't even access the generic driver code because the error shows up before we can get to the code in debbigging mode. Any ideas?.

    eromero,
    I sounds like there's either an error in the configuration for SampleCounter, or that the IviStepTypes only support the DMM, Scope, Switch, FGen, and DCPwr class drivers.
    If you could send/post your ivi.ini file and your driver, I'd be happy to check it out and see if there's a configuration issue. If you don't want to post it to DevZone, you can e-mail it directly to [email protected]
    As for why the init and close functions work, but not the others, I will investigate further.
    One option to get your application to work is to not use the IviStepTypes. You can still use the driver using C function calls directly through the DLL. This will still work, but may not give you all of the features
    of the step types.
    Thanks,
    Bankim Tejani
    Instrument Drivers/IVI
    National Instruments

  • Is there a IVI driver for Racal Instruments 1256 switching system ?

    Is there any IVISwitch driver for the RI1256 switching system somewhere ? Is NI working on it since RacalInstruments doesn't seems to be interrested in this matter ?

    Hi,
    I am not sure how similar the 1260 series is, but we do have IVI drivers for it at www.ni.com/idnet. You may be able to get away with using this driver for your instrument if it is basically the same thing with fewer features.
    If not, I would like you to submit a request for this driver at: http://zone.ni.com/idnet97.nsf/instrumentdriverrequest/ and with the instrument manufacturer. We develop drivers based on demand and popularity so the more requests we have for it, the greater the possibility that we will develop one.
    If you would like to try developing your own driver, we have documentation, model instrument drivers, and driver templates to help at :
    http://www.ni.com/devzone/idnet/development.htm
    We also have a syndicate of third party ven
    dors that specialize in National Instruments' products and services. Some of the vendors specialize in driver development. I would suggest contacting one of the Alliance members at:
    http://www.ni.com/alliance
    An instrument driver is a collection of functions that implement the commands necessary to perform the instrument�s operations. In short, someone read the instrument user manual and implemented some of the functionality in a program for the end user. Instrument drivers are not necessary to use your instrument.
    Hope this helps out!
    Let me know if there is anythign else I can do for you.
    Best Regards,
    Aaron K.
    Application Engineer
    National Instruments

  • I need a win2000 video driver for a PXI - 8170

    Where do I find a video driver for a PXI-8170 embedded controller running Windows 2000 Professional?

    Hi,
    The drivers for PXI and VXI embedded controllers can be found at http://www.ni.com/support/vxi/vxi_perph.htm. Simply select the link for PXI-8170 or scroll down to the PXI-8170 section.
    Regards,
    David Shatila
    Applications Engineer
    National Instruments

  • Using IVI driver for reading delay in MSO6104A

    Hi,
    I have the NI IVI driver for the MSO6104A scope. The driver is functional and I manage to use it.
    My scope has a function of measuring delay between two different channels. But, how can I read the Delay measurement using IVI scope step?
    Is there any other way of reading this measurement?
    Thanking in advance
    Solved!
    Go to Solution.

    As far as I know, interchannel delay is not a supported IVI measurement function. So, you can complain to ivifoundation.org first of all. Or, in a code module, you can use the instrument specific driver to get the measurement. This would make the application 'non-IVI' so most of the reasons for using IVI in the first place are gone. Or, retrieve the waveforms from each channel and calculate the delay in a code module.

  • Is there a driver for the PXI-8310 that works with Windows 7?

    The only one I can seem to find is for XP.

    Hello LouisTI,
    Unfortunately there is not a Windows 7 driver for the PXI-Cardbus8310, as this is a legacy device which is currently going EOL (End of Life). The XP driver for the 8310 (which you may already have found) can be downloaded here:
    http://joule.ni.com/nidu/cds/view/p/id/370/lang/en
    If using Win 7 is critical, we recommend the PXI-ExpressCard 8360 as a replacement for the 8310:
    http://sine.ni.com/nips/cds/view/p/lang/en/nid/202294
    Hope that helps!
    James M.  |  Applications Engineer  |  National Instruments
    James M. | Applications Engineer | National Instruments

  • Nigpib-linux-0.6 GPIB software driver for Linux and PXI GPIB board

    My I use nigpib-linux-0.6 GPIB software driver for Linux in a Compact PCI system running linux and equipped with your PXI GPIB board ?
    Thanks.
    Paolo Santinelli.
    [email protected]

    If you alter the device ID of the device from c801 to c821 within the driver module, you should be able to use the driver with the PXI board.

  • I need an IVI-Driver for a Tektronix TDS 5000

    IVI-Scope steptypes from TestStand require an IVI driver for the TDS5000. Any help ?

    The driver is not available now, but should be available on the begin 2003. Try use tktds7x4, the command set should be same from 90%. Only ranges will be different. Try use it. For sure try disable cache. If your application will required any ranges which are out of range for this driver. Disable range chacking too. I wrote this driver, so if you will have any troubles, let me know.
    Zdenek

  • Driver Setup for PXI 2569 and PXI 2529 in Switch executive

    Hi,
    What sould be tha "Driver Setup" for PXI 2569 and PXI 2529 in Switch executive under 'Driver Session"
    Regards!!!
    Vineet Shukla

    Hi Vineet,
    You do not need to insert anything under Driver Setup.  Anytime you are using NI switches, you can simply click Configure NI Switches when creating a NI Switch Executive Virtual Device to configure the topology settings of those switches.
    Just so you know, you can insert information under Driver Setup, and then you wouldn't have to use the Configure NI Switches wizard.  More detail on what to insert under Driver Setup can be found in the following KnowledgeBase:
    How Do I Create a Virtual Switch and Use it in my Application?
    http://digital.ni.com/public.nsf/websearch/A1F0D6A3357E14B386256E4B0071FDA2?OpenDocument 
    In short, you would type "Topology:" followed by the topology name such as "2569/100-SPST" or "2529/2-Wire 4x32 Matrix".
    Let me know if you have further questions or if this does not resolve your issue!
    Chad Erickson
    Switch Product Support Engineer
    NI - USA

  • Driver NI PXIe 5641r for Labview 2012

    hi. i have module NI PXIe 5641r and labview 2012, i installed driver NI PXIe 5641r; however this driver did not support labview 2012 softwave. help me please!

    Hello!
    You should be able to download the PXIe-5640R 1.7 to work with your PXIe-5641R. Here is a link to that driver:
    http://www.ni.com/download/ni-5640r-1.7/4371/en/
    According to the readme, this will work with a PXIe-5641R as well as 32-bit LabVIEW 2012. Hopefully this helps!
    Thanks,
    Stephanie S.
    Application Engineer
    National Instruments

Maybe you are looking for

  • Free goods determination (Quantity Update)

    Hi Experts, Need your help in below scenario Company wants if a customer buys 100 tons of cement in a month, 2 tons of cement is given to him free Kindly suggest how to map this scenario in SAP I have thought of free goods but donu2019t know how to u

  • Add information to the replicated PO in backend

    Hi! We have a need to add some information to the PO that has been replicated to backend. The information is related to the Intrastat reporting. But since we are using Extended Classic this is a problem, the PO is not modifiable. Is there a BADI or a

  • Duplicate Purchase Order with all fields.

    Hi, I need a method to Duplicate a Purchase Order with ALL the fields. I tryed with a SendKey("^D") method but the new instance not copy the IC data. Looking for a better method, I read about the option to Save as XML the selected purchase, but I don

  • Dual monitor color issue - oversaturated image in CS4

    Hi, I wonder if you can help. I found people having similar issues, but never seen an actual answer, so your input would be greatly appreciated. My set-up: MacBook Pro Dual Core intel based 15.4 2.6GHz running OS X 10.5.6 - also my primary display HP

  • Output variable string or number consecutively

    Hello, I have an input signal of telephone digits and I am trying to output the digits on a string or number indicator one by one as they come out so that at the end I would have a full telephone number. I understand the logic to program it but I can