ISO15765:Blocks:DID Read

From MotoHawk
Jump to navigationJump to search

Woodward Custom ISO15765 DID Read

This block defines a single Data Identifier that will be present in the application and provides read access. It defines the interface (how many ports) and the bit packing for the specified DID. Both MODE 1 PIDs and Service 0x22 DIDs can be accessed by this block

Block ID

ISO15765 DID Read

Library

Woodward Custom ISO15765

Description

ISO15765DIDRead.png

The information present in the DID definition structure informs the code generator how to efficiently pack the bytes when the DID/PID is requested via the ISO15765 protocol.

The proper format of the structure is defined in the "example" PID file (iso15765_4_pid_example). The block displays a table with all of the individual fields and the respective properties.

There is a PID database of officially supported PIDs for MODE 1. There is a file in the distribution that contains the definitions for these PIDs (woodward_custom_iso15765_pid_database). If there is a desire to override the default settings, the user may create their own file using the DID format.

See also [ISO15765 DID Write]

Block Parameters

Parameter Field Values Comments/Description
Name String Override the default PID name with this parameter
DID Definition Expression The DID Definition m script for this block. It must evaluate to a structure as is specified in the PID example file.