LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Strings and values causing error 1003 in application

Hello,

 

I am conditionally passing values to strings and values property of a ring control.

This thing works fine in LABVIEW, but in application it is causing error 1003. If I disable this part and then build the application it works OK.

 

I need to know the reason for this error.

 

Thanks.

 

EDIT: If the VI is used inside a subpanel then only this error is occuring. If opened in a different window the VI runs.

0 Kudos
Message 1 of 3
(2,748 Views)
Error 1003 means a VI is broken. What VI is causing the error? How is it being called? Have you fixed the other errors in your code (misused subpanels, tab control, sequence structure, etc, etc)?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 3
(2,709 Views)

My colleagues tease me for saying this, but you need to attach executable code (which is easiest done by attaching the VI in question, or if there are multiple VIs in a Project, compressing the Folder containing everything and attaching the ZIP file).  Particularly when the code works "sometimes", it really helps us to "try it ourselves", rather than "guess" what (a) mistake you have made in your code or (b) what Bug in NI's software you have found (note -- so far, Case (a) is true 99.44% of the time).  [OK, who catches the reference?]

 

Bob Schor

0 Kudos
Message 3 of 3
(2,679 Views)