PLC - SCADA PART 22 | Oil motor start then main motor start example using RSLogix 500

Home Videos PLC - SCADA PART 22 | Oil motor start then main motor start example using RSLogix 500
PLC - SCADA PART 22 | Oil motor start then main motor start example using RSLogix 500

Basics of PLC timer- PLC timers are instructions that provide the same functions as on-delay and off-delay mechanical and electronic timing relays. A PLC timer provides a preset delay to the control actions. In general, there are three types of PLC timer delays, ON-delay timer, OFF-delay timer and retentive timer on. The terms represented in the timer block in the PLC are a Preset value which means the delay period of the timer, an Accumulated value which is the current delay of the timer. A timer begins the counting on time-based intervals and continues until the accumulated value equals the preset value. When the accumulated value equals the preset time the output will be energized. Then the timer sets the output. Example of timer- Oil motor start then main motor start: - Providing lubricant 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. Number of PLC Inputs Required X0 – START pushbutton to Start Oil Pump Motor X1 – START pushbutton to Stop Main Motor X2 – STOP pushbutton to Stop Oil Pump Motor X3 – STOP pushbutton to Stop Main Motor Number of PLC Outputs Required            Y0 – Oil Pump Motor            Y1 – Main Motor PLC Ladder Programming Description:       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.   Follow Us On : Google Reviews : https://goo.gl/LxpEsU Facebook : https://www.facebook.com/wscubetech.india Twitter : https://twitter.com/wscube Linkedin : https://www.linkedin.com/company/wscube-tech Google + : https://plus.google.com/+wscubetechjodhpur Youtube : https://www.youtube.com/c/wscubetechjodhpur Website : http://wscubetech.com