LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VITypes

Hi ng,

what are the VITypes "Configuration VI" and "SubSystem"? Where do I need
them and how can I create them?

Thanks,
Marko
0 Kudos
Message 1 of 2
(2,442 Views)
The configuration files are located in Functions pallete>>File IO>>Configuration File VIs.

You will use these VIs to have configurable options for some variables in your program. You will save these settings in a *.ini file, which can be modified by the user instead of changing from front panel or block diagram. You can see "read configuration setting files. VI" that ship with LabVIEW as example. There is also anothere example for writing the configuration settings.
0 Kudos
Message 2 of 2
(2,440 Views)