📄Visualization Consideration
ℹ️ Visualization - mappView
The mapp Framework 6 offers a mapp View front end.Select your preference via the dropdown in the import tool.You can also select to import no visualization and just get the backend code.
The mapp View visualization supports a modular import.You will only get the visualization files for the framework components that you choose to import.

Interface to the HMI
Each mapp Framework 6 has a structure variable for commands, parameters, and status information from the HMI.
This variable name always starts with Hmi followed by the mapp Technology.
Example: HmiRecipe
Note:
The only exception is the Axis framework, where the HMI is linked directly to the AxisCommands structure.This is because:
* in manual mode the commands come from the HMI
* in automatic mode the commands are triggered directly in the applicationTo avoid creating an intermediate structure just for the sake of the HMI, the HMI interacts directly with AxisCommands.
Similarly, each mapp Framework 6 has an action file called HMIActions.st, which contains all programming related to the HMI interface.
mapp View Demo Page
A mapp View demo page is included in the mapp Framework 6 so that you can quickly and easily navigate through all the imported contents in Chrome.
This page is intended for demonstration purposes only. It is not intended to be used in the final application.
If you do not yet have a mapp View visualization when you import the Framework:
- the Demo page is assigned as the start page
If you have an existing mapp View application that the Framework merges into:
-
the Demo page is added to the pages list
-
you must add navigation to this page yourself
Access Rights
The following functionality on the mapp View front end is restricted to the following roles.
Access Rights Matrix
| Framework Component | Feature | Administrators | Service | Operators | Everyone |
|---|---|---|---|---|---|
| Audit | Configure the automatic archive export | X | |||
| Audit | Create an immediate export | X | X | ||
| Backup | Restore a backup, change the automatic backup settings | X | |||
| Backup | Delete a backup | X | X | ||
| File | Cut / delete files and configure the FIFO | X | X | ||
| Recipe | Create, edit, delete a recipe | X | X | ||
| Recipe | Load a recipe | X | X | X | |
| Report | Delete a report | X | X | ||
| UserX | View the user list, edit, add, delete, import, export users | X | |||
| Axis | Use the axis faceplate | X | X | X |
Default Administrative User
The default administrative user is Admin.
The default password is 123ABc.
Important:
The password must be changed after import.