Angular directive
sra-text-gauge-tachometer source template
This widget displays the revolutions per minute(RPM) of the engine.
It also visually display different colors around the pit road speed limit.
Yellow as you approach the limit, Green at the limit, Red above the limit.
In addition, there is a series of lights that indicate where you are between these states.
States:
- CRITICAL - indicates it has red-lined
<sra-text-gauge-tachometer data-sra-args-show-text-label="true"></sra-text-gauge-tachometer>
Dependencies:
Name | Type | Description |
---|---|---|
data-sra-args-show-label | boolean | Set to true or false for displaying the label. Defaults to true. Can be overridden from the URL with "SHOWLABEL=false". |
data-sra-args-round-to | double | The value to round the digital display to. Defaults to 1. Can be overridden from the URL with "ROUNDTO=10". |
data-sra-args-interval | integer | The interval, in milliseconds, that this widget will update from the server. Default is 16. |