Error 1003 When Compiling a LabVIEW Model For VeriStand

Updated Jun 17, 2019

Reported In

Software

  • VeriStand
  • VeriStand Model Framework
  • VeriStand LabVIEW Support
  • LabVIEW

Other



 

Issue Details

I am trying to compile a LabVIEW model for VeriStand by following this process directly from LabVIEW :
Tools >> NI VeriStand >> Generate NI VeriStand Model from VI
I am getting the following error with one of my VI :

Error 1003 occurred at AB_Get_Detailed_BrokenVI_Message.vi -> AB_DLL.lvclass:Open_Top_Level_VIs.vi
Possible reason(s):
LabVIEW: The VI is not executable. This error may occur because the VI is either broken or contains a subVI that LabVIEW cannot locate. Select File>>Open to open the VI and verify that you can run it.
Error occurred. No DLL produced.

Solution

This can happen if several of the controls and indicators on the front panel have the same label. Conrols and indicators needs to have a unique name in order for a LabVIEW model to be compiled correctly.