Global tab
The Global tab of the Project Explorer contains the project tags database, as well as other features that apply to the entire project such as the security system, VBScript procedures, and UI translation.
Figure 1. Global tab of the Project Explorer
The folders on the Global tab are described in the following sections:
- Project Tags
- The project tags database contains all of the data tags that you create during project development, such as screen tags (e.g., button1_state) or tags that read from / write to connected devices.
- Classes
- Classes are compound tags that you can create to associate a set of values, rather than a single value, with an object. For example, where you may normally create separate tags for a tank’s pressure, its temperature, and its fill level, you can instead create a “tank” class that includes all three.
- Shared Database
- The shared database contains tags that were created in another program and then imported into or integrated with your project.
- System Tags
- System tags are predefined values such as the date, the time, the name of the current user, and so on. You can use these values to develop supervisory functions and housekeeping routines.
All system tags are read-only, which means you cannot add, edit, or remove these tags from the database.
- Security
- If you choose to enable it, you can use the project security system to control who may log on to your project and what they may do during runtime.
- Procedures
- Procedures are VBScript functions and sub-routines that can be called by any other script in your project.
- Event Logger
- The event logger saves important runtime messages and task results to an external database.
- Translation
- You can use the translation table to develop a multilingual user interface (MUI) for your project.