Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: Pulse Generation using Timer in Siemens PLC
Share
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > Pulse Generation using Timer in Siemens PLC

Pulse Generation using Timer in Siemens PLC

Last updated: March 4, 2021 12:38 pm
Editorial Staff
PLC Tutorials
3 Comments
Share
2 Min Read
SHARE

This article is about a pulse generation PLC program using Siemens TIA PORTAL.

Contents
Inputs and OutputsPulse Generation using TimerDescription

In industries, we use special audio and visual indications to notify the operators about the alarms and trips of the process. Different types of indications are flashing LED, beacons with different tones, etc.

We can set the rate of pulses from slow to fast as per our requirement by changing the timing of the timers. Here we will be discussing the pulse generation using timer instruction in Siemens PLC.

Below I have explained the PLC program for pulse generation.

Inputs and Outputs

  • Inputs: START(I0.0), STOP (I0.1)
  • Outputs: LED_INDICATION (Q0.0)
  • Timers: T0 & T1
  • Memory Bit: M0.0

Pulse Generation using TimerPulse Generation using Timer in Siemens PLC

Description

When you press the start button (%I0.0), then the flip-flop (M0.0) energizes then it will pass the signal through NC contact of timer (T2) then timer 1 will energize.

Here I have used S_Pulse timer which will run in our case for 2 seconds after 2 seconds timer will energize.

We can change the timing of the timer to change the flashing rate as per our requirement.

If Timer 1 is not energized then first NOT instruction will energize the Timer 2 allowing output to turn ON for 2 seconds.

Both the timers will run for 2 seconds simultaneously allowing LED to turn ON and OFF for every 2 seconds thus flashing the LED.

Author: Suhel Patel

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:

  • Troubleshoot PLC Program
  • Protect PLC using Password
  • PLC Maths Instructions
  • JUMP Instruction in PLC
  • Siemens S7 1200 PLC
  • One-Shot Rising PLC 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 !

Continue Reading

PLC Program for Water filling and Discharging Process
Tia Portal – OB30 Cyclic Interrupt Organization Block
LIFO Instruction in PLC
Instrumentation and Control Project Packages – Detail Engineering
Light ON OFF Control using PLC
Raw Counts to Engineering Units : Conversion Formula
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
3 Comments
  • Kumar says:
    April 5, 2020 at 11:48 am

    Hi,

    What is the need of two timers?

    Reply
  • Suhel says:
    April 5, 2020 at 1:03 pm

    To generate the pulses, 1 timer stay ON for 2 sec, so another timer will remain OFF for 2 sec. thus generating pulse for that interval

    Reply
  • Praveen Kumar B H says:
    July 3, 2023 at 5:42 am

    Let me correct if my and is wrong…. I think of one timer is enough for pulse generation of every two Seconds once… I will explain, after sr flipflop take contact of timer 1 NC CONTACT., when we press start sr FF will energized and start timer. 2 second after timer output goes to led to blink and timer contact which we taken on After flipflop.,it change from nc to open and again change to NC then again timer start and 2sec after led blink and this operation is continuously running….

    Reply

Leave a Reply Cancel reply

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

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

Free Download Programmable Logic Controller (PLC) Book
I&C Engineer Roles & Responsibilities – Instrumentation Design
Sequential PLC Programming for the Pneumatic Valves
PLC Motor Logic with START, STOP, TEST Push buttons
ControlLogix Architecture – Rockwell Automation
PLC FBD Example for Tank Liquid Heating Control by Steam Flow
What is Process Control?
Function of Racks in PLC – Types of SIEMENS S7-400 PLC Racks

Keep Learning

UDT in the PLC Programming

Implement UDT in PLC Programming: User-Defined Data Type

PLC Program for Automatic Heating and Mixing of Products

Heating and Mixing of Products using PLC Example Tutorial

traffic light plc program

Traffic Light Control using PLC Ladder Logic

Move function block

Move Instruction in Tia Portal

ON DELAY TIMER AS OFF DELAY TIMER

How to Interchange ON Delay Timer and OFF Delay Timer in a PLC

PLC Timer Programming Examples – TON, TOF, TP and TONR

What is an instruction list language?

Structured Text vs. Instruction List for PLC Programming

Edge Detection in PLC

Edge Detection in PLC Programming

Learn More

Construction of Megger

What is a Megger? Principle, Advantages, Disadvantages, Applications

Induction Motor Interview Questions & Answers

Induction Motor Interview Questions & Answers

Siemens PLC Simulator and Plant Simulation Software

How to use Simulator in Siemens PLC?

PLC Karnaugh maps

How to Simplify PLC Coding Using Karnaugh Maps?

Functional Safety Engineering

SIS Safety Requirements

Butterfly check valves

What is Butterfly Check Valve ?

DDE Protocol

What is the DDE Protocol?

Deep-Bed Filter

Deep-Bed Filters

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

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?