Solution
MathScript Nodes have been replaced with the LabVIEW MATLAB Functions. However, these MATLAB functions are not directly supported on Linux RT.
So, there are 2 options to copy files to a RT target:
-
Your RT code can publish data to a Windows host (via TCP/UDP) and then your Windows host can process the data with MATLAB functions.
-
This KB explains that if you have existing MATLAB functions, you need to convert these to C/C++ source files, build it into a Shared Object, and then deploy the Shared Object to your RT target.