20.2.2 Hall Sensor Interface
A typical Hall effect sensor used in motor control has three digital outputs: Phase A (QEA), Phase B (QEB) and Phase C (QEC). The Hall effect sensors provide rotor position with a resolution of 60 electrical degrees, or which sector of the rotor is located.
| Current Hall State (CBA) | Previous Hall State (CBA) | Current Sector | Previous Sector | Action |
|---|---|---|---|---|
100 | 100 | 4 | 4 | No count, no direction change |
110 | 100 | 6 | 4 | Count down |
101 | 100 | 5 | 4 | Count up |
other than (110, 101) | 100 | other than (6, 5) | 4 | Invalid state change, Ignore, No count, no direction change |
110 | 110 | 6 | 6 | No count, no direction change |
010 | 110 | 2 | 6 | Count down |
100 | 110 | 4 | 6 | Count up |
other than (010, 100) | 110 | other than (2, 4) | 6 | Invalid state change, Ignore, No count, no direction change |
010 | 010 | 2 | 2 | No count, no direction change |
011 | 010 | 3 | 2 | Count down |
110 | 010 | 6 | 2 | Count up |
other than (011, 110) | 010 | other than (3, 6) | 2 | Invalid state change, Ignore, No count, no direction change |
011 | 011 | 3 | 3 | No count, no direction change |
001 | 011 | 1 | 3 | Count down |
010 | 011 | 2 | 3 | Count up |
other than (001, 010) | 011 | other than (1, 2) | 3 | Invalid state change, Ignore, No count, no direction change |
001 | 001 | 1 | 1 | No count, no direction change |
101 | 001 | 5 | 1 | Count down |
011 | 001 | 3 | 1 | Count up |
other than (101,011) | 001 | other than (5, 3) | 1 | Invalid state change, Ignore, No count, no direction change |
101 | 101 | 5 | 5 | No count, no direction change |
100 | 101 | 4 | 5 | Count down |
001 | 101 | 1 | 5 | Count up |
other than (100, 001) | 101 | other than (4, 1) | 5 | Invalid state change, Ignore, No count, no direction change |
|
Note:
| ||||
