EasyManua.ls Logo

Reach RT-PoE5 - Power; Reset; Set

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 30
POWER
Description
Sets load control to power mode, and sets load value in watts. If set
above 100W (or 50W per pair) an error will occur. If a single value is
used, it is divided in half, and each pair will draw half the specified
amount. Using two values separated with a comma allows the main
and alt pairs to be set differently. Single, odd, input values will be
rounded down.
Command:
pwr <value>
- or -
pwr <value main>,<value alt>
Response:
printf(":p%d pwr %d, %d (%d) W\r\n", port,
mVal, aVal, totalW);
Example:
p1 pwr 100
Example
response:
:p1 50, 50 (100) W<CR><LF>
RESET
Description Resets port(s) to fully disconnected state.
Command: res[et]
Response: printf(":p%d reset\n", port);
SET
Description Sets load control to current mode, and sets load value in milliamps. If
set too low, the minimum value will be set; if above 2000mA (or
1000mA per pair) an error will occur. If a single value is used, it is
divided in half, and each pair will draw half the specified amount. Using
two values separated with a comma allows the main and alt pairs to be
set differently.
Command: set <value>
set <value main>,<value alt>
Response: printf(":p%d %d, %dmA\r\n",port,valM,valA);
- or -
printf(":p%d %d, %dmA (min)\r\n",port,valM,valA);
Example: p1 set 350, 450
Example response: :p1 350, 450 mA<CR><LF>
Example: g2 set 350
Example response: :p9 350 mA<CR><LF>
….