Issue Details
I created a model in LabVIEW for use in VeriStand, and it compiled successfully without an errors. I added this LabVIEW-built model into my system definition file in VeriStand, but when I go to deploy, I receive the following error:
Error -307702 occurred at <path to VI>
Possible reason(s):
NI VeriStand: The size of the imported model data in the system definition file conflicts with the size in the specified model file. This error can occur if the model file contains a different number of inports, outports, signals, or parameters than when it was imported. This error also can occur if two or more models contain a global parameter with the same name but different dimensions. To correct this error, reload the model in the System Explorer window and verify the dimensions of any global parameters that multiple models contain. Alternatively, change the Scope for Global Parameters option on the Parameters page for a model to Model to avoid conflicts caused when the model shares the global parameter with other models.
