Remote Control Utilities for Relay Timer

Relay Timer v2.4 can be launched by command line. It also can load schedule setting file by command line with the remote control utilities below.

Download Remote Control Utilities

It includes LoadAllSchedule.exe and LoadSchedule.exe.

Command Format:

"Path to LoadAllSchedule.exe" [-port port_number] [-password password] "Path to*.asch"  

"Path to LoadSchedule.exe" [-port port_number] [-password password] board_ID "Path to*.sch"  

Remarks:

1. Before running the above commands, a Relay Timer instance should already be launched.

2. LoadAllSchedule.exe is to load schedule settings of all boards for current Relay Timer instance. 

3. LoadSchedule.exe is to load schedule setting of specified board for current Relay Timer instance. The first board’s ID is 0. 1 indicates the second board, and so on.

4. The port number and password should be same as the Configuration dialog. The default value for port number is 80 and no password.

Relay Timer - Configuration

Examples:  

1. Load the schedule setting file All.asch for all relay boards. The port number is 80. There is no password.

Load All Schedule

2.  Load the file Board1.sch for the second board. The port number is 81. The Password is 123.

Load Schedule

If the file is loaded successfully, it will return OK.

 

Back to Relay Timer homepage