SNLA428 june 2023 DP83826E
Table 2-5 shows the TDR results from a 100 m CAT7 cable.
Segment | peak_index (0x180) | peak_value (0x185) | peak_sign (0x18A) |
---|---|---|---|
2 | 0 | 0 | 0 |
3 | 0 | 0 | 0 |
4 | 0 | 0 | 0 |
5 | 78 | 11 | 0 |
1B | C | 6 | 800 |
1A | 6 | 44 | 0 |
The algorithm starts by checking to see if the first element the array peak_val is greater than the current threshold, 10. If it is not greater than 10, it moves onto the next row. If it is greater, the algorithm will look for the corresponding row in the array peak_indx and use that value to calculate the location of the fault. Then, the algorithm will look at the corresponding row of peak_sign to determine the fault type. A 0 means the fault is open, a nonzero value means that the fault is a short.