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: Difference Between Normal Counters and Fast Counters – Learn PLC
Share
Notification Show More
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 > Difference Between Normal Counters and Fast Counters – Learn PLC

Difference Between Normal Counters and Fast Counters – Learn PLC

In this article, we will learn the difference between normal counters and fast counters in PLC programming.

Last updated: June 17, 2023 5:09 pm
Viral Nagda
PLC Tutorials
No Comments
Share
5 Min Read
SHARE

PLC programming has many types of instructions and operands in it for executing logic. One of the most used instructions is a counter.

Contents
What is a Normal Counter?What is a Fast Counter?

A counter is used for counting numbers. Counting is required for many applications; for example, even a small logic like counting the number of bottles passed in a minute requires a counter for it. If such a small application needs a counter in it, then automation technologies have many bigger types of logic in it which use counters for use. So, these are important types of instructions used in PLC programming.

There are two categories of counters available – normal counters and step counters. In this post, we will learn the difference between normal counters and fast counters.

What is a Normal Counter?

There is no official term called a normal counter in PLC. It is just a definition used to show the two basic types of counters – step up and step down. As the name implies, these instructions are used to count numbers when it is given an input pulse.

Suppose you have a push button and you want to count how many times it has been pressed. If you understand what we are trying to convey, push means it will remain on as long as it is pushed. As soon as you remove it, it goes off.

This means it is a pulse-type input, and the counter understands only such types of input. If the input remains continuously on, then it will not count. It counts only when the input goes from on to off state, and then again repeats the same sequence.

Difference Between Normal Counters and Fast Counters - PLC Basics

Refer to the above image for understanding. CU (count up) input is used to increment the counter whenever input is received. As it is a trigger, the count increments when a pulse-type input is received. PV input is the set value. As long as the set counts are not achieved, then the output of the counter (Q) will remain off. When the set value is reached, then the output turns on.

Now, even if the count input is given, the count will go on incrementing and the output will remain on. To turn it off, reset input is to be given which resets the counter and makes the current value zero. This is the general working of the counter.

What is a Fast Counter?

The fast counter is the same as a normal counter, but the only difference is that it counts very fast types of inputs. Suppose you have a proximity sensor, which turns on or off for example 1000 times in 30 seconds. Such fast inputs are difficult to detect in a normal counter, as it has a lower scan time. The fast counter will do this job by counting the number of pulses received at its input in a quick manner.

Similar to a normal counter, its output turns on after a set value is achieved, and it requires a reset input to reset the counter and turn off the output. The fast counter can work in frequencies of 5 kHz.

Because Fast Counter function blocks are managed by specific hardware interrupts, maintaining maximum frequency sampling rates may vary depending on your specific application and hardware configuration. Not all PLC inputs can be used as fast counters; it has only some dedicated PLC inputs for assigning a fast count function.

As you can see, the only difference between both these counters is the speed of functioning, as a normal counter cannot accept any fast type of input.

If you liked this article, then please subscribe to our YouTube Channel for Instrumentation, Electrical, PLC, and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

  • How to Read the PLC Datasheet?
  • Memory Bits in Siemens PLC
  • FIFO and LIFO Sequences in PLC
  • PLC Start-up Organization Block
  • Why 24 Volts DC Power Supply?
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

Allen Bradley PLC Interview Questions and Answers
PLC Raw Count Calculation for Pressure Transmitter
Car Parking System using PLC Programming
#8 PLC Best Practices – Validate HMI Input Variables at PLC Level
Auto Tiffin Box Filling Station
Count the Number of Cartons in a Storage Area PLC Logic
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
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

How to Password Protect HMI in Siemens TIA Portal?
Difference Between FC and FB in Tia Portal
Top 5 Advantages of Human-Machine Interface (HMI)
Troubleshooting PLC Permissive Inputs
Types of Failures in Industrial Automation Systems
PLC Digital Signals Wiring Techniques
Instrumentation and Control Project Packages – Detail Engineering
Surface Grinding Process using PLC Program

Keep Learning

Grounding Electronic Equipment

Importance of Grounding Electronic Equipment

Instruction List in PLC Programming

What is an Instruction List? – PLC Programming

PLC Program Upload

How to Upload Siemens PLC Programs?

Parameters of SRT_DINT instruction

Tia Portal – OB20 Time Delay Interrupt Organization Block

Machine Tool and Coolant Control PLC Ladder Logic

Machine Tool and Coolant Control: PLC Ladder Logic Design

Key Facts About RS485 Industrial Network

Key Facts About RS485 Industrial Network

SCADA Interview Questions

SCADA Interview Questions and Answers

The STAR-DELTA Auto And Manual Program

STAR-DELTA Auto And Manual Program using XG5000 Software

Learn More

PLC Control Panel

Inside the PLC Control Panel: How Much Do You Know?

PLC Motor Logic with START, STOP, TEST Push buttons

PLC Motor Logic with START, STOP, TEST Push buttons

Electrical Machines Objective Questions

Electrical Machines MCQ Series 19

Purpose of Flow Ratio Controller

Identify the Purpose of Flow Ratio Controller

Seebeck Effect

Seebeck Effect Theory

P&ID Legend

What is a Legend? – Piping and Instrumentation Diagram

Chromatography Questions & Answers

Chromatographic Behaviour of Solutes Questions & Answers

Inclined-limb Manometer Formula - 2

Inclined-limb Manometer Principle

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?