From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
04-02-2016 11:08 PM
Basically I'm trying to do something that i think should be simple, but is being frustratingly difficult.
I'm using a color sensor to read some palette of colors, and if x color exists at the current location i want to add y number to an array. The final size of the array is known but i'd like to do it by starting with an array of unknown size (not sure what this is called) in order to check for errors. I have all my icons down but nothing within the array seems to be changing. I've tried using build array, insert into array, and change array element (starting with an array of 0's) but nothing is working.
Help please, thanks!
included a picture just to show. i've just been trying to get the array to do something, but have clearly been unsuccessful...
04-03-2016 12:23 AM
04-03-2016 03:58 PM
that didn't really change anything with my code...
04-03-2016 04:57 PM
04-03-2016 05:21 PM
Ok, I made a simpler version of the code that illustrates what i'm trying to do. Just store sensor values as true or false basically.
04-04-2016 08:12 AM