LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1502 occurred at AB_Source_VI.lvclass:Close_Reference.vi -> AB_Build.lvcla

Error 1502 occurred at AB_Source_VI.lvclass:Close_Reference.vi -> AB_Build.lvclass:Save.vi -> AB_Build.lvclass:Copy_Files.vi -> AB_Application.lvclass:Copy_Files.vi -> AB_EXE.lvclass:Copy_Files.vi -> AB_Build.lvclass:Build.vi -> AB_Application.lvclass:Build.vi -> AB_EXE.lvclass:Build.vi -> AB_Build.lvclass:Build_from_Wizard.vi -> AB_UI_Frmwk_Build.lvclass:Build.vi -> AB_UI_FRAMEWORK.vi -> AB_Item_OnDoProperties.vi -> AB_Item_OnDoProperties.vi.ProxyCaller

Possible reason(s):

LabVIEW:  Cannot save a bad VI without its block diagram.

Message 1 of 6
(9,967 Views)

Me too!

 

Update: Enable Debug resolved the issue.

Message 2 of 6
(9,948 Views)

I also found that enabling debugging  eliminated the error 1502 during build, but then I looked and found a Boolean constant wired to the selector terminal of a True/False case structure.  Changing that Boolean constant to a control allowed us to turn debugging back off.

 

 

Message 4 of 6
(9,046 Views)

I had this occur when trying to trigger an event based on "value change" of a latched Boolean.

Doug Ferguson

www.southerndaqsolutions.com
0 Kudos
Message 5 of 6
(3,184 Views)

The latched boolean was not the real issue. The issue ended up being a use of Match Pattern where I only wired String and Regular Expression inputs and only the before match output. Once I wired to handle the offset past match it was able to compile and save.

Doug Ferguson

www.southerndaqsolutions.com
0 Kudos
Message 6 of 6
(3,174 Views)