By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
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: PLC based Automatic Bell System for a School
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Ask
  • Courses
  • Videos
  • Q & A
  • EE
  • Measure
  • Control
  • More
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 > PLC based Automatic Bell System for a School
PLC Tutorials

PLC based Automatic Bell System for a School

Editorial Staff
Last updated: March 4, 2021 4:02 pm
Editorial Staff
Share
3 Min Read
SHARE

In a school, bell is activated by the PLC system. The bell will ring automatically at a fixed timing for 5 seconds interval. Write PLC program for this system using ladder logic programming.

Contents
Automatic Bell SystemSolutionList of Inputs/OutputsList of OutputsM memoryLadder diagram for Automatic School Bell SystemLogic DescriptionNetwork 1 :-Network 2 :-Network 3 :-Network 4 :-

The required bell timings are at school start time, break time and school end time.

Automatic Bell System

PLC based Automatic Bell System

Solution

For this automatic system we will use PLC programming. Here we read PLC time in the program and compare it.

For example in school we need to ring bell at three different time (School begin, breaks and end of the school.).

So compare this three different time using comparators. Also we will generate three different conditions for the bell output.

List of Inputs/Outputs

List of Outputs

  • Q0.0 :- School bell

M memory

  • M0.0 :- School begin bell ringing command
  • M0.1 :- Break time bell ringing
  • M0.2 :- School end bell ringing command
  • Internal tag 1 :- Actual time
  • Internal tag 2 :- School begin time
  • Internal tag 3 :- Break time
  • Internal tag 4:- School end time

Ladder diagram for Automatic School Bell System

PLC Automatic Bell Logic
PLC Electric Bell Logic
PLC Ladder Logic for School Bell
PLC School Projects

Logic Description

Network 1 :-

Here School begin time is compared with actual time of the PLC clock. Bell condition will remain ON for 10s (seconds) and after 10s it will be OFF automatically.

Network 2 :-

Here School break time is compared with actual time of the PLC clock. Bell condition will remain ON for 5s and after 10s it will be OFF automatically.

Network 3 :-

Here School end time is compared with actual time of the PLC clock. Bell condition will remain ON for 10s and after 10s it will be OFF automatically.

Network 4 :-

Any condition out of three is triggered bell output will be ON.

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 School bell control 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.

Read Next:

Best 100 PLC Projects

Sensor Scaling + Offset

Quiz on PLC Systems

SCADA HMI Software

PLC Tank Mixing Logic

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 !
How to Configure Analog Inputs and Outputs in Delta PLC?
#11 PLC Best Practices – Instrument for Plausibility Checks
Structured Text PLC Code for Sequential Process Data Storage
Playground Swing Logic Exercise Program in PLC
Types of Instructions in PLC Programming
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment 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
206kSubscribersSubscribe
38kFollowersFollow

Latest

Top Non-PLC Certification Courses for Automation Professionals
Top Non-PLC Certification Courses for Automation Professionals
Common
Things You Need to Know About DeviceNet
Things You Need to Know About DeviceNet
Communication
Why is IEC 60269 Important
Why is IEC 60269 Important? – Electrical Applications
Standards
NAMUR OPEN ARCHITECTURE
What is NAMUR OPEN ARCHITECTURE?
Control Systems

You Might also Like

Codesys function block example
PLC Tutorials

Create a User-Defined Function Block in Codesys

Viral Nagda
Viral Nagda
October 17, 2024
Schneider PLC Programming Example
PLC Tutorials

Schneider PLC Programming Example for Beginners

Editorial Staff
Editorial Staff
March 31, 2024
What is Profibus
CommunicationControl SystemsPLC Tutorials

All About Fieldbus Protocols

Editorial Staff
Editorial Staff
July 5, 2023
Firmware Version in Siemens PLC
PLC Tutorials

What is the Firmware Version of a PLC? – Siemens PLC Hardware

Mahmoud Salama
Mahmoud Salama
June 13, 2023
MCQ on PLC (Programmable Logic Controller)
PLC Tutorials

MCQ on PLC (Programmable Logic Controller)

Editorial Staff
Editorial Staff
May 23, 2019
PROFIBUS is also a Master Slave protocol
Control SystemsPLC Tutorials

Compare Modbus, Fieldbus, and Profibus

R Jagan Mohan Rao
R Jagan Mohan Rao
April 1, 2020
//

Inst Tools

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

[mc4wp_form id=”847″]

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?