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: PLC Program for Flow Totalizer
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 > PLC Program for Flow Totalizer

PLC Program for Flow Totalizer

PLC program to implement totalizer for flow meter. The flow meter has 4-20mA output that represents 0 to 100 liters/hour fuel flow in a pipe.

Last updated: November 3, 2023 11:32 am
Editorial Staff
PLC Tutorials
5 Comments
Share
4 Min Read
SHARE

Make a PLC program to implement a totalizer for the flow meter. The flow meter has 4-20mA output that represents 0 to 100 liters/hour fuel flow in a pipe.

Contents
PLC Program for Flow TotalizerProblem SolutionList of Inputs/OutputsLadder Diagram for TotalizerProgram ExplainedResult

PLC Program for Flow Totalizer

By using this logic, we can calculate total fuel passed from the pipe.

When the totalizer value reaches 5000 liters, then automatically it should be reset or we can reset the value using the RESET button.

PLC Program for Flow Totalizer

Problem Solution

We can solve this problem by simple logic. Here we consider a flow meter for measuring the fuel with a maximum flow rate of 100 liters/hour.

Here we will convert this flow rate from L/H to L/Sec by using DIV instruction for calculation.

After that by using 1 second clock pulse, we will store this value in another memory location and every second new value will be added & updated.

Here for example we consider the max value for the totalizer to be 5000 liters so after this value totalizer should be RESET.

So we will compare this value with the actual value and reset it automatically or we will provide a RESET button to reset the totalizer value.

List of Inputs/Outputs

Inputs List

  • Reset:- I0.0

M Memory

  • M0.5:- 1 second (1s) clock pulse
  • M1.2:- Positive edge of clock pulse
  • MD10:- Memory word for final output (L/H) of flow meter
  • MD18:- Memory word for final output (L/Sec) of flow meter
  • MD22:-Total liters addition
  • MD26:-Total fuel in liter

Ladder Diagram for Totalizer

Flow Totalizer
Flowmeter Totalizer
flow totalizer plc logic
plc programming totalizer

Program Explained

In this problem, we will consider S7-300 PLC and TIA portal software for programming.

Network 1:

Here we have taken final output value of the flow meter in L/H (MD10). By using DIV instruction we converted L/H flow into L/sec and final value stored in MD18.

Network 2:

Here clock pulse of 1s (M0.5) will add value every second and store the result in memory word MD22.

Network 3:

Here we moved value of MD22 in MD26 (total fuel in liter) for display purpose.

Network 4:

In this network we need to reset totalizer. If total fuel is greater than 5000 (5000 value is for example purpose, it is depended on flow meter configuration & it’s range ) then totalizer count should be zero automatically or we can reset by pressing RESET button (I0.0).

Note: The above logic is for explanation purpose only. Here we have considered only final output of the scaling, so we have not mentioned 4-20mA scaling in the logic.

Result

siemens plc totalizer

Author: Bhavesh

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

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

Read Next:

  • Process Interlocks and Trips
  • Motor Speed Control using VFD
  • D Flip Flop PLC Ladder Logic
  • PLC Oil and Water Separation
  • Conditional Control Logic using PLC
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, DCS, and ESD Marshalling Cabinet Checks
Network Switch Port Allocation Details
Quiz Program Logic Using PLC Programming
SCADA Engineer Job Responsibilities and Skills
Types of Failures in Industrial Automation Systems
Difference Between PLC and CNC Machine
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
5 Comments
  • Hồ Hoàng Phi says:
    September 6, 2019 at 7:20 am

    hi admin, I0.0 receives the signal from the flow meter. so how to get the signal of I0.0 to MD10. I don’t understand that place

    Reply
    • clo says:
      December 16, 2024 at 8:03 pm

      I0.0 goes through analogue scaling that is into norm x and scale x, the output of scale x is md10.

      or you can give I0.0 to md10 through analogue input mapping using move function

      Reply
  • Reda says:
    May 13, 2023 at 8:17 pm

    Hi, i want to inform you that i tested this program but after period of time there is a difference between the total in flowmeter and in the program.
    Can we solve this issue by taking pulse signal as input and use in the program in place of 1s pulse ?

    Reply
    • John says:
      October 19, 2023 at 6:20 pm

      Hi Reda, the flowmeter is more accurate. The example given is a rough PLC totaliser using a slow sample interval of 1 sec so it’s gonna have high error.
      Yes taking pulses from the flowmeter will make it as accurate as the flowmeter itself, but you may need a high speed counter on your PLC to accommodate it if the frequency of pulses is fast.

      Reply
  • Oralkhan says:
    March 5, 2024 at 9:13 pm

    Hello! Thank you for your topic. I have a question, I use Mitsubishi FX3U PLC and FX3u-4AD analog input module. PLC has 30 Ms scan cycle time and flow meter make request each second, but PLC make request every 30 Ms, how can I solve this problem?

    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

How to Convert Current to Voltage using Resistor ?
ICS System Design Considerations
Configuration of Siemens VFD Using TIA Portal Start drive
PLC Digital Input and Digital Output Modules
PLC Program for Automatic Mixing Control in a Tank
Multi-Tank Liquid Level Control System with Fill Priority [PLC]
PLC Timers Program
PLC Program for Trash Compactor

Keep Learning

PLC Math instructions

PLC Math instructions

Principle of Operation of PLC

Principle of Operation of PLC

Communicate between the PLC program and HMI program

Design a Program Using Studio 5000 and FactoryTalk View Studio

Siemens PLC Project Automatic Parking with Vehicle Counter

Siemens PLC Project: Automatic Parking with Vehicle Counter

Conveyor and Puncher PLC Program

Toggle Switch & Sensor: Conveyor and Puncher PLC Program

Interposing Relay Panel (IRP)

Interposing Relay Panel (IRP) – Wiring and Testing Requirements

VFD Braking

DC Injection Braking in VFD

Open PLC Software

Open Source PLC and SCADA Software

Learn More

PLC Motor Control Circuit

Motor Trip Logic using PLC Programming

PLC Program Example on Multiple LEDs using Set Coil

PLC Program Example on Multiple LEDs using Set Coil

PLC Totalizer

PLC Program for Flow Totalizer

Difference Between Permittivity and Permeability

Difference Between Permittivity and Permeability

Ladder Logic Example with Timers

Ladder Logic Example with Timers

What is a Current Transformer

What is a Current Transformer?

Butterfly valve Principle

Short Notes on Different Valve Types

Batteries in parallel animation

Batteries in Series and Parallel Animation

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?