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
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 > 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

PLC Power Supply and Operating Voltages
Allen Bradley Powerflex VFD
Pulse Generation using Timer in Siemens PLC
Two Hand Control Logic using PLC
Siemens Drum block for Sequencer Operation
Power Supply Sizing for Industrial Automation Systems
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

Advanced Skills Required for a PLC Programmer to Get a Job
T-Junction Traffic Control System – PLC Programming
OMRON PLC Tutorial: Car Parking System Application
PLC Timer Instructions
Distributed IO Sharing Between PLC Systems – Technical Insights
Exhaust Fan Control: Example of PLC Timer Programming
Augmented Reality and Virtual Reality in Industrial Automation
Ladder Logic Vs. Other Programming Languages – PLC Basics

Keep Learning

Example Ladder Logic Diagram

What is Relay Logic ?

Watchdog Timer in PLC

What is a Watchdog Timer in PLC?

PLC Demo Software

PLC Trainer Demo Download

What is a Network Switch?

Network Switch Requirement in SCADA and DCS Architecture

Types of Allen Bradley PLC

Types of Allen Bradley PLC

PLC Program for Filling Operation

PLC Program for Continuous Filling Operation

Single Phase Preventer Relay

Working Principle of Single Phase Preventer Relay

Types of Switches

Electrical Switches Principle & Types

Learn More

PLC Program Example on Multiple LEDs using Set Coil

PLC Program Example on Multiple LEDs using Set Coil

Pressure Measurement Objective Questions

Pressure Measurement Objective Questions

PLC Pressure Switch Ladder Diagram

Relays in Ladder Logic Tutorials

Electrical Machines Questions and Answers

Armature Winding Questions

CNC Machining Glass Industry

5 Ways CNC Machining is Benefiting the Glass Industry

Test Questions on Safety Instrumented System

Test Questions on Safety Instrumented System

Hysteresis - 2

Hysteresis

Free PDF Downloads Learn Instrumentation & Control Systems

Free PDF Downloads: Learn Instrumentation & Control Systems

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?