This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

USB2ANY: USB2ANY LabView Driver question

Part Number: USB2ANY

USB2ANY LabView Driver question

  • Hi - I'm not seeing any question here? - Jim

  • Sorry, actually I want to use LABVIEW to make my own program and call USB2ANY.dll. Is there an SDK for 3.1.1.14?

  • Hi Zhang,

    Can you repost your question?

  • Greetings,

    I'm looking into whether we have an SDK for 3.1.1.14, but I think the answer is no. At some point after 2.8.2.0, we stopped actively developing USB2ANY as a company, and individual product families continued independently making changes to suit their application needs. In most cases this did not involve regenerating the SDK or the static libraries.

    Provided I can find the codebase for 3.1.1.14, and based on some NI support articles, I thinkw e can provide the DLL and the header files and you can use the import shared library wizard to extract the library functions... but I have never tried this, I don't know what issues you might encounter, and I probably cannot help debug those issues in any case.

    If that doesn't work, as long as we can get accurate API documentation for 3.1.1.14, we can at least explain how to call the API functions through something like python's ctypes.WinDLL. Then you can pick your favorite IPC method to communicate between LabVIEW and python (socket server, pipe, etc). It's a bit of a kludge, but it definitely works, and this method can be used to get around x86/x64 calling restrictions as well.

    I'll keep you posted...

    Regards,

    Derek Payne