PLC Tutorials

Drive Multiple Speeds with Different Reference using PLC

Drive multiple speeds with different reference. Write PLC program for drive multiple speeds with different reference.

PLC Multiple Speed Reference

In drive application we need to operate drive in multiple speeds using different speed reference. This function is possible using PLC. For example here there is one drive and it needs to be operated with different speed reference. We will operate drive with three different speeds.

Consider three reference buttons which can select speed as per requirement. First select momentary button so drive reference will be moved in analog reference of the drive. When reference is moved and start button is pressed, drive will run as per the moved speed.

List of Inputs/Outputs

List of Inputs

  • Start PB :- I1
  • Stop PB :- I2

List of Outputs

  • Motor :- Q1

List of register

  • Register A :- Analog reference for drive
  • Memory coil 1 :-Speed 1
  • Memory coil 2 :-Speed 2
  • Memory coil 3 :-Speed 3

PLC Ladder programming explanation

NETWORK 1 :

Motor START/STOP logic is used to operate motor. Also latching circuit is used for latching.

NETWORK 2 :

Move instruction is used for first speed reference. If speed 1 button is pressed form SCADA or HMI, drive will run as per given speed.

NETWORK 3 :

Move instruction is used for first speed reference. If speed 2 button is pressed form SCADA or HMI, drive will run as per given speed.

NETWORK 4 :

Move instruction is used for first speed reference. If speed 3 button is pressed form SCADA or HMI, drive will run as per given speed. .

NETWORK 5 :

Reset logic is used for interlocking (for Speed Reference 1).

NETWORK 6 :

Reset logic is used for interlocking (for Speed Reference 2).

NETWORK 7 :

Reset logic is used for interlocking (for Speed Reference 3).

Author : Bhavesh

If you liked this article, then please subscribe to our YouTube Channel for PLC and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

PLC Programming MCQ Questions

Boolean Algebra Equivalent PLC Logic

PLC Logic for START operation

Boiler Start-up PLC Logic Control

Sub-routines Instructions in PLC

You've successfully subscribed !

View Comments

Share

Recent Articles

  • PLC Tutorials

Daily Alarm PLC Program using Real-Time Clock

Learn the daily alarm PLC program using real-time clock instruction as per the required timings…

4 hours ago
  • PLC Tutorials

Real-Time Clock in Omron PLC? – CX Programmer

A Real-Time Clock accurately tracks time from seconds to years and stores the data in…

7 days ago
  • PLC Tutorials

CX-Programmer Products Sorting & Counting – Omron PLC

Omron PLC logic for sorting the number of products and counting the number of products…

7 days ago
  • PLC Tutorials

Water Fountain Control Logic – PLC Exercises and Solutions

Learn the water fountain control logic using the PLC timers programming to control the high…

4 weeks ago
  • Control Systems

What is Open Telemetry? – Principles and Benefits

Open Telemetry is a framework for collecting data in cloud-native applications including tracing, metrics, and…

1 week ago
  • Common

Control of Pneumatic Cylinder and Motor

This article is about controlling the Pneumatic cylinder and Pneumatic motor in the assembly line…

2 weeks ago