- 31-
Ref#92550806002
a.) Set Power Command
The Set Power command allows you to control the devices on/off through the
http commands. With this command you can integrate can integrate the 9258xx
with any other system.
Command format:
http://ip:port/set.cmd?cmd=sp61=1+p62=0+p63=1+p64=1
Outlet
Power On
Power Off
Output 1
61 = 1
61 = 0
Output 2
62 = 1
62 = 0
Output 3
63 = 1
63 = 0
Output 4
64 = 1
64 = 0
Ex. For 4 Ports Control On / Off
http://192.168.1.3/set.cmd?cmd=sp61=1
+p62=0+p63=1+p64=1
Output: p
61=1 p62=0
p
63=1 p64=1
Ex. For Single Port Control Off
http://192.168.1.3/set.cmd?cmd=sp61=0
Output:
P61=0
b.) Read Power Command
1. Set Port On/Off
http://192.168.1.3/set.cmd?cmd=sp61=1
(relay open) ,
sp61=0(relay closed)
2. Read Port
http://192.168.1.3/set.cmd?cmd=getpower
c.) Power Delay
The Power delay command allows you to delay the set power command.
Command format:
http://ip:port/set.cmd?cmd= sp6x=?+p6xn=?+t6x=aa
x means output number : 1 or 2 or 3 or 4
? means on or off : 1 = on , 0 = off