LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

reshape array dynamically & change values

Hi,

 

I acquire the state of (N) sensors and this info is converted in a cluster (number, string and boolean control). In fact, number & string are the information, but the boolean control is information that the user gives later.

All clusters (sensors) are gathered in an array and reshaped to show better this array (3 columns x N rows).

 

The problem:

The user is unable to change the boolean control of clusters.

 

Can you help me?

 

 

Vicen

Win XP / LV 10.

0 Kudos
Message 1 of 2
(2,273 Views)

Actually, the user can change it. IF they click on the button in the millisecond between the time you update the local variable and you read the control. You have a race condition. Why are you continously reshaping the array?

0 Kudos
Message 2 of 2
(2,263 Views)