Equations

From Torque Wiki
Revision as of 08:53, 29 September 2016 by Ihawkins (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
⧼monobook-jumptonavigation⧽⧼monobook-jumptosearch⧽

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