问题详述
我正在使用VeriStand将系统定义文件部署到我的实时机;该系统定义包含一个仿真模型,我需要将其部署到实时目标。部署时,出现以下错误:
Error -307702 occurred at Project Window.lvlib:Project Window.vi >> Project Window.lvlib:Command Loop.vi >> Project Window.lvlib:Connect to System.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.
我该采取哪些步骤来解决这个错误?