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: What are High-Speed Counters and Fast Counters in 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 > What are High-Speed Counters and Fast Counters in PLC?

What are High-Speed Counters and Fast Counters in PLC?

In this post, we will see the concept of high-speed counters and fast counters in PLC (programmable logic controllers).

Last updated: October 17, 2023 1:56 pm
Viral Nagda
PLC Tutorials
1 Comment
Share
5 Min Read
SHARE

In this post, we will see the concept of high-speed counters and fast counters in PLC (programmable logic controllers).

Contents
Fast Counters in PLCHigh-Speed Counters

Every PLC has some dedicated digital inputs for sensing inputs which are very fast and high speed in nature. The frequency of such inputs is so high that a normal digital input will not be able to sense it.

For example, consider a proximity sensor. It changes its value 20 times (on or off) in every second. So, it is the function of these dedicated inputs to sense these elements. A normal digital input like a push button or switch has much lower frequencies which makes it to use only in a normal digital PLC input terminal.

The term of these types of fast speed inputs varies with manufacturers. We will see a general term of high-speed inputs and fast inputs.

High-Speed and Fast Counters in PLC

Fast Counters in PLC

A fast input is an input that has a maximum frequency of 5 kHz. There will be in general 3-4 inputs in PLC of this type. A proximity or laser sensor can be defined in such type.

For sensing such inputs, a counter is used for counting the number of pulses received in an assigned fast digital input. This counter is called a fast counter.

These counters are managed by specific hardware interrupts and maximum frequency sampling rates may vary depending on the application and configuration.

As the name implies, a set value is defined in the counter. When the number of pulses reaches the set value, the counter output goes high.

Similar to a normal counter, you have the facility of resetting the counter when required.

Also Read: High-Speed Inputs in PLC

High-Speed Counters

A high-speed input is an input that has a maximum frequency of 100 kHz. There will be in general 3-4 inputs in PLC of this type.

An encoder can be defined in such type. For sensing such inputs, a counter is used for counting the number of pulses received in an assigned high-speed digital input. This counter is called as a high-speed counter.

As the encoder has multiple wires including multi-phase outputs, various configuration modes are designed in the counter for giving flexibility to the programmer.

Some of the most commonly used modes are – single-phase, A=Up and B=Down, A=Pulse and B=Direction, Normal Quadrature X1, Normal Quadrature X2, Normal Quadrature X4, Reverse Quadrature X1, Reverse Quadrature X2, Reverse Quadrature X4.

Similar to a normal counter, it has the facility of synchronizing or resetting the counter. But, an additional feature is an input of presetting the counter. It means that when an input pulse is given to this pin of the counter, a preloaded value will be set in the counter current value.

Then, as these counters are very fast, it is difficult to compare the current value with the set value and give an output from the comparison.

If a normal comparator was used in the program logic for comparing current and set values, it will give an output after a big deviation due to PLC scan time.

So, these counters have the facility of giving an internal output from the counter itself. The counter will compare the current value with the set value and generate an output automatically as soon as the comparison is achieved.

Various counting modes are available in this counter depending on the PLC manufacturer. It is thus defined that a normal digital input cannot be assigned for such types of inputs.

A counter as discussed earlier will be required to use these inputs and dedicated PLC inputs are given by the manufacturer for wiring these inputs.

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:

  • Braking Theory in VFD
  • How to Prevent Ground Loop?
  • Configuration of Siemens VFD
  • Free Mitsubishi PLC Training Course
  • Problem on PLC, HMI, VFD, and Motor
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

Distributed Control System Interview Questions
Features of SCADA
PLC Based Industrial Conveyor Ladder Logic
Multiple Pumps Control using PLC
What is an RTU? – Remote Terminal Unit
Ferrules and Cross Ferruling
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
1 Comment
  • Aderajew Alameraw says:
    June 21, 2025 at 12:50 am

    Good

    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

What is Siemens TDC? – Siemens Control System
How to Design an Effective HMI? – Human Machine Interface
I&C Engineer Roles & Responsibilities – Instrumentation Design
Top 100+ SCADA Questions
What is a GSD File and Why it is required?
Two Hand Control Logic using PLC
Why is RTO used in the Place of TON Timer?
Examples of SCADA and PLC Configuration Systems

Keep Learning

scada hmi

Functions of SCADA

RSLogix5000 PLC Program Backup procedure

How to Get a PLC Programming Job With No Experience

How to Get a PLC Programming Job With NO Experience?

plc-analog-signals-wiring-techniques

PLC Analog Signals Wiring Techniques

How to program a running hours meter in PLC

Allen Bradley Studio 5000: Motor Running Hours PLC Program

OFF Delay Timer using PLC

OFF Delay Timer using PLC

Connecting Faceplates to PLC Project

Connecting Faceplate to PLC Project – HMI Tutorial

CODESYS open source PLC software

What is CODESYS? Why Do You Need to Learn it?

Learn More

PLC Tag Naming Conventions

PLC Tag Naming Conventions

Contacting Radar Tank Gauges

Radar Tank Gauging

Triple-offset Butterfly Valves

Butterfly Valves – Concentric, Double-offset, and Triple-offset

Why is HV Testing important in Electrical Panels?

Why is HV Testing important in Electrical Panels?

Differential Pressure Switch Calibration Procedure - Copy

Differential Pressure Switch Calibration Procedure

Types of Electrical Loads

Types of Electrical Loads

repairs of welding cast refractory lined box over the hot spots

Primary Reformer RFG main Hot Spots threaten Indefinite Outage

ultrasound

Ultrasonic Gas Leak Detectors (UGLD)

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?