5.1.41. DTC table definition (pdtc_Table)

Declares a table of diagnostic trouble codes (DTCs), that can be referred to by other blocks that wish to refer to a group of DTCs.

5.1.41.1. Supported targets

All targets

5.1.41.2. Required license

None (Main library). (See Section 2.3, “Licensed Features”.)

5.1.41.3. Description

The pdtc_Table groups together DTCs into one table. The table can then be worked on by other blocks (for instance, the pdtc_ClearAll block or the pj1939_Dm1Transmit block) and stored in non-volatile memory (see the pdtc_Memory block).

5.1.41.4. Inports

None.

5.1.41.5. Outports

None.

5.1.41.6. Mask parameters

  • DTC table identifier

    The name of the DTC table (there must not be another pdtc_Table block with the same identifier in the model).

    Value type:String
    Calibratable:No
  • DTC table description

    A textual description of the DTC table used for documentation purposes only.

    Value type:String
    Calibratable:No

5.1.41.7. Notes

None.