Change Starting point of Totalizer

Blown99

Member
Join Date
Nov 2020
Location
Birmingham
Posts
19
I am using RSlogix 5000
Have one input from a flowmeter.

Sometimes there is a known about of product in the line. I need to account for the 28 gallons of product in the line in the batch control sequence.

Normally, the meter starts at "0" and counts up to the cut-off and all is good. But sometimes, there is 28 gallons of material in the line that needs to be accounted for. When the system gets to the point where it will be transferring the material that has 28 gallons already in the line, I would like to start the meter count at "28" and not "0". Then when the totalizer reaches the target amount, the system will shutoff with the correct amount transferred.

I.E.
System needs 100 gallons
There are 28 gallons of material in the line
Start the totalizer at 28
System counts up to 100 and cuts off.

We are using the "Fill_Flow_Instruction" add-in to do pump control.

I know I could just subtract the 28 from the totalizer setpoint and it would be OK, but the totalizer is viewed from an HMI and the HMI needs to display the transferred amount of 100 and not the adjusted amount of 72.

Is there an easy way to start the totalizer at 28 and not 0?

Thanks
 
Could you use the reset value?

ResetValue
REAL
The reset value input. The reset value of Total when OperResetReq or ProgResetReq transitions from false to true.
Valid = any float
Default = 0.0
 
Not familiar with the instruction mentioned. Can you not just write 28 to the total on startup when the condition is true?
 
BUT: when the pump is shut off there will be 28 gallons in the pipe to be there for the next run.

If you add the 28 then run and shut off your output will be short 28 gallons.
 

Similar Topics

Hey all, i have a panelview screen (image attached), with 4 items on it. Program 1, Program 2, ...3, ...4. The PLC i am using is a compactlogix...
Replies
5
Views
146
Greetings I have a problem, my system is the following: wincc v8.0 (demo), logo8.3, abb m2m analyzer. I created some pages to display the...
Replies
0
Views
49
We had one go down. we have a new one. Their emergency Number don't work. The Model is TLSA046AAH-330N01-007 A catalog says we need software TET...
Replies
2
Views
165
“The HMI files we cannot open—they were saved in V13—we do not have that—I cannot restore file –please have them save in V11 and send them back to...
Replies
4
Views
170
Hi guys! I'm working in Studio 5000 and have a bunch of armorstarts there (+- 40). I need to set up parameters for each of them, mostly just same...
Replies
0
Views
86
Back
Top Bottom