RSLogix 5000 Two Totalizer Error

nibed

Member
Join Date
Apr 2009
Location
pazin
Posts
29
I am using two flow totalizers in my program. One is reseted daily, and one is never reseted (Big Total). The EnableIn and Flow input is the same for both totalizers as is the configuration. I noticed that there is accumulated error between Big Total and manually summed daily totals. Has anybody had this problem. I guess that I could change the program to use only one totalizer but it is strange that the same totalizer with same conditions and inputs sums differently. Tx
 
How far are they out? when you reset the daily totalizer you will lose all the flow that didn't make the totalizer count. If you are totalizing in cubic meter for example, if there was 900 litres in the daily totalizer this would be reset, but the big totalizer would still have it recorded. so you may lose a cubic meter a day but it shouldn't be more than that.
 
041resetpic.png
==> program code for totalizer with reset

041totaltpic.png
==> program code for Bg Total

resetos.png
==> Reset tag is recieved from SCADA and is on riseing edge.

Just want to say that avarage Flow is about 30.000 m3/h. Big Total is currently about 30 000 000 m3 (30 million m3).
 
If you're totalizing to floating-point values you will eventually lose accuracy if you don't reset them in time. Totalize to UDINT with an implied decimal to total up to 429,496,729.5 m3.

Good luck,

Yosi
 

Similar Topics

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,624
Hello, we have RSLogix 5000 Standard Edition (version 15). Some of our PLCs have Function Block Diagrams and Totalizers, but the software won't...
Replies
2
Views
5,459
I'm adding in some additional totalizer code using an existing template. The person who did the existing code used a gain of .0167 and a time base...
Replies
5
Views
4,819
I am using totalizer in RSLogix 5000 function block to get total flow in panelview plus. Unfortunately I had to download old backup of plc...
Replies
1
Views
4,555
Hi folks, in the alarm manager of Rslogix 5000, the tag-based alarm has been created. But when I tried to change the condition, it was found the...
Replies
2
Views
156
Back
Top Bottom