EasyManua.ls Logo

Reach Technology RT-PoE4N - CAP; CLASS; UPOE

Reach Technology RT-PoE4N
25 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 PoE4N Tester Manual 1.4 08/09/2017 Page 17
CAP
Description Controls the 10uF capacitor across the full-wave bridge. This represents
either a legacy capacitive signature or an AC load.
Command: cap [on|off]
Response: printf(":p%d cap %d\r\n", port, state);
state = 1 or 0 for on and off respectively.
CLASS
Description Sets the IEEE load class. See IEEE 802.3af and 802.3at specification.
Command: cl[ass] [0|1|2|3|4]
Argument: class value
Response: printf(":p%d class %d\n", port, class);
Example: p9 cl 3
Example response: :p9 class 3<CR><LF>
This sets port 9 IEEE "class" to 3.
UPOE
Description Changes between regular PoE, PoE+ mode and UPoE mode. In UPoE
mode the load is limited to 100mA until power good is detected on both
pairs. In regular mode the load is limited to 100mA until power good is
detected on the main pair. If a comma is present the command assumes
the user is requiring that power be valid on a specified pair before
releasing the 100mA limit e.g. when “upoe 0,1” is entered then the load
will be limited to 100mA until power is valid on the alternate pair.
Command: upoe [on|off|0,0|0,1|1,0|1,1]
Response: printf(":p%d upoe %d\n\r",port,state);
state = 1 or 0 for on and off respectively.