Controlling the RPS-NODE-9255 by HTTP Commands
You can control the RPS-NODE-9255 unit with commands issued over the http protocol. The commands and format are provided below.
There are two ways to input http commands
Password embedded in http command line:
https://login:password@ipaddress:port/command
Password not embedded in http:
https://ipaddress:port/command
Note: If you do not use the password option commandline, you will need to enter the password manually at the browser prompt. Also the set.cmd command is set (period) cmd, set is separated by a period followed by cmd. Set.cmd
1) Set Power Command
The Set Power command allows you to control the devices power on/off. With this command you can integrate control of the RPS-NODE-9255 through other systems and software.
Outlet – Output 1
Power On: P61=1
Power Off: P61=0
Example For Single Port Control On
https://192.168.10.100/set.cmd?cmd=setpower+p61=1
Output Returned: P61=1
Example. For Single Port Control Off
https://192.168.10.100/set.cmd?cmd=setpower+p61=0
Output Returned:P61=0
2.) Power Delay
The Power delay command allows you to delay the set power command.
Example: For 5 Seconds Delay then On
https://192.168.10.100/set.cmd?delay=5+cmd=setpower+p61=1
Delay range = 1 – 9999 seconds
For delay power off, replace the P61=1 for Power ON with P61=0 for Power OFF
3.) Read Power Command
a. Test – Set the Port On/Off
https://192.168.10.100/set.cmd?cmd=setpower+p61=1 (power on) or setpower+p61=0 (power off)
b. Now Read the Port
https://192.168.10.100/set.cmd?cmd=getpower
Output Returned: P61=1 for Power On, P61=0 for Power Off
Controlling the RPS-NODE-9255 by TELNET Commands
The RPS-NODE-9255 supports the telnet protocol and can be managed using the following commands from the DOS Command Prompt. You must have the telnet protocol active on your desktop.
|
||||||||||
Previous | Next |