Inst ToolsInst ToolsInst Tools
  • Ask
  • Courses
  • Videos
  • Q & A
    • Interview
      • Instrumentation
      • Electronics
      • Electrical
      • Practical Questions
    • MCQ
      • Instrumentation MCQ
      • Electrical MCQ
      • Electronics MCQ
      • Control Systems MCQ
      • Analog Electronics MCQ
      • Digital Electronics MCQ
      • Power Electronics MCQ
      • Microprocessor MCQ
      • Multiple Choice Questions
  • EE
    • Electronics
      • Electronics Q & A
      • Electronic Basics
      • Electronic Devices & Circuits
      • Electronics Animation
      • Digital Electronics
    • Electrical
      • Electrical Basics
      • Electrical Q & A
      • Power Electronics
      • Electrical Machines
      • Electrical Animation
      • Power Systems
      • Switchgear & Protection
      • Transmission & Distribution
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Search
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Reading: Classroom Bell System – PLC Programming Practice Examples
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
Search
  • Ask
  • Courses
  • Videos
  • Q & A
    • Interview
    • MCQ
  • EE
    • Electronics
    • Electrical
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > Classroom Bell System – PLC Programming Practice Examples

Classroom Bell System – PLC Programming Practice Examples

Now we discuss the classroom bell system logic to learn the PLC programming with practice examples and solutions.

Last updated: April 28, 2024 7:25 pm
Editorial Staff
PLC Tutorials
No Comments
Share
6 Min Read
SHARE

Now we discuss the classroom bell system logic to learn the PLC programming with practice examples and solutions.

Contents
Classroom Bell SystemPLC Technical Training VideosInputs & OutputsPLC Programming Practice ExamplesProgram DescriptionPLC Program TestingWhen the Start Button is turned ONWhen the Add button is turned ON

Note: These PLC programs are primarily for engineering students to learn and practice the problems.

Classroom Bell System

Problem Statement:

Design a PLC ladder logic for the following application.

We are using two toggle switches to control Bell.

The bell should ring for 10 seconds after every 45 minutes (Let’s take it as 1 minute). If the add button is pressed then there will be a time delay of 15 seconds for the bell to get ON.

PLC Technical Training Videos

The best PLC technical training videos are available on the Instrumentation Tools YouTube channel for free of cost.

The below video explains the given problem statement and its solution.

Inputs & Outputs

Digital Inputs:

Start Button: I0.0

Add Button: I0.1

Digital Outputs:

Bell: Q0.0

PLC Programming Practice Examples

PLC Programming Classroom Bell System

Program Description

We have used Normally Open Contacts for the Start Button (I0.0) and Add Button (I0.0).

We have used Normally Closed Contacts for Memory Bits.

In Rung 0:

  1. Normally Open Contact is used for the Start Button (I0.0) to Turn ON the output Bell (Q0.0) and Memory Bit 1 (M0).
  2. Normally Closed Contacts are used for Memory Bit 1 (M0) and Memory Bit 2 (M1) to Turn OFF and Restart the outputs Bell (Q0.0).
  3. Timer Function Block type TP is used to Turn ON the output Bell (Q0.0) for a limited time.
  4. Timer Function Block type TON is used to delay the turning ON time of the output Memory Bit 1 (M0) for some time.

In Rung 1:

  1. Normally Open Contact is used for the Add Button (I0.1) to Turn ON Memory Bit 2 (M1). 
  2. Timer Function Block type TP is used to Turn ON Memory Bit 2 (M1) for a limited time.

PLC Program Testing

Now we will test our PLC program and the results discussed below.

When the Start Button is turned ON

When the Start Button (I0.0) is turned ON, the output Bell (Q0.0) will turn ON for 10 seconds as Timer Function Block type TP is used to Turn ON the output Bell (Q0.0) for a limited time. The time is set to 10 seconds.

PLC School Automation System

In a false state, Normally Closed Contacts used for Memory Bit 1 (M0) and Memory Bit 2 (M1) pass the signal to turn ON the output Bell (Q0.0).

