EasyManua.ls Logo

Reach RT-PoE5 - Geti; Getp; Getv

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 27
GETI
Description Measures the load current being drawn from the UUT on the main and
alt pairs individually, and as a total for both pairs. Current readings are in
milliamps.
Command: geti
Response: printf(":p%d %dmA, %dmA, %dmA\r\n",port,val,
val_alt, val_total);
Example: p1 geti
Example response: :p1 501mA, 500mA, 1001mA<CR><LF>
GETP
Description Measures the load power being drawn from the UUT on the main and alt
pairs individually, and as a total for both pairs. Power readings are in
watts.
Command: getp
Response: printf(":p%d %dW, %dW, %dW\r\n",port,val,
val_alt, val_total);
Example: p1 getp
Example response: :p1 50W, 50W, 100W<CR><LF>
GETV
Description Measures the voltages from the UUT (center taps of GbE magnetics) of
both pairs. Reports the voltage as either positive or negative depending
on the polarity of the pair. The “Cisco” standard 1,2 = negative, 3,6 =
positive is reported as a positive voltage (main pair). Alt pairs with 4,5 =
positive, and 7,8 = negative is reported as a positive voltage.
Command: getv
Response: printf(":p%d %.1fV, %.1fV\r\n",port,fvalM,fvalA);
The result will be between -60.0 and 60.0
Example: p1 getv
Example response: :p1 50.5V, 0.0V<CR><LF>