Assign passwords and security levels (0 to 9) to each group.
Select the driver matching your PLC (e.g., Modbus TCP/IP or Schneider Electric SoMachine Network).
If you are building your first application, focus on these four areas:
: These exist only within the HMI for local logic or navigation. Variable Import vijeo designer 62 tutorial
Your primary working windows (e.g., Main, Manual Control, Diagnostics).
To allow the operator to move from one screen to another, place a button on the panel, open its properties, and add a Change Panel action. Select the target panel from the list. You can also use the Navigator tool to create a menu bar that appears on all screens, giving consistent navigation throughout the application.
| Pitfall | How to solve | |--------|---------------| | Tags not updating | Check “Read/Write” type; verify PLC address format (%MW0 vs 40001). | | Alarm buffer full | Enable cyclic overwrite or auto‑export to USB. | | Recipe save fails | Ensure HMI storage has free space; use RecipeSave() with correct file path. | | Trend shows nothing | Confirm logging period is shorter than simulation run time. | Assign passwords and security levels (0 to 9) to each group
With a successful build completed, you can now download the application to the target panel. Connect your PC to the HMI using a suitable communication cable (USB, Ethernet, or serial, depending on your panel model). Then:
Configure the orientation (Landscape/Portrait) and click . Configuring Communication Drivers
Support for various communication protocols (Modbus, Ethernet/IP, Profibus, etc.). Advanced alarm management and data logging. Built-in simulation tools. 2. Installing and Launching the Software Variable Import Your primary working windows (e
: Use the Recipe Editor if your machine needs to store different operating parameters (e.g., "Product A" vs "Product B" settings).
| Name | Type | Address (Modbus) | Data Type | Initial Value | |------|------|------------------|-----------|----------------| | Motor_Start_Stop | Read/Write | 40001 | Bool | 0 | | Motor_Running | Read Only | 40002 | Bool | 0 | | Run_Seconds | Read/Write | 40003 | UInt | 0 |
To log this data long-term, enable under the variable's properties and assign it to the HMI's internal flash memory or an external SD card. 6. Advanced Features: Security and Scripting User Security and Access Levels