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

Introducing PLC Programming using LogixPro Simulator Software
Schneider PLC Example Program for Star-Delta System
Difference Between SCADA and HMI
Types of PLC Memory
Chemical Mixing Process using PLC
PLC Ladder Logic for Start-up Control of Boilers
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

Steps to Configure TCP/IP Communication in Siemens S7-1200 PLC
FOR DO Statement in SCL Language
Tia Portal – OB10 Time of Day Interrupt Organization Block
PLC System Site Acceptance Test (SAT)
100 Electrical Circuit Breaker Quiz
Schneider PLC Programming Example for Beginners
Timer-Based Sequential PLC Program with One Button
Concept of Latching in PLC

Keep Learning

How to Select a SCADA for New Project

How to Select a SCADA for New PLC Project?

PLC Counter Example for Bank

PLC Program for Bank Counter Application

WHILE DO Statement in SCL Language

WHILE DO Statement in SCL Language

PLC Programming Software

What Factors Affect the Choice of PLC Programming Software?

Burning Oven PLC Program

PLC Program for Ceramic Burning Oven Conveyor System

Peripheral Inputs and Outputs in Siemens PLC

Peripheral Inputs and Outputs in Siemens PLC

Compile Project in Tia Portal

Communication between Wincc and Tia Portal

VFD Interview Questions and Answers

VFD Interview Questions and Answers – Electrical Drives

Learn More

Retentive Timer (RTO)

Timer in Studio 5000 – TON, TOF, RTO

Quartzoid Bulb Detector Working Principle

Fire Water Sprinklers Working Principle

Temperature Transmitter Foundation Fieldbus Configuration

Foundation Fieldbus Temperature Transmitter Configuration

Direct operated (direct acting) solenoid valves

Solenoid Valves Types & Functions

Process Control Instrumentation Objective Questions

Process Control & Instrumentation Objective Questions – Set 6

Multi-Tank Liquid Level Control System with Fill Priority [PLC]

Multi-Tank Liquid Level Control System with Fill Priority [PLC]

Electronic Pressure Sensor with Bourdon Tube and LVDT

Electronic Pressure Sensor with Bourdon Tube and LVDT

Pump Mechanical Seal and thrust bearing Problem

Pump 3-monthly Seal Leaks threaten entire Plant Shut down Indefinitely

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?