LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Fill 2D Control from text or excel

Solved!
Go to solution

Since controls only work in one direction, how can I fill them from a file? I want the option to change the data after it's loaded in so an indicator won't work..

0 Kudos
Message 1 of 3
(2,621 Views)
Solution
Accepted by RHutchings

Create a local variable of that control and set the mode so you can write to it.

 

I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours

Message 2 of 3
(2,609 Views)

Well, two ways (each with their own drawbacks) are to use a Local Variable or to use the Value Property, set to Write.

 

Bob Schor

Message 3 of 3
(2,592 Views)