Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Public file


LGS Sep 21, 2017 10:35 AM

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


GaryTRoberts Sep 27, 2017 03:49 AM

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.


LGS Sep 27, 2017 05:40 AM

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


GaryTRoberts Sep 27, 2017 08:59 AM

Sorry, I misunderstood.  Can you give us the specific coarascipt commands you are using?


LGS Sep 27, 2017 09:23 AM

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


jtrauntvein Sep 27, 2017 12:14 PM

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.


LGS Sep 29, 2017 07:21 AM

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.

Log in or register to post/reply in the forum.