PLC Tutorials

Making Multi Way Switches using PLC

This is PLC Program for Making multi-way switches using PLC

We need to make multi-ways switches using PLC. Write the PLC program for the application using ladder diagram language.

Multi Way Switches using PLC

Solution

Here we can consider two types of lamp for explanation so we can easily understand the concept.

For explanation purpose we can considered two locations and three locations of the switches installation.

Lamp 1 can be operated from the two different locations and the lamp 2 can be operated from the three different location.

List of Inputs/Outputs

List of Inputs

  • I1 :- SW1
  • I2 :- SW2
  • I15 :- SW3
  • I16 :- SW4
  • I10 :- SW5

List of Outputs

  • Q1 :- LAMP 1
  • Q2 :- LAMP 2

M memory

  • Memory coil :- M1

Ladder diagram for PLC Multi-way Switches

PLC Ladder Logic Description

Network 1 :-

In this network we have used OR connection of switches SW1 and SW2 so LAMP 1(Q1) can be operated from two different locations.

Network 2 :-

Here we used OR gate logic of two switches SW3 and SW4 so memory coil (M1) can be operated from two different locations.

Network 3 :-

In this network we have used OR logic for two different types of locations. Here total three locations, but out of them, two locations are on first floor and third location of the switch in remote area. So LAMP 2 (Q2) can be operated by operating any one switch from three switches.

Note :- Above application may be different from actual application. This example is only for explanation purpose only. We can implement this logic in other PLC also. This is the simple multi-way switches making using PLC, we can use this concept in other examples also.

All parameters and graphical representations considered in this example are for explanation purpose only, parameters or representation may be different in actual applications. Also all interlocks are not considered in the application.

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.

What is Ladder Diagram ?

PLC Traffic Light Control

Inductive Proximity Switch

PLC Sensor Scaling & Offset

How to Connect Proximity Switch

You've successfully subscribed !

View Comments

Share

Recent Articles

  • PLC Tutorials

From Boolean Algebra to PLC Logic

In this article, a simple example will teach you the conversion from Boolean algebra to…

1 month ago
  • PLC Tutorials

PLC Cooking Timer Example for Kitchen Automation

In this article, you will learn the PLC cooking timer example for kitchen automation using…

3 weeks ago
  • PLC Tutorials

Example PLC Program to Control a Pump based on Level Sensors

Learn an example PLC program to control a pump based on level sensors using ladder…

3 weeks ago
  • PLC Tutorials

PLC Timer Application in Security Camera Recording

In the PLC timer application for security camera recording, when motion is detected then camera…

3 weeks ago
  • PLC Tutorials

Batch Mixing with PLC Ladder Logic Program

In this example, we will learn batch mixing with PLC ladder logic program using timer…

2 weeks ago
  • PLC Tutorials

PLC Example on Manufacturing Line Assembly

This PLC example on manufacturing line assembly is an intermediate-level PLC program prepared for the…

3 weeks ago