SNLA428 june 2023 DP83826E
This section describes how to process the TDR register data. All of the following steps must be carried out in code.
| Variable | Type | Initial Value | Description |
|---|---|---|---|
| i | int | 5 | Current row of the matrix |
| threshold | int | 10 | The threshold that peak_indx must exceed for a fault to be detected |
| fault_detected | bool | FALSE | Defines whether a fault has been detected |
| fault_location | float | 0 | Fault location |
| prop_dly | float | Propogation delay variable. This value can be adjusted based on the cable type. See the Prop_dly Values table for suggested values for different cable types. | |
| offset | int | 5 | Variable used in calculating the fault location. |
| fault | int | 0 | Defines whether a fault is a SHORT (1) or an OPEN (0) fault |
| Cable type | Prop_dly |
|---|---|
| Cat5/5e | 5.35 |
| Cat6 | 5 |
| Cat7 | 4.6 |