Mcgs Hmi Backup [hot]
A backup is only useful if it is accurate, accessible, and up to date. Implement these rules at your facility:
Navigate to the top menu bar and click on (工具) or Communication settings.
In the event of a screen failure, having a backup allows technicians to restore functionality to a new unit, saving hours or days of reprogramming.
A comprehensive strategy—covering both project files and operational data logs—is crucial for minimizing downtime. By utilizing the built-in USB/SD card features for data, and the MCGS Embedded software for project backups, technicians can ensure their systems are protected. mcgs hmi backup
Restoring a backup is the reverse of backing up. The core process is to use the exact same tool or method to write the backup files back to the target device.
| Number | Meaning | |---|---| | | Keep three copies of your data (the original plus two backups). | | 2 | Use two different types of media (e.g., one USB drive and one network drive). | | 1 | Keep one copy off‑site (away from the production facility). | | 1 | Keep one copy offline (air‑gapped) — disconnected from any network, immune to ransomware. | | 0 | Zero errors after verification — you have tested the restore. |
: Be aware that many MCGS projects are password-protected. If the original developer set an upload password, you will need it to retrieve the editable project files. A backup is only useful if it is
For advanced users, MCGS includes a powerful scripting language (similar to VB Script). You can write a one-liner to trigger automatic backups.
Sub BackupToUSB() Dim Path Path = "\USB0\AutoBackup_" & Format(Now, "YYYYMMDD_HHMM") SaveDataToFile "Project", Path SaveDataToFile "Recipe", Path & "\Recipes" MsgBox "Backup completed to USB drive", 64, "MCGS Backup" End Sub
By default, compiling a project and downloading it to an HMI screen does automatically mean it can be uploaded back to a PC for editing. You can only retrieve an editable source project from an MCGS HMI if the original programmer explicitly checked the "Download Source File" (or "Enable Uploading") option during the initial download. If this option was left unchecked, the HMI only contains the compiled runtime file, which cannot be reverse-engineered back into an editable project. The core process is to use the exact
Which you are currently running (e.g., McgsPro, MCGS 7.7)?
Which (e.g., McgsPro, Embedded Edition) are you using? Are you connecting via USB or Ethernet ?
This prevents the common mistake of restoring a year‑old version of a program that no longer matches the current equipment.
Ensure that the MCGS Embedded Group Configuration Environment on your PC matches the runtime version installed on the HMI hardware to prevent compatibility errors.
In the dialog box, choose a save path and name your backup file. Select as the connection type.