Vijeo Designer 62 Tutorial |best| ⏰

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

  1. Project → Communications (or Communication Manager).
  2. Add a new driver: choose correct protocol (Unity/Modbus/Serial).
  3. Configure connection parameters: IP, port, baud rate, parity, unit ID, and timeouts.
  4. Map connection to a Device/PLC and test connection (use “Read”/“Test” features if available).
  5. 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

  1. On your main screen, drag the Alarm Viewer component.
  2. Stretch it to the bottom 150 pixels.
  3. 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)

  1. Click Debug → Start Simulation (or press F5).
  2. Vijeo Designer will compile and launch the runtime.
  3. 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

  1. Right-click Screens > New Screen. Name it Main.
  2. Add a Button:
    • Drag a Push Button from the Toolbox to the canvas.
    • In Properties > General:
      • Label: Start Motor
      • Variable: Click ... > Select PLC_Start.
      • Operation: Set to 1 (when pressed, it turns the bit ON).
  3. 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.
  4. Add a Numeric Display:
    • Drag a Numeric Display.
    • General > Variable: PLC_Motor_Speed.
    • Format: Integer, 4 digits.
    • Label: Speed (RPM).

Creating an Alarm Group

  1. Go to the Alarm tab in the Project Browser.
  2. Right-click Alarm Groups > New Group. Name it Process_Alarms.
  3. Right-click the group > New Alarm.

Configure the Alarm:

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.

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

  1. Project → Communications (or Communication Manager).
  2. Add a new driver: choose correct protocol (Unity/Modbus/Serial).
  3. Configure connection parameters: IP, port, baud rate, parity, unit ID, and timeouts.
  4. Map connection to a Device/PLC and test connection (use “Read”/“Test” features if available).
  5. 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.


Displaying Alarms on Screen

  1. On your main screen, drag the Alarm Viewer component.
  2. Stretch it to the bottom 150 pixels.
  3. 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.


8. Simulating the Project (No HMI Required)

  1. Click Debug → Start Simulation (or press F5).
  2. Vijeo Designer will compile and launch the runtime.
  3. 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.


Step 4: Build Your First Screen

  1. Right-click Screens > New Screen. Name it Main.
  2. Add a Button:
    • Drag a Push Button from the Toolbox to the canvas.
    • In Properties > General:
      • Label: Start Motor
      • Variable: Click ... > Select PLC_Start.
      • Operation: Set to 1 (when pressed, it turns the bit ON).
  3. 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.
  4. Add a Numeric Display:
    • Drag a Numeric Display.
    • General > Variable: PLC_Motor_Speed.
    • Format: Integer, 4 digits.
    • Label: Speed (RPM).

Creating an Alarm Group

  1. Go to the Alarm tab in the Project Browser.
  2. Right-click Alarm Groups > New Group. Name it Process_Alarms.
  3. Right-click the group > New Alarm.

Configure the Alarm:

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.