This table provides a comprehensive list of direction codes for calibrations performed in a single direction.
| Hexadecimal | Decimal | Octal | Binary | Direction 1 | Direction 2 |
|---|---|---|---|---|---|
| 00 | 0 | 0000 | 00000000 | Compression | Undefined |
| 01 | 1 | 0001 | 00000001 | Tension | Undefined |
| 02 | 2 | 0002 | 00000010 | Clockwise (CW) | Undefined |
| 03 | 3 | 0003 | 00000011 | Counterclockwise (CCW) | Undefined |
| 04 | 4 | 0004 | 00000100 | Pressure | Undefined |
| 05 | 5 | 0005 | 00000101 | Vacuum | Undefined |
| 06 | 6 | 0006 | 00000110 | Undefined | Undefined |
| ... | ... | ... | ... | ... | ... |
| 0F | 15 | 0017 | 00001111 | Undefined | Undefined |
This table provides a comprehensive list of direction codes for calibrations performed in two directions.
| Hexadecimal | Decimal | Octal | Binary | Direction 1 | Direction 2 |
|---|---|---|---|---|---|
| 10 | 16 | 0020 | 00010000 | Compression | Tension |
| 11 | 17 | 0021 | 00010001 | Tension | Compression |
| 12 | 18 | 0022 | 00010010 | Clockwise (CW) | Counterclockwise (CCW) |
| 13 | 19 | 0023 | 00010011 | Counterclockwise (CCW) | Clockwise (CW) |
| 14 | 20 | 0024 | 00010100 | Pressure | Vacuum |
| 15 | 21 | 0025 | 00010101 | Vacuum | Pressure |
| 16 | 22 | 0026 | 00010110 | Undefined | Undefined |
| ... | ... | ... | ... | ... | ... |
| FF | 255 | 0377 | 11111111 | Undefined | Undefined |