Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Operator 207YYY means "Increase scale, reference value and data width"
Description: For Table B elements that are not CCITT IA5 (character data), code or flag tables:
1. Add YYY bits to the existing scale factor
2. Multiply the existing reference value by 10**YYY
3. Calculate ((10 * YYY) + 2) / 3, disregard any fractional remainder and add the result to the existing bit width."

That way Now we can encode pressure with 2 decimal digits:

...