Solution Explorer
The Solution Explorer manages all available projects in a Solution. After creating a new TwinCAT HMI project the following project structure is constructed:
- TcHmiProject: The project node offers access to the Project Settings.
- Server: The server node contains the Server Settings and lists the loaded server extensions.
- Framework: The framework node enables the referencing of Framework Controls.
- Properties: Lists the internal configuration files of the project.
- Default.tpl: Template file used for the generation of the HTML code.
- tchmi.framework.Schema.tpl.json: Contains the type information for the framework.
- tchmi.project.Schema.tpl.json: Contains the type information for the project.
- tchmiconfig.tpl.json: Contains the configuration of the project. (From version 1.12.750.1 only the tchmiconfig.json file is available)
- tchmimanifest.json: Manifest file of the project.
- tchmipublish.config.json: Contains the Publish profiles of the project.
- References: Offers the option to reference TwinCAT HMI packages.
- Imports: Folder for contents such as images or videos that are added dynamically (e.g. by drag-and-drop via the Gallery Explorer).
- Themes: The folder contains all themes that have been added to the project.
- Fonts: This folder contains fonts that apply irrespective of the theme.
- Images: Folder for images.
- Localization: This folder contains the language files required for the project.
- Desktop.view: The start page that is displayed when starting the HMI.
- FavIcon.ico: The icon displayed in the title bar of the browser.
Further Information