Remote Link 2006/2008 can be scheduled through use of Windows Task Scheduler and a Command Prompt.
A Windows task can be created which will run a script, such as a .BAT or .CMD file, containing the following commands:
/s:<site name> |
Dial connection to specified site.
Any site name with spaces must be enclosed in quotes. |
/p:<site name> |
Direct serial port connection to specified site.
Any site name with spaces must be enclosed in quotes. |
| |
either /s or /p are required. |
/d:<option> |
Download data. Required.
<Option> can include:
For SA inverters, option can be:
1 - Shunt 1
2 - Shunt 2
3 - Shunt 3
4 - Input 1
5 - Input 2
6 - Gen Run Time
7 - Percent of Battery Charge
all - download all files at once.
for PS1 / PSA inverters, <option> can be:
today - download only today's data
<day of year> - Download a single day's data, expressed as the numeric day of year.
all - download all available data from inverter (up to 9 days is possible).
|
/l:<log file> |
Specify log file for program activity and errors. Use quotes around long file names.
Optional, but highly recommended for command line use.
|
/la |
Log file will append to file, rather than overwrite existing file. New to Version 3.3. |
Examples:
Remotelink.exe /s:"PS1 on Jeff's Station" /d:45 /l:c:\logfile.txt
Dial to specified PS1 site, download data only for February 14 (45th day of year). Log program activity to c:\logfile.txt
Remotelink.exe /s:"PS1 on Jeff's Station" /d:all /l:c:\logfile.txt /la
Dial to specified PS1 site, download all data available from the inverter. Append to log in c:\logfile.txt
Remotelink.exe /p:SA42
/d:1 /l:"D:\Scheduled Downloads\SA42\Error.log"
Connect to specified site named "SA42" using a
direct serial port connection. Download all data for shunt 1.
Log program activity to the specified file.
All command line switches are case insensitive.
Links:
Back to Remote Link support page
Back to Selectronic main page.
|