Lookout

cancel
Showing results for 
Search instead for 
Did you mean: 

Would i use an accumulator for volume flow

I have a situation where there is a flow meter that shows the water flow per gallons, in realtime,
The water flows only when a certain pump starts. The flow may start at 600 gpm while starting to fill a tank and then go down to 200 gpm when the tank starts to get full.
Could, and how, would i use an accumulator to track the total number of gallons that flows through the pipe?
When the pump starts i do have a register in the PLC that i can monitor to tell if pump is running. Would i need this or just use the accumulator to sum the actual values coming from the flow meter?
 
thanks
0 Kudos
Message 1 of 2
(3,631 Views)
Use the Integral object

Set the flowrate in the Input, update should be whenever you want to display the change (I uses 1\3 second).
Time unit should be based on the the totlizing requirement (01:00= 1 minute)

Good luck
Mike
Mike Crabtree - Lead Developer
Destek of Nevada, Inc. / Digital Telemetry Systems, Inc.
(866) 964-6948 / (760) 247-9512
0 Kudos
Message 2 of 2
(3,622 Views)