.. _headlabel-refx-data-98: Data 98 (Idling Status) ======================= Idling status means that the vehicle is ignition on but not driving. Please refer to :ref:`AT@IDLE ` command for more information. The frame format of the Data **98** unit is as follows: .. code-block:: none For example (Total 7 bytes): 62 05 01 00 00 00 B4 .. tabularcolumns:: |p{3.2em}|p{8.2em}|p{5.8em}|p{16em}|p{5.8em}| .. table:: :width: 100% :widths: auto +---------+--------------------------------------------+---------------+---------------------------------------------+--------------+ | Parts | Fields | Length (Byte) | Range/Format | Default | +=========+============================================+===============+=============================================+==============+ | ID | Data ID | 1 | 62H (98) | 62H (98) | +---------+--------------------------------------------+---------------+---------------------------------------------+--------------+ | Length | Data Length | 1 | 00H or 05H | | +---------+--------------------------------------------+---------------+---------------------------------------------+--------------+ | Content | `Idling Status` | 1 | 00H, 01H, 02H | | + +--------------------------------------------+---------------+---------------------------------------------+--------------+ | | `Idling Duration` | 4 | 00000000H-FFFFFFFFH (seconds) | | +---------+--------------------------------------------+---------------+---------------------------------------------+--------------+ - `Idling Status` The vehicle's current idling status. - **00H** - The vehicle is not idling. - **01H** - The vehicle is idling. - **02H** - Unknown. - `Idling Duration` Duration of idling status. Expressed as a 32-bit unsigned integer and the unit is second. Each time the vehicle enters the idling status, it is cleared and then recalculated.