| Code Figure | Meaning |
|---|---|
| 0 | Smaller than first limit |
| 1 | Greater than second limit |
| 2 | Between first and second limit. The range includes the first limit but not the second limit. |
| 3 | Greater than first limit |
| 4 | Smaller than second limit |
| 5 | Smaller or equal first limit |
| 6 | Greater or equal second limit |
| 7 | Between first and second limit. The range includes the first limit and the second limit. |
| 8 | Greater or equal first limit |
| 9 | Smaller or equal second limit |
| 10 | Between first and second limit. The range includes the second limit but not the first limit. |
| 11 | Equal to first limit |
| 12-191 | Reserved |
| 192-254 |
Reserved for Local Use |
| 255 | Missing |