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: How to Filter Digital and Analog Inputs in a 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 > How to Filter Digital and Analog Inputs in a PLC?

How to Filter Digital and Analog Inputs in a PLC?

A filter is used to remove unwanted spikes and fluctuations in the analog and digital input signals received in a PLC.

Last updated: September 28, 2022 4:14 pm
Viral Nagda
PLC Tutorials
No Comments
Share
5 Min Read
SHARE

In this post, we will understand how to filter digital and analog inputs in a PLC.

Contents
PLC Digital Input FiltersPLC Analog Input Filters

As the topic says, filtering is a means to remove unwanted spikes in the signals received in PLC. Its role is to eliminate the fluctuations and pass only proper signal changes at a particular time to the PLC.

Inside a PLC, the filter circuitry comes first and then comes the PLC input processing circuitry, which accepts the final filtered input and uses it for its logic.

How to Filter Digital and Analog Inputs in a PLC

PLC Digital Input Filters

Let us first consider the digital input. The role of input with a filter is to accept a digital field input and pass it to a processing circuit through the filter.

If you see the below image, there are two parts.

First of all, the green circle indicates that the input change will be passed and the red circle shows that the input change will not be passed.

In the first (above) part, there are two changes where there are many fluctuations and that input changes will be bypassed.

There are two changes where there are no fluctuations and that input change will be passed to the processing circuit. The same is the theory with the second (below) part. This is possible by filtering.

PLC Digital Input Filters

Filtering is defined by a factor or time. Suppose you set a time of 3 ms. The role of the filter is to accept only that input change that stays higher than 3 ms.

If the input changes before 3 ms, then that input will not be considered and will be ignored. This means that short and high-frequency interference pulses will be neglected.

This logic is the same as a debounce timer that we write in the PLC logic.

In the below image, the lamp will turn on only when the start button input remains high for 3 seconds.

This is the same logic used in a digital pass filter. It will pass on the input change to the processing part only when that input maintains a state (high or low) for the set time.

Debounce timer in PLC logic

Apart from time, as discussed, some PLCs have the option of setting a factor instead of time.

The factor calculates the internal time and decides the level of filtering. Higher the factor value, the higher the filtering power.

PLC Analog Input Filters

Now, let us see the filtering in analog inputs. As analog inputs are variable in nature, the filter logic for them cannot be implemented the same as for digital inputs.

So, in analog inputs, averaging logic is used. The filter will average the values attained in a particular set time and give an average final value for that time.

Refer to the below image for the study.

PLC Analog Input Filters

The first one – the blue color has a factor of 1.

The second one – the green color has a factor of 2.

The third one – the orange color has a factor of 3.

The fourth one – the brown color has a factor of 4.

As the value of the filter factor increases, you can see that the shape of the signal improves by filtering the signal at a sharper value.

In a set time, the filter will average the values that it gets from the input; and based on formulas used inside it, it will give the final average output per time.

So, as the filter factor or weightage is increased, we get a finer value of an analog signal with less interference. Normally, a first-pass filter is used for this purpose.

In this way, we conclude that filtering is of great use in reducing unwanted noise from the field input and passing proper values, which will also protect the PLC input circuit from damage; if any high or unwanted spikes occur.

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:

  • What is a Safety Relay?
  • List of PLC Spares
  • Push button PLC Logic
  • Siemens Timer Value
  • Allen Bradley Architecture
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

Siemens S7 300 CPU Status and LED Errors Explanation
Function Blocks in PLC (FBs) – What You Need To Know?
Difference Between Solid State Relay and Electromechanical Relay
PLC Alarm and Trip Documentation
PLC Programming Projects for Beginners
System and Local Time in PLC
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

What is a Wet Contact? – Basics of PLC Wiring
Components of PLC
Basics of Industrial Communication Networks
PLC Pump Permissive Interlocks
Tanks Draining Control in PLC using Functional Block Diagram
PLC Techniques for I/O Mapping
How to Design a System Architecture in Industrial Automation?
PLC Valve Control Ladder Logic Programming

Keep Learning

PLC Program for Controlling Sequence of Conveyors with Interlocking

PLC Program for Controlling Sequence of Conveyors with Interlock

Studio 5000 Logix Emulate Controller

How to Create New Project in Studio 5000?

Automatic Packing of Bottles

Automatic Packing of Bottles Programming

PLC programming for liquid mixing application code

PLC Mixing Logic in Liquids on EcoStruxure Machine Expert-Basic

Relay Wiring

Animation of Electromagnetic Relay

Free Schneider PLC Training - Automation Course

Free Schneider PLC Training – Automation Course

Falling Positive and Falling Negative Instructions in PLC

Positive and Negative Edges using Statement List Language

Types of PLC Memory

Types of PLC Memory

Learn More

Difference between Charge and Mass

Difference between Charge and Mass

Ultrasonic Flow Meters Working Principle

Ultrasonic Flow Meters Working Principle

Flow Transmitter Output Current Calculation

Calculate Flow Transmitter Output Current

Lightning Arrester Basics and Terminology

Lightning Arrester Basics and Terminology

How to Start Writing SCL in Siemens PLC

Rules for Writing SCL Language in Tia Portal

DCS System Cabinet

Yokogawa DCS System Maintenance Procedures

Loss in Weight Liquid PLC System

Dosing Pump PLC Logic

MCQ on Measurement and Instrumentation

MCQ on Measurement and Instrumentation

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?