LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Filling an array with different values for rows and columns

In the ALL NEW file I have an array I want to fill out. The problem I seem to have is when the values of the column control and row control differs it won't fill out the last remaining row/column leaving it with the letter A instead of the numbers. Anyone able to help?

0 Kudos
Message 1 of 2
(820 Views)

I recommend to go back to the tutorials. Your Vi is full or race conditions and unneeded local variables.

 

Please explain how you are operating the VI, what all the control values are, and what you expect to see. Why do you hide the termination terminal?

 

(A bandaid fix would be to swap the inputs wired to the two Ns of the FOR loops)

0 Kudos
Message 2 of 2
(800 Views)