Combustion Engine Data Gauge Module
Custom gauge module that provides detailed combustion engine telemetry to instrument cluster displays — oil temperature, oil pressure, boost pressure, exhaust gas temperature, and more.
Custom gauge module that provides detailed combustion engine telemetry to instrument cluster displays — oil temperature, oil pressure, boost pressure, exhaust gas temperature, and more.
Public API
| Function | Description |
|---|---|
setupGaugeData(properties) | Configures the UI data structure for engine metrics. |
updateGaugeData(moduleData, dt) | populates moduleData with RPM, load, coolant/oil temperatures, and instantaneous torque/power. |
Hooks
| Hook | Description |
|---|---|
init(jbeamData) | Resets engine telemetry tracking. |
updateGFX(dt) | Polls the combustion engine for torque and power data. |
module.reset() | Resets the controller to its initial state. |
See Also
- Generic Gauges — Parent gauge system
- Dynamic Redline Data — Redline display module
Acceleration Data Gauge Module
Custom gauge module that provides G-force and acceleration data to instrument cluster displays. Calculates longitudinal and lateral G-forces for performance gauges.
Dynamic Redline Data Gauge Module
Custom gauge module that provides a dynamic redline indicator that adjusts based on engine temperature, oil pressure, and rev limiter state. Shows the safe maximum RPM in real-time.