Reach PoE Tester Manual V1.4
02/15/2018
Page 19
:
p8 10mA MPS on 60ms off 240ms <CR><LF>
SHORT
Description
Controls a relay that can short the UUT power before the full wave
bridge.
WARNING - SHORTING AT FULL POWER CAN DAMAGE
UUT.
Command:
sh[ort] [on|off]
Response:
printf(":p%d short %d\n", port, state);
state
= 1 or 0 for on and off respectively.
STATUS
Description
Returns the "Power Good" status of the IEEE load controller
.
The status
is active when the IEEE controller is receiving power above the UVLO
value and the load capacitor is charged.
Command:
st[atus]
Response:
printf(":p%d PWR %d\n",port, state);
state
= 1 or 0 for on and off respectively.
LOOPBACK
Description
Controls the UUT data loopback. Connects signals on pair 1,2 to pair 3,6.
This loopback will work for 10baseT and 100baseT only.
Command:
loopback [on|off]
Response:
printf(":p%d Loopback %d\n",port, state);
state
= 1 or 0 for on and off respectively.