Hi,
every time i connect manually (loggernet,cora_cmd) to a CR1000 stations a file is created (Public). Is it possible to avoid it?
Regards
No there is not. Every CRBasic datalogger will a have Public table. The only way to not have a public table is to not have a program running in the datalogger.
Hi,
the question is not about the public table but about the automatic download of a public file every time i connect manually (with corascript or loggernet). I want to get rid of these files that pollute my download directories. The scheduled collection has an option to avoid the download of the public file: is there any similar option for manual connection?
Regards
Sorry, I misunderstood. Can you give us the specific coarascipt commands you are using?
The script is changing a value in the program remotely:
connect localhost;
set-variable Uccle-clima-RHtest Public Soft_PWM_Value {} 50;
exit;
Versions:
loggernet-4.1-24.i386 (under linux)
coralib3.dll version 1, 3, 16, 14 (under linux)
loggernet admin 4.1.0.8
Setting a datalogger variable will cause LoggerNet to poll the table in which the variable is found. Whether a data file is written when the table is polled is under the control of the collect area settings for that table. You apparently have the collect area settings for the public table set up to write a data file.
It works. Thanks.
But how to disable the file downloading is misleading IMHO. You have to turn on the scheduling and then choose "No output file". When the scheduling is off, the file option is grayed out and it should not I think.