man8/TRtaskLOG

Table of Contents

Name

TRtaskLOG - log database parameters as run files

Synopsis

TRtaskLOG <argument list>

Description

This program allows logging of arbitrary parameters as cup current files in the run directory. One file is created for each parameter.

This program is part of the NEC AMS dosimetry system.

Arguments

Argument processing is done using Unix long argument syntax.

The values of all the parameters listed here are printed on stderr when the program starts, whether or not they were supplied on the command line.

--dbman_host <hn>

The host where dbman is running. If this argument is not supplied the defalut is "localhost" or the DBMAN_HOST environment variable.
--mbs_host <hn>

The host where MBSseqTask is running. If this argument is not supplied the default is "localhost" or the MBS_HOST environment variable.
--dose_host <hn>

The host where DOSEserv is running. If this argument is not supplied the default is "localhost" or the DOSE_HOST environment variable.
--mngr <fn>

pathname of CONFLIST file containing information needed by this program. If this argument is not supplied the default is "MNGRconf".
--mngr_pn <pn>

The program name to use when parsing a MNGRconf. If this argument is not supplied the default is the current program name, in this case "TRtaskLOG"
--show_tbl <bool>

Enables printing of internal tables when set to 1. The default for this argument is 0.
--diag

Leaves stdin and stdout open and allows SIGINT to kill the program.
--log_dose

Print DOSE diagnostic messages to stderr.
--log_mbs

Print MBS diagnostic messages to stderr.
--help

Prints a help message.

CONFLIST usage

One group is used for each parameter. Groups 1 through 6 are the low energy cups. Groups 7 through 12 are the high energy cups.

read1 - required


The parameter to be logged.
Parameter ownership and permissions do not matter.

CONFLIST (MNGRconf) example

#
#    TRtaskLOG config file
#
#    this example shows mapping two database
#    parameters as LE cups 3 and 4
#
#
TRtaskLOG|g3|read1 |0|IGC 02-1|PR |
TRtaskLOG|g4|read1 |0|EXT S1-1|VR |

Program startup example

#
# dbman is running on the same host
# MBSseqTask is running on the same host
# DOSEserv is running on the same host
#
TRtaskLOG

Misc

Manual page revision

$Id: TRtaskLOG.8,v 1.2 2008/03/08 21:30:44 kitchen Exp $


Table of Contents