04-29-2018 12:37 PM
I am a hobbyist, and need some help.
Two seemingly identical programs, I want the "Incorrect Initialization.vi" To initialize the boolean array to a completely false state as in "Correct Initialization.vi"
I already tried /Data Operations/Make current Value Default path after setting all elements in the array to "False". But still when I run the program only initializes one element.
Attached is the desired initialization and the failed attempt. I just want to know why the second program does not want to run and initialize the array values.
Also the other parts of the program are going to be used for other purposes. For that reason I did not delete it but if the problem is one of the structures I would like to know which one is conflicting. Remember that both programs apparently use the same functions , so they should not be the
Thanks in advance
Solved! Go to Solution.
04-29-2018 12:45 PM
The easiest way is to use Initialize Array function.
If you want to do it with the constant, expand the constant to see more of it. Click whichever element you want to be the lower right corner to set it, and click it again to set to false. Right now you just have a 1 element array.
04-29-2018 12:46 PM
04-29-2018 12:54 PM
Oh god,that was easy haha; Thanks a lot!
04-29-2018 02:12 PM
In addition...: