Integrating third party hardware into MAX

Greetings all,
I'm curious about integrating some third party hardware into MAX. (Measurement and Automation) 
A quick search hasn't landed any hits.  So I'm curious if anyone has attempted to do this before.  
Is this even possible?
Patrick Allen

I haven't heard of any. If you mean having the full functionality, not likely that NI will tell you the necessary internals of something that they have spent a bazillion man-hours integating with their hardware, particularly as it is a major marketing tool for selling their hardware. It is, in fact, one of the reasons I recommend NI hardware, can get hardware up and running with out writing a bit of code. Some third party hardware will show up in MAX, some instruments (HP/Agilent, etc.) but other hardware won't even be seen.
Putnam
Certified LabVIEW Developer
Senior Test Engineer
Currently using LV 6.1-LabVIEW 2012, RT8.5
LabVIEW Champion

Similar Messages

  • Third party hardware for converting Lp's & tapes//converting VHS

    Awhile back, I happened to notice a friend using an relatively inexpensive third party hardware/software bundle that was able to convert the audio output from his stereo to his mac for creating MP3s from Lps & cassette tapes. Does anyone know of a inexpensive product that will do this?
    On a separate topic, I have a few VHS tapes I would like to convert to mov files. Is there something similar to the above item that will do this for me? I would prefer it have a firewire interface (Why FW vs USB? Because I have too many USB items plugged into my G5 as it is; I have always had spotty luck with third party items that solely use USB, the acception being my Epson products; and I tend to have a personal preference for FW.) and also be inexpensive, since I will be using this on a very occasional basis.

    Yosarian,
    I don't use the ADVC 55 or Datavideo's product so I can't comment on it. But like most things, you get what you pay for and saving a few bucks here or they will cost you in quality or a feature you may need shortly down the road. As for connecting a walkman to the back of your G5, it will sound "good". Meaning that if the same music were played side by side from a CD and cassette, you would hear the difference. However I've done it dozens of times for different types of projects and it's very acceptable. If you play the CD you make from the transferred cassette on a high quality home stereo system, it will sound a bit compressed, but if played in a car, boom box, iPod, etc. you will likely never know the difference. In fact, I have transferred many LP's to CD using Roxio toast, and playing the CD's in the car or home sounds wonderful (except the inherent faint "popping" of LP's). Give it a try, it should work for all but the most demanding of applications.

  • Burning Blu-ray disks.  Third party hardware needed?

    I have read from earlier posts that it is not possible to burn Blu-ray© disks from DVDSP. Can third party hardware be purchased to burn such a disk having assembled the digital assets in DVDSP? Any recommendations?
    Thanks in advance.
    G5 Quad Desktop   Mac OS X (10.4.8)  

    Thanks for your responses. I see that from DVD SP Late-Breaking news that'HD DVD projects authored by DVD SP 4.0.3 fully comply with the 1.0 version of he HD DVD specification...the new HD DVD standard. The disks will play on Apple DVD Player version 4.6.5 or later.
    I haven't commited to the Blu-ray© player, just the Sony HD camcorder.
    When the time comes, I will burn to a red laser disc per the Apple recommendation. And thanks for the Roxio link which makes it clear that a PC is needed for Blu-ray©
    G5 Quad Desktop Mac OS X (10.4.8)

  • How to Call third party Jar into Application

    Hi Can any Expert help ?
    I want to put third party Jar into my application but i have some problem occur.
    1. how to call jar with parameter in application ?
    2. when i exit the third party jar task, it will exit my main task too. How to set my main tast exit stats standalone ?
    3. I have over 10 jar files in one application, how can i set a classpath for client to call JNLP, instread of load all jar to client before run.
    Thanks.
    Sanki Poon ([email protected])

    1) Sounds like you are trying to launch the third party from it's application main instead of using it as an API How does your code interact with it or is that not important?. You don't call a jar, you load a class. You could use a exec http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Runtime.html to run the java launcher and pass it all it's command line stuff(But this may not be possible security wise via WebStart).
    2) if it is launched in the same JVM and it calls a System.exit there is nothing you can do about your app closing too. It would need to be in another instance of the JVM
    3) Under the resources tag you can have as many jar tags as needed.
        <resources>
            <j2se version="1.5.0" java-vm-args="-esa -Xnoclassgc"/>
            <jar href="/jsf-wita/apps/MathMLWebEditor.jar"/>
        </resources>

  • ADF mobile: How to pack a third party jars into apk

    Hi Expert,
    I am using Jdeveloper + ADF mobile 11.1.2.4 to develop an android application. In this application, I need to call some functions in the third party jar files.  I need to add the third party jars into my apk so that those classes can be found during runtime.
    I followed section 17.1.1.1 to add the libraries into my project. However, after I deployed my app to the emulator and tried to run it, it reported "encountered error: classes not found". And I also found that the third party jars don't exist in libs/ directory of the apk. Do you know how to solve the problem: How to reference a third party jar files in my app and make sure it works?
    Thanks,
    Yan

    Create a /libs directory within  Android project directory and copy the JAR files to /libs.
    To build.properties add
    external.libs.dir=libs

  • Third-party hardware upgrades to improve performance in AE?

    Hey Folks,
    Quick question.  Does anyone know of any third-party hardware cards that will improve performance in AE CS5?  I'm running a MacPro Quad-Core (two processor, 8 core) 3.2Ghz with 16GB RAM, 4TB internal drives on a MacPro Raid Card.  Ideally I'd love to get a card that would accelerate Photoshop and Final Cut as well.  Does anyone make third-party cards that do that?  Thanks,
    Justin

    Mylenium wrote:
    No. Not since 15 years ago (ICE board for Final Effects).
    Mylenium
    Good lord. I had two--not one, but TWO--of those cool but utterly useless boat anchors.
    We were a victim of marketing.
    Bad software, unrealistic performance claims, and worthless support from a company that, when starting out, truly thought they had revolutionized the entire world of rendering effects on the NuBus Macintosh.
    All that remains of those boards is a pocketful of lovely blue anodized CNC'd heatsinks.
    bogiesan

  • How to include a third party component into a netbeans project

    I am working in netbeans 5.0 and i want to include a third party component into my project.I have the jar files of a text editor ie FCK text editor.Could anyone tell me how to include the component into my project

    - Put the jar file on a location you want (the location must be the same for all developers).
    - Select the "Libraries" node of your project.
    - Press the right mouse button to bring up the popup menu and choose "Add JAR / Folder..."
    - Locate and select the JAR file you need and press OK.
    - Now you have included it into your project.

  • Adobe Premiere Pro Third-Party Hardware Support

    Adobe have just posted an updated Adobe Premiere Pro Third-Party Hardware Support

    I replied to this info on another thread, but suffice it to say:
    This list is utterly worthless and best removed if Adobe does not want to further destroy their image.

  • Integrating datamining third party tools into APD

    Hello everyone,
    I'm looking for any documentation about the integration of third party tools of datamining into the Analisys Process Designer (APD) of SAP Business Intelligence.
    If you have experience, documents or links about this topic please let me know.
    Also i'm looking for a list of certified third party tools vendors for APD.
    I would appreciate your answers.
    Thanks!

    Hi,
    Check in SAP help portal..
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/96939c07-0901-0010-bf94-ac8b347dd541
    http://help.sap.com/saphelp_nw04/helpdata/en/49/7e960481916448b20134d471d36a6b/frameset.htm
    http://www.bi-expertonline.com/archive/Volume_02_(2004)/Issue_05_(May)/V2I5A3.cfm?session=
    Thanks
    Reddy

  • Integrating third party recruitment with SAP

    Hi folks,
    I had a question regarding intergrating the third party system with SAP HR masterdata. I am basically looking at transferring the applicant data from the Recruiting (third party tool ) system into SAP HR Masterdata. I found using the feature PAPLI something like integration could be done. I do not know how ???
    Right now, at the click of button something like Data transfer (entering the applicant id) can be manually imported into SAP Masterdata from the SAP recruiting module on the same system.
    Can such a process be achieived using  a third party tool? Is direct transfer process from the thrid party tool into SAP Employee Masterdata possible? Is the feature PAPLI (found from IMG) something like this can be accomplished?
    The version we are using is SAP 4.6C
    Any thoughts or leads in this area will be highly appreciated.
    Thanks in advance,
    SK

    I am not sure of any standard integration programs specific to recruitment, but through customization we can integrate third party rectt systems like People click, HRP etc.
    Develop inbound programs with ALE-IDOC system to transfer the data to Rectt tables.
    The switch will control activation of integration between the systems.
    If this helps, pl do reward.
    Thanks
    Narasimha

  • Exporting data third party system into SAP

    Hi folks,
    I am working on a task of hiring a applicant from a third party recruitment system into SAP. I have written an interface, to extract the data from the recruitment system and using the FM 'HR_PREPARE_NEW_EE' I store them in the interface table(T752F)
    Then I use PA48 to conduct the process of hiring action for the applicants.
    Question:
    Using the FM i can import various data elements from the import parameters available,  however when I use the transaction code PA48 I do not see all the additional parameters like address, city that I have imported for the candidate record.
    Do I need to configure the transaction code into include all the additional columns that I am importing ?
    How can I do it?
    Any thoughts or leads would be really helpful. I am kind of stuck here.
    I appreciate it,
    Thanks,
    VG

    hi folks,
    Have any one worked integration of third party recruitment service with SAP? I have successfully uploaded the data related to various data elements of infotypes 0,1, 2,6 etc..  into the temporary storage table (T752F)  However when I use the transaction code PA42 some of the data elements are not hsowing up on the infotype screens like address data (available in the temporary storage for the candidate).
    Do anyone have the experience of working using PA42 transaction to hire a candidate from the data in the temporary storage table ?
    I need some help. Your help is appreciated.
    Thanks,
    VG

  • Integrating Third Party Data with BI Apps

    Hi,
    I have had a couple of inquiries from customers interested in BI Applications, but who want to integrate their reporting with data from other operational systems.
    My question is: what is our recommended best practice for this scenario. Would we recommend customers to maintain two separate data warehouses with a single BI Server pointing to them and do the 'integration' at the enterprise model layer; or would we recommend the incorporation of their operational data into the BI Applications DW?
    Obviously there are pros and cons for each and I would be interested to hear your views on these, understand what the implications are, and understand what our recommend approach is.
    Thanks,
    JOHN

    I am not sure of any standard integration programs specific to recruitment, but through customization we can integrate third party rectt systems like People click, HRP etc.
    Develop inbound programs with ALE-IDOC system to transfer the data to Rectt tables.
    The switch will control activation of integration between the systems.
    If this helps, pl do reward.
    Thanks
    Narasimha

  • *URGENT* importing third party package into Jdev project

    hi,
    our company has bought a thrid party package instead of developing one to speed up the project pace. Some how we cannot import the package into our project environment,
    this is what we do with the package.
    set the class path to where the *.jar files are, for example: C:\AccBank\beta\creditcheck.jar
    please note that the "C:\AccBank\beta\" is where the project file locates.
    and follow is the import statement
    import thirdparty.package1.*;
    please tell us what did we do wrong, if the case in question is not clear, please tell us the steps we need to do to import and use a third party package with JDev.
    Also, please tell me the different purpose between the directory :
    PROJECTFILES and CLASSFILES under the main project directory
    Thank you very much for your time and your help
    Augustina
    null

    Hello,
    I'm not sure about what you mean,
    but in order to use a given package within JDevelopper, you should:
    - select project/project properties,
    - find the libraries tab
    - click "add", then "new"
    - click "class path"
    - click "add ZIP/JAR" and add the various jar files you want to include
    Note: if the included libraries contain subpackages of packages like javax, and you want to deploy your project (as EJB for instance) you will have to edit the deployment profiles in order to add the 3rd party libraries, otherwise, these subpackages won't be deployed (by default, packages suvh as java.lang, javax etc.. are not excluded from the deployment).
    about the PROJECTFILES and CLASSFILES items, they refer to the directories in which your project's source code (PROJECTFILES) and compiled classes (CLASSFILES) are stored
    Hope this helps, Remi
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Augustina:
    hi,
    our company has bought a thrid party package instead of developing one to speed up the project pace. Some how we cannot import the package into our project environment,
    this is what we do with the package.
    set the class path to where the *.jar files are, for example: C:\AccBank\beta\creditcheck.jar
    please note that the "C:\AccBank\beta\" is where the project file locates.
    and follow is the import statement
    import thirdparty.package1.*;
    please tell us what did we do wrong, if the case in question is not clear, please tell us the steps we need to do to import and use a third party package with JDev.
    Also, please tell me the different purpose between the directory :
    PROJECTFILES and CLASSFILES under the main project directory
    Thank you very much for your time and your help
    Augustina <HR></BLOCKQUOTE>
    null

  • Design Approach For Integrating Third Party API's

    Our application requires a lot of third party API's to be integrated with the application.
    What would be a good design approach for the same
    Ritesh.

    I think maybe you should post a little bit more info: What kind of APIs? C++? java?

  • Integrating third party monitoring solutions to sap solution manager

    Hello, All.
    We do need to integrate our own monitoring solution to SAP Solution Manager. Can you please let us know about the steps that need to be carried to achieve the same.
    Thank you.
    Thanks,
    Prasanna.

    Hi Prasanna,
    Since the solman reload monitoring data in CCMS, you need to make sure that your CCMS can monitor the third party software/hardware via CCMS agent.
    I suggest you to check the ADM106 training documents for CCMS configuration.
    Jett

Maybe you are looking for

  • Sync iPad calendar to macbook

    My calendar syncs from my macbook to my ipad but not from my ipad to the macbook!! Tips appreciated.

  • Why to use the Java API in MDM

    Hi Experts, I am new to the MDM. We are having the requirement of inetration between Portal and MDM.Can u please tell me when to use the following coponents like the scenorio's. Why to install the MDM Business packages in Portal? why to use the JAVA

  • Best practices - Optimizing FLA files for SWF output

    This question was posted in response to the following article: http://help.adobe.com/en_US/flash/cs/using/WSd60f23110762d6b883b18f10cb1fe1af6-7b23a.html

  • Dreamweaver CS4 FTP Access Denied error

    We recently purchased and installed Adobe CS 4 Design Suite. I am trying to install and configure  Dreamweaver CS4 to maintain our website. I had a trial version on a PC which works fine. I have a Mac OS X 10.5.8 and I installed the newly purchased D

  • ADF Security Framework

    Hi, Has somebody successfully implemented ADF Security framework with LDAP provider? I followed this nice article by Frank http://www.oracle.com/technology/products/jdev/howtos/1013/adfsecurity/adfsecurity_10132.html and it works but very slow - I mu