[APPS] Section Variables
Part of Setup.INI, in your installation folder.
This property is not part of the Application Configuration dialog.
The [APPS] section of the Setup.ini configuration file consists of a list of the paths to all the applications that have been added to the VTScada Application Manager's (VAM's) list of available applications. An application must be added to the list before it can be started, or used as an OEM layer without starting.
An example of the syntax of the variables in the [APPS] section:
[APPS]
0 XY\
0 Example\
0 TUTSIM\
1 TUTORIAL\
0 D:\Backups\HydroSCADAApplication
The application directory for each application appears under the [APPS] section. If the application exists within the VTScada directory, a relative path to the application is listed. However, if the application exists outside the VTScada directory, and absolute path (including the drive letter) is given (e.g. the last application in the example above has an absolute path, indicating that this application directory exists outside the VTScada installation or product directory).
Each variable in the [APPS] section is prefaced by either a "0" or a "1", indicating whether the application is an auto start application. Those applications prefaced by a "1" will start automatically when the VTScada program is run.
This is not the list of applications visible in the VAM. Applications may be visible in zero or more lists, as stored in .JSON files within the folder, C:\VTScada\ApplicationManager\Data. (Assuming a default installation to C:\VTScada)
You are advised to use the tools within the VAM to edit the list of applications. Attempting to edit the list in Setup.INI without also editing all matching entries in the relevant .JSON files may cause errors.