Difference between revisions of "Equations"

From Torque Wiki
⧼monobook-jumptonavigation⧽⧼monobook-jumptosearch⧽
(Created page with "The PID Editor contains a resonably power equation editor that allows you to manipulate the incoming data from an OBD device, Sensor, or other data input to the app == Functi...")
(No difference)

Revision as of 08:53, 29 September 2016

The PID Editor contains a resonably power equation editor that allows you to manipulate the incoming data from an OBD device, Sensor, or other data input to the app

Functions

The equation editor supports the following functions

  • TAVG(seconds, value) Timed average. This averages the incoming data for the configured amount of time (in seconds). Data older than the configured time is removed from being averaged
  • RAVG(value) Rolling average. This averages incoming values until it is reset.
  • AVG(bucketSize, value) Point average. This averages incoming values into a bucket. The bucket can be configured to average a set amount of values, so AVG(10,value) would average the last 10 values