API ReferencevecontrollergaugescustomModules
Tire Data Gauge Module
Custom gauge module that provides tire telemetry to instrument cluster displays — tire pressure, temperature, wear level, and slip data for each wheel.
Custom gauge module that provides tire telemetry to instrument cluster displays — tire pressure, temperature, wear level, and slip data for each wheel.
Public API
| Function | Description |
|---|---|
updateGaugeData(moduleData, dt) | populates moduleData with pressure (PSI) and temperature (Celsius) for every managed wheel. |
module.setupGaugeData(properties) | Sets the up gauge data. |
Hooks
| Hook | Description |
|---|---|
init(jbeamData) | Identifies all active wheels and their pressure groups. |
module.reset() | Resets the controller to its initial state. |
module.updateGFX(dt) | Per-frame update for visual state and UI synchronization. |
See Also
- Generic Gauges — Parent gauge system
- Tire Pressure Control — CTIS controller
Navigation Data Gauge Module
Custom gauge module that provides navigation and route guidance data to instrument cluster displays — turn-by-turn directions, distance to destination, and estimated arrival time.
Closed-Loop Linear Hydraulic Control
PID-based closed-loop controller for hydraulic linear actuators. Maintains target positions by continuously adjusting hydraulic flow based on position feedback, providing precise cylinder control.