Raptor:OBD Counter Definition: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Return to the main Raptor page Return to OBD Faults page right|frame|Raptor OBD Counter Definition…') |
No edit summary |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[ | [[Raptor-Platform|Return to the main Raptor page]] | ||
[[Raptor:Faults(OBD)|Return to OBD Faults page]] | [[Raptor:Faults(OBD)|Return to OBD Faults page]] | ||
[[File:RaptorOBDCounterDefinition.jpg|right|frame| | [[File:RaptorOBDCounterDefinition.jpg|right|frame|Raptor™ OBD Counter Definition]] | ||
== Description == | == Description == | ||
<p>This block defines an OBD counter. It is a 16 bit counter which will increment from 0 to 65535 and then rollover to 0. The counter can only be incremented once per drive cycle regardless of the number of times the increment block is executed. The OBD counter can be used to implement the general denominator and ignition cycle counter. This block requires the OBD Fault Manager to be included in the model.</p> | <p>This block defines an OBD counter. It is a 16 bit counter which will increment from 0 to 65535 and then rollover to 0. The counter can only be incremented once per drive cycle regardless of the number of times the increment block is executed. The OBD counter can be used to implement the general denominator and ignition cycle counter. This block requires the OBD Fault Manager to be included in the model.</p> | ||
== Parameters == | == Parameters == | ||
Line 55: | Line 39: | ||
| Sets the location where the variable appears in the calibration tool. Use raptor_xcp_function(gcb) to create a function based on this block's location in the model. | | Sets the location where the variable appears in the calibration tool. Use raptor_xcp_function(gcb) to create a function based on this block's location in the model. | ||
|} | |} | ||
Latest revision as of 20:17, 13 September 2023
Return to the main Raptor page
Description
This block defines an OBD counter. It is a 16 bit counter which will increment from 0 to 65535 and then rollover to 0. The counter can only be incremented once per drive cycle regardless of the number of times the increment block is executed. The OBD counter can be used to implement the general denominator and ignition cycle counter. This block requires the OBD Fault Manager to be included in the model.
Parameters
Parameter | Type | Description |
---|---|---|
Counter Name | The name of the counter. This must be unique. | |
Visible in Cal Tool | Controls the visibility of the counter data in the calibration tool. | |
Unit Text | Strings | Sets the unit text that is displayed in the calibration tool. |
Help Text | Strings | Sets the help text that is displayed in the calibration tool. |
Access Level | Sets the access level of this item in the calibration tool | |
Function | String | Sets the location where the variable appears in the calibration tool. Use raptor_xcp_function(gcb) to create a function based on this block's location in the model. |