06-15-2017 02:38 AM
I am trying to control a XY motorized stage using LabView 2015.
The vi run fine when the distance is set to 0 um. However when the distance is not 0 um. The following occurs:
Error 26 occurred at handle error
Possible reason(s):
LabVIEW: Null window.
Any suggestions to solve this?
Thanks.
06-15-2017 04:20 AM
Some questions:
06-15-2017 05:41 AM
@eric2207 wrote:
Error 26 occurred at handle errorPossible reason(s):
LabVIEW: Null window.
It happens when you have a VI whose panel is not loaded when running but it's sub panel is loaded. And the cursor VI is in the calling panel, the cursor setting are applicable only to the VI in which there are placed and the front panel of the VI is since not shown you will get this error.
hope you understand and i strongly beleive you may be doing the same...(placed cursor VIs in a VI whose front panel is not loaded when called).
Found in this thread.
06-15-2017 08:10 PM
Sorry I could not really understand what are you trying to say. So basically, what is the solution?
Thank you.
06-16-2017 03:24 PM
The VI runs ok when it is 0 because it makes the state true, and the true staement does not call any of the C182 Vis, i would needm, those VIs, to see deep in to the issue.