Posted on Leave a comment

Design of V5-H Inverter Application Scheme in Washing Machines

I. Functional Requirements Analysis of the Washing Machine

The washing machine is primarily used for efficient cleaning of various workpieces. Its core functional requirements include:

  • Washing Pump Drive: A high-power motor is required to drive a high-pressure water pump for strong water jetting.
  • Conveyor Belt Control: Drive the conveyor belt to achieve continuous workpiece transportation.
  • Rotary Brush Control: Drive the rotary brush to perform mechanical scrubbing on the workpiece surface.
  • Air-Drying System: Drive the fan to quickly dry the cleaned workpieces.
  • Status Monitoring and Protection: Real-time monitoring of motor operation status is required, with overload, overvoltage, and other protection functions.

II. V5-H Inverter Selection and Configuration

Based on the power requirements of each functional module of the washing machine, the following V5-H inverter models are selected:

Functional ModuleMotor TypePower RangeInverter Model
Washing PumpThree-phase asynchronous motor7.5-11kWV5-H-11K
Conveyor BeltThree-phase asynchronous motor1.5-2.2kWV5-H-2.2K
Rotary BrushThree-phase asynchronous motor2.2-3.7kWV5-H-3.7K
Air-Drying SystemThree-phase asynchronous motor1.5-2.2kWV5-H-2.2K

III. Control Circuit Design

1. Main Circuit Wiring

  • Washing Pump Motor:
    • Connect the inverter output terminals (U/T1, V/T2, W/T3) to the washing pump motor.
    • Connect the braking unit DC output terminal (Ө) to the braking resistor (for rapid shutdown).
  • Conveyor Belt Motor:
    • Connect the inverter output terminals (U/T1, V/T2, W/T3) to the conveyor belt motor.
  • Rotary Brush Motor:
    • Connect the inverter output terminals (U/T1, V/T2, W/T3) to the rotary brush motor.
  • Air-Drying System Motor:
    • Connect the inverter output terminals (U/T1, V/T2, W/T3) to the fan motor.
Cleaning machine

2. Control Circuit Wiring

  • Start/Stop Control:
    • Connect the PLC output points to the inverter multi-function input terminals (X1-X7) to achieve remote start/stop.
  • Speed Regulation:
    • Connect the PLC analog output (0-10V) to the inverter analog input terminal (AI1) to achieve stepless speed regulation.
  • Status Feedback:
    • Connect the inverter multi-function output terminals (Y1, Y2/DO) to the PLC input points to feedback operation status.
  • Fault Protection:
    • Connect the inverter fault output terminal to the PLC input point to achieve fault alarming.
  • Wiring Diagram:
    • PLC output points (Q0.0-Q0.3) → Inverter multi-function input terminals (X1-X7)
    • PLC analog output (AQ0.0) → Inverter analog input terminal (AI1)
    • Inverter multi-function output terminals (Y1, Y2/DO) → PLC input points (I0.0-I0.1)
    • Inverter fault output terminal → PLC input point (I0.2)

IV. Parameter Setting and Optimization

1. Basic Parameter Setting

Parameter GroupParameter NameSetting Value/RangeDescription
P0.03Control Mode Selection1 (Vector Control 1)Suitable for heavy-duty applications such as washing pumps
P0.04Frequency Command Method1 (AI1 Voltage Command)Regulate speed through PLC analog output
P0.05Maximum Operating Frequency50HzSet according to motor rated frequency
P0.08Acceleration Time5sAdjust according to load characteristics
P0.09Deceleration Time5sAdjust according to load characteristics

2. Advanced Parameter Setting

Parameter GroupParameter NameSetting Value/RangeDescription
P8.00PID Control Selection1 (Enable PID)Used for closed-loop control of temperature, pressure, etc.
P8.01Proportional Gain2.0Adjust according to system response
P8.02Integral Time10sAdjust according to system stability
P8.03Derivative Time0.1sAdjust according to system damping
P5.01Multi-function Input Terminal X115 (Forward Start)Define terminal function
P5.02Multi-function Input Terminal X216 (Reverse Start)Define terminal function
P7.01Multi-function Output Terminal Y132 (Running)Define output status
P7.02Multi-function Output Terminal Y233 (Fault Output)Define fault output

