If you have the original project file but can't access the HMI, you can perform a factory reset. This typically involves using the MCGS ProSave or a similar utility to "Update OS" and "Reset to factory settings," which wipes all data and passwords from the device.
This security layer prevents unauthorized retrieval of the project compilation files from the physical HMI hardware back to a PC.
Draw three input boxes linking to local string variables: str_OldPwd , str_NewPwd , and str_ConfirmPwd . Create a "Submit" button. Write a script on the button action to validate the input:
Store all engineering, upload, and download passwords in an encrypted, centralized company database rather than relying on individual engineers' memory. mcgs hmi password work
IF str_NewPwd <> str_ConfirmPwd THEN !Message("New passwords do not match!"); ENDIF IF !SetUserPassword("Operator", str_OldPwd, str_NewPwd) = 1 THEN !Message("Password changed successfully!"); ELSE !Message("Invalid old password!"); ENDIF Use code with caution. Project Protection and Decompilation Prevention
| Name | Type | Initial Value | Comment | |------|------|---------------|---------| | Entered_PW | Integer | 0 | Temporary password input | | Master_PW | Integer | 1234 | Stored password | | Login_Flag | Integer | 0 | 0=Logged out, 1=Logged in |
Restricts sensitive actions—like altering PID tuning parameters, clearing alarm histories, or entering manual calibration modes—to qualified personnel. 2. How the User Permission Architecture Works If you have the original project file but
Sensitive pages, such as "System Settings" or "Calibration," can be hidden behind a login screen. How Password Protection is Implemented
: To protect a specific button or input field, open its Properties , go to the security/enable tab, and set the minimum required Password Level (e.g., 1–16). 2. Project Upload & Download Security
This guide details the types of passwords available, how to configure them, and troubleshooting steps for recovery. Draw three input boxes linking to local string
Add a (text: "Enter Password"). Add a Numeric Input object linked to Entered_PW . Under its properties, set "Input Format" to decimal, "Max Length" = 4.
Immediately, when the initial MCGS logo or loading screen appears, tap rapidly or hold down the screen corner (usually top-left or top-right) to access the hidden "System Menu" or Windows CE desktop.
Open the (in McgsPro: Project → Real-time Database). Create:
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.
If an operator password is lost but administrative access is still available, the administrator can log in and overwrite the compromised user password via an on-screen user management page.
Este sitio web utiliza cookies, tanto propias como de terceros, para mejorar su experiencia de navegación. Si continúa navegando, consideramos que acepta su uso. Más información