When performing a static calibration of the Vector system the system will return a code that indicates either the successfully completion of the calibration (0) or a value that is communicating one or more error conditions.
The code that is returned is the sum of the different conditions.
For example if a code of 514 is received then that this is the sum of code 2 and 512.
Right | Left | Meaning |
0 | 0 | Success |
2 | 512 | Calibration timeout – the calibration didn’t complete, because it kept on restarting due to noise |
4 | 1024 | Pedaling detected – the user started pedaling while the system was trying to calibrate |
16 | 4096 | Pedal to Pedal transmit timeout – the right side was not able to get the calibration message out within the required timeframe |
32 | 8192 | Pedal to Pedal receive timeout – the right side did not receive a response from the left side within the required timeframe |
These codes can occur simultaneously so they are all added together to provide a resultant code.