Some courses and learning paths on NI Learning Center may not appear on learner dashboards. Our team is actively investigating.

If you encounter access issues, please contact services@ni.com and include the learner’s name, email, service ID or EA number, and the list of required courses.

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
(3,003 Views)
Solution
Accepted by topic author 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,991 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,974 Views)