LogoLogo
Home
  • DiaLog Software
  • DiaLog Software Manual
    • Introduction
      • Overview
      • Licence Agreement
      • Limitation of Liability
      • System Requirements
      • Software Versions
    • Getting Started
      • Software Installation
      • Software Introduction
        • Database Panel
        • Navigation Bar
          • Configuration Menu
          • Advanced Configuration Menu
          • Project Menu
          • Import Menu
          • Export Menu
          • Presets Menu
          • Logger Menu
          • Analysis Menu
          • StreamLog Menu
          • Settings Menu
        • Import Tabs
        • Main Panel
        • Message Panel
      • GPRS Settings
      • Wi-Fi Settings
      • Steps to Enable FIFO
      • How to obtain the diagnostic log before contacting support
  • Quick Start Guide
    • Set the Date and Time of the Rebel Data Logger.
    • Format the SD card of the Rebel Data Logger.
    • Reflash firmware of Rebel Data Logger.
    • View Live data using DaiLog
    • Manage projects in Dialog software
      • Create a new project
      • Export a project
      • Delete a project
      • Import a project
    • Create and manage a Configuration in Dialog Software
    • Configure Rebel data logger to record raw CAN messages
      • Record Raw CAN Bus data
      • Reconfigure the Rebel data logger
      • View Raw CAN data
    • Configuring Rebel Data Logger with DBC file
      • Log CAN signals using a DBC file
      • Reconfigure the rebel data logger.
    • Log data using an A2L file
      • Log data using an A2L file
      • Reconfigure the rebel data logger
    • Configuring Rebel Data Logger to record GNSS data
      • Creating a Configuration to Record GNSS data
      • Reconfigure the rebel data logger
    • Configure Analogue and Digital Inputs using DiaLog
      • Configure Analogue and Digital inputs in Dialog software using the rebel data logger
      • Reconfigure the rebel data logger
    • Using Digital Switch to Start Logging in a Rebel Logger
    • Exporting an IVD file
      • Extract an IVD file using the DiaLog software
      • Export an IVD file
    • Interpolate or resample while exporting data
    • Import DBC signals to multiple log data using Batch Processing
    • Merge multiple log data from existing IVD files
      • Method 1
      • Method 2
      • Method 3
    • Export CAN trace, EOBD, Statistical report and DTC data using BP
    • Extracting data around specific triggers using Batch Processing
    • Various methods for exporting CAN trace
      • Export Raw CAN trace from IVD files
      • Export CAN trace log by adding DBC signals
    • Configuring Rebel Dash in Dialog Software
      • Steps to Reconfigure the Rebel data logger and Rebel Dash
    • Export data from Dialog's Configurator version
    • Configure SD card/Rebel data logger using Dialog remote
      • Formatting the Sd card and sending the configuration to it
      • Using tabs in Dialog Remote
        • Set Rebel time
        • Settings
        • Reflash Rebel
    • Log data using UDS in DiaLog Software
    • Create a shell script for converting files
    • Deactivating and Moving the License of Dialog software
      • Deactivate the DiaLog license
      • Move a DiaLog license from one PC to another
  • Appendix 1
    • Reflash
    • Edit PID Presets
    • License Manager
    • General Option of Navigation bar, Settings Menu
    • Data Option of the Navigation bar, Settings Menu
    • Protocol Priorities
  • Appendix 2
    • Glossary
    • CAN Modes
    • CAN Definitions
    • Standard OBD Periodic Identifiers
  • Appendix 3
Powered by GitBook
On this page
  1. Appendix 2

CAN Definitions

PreviousCAN ModesNextStandard OBD Periodic Identifiers

Last updated 1 year ago

  1. Single Frame (SF) – Protocol for short messages, contained in one frame, includes a length descriptor.

    • Data Length (DL) – Encoded at the beginning of the message, the PCI is not included in the data length calculation. DL high and DL low encodes the data length for long messages into twelve bits, allowing a message length of up to 4095 bytes.

  2. First Frame (FF) – The procedure for starting a long message, therefore segmented into multiple frames. It is only generated once for each log message by the sender of the segmented transfer.

    • Data Length (DL) – DL high and DL low encodes the data length for long messages into twelve bits, allowing a message length of up to 4095 bytes.

  3. Flow Control Frame (FC) – Used in a long message to control the Consecutive Frame transmissions. Generated by the receiver of a long message, it responds to a First Frame or the Consecutive last Frame.

    • Flow Status (FS) – Codes in the PCI of the Flow Control Frame instruct the Consecutive Frame transmission, with two possible values:

      • Clear to Send (CTS, 000B) – Resume message transmission, BS max and ST min were taken into account by the sender on the reception of the Flow Control frame.

      • Wait (WT, 001B) – Pause transmission and wait for a CTS FC frame. ECU will only accept, not generate.

    • Block Size (BS max) – Designates the maximum number of Consecutive Frames accepted in a block (between two Flow Control frames.) Possible values:

      • 0 – No other Flow Control frame is expected. Therefore, the sender can transmit the following Consecutive Frames with the ST min value.

    • Separation Time (St min) – Specifies the minimum gap between the transmission of the Consecutive Frames only and not between the Flow Control frame and the next Consecutive Frame. Units are milliseconds.

  4. Consecutive Frame (CF) – When sending segmented data in a long message, all frames containing the data are encoded as Consecutive Frames. Upon receiving Consecutive Frames, the receiver shall assemble the data bytes until the message is received.

    • Sequence Number (SN) – Designated the Consecutive Frame number in the current block. It detects duplication or loss of Consecutive Frames from a long message.