06-30-2011 04:44 PM
HI,
Any suggestions on how to create a 1D boolean array from a 1D boolean array reference?
Thank you for any ideas?
Solved! Go to Solution.
06-30-2011 05:17 PM
You can wire the reference to a value property node and get the boolean array.
07-01-2011 08:49 AM
Hi,
Now that I have the 1D Boolean array, what might be the most efficient way to monitor this 1D boolean array for changes in any value.
Thank you for any help.
07-01-2011 09:59 AM - edited 07-01-2011 10:02 AM
To monitor a change, you need a loop and a way to compare the current value with the value from the previous iteration. This is most easily done using a feedback node and a "not equal (set to compare aggregates). For example as follows:
What causes changes in the array? Is this a repetitive measurement?