04-08-2013 11:45 AM
Is there a way to use LabVIEW to compile a .vi into a .out file for use as a VeriStand Simulation Model for a VXWorks Target yet?
Solved! Go to Solution.
04-08-2013 11:53 AM
There is unfortunately not a way to do this. LabVIEW does not support building VIs into out files like it does DLLs, and this is the mechanism used to create LVModels.
It does involve more work, but you can call VIs by creating custom devices for VxWorks targets.