LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

local variable

Hallo,

In a VI I have to modify a local variable. In the original Version its value is beeing set by a control. I want to replace the control by a for-loop. Then the loop changes the value and I needn't change the control for 100 times.

But when I do that, the variable doesn't change its value. What am I doing wrong? By the way, this is the first time, I work with variables.

Arno
0 Kudos
Message 1 of 2
(2,515 Views)
Hi,

I can answer the question myself:

I made a for-loop which gives the variable a number. This array of values I sent to the "old input", not forget to index the array. Then it worked.

Arno
0 Kudos
Message 2 of 2
(2,515 Views)