Is there any DDK, RLP or examples programming Relay cards PXI-2567?

I am trying to write a Device Driver for PXI-2568 Relay card. I can not find any Device Driver Kit (DDK) or Register level Programming (RLP) information. I program in Visual studio C++ using RTX. I have diver for M and E series ADC cards as well as DIO cards, but can not find any help for the relay cards. Where can I find any examples or other info?
Thanks,
Tony

Hi Tony,
I have RLP information on the PXI-2568, but the information is limited and may not give you all the desired functionality that you're looking for.  If possible, can you provide me an email address to contact you personally?  Because the information is somewhat limited, additional support may be required, so I would rather not make the RLP manual public.  Also, I would like to discuss the caveats to the existing RLP manual and verify the information I have will make you successful.  Please note the email address you provide will be public information (at least initially), so you may not want to use your primary email address.
Another option is requesting support through phone or email via http://www.ni.com/support/, however phone and email requests require a valid service contract.
Thanks in advance!
Chad Erickson
Switch Product Support Engineer
NI - USA

Similar Messages

  • Is there any way to run abap program in dialog process with process chain?

    Hi.
    I just want to run custom abap program in every 30min.
    so I made process chain and connect abap program.
    but it returns NOTHING when background running.
    the program has ABSOLUETLY no problem when it's running DIALOG process.
    custom program is modified from sap standard program for my use.
    so complicated and hard to read that I cann't figure out what's problem in backgound job and even hard to debug in background process.
    is there any way to run abap program in dialog process in every 30 min.?
    or call BSP page or call function.
    any solution will be helpful that excuting PROGRAM or FUNCTION or BSP PAGE in schedule job and should running dialog process.
    thanks.
    Lee.

    Hi,
    did you try using sm36 transaction?
    1Give these values in Gereral data
    Create one sample job "SAMPLE JOB"
    Priority "A"
    Execu target - Your application server
    2Click start conditon
    schedule according to ur requirements.
    3.Click Step button
    Give your ABAP program name.
    fill variants if it has any variants.
    if it is useful assign points
    Regard,
    Senthil Kumar.P

  • Is there any way to call java program whenever i login to R3 System.?

    Hi Experts
    Is there any way to call java program whenever i login to R3 System.
    Means Whenever the user login to R3 system i should trigger one java program.. Is there any way
    Please help me
    Thanks & Regards
    Ravi Shankar B

    If you want to access to the Windows Taskbar, you should call some Win32 APIs and JNI. Refer to Win32 references.

  • Just bought refurbished mac, and there's no GarageBand or iMovie and such. I got no disks with the laptop!! Is there any way to get these programs back?

    is there any way to get the programs back??!!??
    if not, are there any good free programs to replace these ones?

    I called Apple Customer Support (1- (800) 767-2775) to check on how much they charge for the gray restore disks that originally came with the MacBook and was quoted $16 dollars per disk plus S & H. Which would be $32 for the two disks. Just give them the serial number of your MacBook and they'll know which ones you need. With the original disks you also get the iLife that was current when your MacBook was bought included on the #2 disk.
    If you only want iPhoto or other single apps from iLife '11 you can get them from the App Store if you're upgraded to 10.6.8. iPhoto, iMovie or Garage Band for $15 each
    Or you can get an iLife DVD on eBay.  http://www.ebay.com/sch/i.html?_trkparms=72%253A1234%257C66%253A2%257C65%253A12% 257C39%253A1&_sacat=0&_sc=1&_nkw=apple%20ilife%2011&_sop=12

  • I have purchased the last Creative Suite available on disk. It will load on my old Mac Book Pro.  I just bought a new Mac Book Pro and just realized there is no place to put a disk.  Is there any way to load the programs to my new computer?

    I have purchased the last Creative Suite available on disk. It will load on my old Mac Book Pro.  I just bought a new Mac Book Pro and just realized there is no place to put a disk.  Is there any way to load the programs to my new computer?

    Buy an external optical drive such as the Apple USB SuperDrive that is made specifically for that model.
    Use the optical drive of your old MBP to clone the DVDs to USB flash drives, then install from the flash drives.
    Connect both computers to your local network and then share the optical drive to install the software.

  • Is there any step to step example of globalized an application?

    Hello,
    Is there any step to step example of globalization? For example, the application is developed in English, now I want it support other language.
    Thanks,
    Robin

    Hello,
    2nd best option is to look at the Globalization section in the documentation -
    http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10498/globalize_app.htm#BABIIDBJ
    1st best option is to go to to the presentation by Joel Kallman on Globalization at OOW in a couple of weeks time!
    Hope this helps,
    John.
    http://jes.blogs.shellprompt.net
    http://www.apex-evangelists.com

  • My ipad2 is wifi only.  Is there any way I can use an air card?

    My iPad 2 is wifi only.  Is there any way I can suss an air card or hotspot?

    All you need is an app to locate hotspots.
    JiWire (free) >  http://itunes.apple.com/us/app/wi-fi-finder/id300708497?mt=8

  • Is there any kind of step up program for motherboards?

    I have an MSI GD80-B3 Z68 motherboard I would like to trade up to a G3 if possible. Are there any programs in place for this? Do I have any kind of options short of selling the board?
    Thanks.

    Unless you need a PCI slot, the logical step up would be to sell the one you have and get a Z77 board.

  • Are there any ActiveX tutorials or examples for CVI??

    I've tried to use ActiveX controls but just don't seem to get it.  Are there any tutorials or examples I could reference?
    Thanks
    JPS

    CVI ships with 37 examples of ActiveX: you can use the example finder:
    Help / Find Examples... in the Search tab use the keyword ActiveX

  • Are there any JCOP functionality to measure performance within card ?

    Hello,
    We are trying to measure some functions performances. Bu we dont have any specific tool for that.
    We made some tests with PC applications, but it is not precise(as you know there are some scard library delays).
    Is there any internal card(jcop) functionality to estimate the time interval for our card functionalities, or do you you have any other suggestions ?
    Thank you in advance.

    Hi,
    Given a card does not have a real time clock it is not really aware of time in this way and adding a measurement would affect the performance as well (note there is some timing in the crypto chip to help protect against certain attacks, but this is not exposed to the JC API).
    The best you can do it measure the time before and after transmitting an APDU at the lowest level possible. It is safe enough to assume that the PC/SC overhead is going to be consistent for the same amount of data. You could even benchmark just sending data to the card without doing anything with it to measure the time for transmitting your data. This is not generally needed as you are interested in the performance as perceived by a client application or a user and this transmission overhead is a part of that as well.
    Just my $0.02 anyway.
    Cheers,
    Shane

  • Is there any way to replace a cisco Line card with another Model?

    We bought a Cisco line card WS-X4648-RJ45-E for Cisco 4507 R-E. Later on I found that this module is not working with the chassis becuase supervisor engine 4 we are using. Supervisor Engine 6 is required for WS-X4648-RJ45-E. Now I want to go for WS-X4548-RJ45. Is it possible to return the line card? Is there any possible way to exchange? I am responsible for the mistake. I dont know what to do.
    By the way, I am from Saudi Arabia

    Unfortunately, yes.  That is true.
    However, did YOU specify the part number or did the reseller did?  Did they ask relevant questions as to the specific model of your chassis and/or your supervisor card or not?

  • Microsoft EXEL and Word users, is there any way to make the program fill

    the whole screen? Like in Windows? i really dont like all these menus flying everywhere...
    any thoughts?
    thanx!!

    You can try using this.
    It doesn't keep the menus from "flying everywhere" (that's just the way things work on the Mac; actually, some Linux environments too), but at least it makes it possible to maximize the apps to full screen.

  • Is there any way to delete the saved credit card

    info in the iTunes account?  I just got my son an iPod Touch for Christmas.  I have access to the app store restricted; however, I would also like for the credit card info not to be stored, either, just as an additional safegaurd against my son downloading apps without permission.  (He has the password to access the account because he is currently using a giftcard for downloads.)  I tried to edit my account to delete trhe credit card info, but I was unable to do so. 
    Also, I noticed in my account profile that, although the credit card # is there, the securty code is not.  When downloading an app, are you prompted to enter the security code?  If so, that will also solve my issue.  Thanks in advance for any help!  I am new to this whole iPod experience. 

    Try:
    How to remove credit card details?...: Apple Support Communities

  • TS1292 Hello, I accidentally scratched off a series of numbers on an itunes giftcard is there any way I can still redeem this card?

    Is there a way to redeem an itunes giftcard ( if some of the numbers were accidentally scratched off?)

    Have you been through this page : http://support.apple.com/kb/TS1292 ? There is also a link for iTunes support at the bottom of that page

  • Is there any way to take an itunes gift card off of my account after it has been redeemed?

    If so, how?
    I have redeemed my gift card but share my account with my sister. I would like to take off the remaining balance of the gift card (to use later) so my sister can use her own money to buy content.
    How can you do this?

    Click here and request assistance.
    (62743)

Maybe you are looking for