EasyManua.ls Logo

Reach RT-PoE5 - Single; Status; Temperature

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 32
SINGLE
Description Turns the single signature feature on or off. Setting the single signature
feature off reverts to the default dual signature mode.
The default state is off.
Command: sin[gle] <on|off>
Response: printf(":p%d Single Signature\r\n");
- or -
printf(":p%d Dual Signature\r\n");
Example: p1 sin 1
Example response: :p1 Single Signature<CR><LF>
Example: p1 sin 0
Example response: :p1 Dual Signature<CR><LF>
STATUS
Description Returns the "Power Good" status of the IEEE load controllers. The
power status is active when the IEEE controller is receiving power above
the UVLO value (38v typical) and the load capacitor is charged. Also
reports if an over-temperature condition occurred that caused the port to
be shut down.
Command: st[atus]
Response: printf(":p%d PWR %d, %d\n",port,state1,state2);
state = 1 or 0 for on and off respectively.
Example: p1 st
Example response: :p1 PWR 1, 1<CR><LF>
TEMPERATURE
Description Reports the temperature of the drain pins of the MOSFET loads on the
main and alt pairs, as measured on the line card PCB.
Command: temp[erature]
Response: printf(":p%d %3d C, %3d C\n", port, tempC,
tempC);
Example: p2 temp
Example response: :p2 27 C, 29 C<CR><LF>