Flow Totalizer in Ladder Logic

Tally_Pants

Member
Join Date
Jan 2010
Location
Bedford, Nova Scotia
Posts
4
I'm running an Allen Bradley CompactLogix L32E plc with Logix5000. I am in need of a method to which fmy Function Block flow totalizers to Ladder, as the version of Logix5000 was purchased without the FB capability (has SFC tho).
The totals must be for today, yesterday and then a 3 day total. any help would be awesome!
 
Search the site for flow totalizing it has been talked about a lot.
What all signals do you have coming from your sensor?

Welcome to the forum.
 
the only signal i'm bringing back from the flow meters is an analog with the flow. so i know i have to work with timers. just looking for a good starting point / example to work off of
 
Instead of using timers use a dedicated periodic task. Timers are subject to scan time.

Total := Total + (flow_rate_per_second * task_period)

If you are using a floating point number for your flow totalizing then be aware of floating point number resolution limitations, something else that has been discussed in many threads along with totalizing.
 
Does the unit have a programmable DO for the amount of flow?
Then all you would have to do is increment a counter for total flow.
 

Similar Topics

Hi; We installed an orifice plate type steam flow transmitter which configured to give 4-20mA signal correspond to 0-9ton. I given that signal...
Replies
24
Views
5,605
Hello. I wanted to write the logic of the flow totalizer and the flow itself for self-education in RSLogix5000 V20.01 software. After reading the...
Replies
13
Views
7,534
Hello I was needing some guidance on communicating and setting up a totalizer from a flow meter in the PLC. The PLC is a AB 1769 Compact Logic...
Replies
1
Views
1,783
Hi all, I am kind of new to PLC programming and I am currently trying to learn all this fun stuff by myself. I got myself a productivity 2000...
Replies
24
Views
4,723
hi, so i m very new to plc programming.Below is my requirement I have to create a program folder for totalizer with individual FBD routine for...
Replies
17
Views
4,247
Back
Top Bottom