DOP: The Bridge Between Bytes and Physical Values
A DATA-OBJECT-PROP (DOP) is the ODX element that connects the raw byte encoding of a parameter to its physical meaning. Every VALUE parameter in ODX references a DOP, which in turn references:
- DIAG-CODED-TYPE: how to extract the raw integer from the byte stream (bit position, length, byte order, sign)
- COMPU-METHOD: how to convert the raw integer to a physical value with units (linear scaling, lookup table, text table)
- UNIT-REF: the physical unit (km/h, bar, degC, ...)
DOPs are defined once and reused across multiple services. The same VehicleSpeed DOP is referenced by ReadDataByIdentifier_Speed, by the DTC snapshot record, and by any measured data service that uses vehicle speed.