LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create a 1D Boolean array from a 1D Boolean Array reference

Solved!
Go to solution

HI,

 

Any suggestions on how to create a 1D boolean array from a 1D boolean array reference?

 

 

Thank you for any ideas?

 

 

0 Kudos
Message 1 of 4
(3,097 Views)
Solution
Accepted by topic author 4BoysDad

You can wire the reference to a value property node and get the boolean array.

0 Kudos
Message 2 of 4
(3,093 Views)

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.

 

 

 

 

0 Kudos
Message 3 of 4
(3,059 Views)

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?

0 Kudos
Message 4 of 4
(3,051 Views)