Deployment of Labview program that uses matlab script nodes on a computer without matlab

4 views (last 30 days)
I am having issues deploying some labView software that uses some of our Matlab code we have developed for a virtual instrument. On the development computer the labView program works fine but when we have tried to deploy the vi as a executable on a computer, that doesn't have a full matlab install, it does not seem to work.
From what we learned looking into the matter ourselves, being able to do this with matlab script nodes in labView would be the best. The reason being that with the matlab script node, labView creates a ongoing workspace by communicating with the matlab code server allowing variables to be shared across multiple matlab scriptnodes as they are being executed by labView. Is there a way to deploy such a labView program using compiled matlab libraries and m-scripts that labview can call too in a similar way? Is there a way to install a basic server on a remote computer that will simulate this behavior without having to install a actual matlab license?

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!