NetPing server room environmental monitoring solutions and IP power distribution units.
Copyright © NetPing east Co., Ltd / E-mail:
/ Phone: +886-2-23121582
support@netpingdevice.com www.netpingdevice.com
[ENG] 15.3. [DKSF 48.5 IU] Control of the Power Inputs Backup
The interface of the URL-commands in the device can be used for integration with web-applications without SNMP protocole. The control of the
power input backup is possible via the interface of the URL-encoded commands.
REQUEST ABOUT THE INPUTS STATE
RETURN VALUES
where:
The first argument: always 'ok'
The second and third arguments correspond to the availability of voltage at the inputs 1 and 2, respectively:
0 - no voltage
1 - there is voltage
REQUEST ABOUT THE STATE OF THE GROUPS OF OUTLETS
where:
N — the number of the outlets groups, 1 (1..4) or 2 (5..8)
RETRUN VALUES
where:
The first argument: always 'ok'
The second argument 'backup' if the group is powered by backup input, and 'primary' if it is powered from the main input
The third argument corresponds to the availability of voltage on the active input
0 - no voltage
1 - there is voltage
REQUEST OF THE OUTLETS GROUPS SETTINGS
Request of the settings for determining the main input for outlet groups, switching to backup input when there is no power at the main input and
auto-return of outlet groups to the main input when power appears on the main input, respectively:
where:
N — the number of outlets groups, 1 (1...4) or 2 (5...8)
RETURN VALUES
Error (wrong request format or wrong relay number):
http://192.168.0.100/ats_in.cgi
ats_in_result('ok', 1, 1)
http://192.168.0.100/ats.cgi?gN
ats_in_result('ok', 'primary', 1)
http://192.168.0.100/ats.cgi?gN&main
http://192.168.0.100/ats.cgi?gN&backup
http://192.168.0.100/ats.cgi?gN&autorevert