LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get different input values after every loop

Dear all

 

I am new to the Labview, now I met some problem, I am very appreciating for anyone give me some help.

 

Look into the page 1 of front panel, what I want now is to change the value of SUM1,SUM2 and SUM3 automatically. I want to make them in a loop, and after every loop, the values of these three can change to a new value as input.

 

I thought to use the “table control” to control the different value of SUM1,SUM2 and SUM3, Is this the right block? And how to get this function?

 

Thank you for any help!

 

windy

0 Kudos
Message 1 of 3
(2,604 Views)
Yes, you can place values inside a table and extract them. A table is nothing more than a 2D array. Place you code inside a for loop and wire the table through the for loop. The for loop will autoindex the array. Convert the table values to numerics with something like Fract/Exp String to Number.
0 Kudos
Message 2 of 3
(2,601 Views)
Dear Dennis Knutson

I am sorry for post the same question twice, I won't do that again. and I am really appreciating for your help!

Jing
0 Kudos
Message 3 of 3
(2,591 Views)