Reach PoE5 Tester Manual 1.8 03/25/2021 Page 22
SAVE
Description Save current user settings to EEPROM. Note that there is no ‘port’ or
‘group’ syntax for ‘save’.
See EEPROM Warning.
Command: *save
Response: EEPROM saving configuration
EEPROM user settings saved
PORT / GROUP PREFIX
Description For all port-specific commands, a port or group prefix will restrict the
command to a specific port or port group. The prefix must be followed
by a space before the port command. If no prefix is used, the command
will be applied to all 24 ports.
Port Prefix: pN
This specified port N where N is from 1 to 24.
Group Prefix: gN
This specifies group N where N is from 1 to 3.
group 1 = ports 1-8
group 2 = ports 9-16
group 3 = ports 17-24
CAP
Controls the 10uF capacitor across the full-wave bridge. This
represents either a legacy capacitive signature or an AC load. Using
two values separated with a comma allows the main and alt pairs to be
set differently, or a single value will be applied to both pairs.
The default state is off for both pairs.
cap <on|off|0,0|0,1|1,0|1,1>
printf(":p%d cap %d\r\n", port, state);
- or -
printf(":p%d cap
%d,%d\r\n",port,stateM,stateA);
state = 1 or 0 for on and off respectively.