What is the difference between a cumulative meter and a non-cumulative meter?

1 min read

A cumulative meter records values ​​that increase over time, such as hours of use or kilometers traveled, and is used to trigger tasks based on frequency. A non-cumulative meter, on the other hand, records single values ​​that do not add up, such as temperature or pressure, and is typically used in event-driven triggers or to monitor specific conditions.

Related articles

Was this page helpful?