can hardware support packages be installed to the matlab runtime?

1 visualizzazione (ultimi 30 giorni)
I've written an app that uses the ADALM1000 hardware support package and VISA support to run a scope. I would like to run it on a Windows computer that has the MATLAB 2016a runtime installed.

Risposta accettata

Vinod
Vinod il 27 Giu 2016
Modificato: Vinod il 27 Giu 2016
Typically the hardware support packages for Instrument Control Toolbox only install the vendor driver on your computer. I suspect in your case it is VISA.
For your compiled application to work, manually install VISA manually on the computer you want your application generated using the MATLAB Compiler. You do not need to install MATLAB or the support package on the machine you intend to deploy your application to. Of course, you will need to also install the MATLAB runtime and your compiled application.
If you have trouble, please contact technical support.
  2 Commenti
James
James il 27 Giu 2016
Hi Vinod, Yes, the scope uses VISA and I also use an ADALM1000 which has its own hardware support package. Is it possible to install this package from within the application?
I will need the ADALM1000 support as well as VISA.
Thank you for the help.
Scot R
Vinod
Vinod il 28 Giu 2016
As of R2016a, you cannot use the support package mechanism from within your own compiled application. You can however package the EXE with your application and use the SYSTEM command to execute the installer.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Data Acquisition Toolbox Supported Hardware in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by