0% found this document useful (0 votes)
134 views

Motor Conditional Control

This document summarizes a conditional control circuit program that controls an oil pump motor and main motor. The program ensures the oil pump motor starts first when the oil pump start button is pressed to provide lubrication before the main motor starts when its button is pressed. It describes the start and stop buttons for each motor as inputs and the motors themselves as outputs. The program logic diagram shows that the oil pump motor runs continuously while the main motor is operating to provide continuous lubrication.

Uploaded by

ghan
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
134 views

Motor Conditional Control

This document summarizes a conditional control circuit program that controls an oil pump motor and main motor. The program ensures the oil pump motor starts first when the oil pump start button is pressed to provide lubrication before the main motor starts when its button is pressed. It describes the start and stop buttons for each motor as inputs and the motors themselves as outputs. The program logic diagram shows that the oil pump motor runs continuously while the main motor is operating to provide continuous lubrication.

Uploaded by

ghan
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

Basic Program Design Examples


1.11 Conditional Control Circuit

X0

Y0

X2

START

STOP

Oil Pump Motor


Oil Pump Motor

X3

X1
START

STOP

Main Motor

Y1

Main Motor

Control Purpose:
z

Providing lube for the gear box before the lathe spindle starts to run which aims to ensure
that the oil pump motor starts first and the main motor starts subsequently.

Devices:
Device

Content

X0

Oil pump START button. X0 will be ON when pressed.

X1

Main motor START button. X0 will be ON when pressed.

X2

Oil pump STOP button. X2 will be ON when pressed.

X3

Main motor STOP button. X3 will be ON when pressed.

Y0

Oil pump motor

Y1

Main motor

Control Program:
X0

X2
Y0

Y0
X1

X3

Y0
Y1

Y1

Program Description:
z

This program is a typical application of the conditional control circuit. Y0 = ON when Oil
Pump START button is pressed. Therefore, the oil pump will start to provide lube for the gear
box of main motor(Y1)

Under the precondition of the operating state of the Oil pump, the main motor (Y1) will be
ON when the Main motor START button is pressed.

During the operation of main motor (Y1), oil pump (Y0) needs to provide lube continuously.

The oil pump will be stopped when Oil pump STOP button X2 is activated, and the main
motor will be stopped when Main motor STOP button X3 is activated.

1-12

DVP-PLC Application Examples

You might also like