LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

template for main.vi loader

Usually I'm starting my my apps thru loader, similar to C++ style. It should handle things outside main.vi like: user access, check for updates, prepare data, store logs, etc.... Is there a template allowing to execute it most efficient way? Usually I'm running the app as dialog, I'm hiding panel from loader vi and at the end I close everything with quit labview.

0 Kudos
Message 1 of 2
(764 Views)

No Specific template for loading config files necessary for Main VI to RUN.

Basically you can develop a state machine where it will load all the necessary config files in init state and close in exit state.

 

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 2 of 2
(687 Views)