-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
If we calculate using this formula, for example Q = 2
F = 6.5163 x 2 - 2.7 = 10,3326
If you substitute the number of pulses into your formula
flowRate = tmp / calibrationFactor + calibrationDifference;
10,3326 / 6,5163 + 2,7 = 4,2856544358
And if you apply (tmp + calibrationDifference / calibrationFactor) = (10,3326 + 2,7) / 6,5163 = 2
Am I wrong?
Metadata
Metadata
Assignees
Labels
No labels