|
Re: Labview Build Errors
We had an issue earlier this year where we could use the RUN function to execute code, but when we did a build, we would get an error. I don't remember the code, but it looked much like the one in the first post.
NI looked at the problem and found that it was caused by a known bug in LV.
We had some debug code that we were disabling by putting a case statement around it and setting the control to FALSE using a constant. Changing the case input to a control rather than a constant fixed the problem.
|