In this example, a VTS application contains a wide variety of differently configured areas. The user has requested that all tags load on the PC named "Workstation3", except for the tags configured with the areas "Halifax Region" and "Dartmouth Region".
Workstation3 Configuration
The workstation named "Workstation3" requires the following configuration:
1. A text file named, "Workstation3.ini" must be present in the workstation's application directory.
2. The following sections should appear within the Workstation3.ini file:
[SYSTEM]
AreaFilter = 1
AreaExclude = 0
[AREAS]
Halifax Region = 0
Dartmouth Region = 0
The result of the above configuration is that all tags configured with the areas not referenced in the [AREAS] section will be loaded at startup on this workstation, as AreaExclude is set to 0. Because "Halifax Region" and "Dartmouth Region" are set to 0 under the [AREAS] section, all tags on this workstation whose area is set to "Halifax Region" or "Dartmouth Region" will be excluded from loading at startup and will not appear in the Tag Browser.