LoggerNet 4.0 Schedule_Campbellsci论坛问答

Hi,
I would like to call my two CR800 datalogger via GSM three times per day and precisely at : 08, 12, 16.
Is there a way to setup such schedule. I looked in the schedule tab but if I set a Collection Interval of 4 hours then the remote stations get called during the night too.
I do want to call my stations only during day time.

Thanks in advance
Paolo Saudin

LoggerNet 4.0 Schedule_Campbellsci论坛问答

新对话如下:

The LoggerNet polling schedule does not currently support this type of polling. One way of achieving this would be to use the windows task scheduler to invoke a batch file that will poll the datalogger. This can be done by using a console based program, called cora_cmd (CoraScript), which can be found in the directory where LoggerNet's programs are installed (c:\program files\campbellsci\loggernet). cora_cmd reads commands from the standard input device and can be invoked from a batch file. You can place the commands in one file (let's name it poll800.cora) such as the following:

connect localhost;
manual-poll cr800;
exit;

and then invoke cora_cmd as follows:

"c:\program files\campbellsci\loggernet\cora_cmd" <poll800.cora

If you had multiple stations that you wanted to poll at the same time, you could place all of these in the same command file.

新对话如下:

Thank you very much,
it works like a charm

Paolo Saudin

新对话如下:

You could also define the four hour scheduled data collection in LoggerNet that you described and use CoraScript in the way jtrauntvein describes to disable scheduled data collection

connect localhost;
set-lgrnet-setting 1 0;
exit;

for the evening and then enable scheduled data collection again

connect localhost;
set-lgrnet-setting 1 1;
exit;

in the morning. You can use the Windows Task Scheduler as jtrauntvein describes or alternatively the Task Master that comes with LoggerNet to launch the batch files.

* Last updated by: ChipsNSalsa on 2/22/2010 @ 3:22 PM *

新对话如下:

This is really cool indeed !
In that way I can take avantage of the LoggerNet Schedule settings such as retries on failing calls

Thank you both,
Paolo Saudin

分享到:

原文链接:,转发请注明来源!
海洋仪器网 仪器使用 LoggerNet 4.0 Schedule_Campbellsci论坛问答
「LoggerNet 4.0 Schedule_Campbellsci论坛问答」评论列表

发表评论