After 10 seconds, the output Bell (Q0.0) will turn OFF.

PLC Programming Bell System

Also, when the Start Button (I0.0) is turned ON, Memory Bit 1 (M0) will turn ON after 60 seconds as Timer Function Block TON is used to delay the turning ON time of Memory Bit 1 (M0).

When Memory Bit 1 (M0) turns ON, it will turn OFF immediately as Normally Closed Contact is used for it to turn ON the Output Bell (Q0.0).

PLC Design of Automatic Bell Ringing System

So, when Memory Bit 1 (M0) turns OFF immediately, Normally Closed Contact used for Memory Bit 1 (M0) again passes the signal to turn the output Bell (Q0.0) for 10 seconds as Timer Function Block type TP is used to Turn ON the output Bell (Q0.0) for a limited time.

When the Add button is turned ON

When the Add Button is turned ON, Memory Bit 2 (M1) will turn ON for 15 seconds as Timer Function Block type TP is used to Turn ON Memory Bit 2 (M1) for a limited time.

Programmable Automatic Bell System

After 15 seconds, Memory Bit 2 (M1) will turn OFF. When Memory Bit (M1) turns ON, Normally Closed Contact used for Memory Bit 2 (M1) will be in True state and Add 15 seconds to delay the turning ON time of the output Bell (Q0.0).

When Timer Function Block type TP reaches its time of 15 seconds, Memory Bit 2 (M1) will turn OFF in Rung1.

College Bell System Ladder Logic

When Memory Bit 2 (M1) turns OFF in Rung1, Normally Closed Contact used for Memory Bit 2 (M1) will be in a false state and allow the signal to pass through it to turn ON the output Bell (Q0.0) and the output (Q0.0) will turn ON.

If you liked this article, 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.

Read Next:

  • Coffee Machine PLC Programming
  • From Boolean Algebra to PLC Logic
  • How to Blink Lights in Ladder Logic?
  • PLC Example on Bottle Line Control
  • Cooking Logic for Kitchen Automation
Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !
What is Distributed IO? – Decentralized Peripherals in PLC
PLC Program for Daily Production Record
PLC Program for Fish Feeding System
PLC Program for Water filling and Discharging Process
PLC based Auto/Manual Operation of Roll down Shutters in Industry
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
208kSubscribersSubscribe
38kFollowersFollow

Categories

Recent Comments

  • Kamli on Top Free PLC Software
  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • MIHARITSOA Aina Sitraka on Top Non-PLC Certification Courses for Automation Professionals

Related Articles

Different PLC available in the Simatic S7 generation

Overview of SIEMENS PLC – S7-1500, S7-1200, S7-400, S7-300

relay-safety-in-plc

How to Reduce Relay Noise in PLC Systems?

Motor ON OFF Logic in PLC

Motor ON OFF Logic in PLC

Anti-static Wrist Straps

Anti-static Wrist Straps in Industrial Automation

Modbus in Industrial Networks

How Modbus is used in Industrial Networks?

Demo of a SCADA Software – Level Control System

Ladder Logic for Stair-Case wiring using Toggle Switches

Ladder Logic for Stair-Case wiring using Toggle Switches

PLC Star-Delta starter with interlock

Schneider PLC Example Program for Star-Delta System

More Articles

Power Systems Questions & Answers

Power Systems MCQ Series 10

Optimal Control Systems

Optimal Control Problems – Part 2

Working of Woodward Governor 505

Overview of Woodward Governor 505

Difference between RTJ and T&G Flanges

Difference between RTJ and T&G Flange Facings

Look Listen Feel of Instruments

Look Listen Feel of Instruments – Instrumentation Engineer Maintenance

How To Choose A Surge Protector?

How To Choose A Surge Protector?

Online Testing of Solenoid Valve

Design and Accessories Required for Online Testing of Solenoid Valve

Thermo Electric Transducers Objective Questions

Thermo Electric Transducers Objective Questions

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?