3. Motor Parameter Auto-Tuning

  • Set P9.15=1 to activate the motor parameter auto-tuning function.
  • Input rated voltage, current, speed, and other parameters according to the motor nameplate.
  • Optimize vector control performance after auto-tuning is complete.

V. Collaborative Control of PLC and Inverter

1. PLC Selection

  • Model: Siemens S7-1200 CPU 1214C DC/DC/DC
  • Features:
    • 14 digital input points, 10 digital output points.
    • 2 analog input channels, 1 analog output channel.
    • Supports Modbus RTU communication protocol.

2. Control Program Logic

  • Washing Pump Control:
    • Regulate inverter output frequency through PID algorithm based on pressure sensor feedback.
    • Achieve constant pressure water supply to improve washing efficiency.
  • Conveyor Belt Control:
    • Achieve precise positioning through pulse encoder feedback of position information.
    • Automatically adjust conveyor belt speed according to workpiece size.
  • Rotary Brush Control:
    • Control rotary brush start/stop through a timer to achieve intermittent scrubbing.
    • Adjust rotary brush speed according to workpiece material.
  • Air-Drying System Control:
    • Automatically adjust fan speed according to ambient temperature.
    • Achieve energy-efficient operation.
  • PLC Program Flowchart:
    • Start → Initialization → Read Sensor Data → Execute PID Algorithm → Output Control Signal → Monitor Status → Fault Handling → End
V5-H

VI. Human-Machine Interface Design

1. Touch Screen Selection

  • Model: Kunlun Tongtai TPC7062KS
  • Features:
    • 7-inch TFT LCD display with a resolution of 800×480.
    • Supports Modbus RTU communication protocol.
    • Provides a rich library of graphics and controls.

2. Interface Design

  • Main Interface:
    • Display the washing machine’s operation status, motor speeds, temperature, pressure, and other parameters.
    • Provide manual/automatic mode switching buttons.
  • Parameter Setting Interface:
    • Allow users to modify key parameters such as PID parameters, acceleration/deceleration time, and frequency limits.
    • Provide parameter saving and restoration functions.
  • Fault Alarm Interface:
    • Display fault type, occurrence time, and handling methods.
    • Provide fault confirmation and reset buttons.
  • Touch Screen Interface Diagram:
    • [Main Interface]
      • Operation Status: Running
      • Washing Pump Speed: 30Hz
      • Conveyor Belt Speed: 0.5m/s
      • Rotary Brush Speed: 15r/min
      • Temperature: 40℃
      • Pressure: 0.5MPa
      • [Manual/Automatic Switching Button]
    • [Parameter Setting Interface]
      • PID Proportional Gain: 2.0
      • PID Integral Time: 10s
      • Acceleration Time: 5s
      • Deceleration Time: 5s
      • Frequency Limit: 50Hz
      • [Save Parameters Button] [Restore Default Button]
    • [Fault Alarm Interface]
      • Fault Type: Overload Alarm
      • Occurrence Time: 2025-04-06 10:00:00
      • Handling Method: Check motor load, reduce operating frequency
      • [Confirm Fault Button] [Reset Button]

VII. System Integration and Debugging

1. System Integration

  • Connect the PLC, inverter, and touch screen through the Modbus RTU bus.
  • Configure communication addresses for each device to ensure efficient data exchange.

2. System Debugging

  • No-Load Debugging:
    • Check whether the rotation direction and speed of each motor are consistent with the design.
    • Verify the stability and response speed of the PID control algorithm.
  • Load Debugging:
    • Test the system’s stability and reliability under different load conditions.
    • Adjust parameters to optimize washing effect and energy-saving performance.
  • Fault Simulation:
    • Simulate faults such as overload and overvoltage to verify the reliability of protection functions.
    • Test the real-time performance of fault alarming and reset functions.

VIII. Conclusion

This solution achieves efficient and stable operation of the washing machine through the vector control technology and rich I/O interfaces of the V5-H inverter. Combined with the collaborative control of the PLC and touch screen, it improves the system’s automation level and operational convenience. Through parameter auto-tuning and PID algorithm optimization, it further enhances the washing effect and energy-saving performance. This solution can be widely applied in the cleaning of automobile parts, industrial components, and other fields, with broad market prospects.

Leave a Reply

Your email address will not be published. Required fields are marked *