Vijeo Designer 62 Tutorial |best| ⏰
Instead of a dry list of instructions, this story follows an engineer named Alex on his first solo project. It highlights the most common pitfalls and the specific logic Vijeo Designer requires.
3. Communication setup
- Project → Communications (or Communication Manager).
- Add a new driver: choose correct protocol (Unity/Modbus/Serial).
- Configure connection parameters: IP, port, baud rate, parity, unit ID, and timeouts.
- Map connection to a Device/PLC and test connection (use “Read”/“Test” features if available).
- Create Tag groups or data blocks matching PLC memory layout.
Tip: Match PLC addressing scheme (bit/word, DB area, offset) exactly; use the PLC’s addressing reference. vijeo designer 62 tutorial
Displaying Alarms on Screen
- On your main screen, drag the Alarm Viewer component.
- Stretch it to the bottom 150 pixels.
- In properties, set Display Mode to "Active + History."
Result: If your PLC fills the tank to 951 liters, a red row will appear in the viewer. The operator can press "Acknowledge" to stop the horn. Instead of a dry list of instructions, this
8. Simulating the Project (No HMI Required)
- Click Debug → Start Simulation (or press
F5). - Vijeo Designer will compile and launch the runtime.
- Test:
- Click Start Motor → Lamp turns green, temperature rises.
- When temperature reaches 80 → Alarm appears.
- Click Stop Motor → Temperature resets to 0, motor lamp turns gray.
Note: Simulation uses your PC keyboard and mouse. Project → Communications (or Communication Manager)
Step 4: Build Your First Screen
- Right-click Screens > New Screen. Name it
Main. - Add a Button:
- Drag a Push Button from the Toolbox to the canvas.
- In Properties > General:
- Label:
Start Motor - Variable: Click
...> SelectPLC_Start. - Operation:
Set to 1(when pressed, it turns the bit ON).
- Label:
- Add a Lamp (Indicator):
- Drag a Lamp object.
- General > Variable:
PLC_Start. - Appearance: Set ON color (Green) and OFF color (Red).
- Write Label:
Motor Status.
- Add a Numeric Display:
- Drag a Numeric Display.
- General > Variable:
PLC_Motor_Speed. - Format: Integer, 4 digits.
- Label:
Speed (RPM).
Creating an Alarm Group
- Go to the Alarm tab in the Project Browser.
- Right-click Alarm Groups > New Group. Name it
Process_Alarms. - Right-click the group > New Alarm.
Configure the Alarm:
- Source: Variable
Tank_Level - Type:
> Threshold - Limit:
950Liters (Tank is almost full). - Message:
Warning: Tank level exceeds 95% capacity.
Part 6: Simulation – Testing Without Hardware
You do not need a physical HMI to test 80% of your project. Vijeo Designer 6.2 has an exceptional simulator.