LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Intermittent Error 1077 on Boolean Property node update

Solved!
Go to solution

I have an intermittent error 1077 on changing the disabled value of a series of boolean property nodes in my program. I'm passing an array of references into a For loop, all of the controls are in this VI and it can be classed for these purposes as a top level VI.

Most of the time my code runs fine, however, debugging my code this morning after no recent changes to this area of code I'm getting errors that are causing me problems. Any Ideas as to how to get passed this or what the cause is please?

 

Picture of part of the failing code attached.

 

(The For loop on the right is normally shirft registered, but is not currently in order to aid debugging.)

CLD; LabVIEW since 8.0, Currently have LabVIEW 2015 SP1, 2018SP1 & 2020 installed
0 Kudos
Message 1 of 2
(2,826 Views)
Solution
Accepted by topic author James_W

Finally found the problem.

Because my array of numerics was so small in width, I was only seeing one digit because I was only expecting the width to be one digit.

In one of the Event structures, I was writing the digit 030 instead of 0 to the disable property node resulting in the above error.

I have learnt from this error and made my arrays slightly wider. (This is a similar problem to when you forget to look for the extra possible line in a string control.)

CLD; LabVIEW since 8.0, Currently have LabVIEW 2015 SP1, 2018SP1 & 2020 installed
Message 2 of 2
(2,817 Views)