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.
02-01-2017 12:22 PM
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..
Solved! Go to Solution.
02-01-2017 12:42 PM
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
02-01-2017 01:17 PM
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