I'm interested in deploying Matlab code into a National Instruments CompactRIO system. We've already achieved to succesfully run simulink models on it. Nonnetheless, there is very little information, only 1 example online I believe, on Matlab code generation for NI targets, as can be linux-based CompactRIOs. As I understood, for the proposed approach based on .NET assemblies, Matlab Runtime is completely required to be installed in the target machine, in our case, a CompactRIO.
Is it possible to install Matlab Runtime in a linux-based CompactRIO, is there any recommendations? If not, is there any other approach (not based on .NET) to embedd matlab code into a linux-based CompactRIO?
Maybe another approach is to have Matlab Runtime installed in an external machine or virtual machine only for the CompactRIO to access via some communication protocol. Would this be a good approach? Can Matlab Runtime queries be re-addressed??
Thanks in advance.