EasyManua.ls Logo

Reach RT-PoE5 - Inr; Mps

Default Icon
43 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Reach PoE5 Tester Manual 1.8 03/25/2021 Page 28
INR
Description Sets the time period (in milliseconds) of the inrush timer. The default
time period is 85ms, and the maximum time period is 255ms. The same
inrush time period is set for both pairs. The inrush timer controls the
application of the full ‘set’ command current, with a minimum current
of about 100ma being allowed during the inrush period. The inrush timer
starts when the input voltage goes above UVLO (38v typical). See
Appendix A.3 for an example waveform of the inrush current.
Command: inr[ush] <value>
Response: printf(":p%d inrush delay %d ms\r\n", port, val);
Example: p1 inr 100
Example response: :p1 inrush delay 100 ms<CR><LF>
MPS
Description
Turns the minimum power signature feature in the PD controller on or
off. Using two values separated with a comma allows the main and alt
pairs to be set differently, or a single value will be applied to both
pairs.
When MPS is on, the power signature will be 18.5mA, and will have
a 26% duty cycle for PSE types 1 and 2, and a 5.4% duty cycle for
PSE types 3 and 4.
The default state is off for both pairs.
Command:
mps <on|off|0,0|0,1|1,0|1,1>
Response:
printf(":p%d mps %d\r\n", port, val);
- or -
printf(":p%d mps %d,%d\r\n",port,valM,valA);
Example:
p1 mps 1
Example
response:
:p1 mps 1<CR><LF>