LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

GUI initialization...

Which event should I wait for in order to initialize programmatically my controls on GUI when the VI GUI loads? I seached through all the events of "Application" and "This VI"  sources and did not find an appropriate event. I am using the Event structure. Thanks
Ruslan S.




Message Edited by RSibagatullin on 05-23-2008 06:41 PM
0 Kudos
Message 1 of 3
(2,292 Views)
There isn't such an event.
 
All you need to do is create a flat sequence (or better yet, an initialization case of a state machine architecture) that runs first to initialize your controls once the VI begins to execute.
0 Kudos
Message 2 of 3
(2,284 Views)
Thanks. It looks like it will take me a lot of time to get used to labview after C.
0 Kudos
Message 3 of 3
(2,279 Views)