User`s guide

CAN Pack
14-19
Specify the Offset value to apply to convert the physical value (signal value) to the
raw value packed in the message. See “Conversion Formula” on page 14-19 to
understand how physical values are converted to raw values packed into a message.
Min
Specify the minimum physical value of the signal. The default value is -inf
(negative infinity). You can specify a number for the minimum value. See
“Conversion Formula” on page 14-19 to understand how physical values are
converted to raw values packed into a message.
Max
Specify the maximum physical value of the signal. The default value is inf. You
can specify a number for the maximum value. See “Conversion Formula” on page
14-19 to understand how physical values are converted to raw values packed into
a message.
Conversion Formula
The conversion formula is
raw_value = (physical_value - Offset) / Factor
where physical_value is the value of the signal after it is saturated using the specified
Min and Max values. raw_value is the packed signal value.
See Also
CAN Unpack