Vivace Gauges Controller
Backend controller for the Vivace-series vehicle instrument cluster. Processes vehicle telemetry into gauge-ready values for the Vivace dashboard display.
Backend controller for the Vivace-series vehicle instrument cluster. Processes vehicle telemetry into gauge-ready values for the Vivace dashboard display.
Public API
| Function | Description |
|---|---|
module.setParameters(parameters) | Sets the parameters. |
Hooks
| Hook | Description |
|---|---|
init(jbeamData) | Initializes the Cherrier-specific HTML texture and motor telemetry. |
updateGFX(dt) | Periodically updates the Vivace cluster with electric motor load, speed, and standard vehicle electrics. |
module.reset() | Resets the controller to its initial state. |
See Also
- Generic Gauges — Universal gauge controller
- ETK Gauges — ETK-series gauge controller
Two-Step Launch Control
Implements a two-step rev limiter for drag racing launches. Holds engine RPM at a configurable launch RPM (lower than redline) while the driver holds the brake, then releases to full RPM when launched. Builds boost pressure on turbocharged vehicles.
Wendover Gauges Controller
Backend controller for the Wendover-series vehicle instrument cluster. Processes vehicle telemetry into gauge-ready values for the Wendover dashboard display.