In the realm of industrial automation, the MCGS (Monitor and Control Generated System) HMI serves as a critical bridge between human operators and machine logic. A primary pillar of its operational integrity is its password management system, which ensures that only authorized personnel can access sensitive configurations, modify parameters, or oversee critical processes. Hierarchical Security and Authority Levels
MCGS software employs a multi-tiered authority structure designed to prevent unauthorized or accidental modifications.
User Levels: Access is typically divided into 16 distinct levels (0–15). Level 0 is the baseline (often with no password), while higher levels inherit all privileges of the levels below them.
Role-Based Access (RBAC): In a standard industrial setup, users are categorized into roles:
Operator (Level 1): Monitoring and basic interactions (e.g., acknowledging alarms). mcgs hmi password
Supervisor/Technician (Level 2+): Modifying setpoints and recipe management.
Administrator/Engineer: Full system configuration and user management. Core Password Mechanisms
The MCGS embedded configuration software provides several security mechanisms:
Engineering Passwords: Protects the project file itself during the development phase in the MCGS software, preventing unauthorized copying or modification of the logic. In the realm of industrial automation, the MCGS
Operational Passwords: Applied to specific on-screen components (buttons, input fields) or entire windows. A dialogue box automatically appears when a user attempts to interact with a restricted element.
Factory Passwords: Some MCGS versions utilize a "factory default" or recovery password (such as 40721) for deep system maintenance or language resets via USB. Password Recovery and Reset
Managing lost credentials in an MCGS environment often depends on the specific project configuration:
Best Practices for HMI Design in Industrial and Safety-Critical A Where it is used: When you connect a
In MCGS TPC (Touch Panel Computer) software, there is no single button labeled "Generate Password." Instead, the "Generate" feature typically appears in the following contexts:
This password is set within the MCGS Embedded configuration software. It prevents unauthorized users from uploading the project from the HMI back to a PC for copying or reverse engineering.
You have a locked HMI and no one remembers the password. Do not panic. You have three options, ranging from simple to hardware-invasive.
To avoid production downtime in the future, follow these industrial standards:
Some MCGS HMI circuit boards contain a physical reset jumper or a dedicated "Clear Password" button.
| Problem | Solution |
|---------|----------|
| Can't upload project – forgot upload password | Only option: factory reset or contact MCGS (rarely successful). |
| User can't press a button | Check object's minimum security level vs. user's level. |
| Login window doesn't appear | Ensure !LogOn() is called on a "Login" button, not on window open (can cause loop). |
| Password works but not saved after reboot | MCGS stores user data in recipe/disk – ensure your HMI has a battery-backed RTC or flash storage for user database. |
| HMI asks for system password on startup | That's the system menu password – default 111111. Change in System Parameters → HMI Settings. |