PLC Tutorials

Quiz Program Logic Using PLC Programming

Build the ladder logic program to satisfy the condition for Quiz program logic.

PLC Quiz Program

There are three groups participating in quiz program. Since the people are from different age group, host is planning to give more concern/preference in pressing buzzer to smaller age group.

Any one person from School group pressed buzzer is taken as first IN input, College group is having no option and the professor group should press both buzzer at same time to check in as First IN input. Host buzzer is to reset all outputs (Lamp)

Consider,

School group buzzer named as A0, A1 and Lamp as X0

College Group buzzer named as A2 and Lamp as X1

Professor group buzzer named as A3, A4 and Lamp as X2

Host Buzzer named as A5

X0 should ON if any one of A0 or A1 is pressed.

X1 should ON when A2 is pressed

X2 should ON when both A3 and A4 are pressed

If A5 is pressed, X0, X1 and X2 should OFF.

List of Inputs and Outputs

PLC Programming

Ladder Logic Description

RUNG 0000

School group buzzers PB  are connected in parallel to give either option. Since buzzer is push button, latching is performed using memory coil.

Reset input is connected as normally closed switch in series to reset the output.B3:0/1 and B3:0/2 are connected as normally closed switch in series to interlock the output.

RUNG 0001

To make the condition possible, previous rung output B3:0/0  is connected to school group lamp X0.

RUNG 0002

College group buzzer PB is connected to memory coil with normally closed switch in series to reset the output. B3:0/0 and B3:0/2 are connected as normally closed switch in series to interlock the output.

RUNG 0003

To make the condition possible, previous rung output B3:0/1 is connected to college group lamp X1.

RUNG 0004

For Professor group, both the buzzer PBs are  connected in series to memory coil with normally closed switch in series to reset the output. B3:0/0 and B3:0/1 are connected as normally closed switch in series to interlock the output.

RUNG 0005

To make the condition possible, previous rung output B3:0/2 is connected to Professor Group lamp X2.

Conclusion:

The above explained ladder logic for quiz program is for example only. We can use this example program to understand the working of Push Buttons, memory bit and Interlocking in AB PLC.

Author : Hema Sundaresan

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.

Electromagnetic Relay

PLC Output Types

PLC Latching Function

Relay Loop Back Circuit

PLC Ladder Diagrams

You've successfully subscribed !
Share

Recent Articles

  • Electrical Basics

Electrical Drives – Modes, Types, Speed Control Applications

Electrical Drives control the motion of electric motors. Motion control is required in industrial and…

4 days ago
  • PLC Tutorials

PLC Ladder Logic Design: Control 3 Motors with Toggle Switch

PLC ladder logic design to control 3 motors with toggle switch and explain the program…

3 weeks ago
  • PLC Tutorials

VFD Simulator Download – Free Yaskawa V1000 Software

VFD simulator download: Master the online tool from the Yaskawa V1000 & programming software for…

4 days ago
  • PLC Tutorials

Conveyor Sorting Machine PLC Program with Calculation Function

The conveyor sorting machine is widely used in the packing industries using the PLC program…

1 week ago
  • PLC Tutorials

Example of Flip-Flop PLC Program for Lamps Application

Learn the example of flip-flop PLC program for lamps application using the ladder logic to…

1 week ago
  • PLC Tutorials

STAR DELTA Programming using PLC Controller

In this article, you will learn the STAR DELTA programming using PLC controller to start…

1 week ago