RaceClocker is free up to 10 participants per race. If you want to use it with more features you can upgrade at any time to RaceClocker Essentials or Premium. Have alook at our pricing.
If you are looking to purchase Schneider Electric components, you can explore available models on MRO Electric's website to find the right hardware for your project. Vijeo Designer - Tutorial - MRO Electric
: Every project follows a standard sequence: Create a New Project.
After completing this tutorial, try to:
To create a click script, for example: select a button on the panel, go to the tab in the Properties Inspector, add an action of type Script , and then click the Edit Script button. The Script Editor opens, where you can write instructions in a VBA‑like language that can read and write variables, perform calculations, call other scripts, and manipulate the HMI runtime. A typical script might look like this:
Communication between the HMI and a PLC is essential. This involves configuring a driver and setting up variables. Vijeo Designer 6.2 boasts multi-PLC connectivity, supporting Modbus TCP and Schneider Electric-specific protocols. vijeo designer 62 tutorial
If AlarmActive = True Then Blinking = True Else Blinking = False End If
Define all necessary PLC variables before designing panels.
To make it easier, set all three to Internal memory first (no PLC address). You can switch to Modbus later.
An HMI requires a network pipeline to pull or push data to a programmable logic controller (PLC). If you are looking to purchase Schneider Electric
: Show or hide objects based on user access levels or machine state. Touch Actions : Assign actions to buttons, such as Switch Panel Set Variable Script Action 🛠️ Advanced Features 📋 Alarm & Recipe Management : Create an Event Group
Right-click Panels in the Navigator > New Panel .
: Define common static layouts containing headers, corporate logos, and global navigation buttons. Assign this template to your base screens to keep styles uniform. Drawing Active Components
The simulation phase is your chance to catch any misconfigured variables, broken animations, or missing navigation links before moving to the final download stage. The Script Editor opens, where you can write
Double-click any dropped object to open its .
Right-click the newly created driver equipment node (e.g., ModbusEquipment01 ) and select .
Double-click an object to link it to a variable. For example, link a "Pilot Light" to a boolean variable so it turns green when a motor is running. Toolchest: