set: Logger settings

Description Usage Arguments Value Examples

Description

Sets key logger files: logging interval, time, logger ID. Setting the logger time is automatic (and will be to non-daylight savings time). Setting the logging interval and changing the ID will require USER responses. Note: In the current version, you can set parameter values for each of the logger setting files; alternatively, you can set these values with the prompts that result from running the function w/o parameters. Following the prompts will override any parameters set initially.

Usage

1
set(name = "N", int = 30, logger = "new")

Arguments

name

The logger ID. A five digit number. For "old" loggers (purple board), the convention is 14XXX. For "new" loggers (green board), the convention is 16XXX.

int

The logging interval; a number in minutes. Typically, do not change this from 30.

logger

'old' vs 'new' Old= a purple board, New = a green board. Differentiation is necessary because the logger versions require different time file names and time formats.

Value

Up to three different setting files to the selected removeable drive depending on user inputs.

Examples

1
set("16999", 30, "new")

jestenzel/th.field documentation built on May 29, 2019, 10:38 a.m.