03-13-2010 10:12 AM
03-15-2010 12:54 PM
Hi Adarsh,
Here's the explanation for why you would use dynamic VIs:
Use the Dynamic VIs tab to add dynamic VIs to the MEX-file if the VI you are converting into a MEX-file uses VI Server to dynamically call VIs. When you add a dynamic VI, the Math Interface Toolkit automatically includes it and all its subVIs and related files, such as menu files, in the MEX-file. LabVIEW also includes DLLs if the VI references the DLL using an absolute path.
Dynamic VIs will need to be used if the VIs make use of VI Server. To my knowledge, IMAQ VIs do not do this.