Table of Contents
TRtask - I/O service for an KSC4010 and KSC4022 transient recorders
TRtask <argument list>
I/O service for Kinetic Systems
4010 and 4022 transient recorders.
This program is part of the NEC AMS dosimetry
system.
Argument processing is done using Unix long argument syntax.
All of 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 default
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.
- --drv <drv>
The driver key. If this argument is not supplied the the default is "CAMAC"
- --cmin <n>
The minimum crate number. If this argument is not supplied the default
is 0.
- --cmax <n>
The maximum crate number. If this argument is not supplied the default
is 99.
- --show_tbl
Turns on printing of internal tables when possible.
- --help
Prints a help message out.
- 4010le0v
- 4010 - tr le ch 0 vr
- 4010le1v
- 4010 - tr le ch 1 vr
- 4010le2v
- 4010 - tr le ch
2 vr
- 4010le3v
- 4010 - tr le ch 3 vr
- 4010le4v
- 4010 - tr le
ch 4 vr
- 4010le5v
- 4010 - tr le ch 5 vr
- 4010he0v
- 4010 -
tr he ch 0 vr
- 4010he1v
- 4010 - tr he ch 1 vr
- 4010he2v
- 4010
- tr he ch 2 vr
- 4010he3v
- 4010 - tr he ch 3 vr
- 4010he4v
- 4010
- tr he ch 4 vr
- 4010he5v
- 4010 - tr he ch 5 vr
- 4022le0v
- 4022 - tr le ch 0 vr
- 4022le1v
- 4022 - tr le ch 1 vr
- 4022le2v
- 4022 - tr le ch 2 vr
- 4022le3v
- 4022 - tr le ch
3 vr
- 4022le4v
- 4022 - tr le ch 4 vr
- 4022le5v
- 4022 - tr le
ch 5 vr
- 4022he0v
- 4022 - tr he ch 0 vr
- 4022he1v
- 4022 -
tr he ch 1 vr
- 4022he2v
- 4022 - tr he ch 2 vr
- 4022he3v
- 4022
- tr he ch 3 vr
- 4022he4v
- 4022 - tr he ch 4 vr
- 4022he5v
- 4022
- tr he ch 5 vr
- TRANle0c
- - tr le ch 0 cr
- TRANle1c
- - tr le ch 1 cr
- TRANle2c
- - tr le ch 2 cr
- TRANle3c
- - tr le ch 3 cr
- TRANle4c
- - tr le ch 4 cr
- TRANle5c
- -
tr le ch 5 cr
- TRANhe0c
- - tr he ch 0 cr
- TRANhe1c
- - tr he
ch 1 cr
- TRANhe2c
- - tr he ch 2 cr
- TRANhe3c
- - tr he ch 3
cr
- TRANhe4c
- - tr he ch 4 cr
- TRANhe5c
- - tr he ch 5 cr
- TRANle0a
- - tr le ch 0 I avg
- TRANle1a
- - tr le ch 1 I avg
- TRANle2a
- - tr le ch 2 I avg
- TRANle3a
- - tr le ch 3 I avg
- TRANle4a
- -
tr le ch 4 I avg
- TRANle5a
- - tr le ch 5 I avg
- TRANhe0a
- - tr he
ch 0 I avg
- TRANhe1a
- - tr he ch 1 I avg
- TRANhe2a
- - tr he ch 2
I avg
- TRANhe3a
- - tr he ch 3 I avg
- TRANhe4a
- - tr he ch 4 I avg
- TRANhe5a
- - tr he ch 5 I avg
- 3660le0c
- 3660
- le ch 0 cnt
- 3660le1c
- 3660 - le ch 1 cnt
- 3660le2c
- 3660
- le ch 2 cnt
- 3660le3c
- 3660 - le ch 3 cnt
- 3660le4c
- 3660
- le ch 4 cnt
- 3660le5c
- 3660 - le ch 5 cnt
- 3660he0c
- 3660
- he ch 0 cnt
- 3660he1c
- 3660 - he ch 1 cnt
- 3660he2c
- 3660
- he ch 2 cnt
- 3660he3c
- 3660 - he ch 3 cnt
- 3660he4c
- 3660
- he ch 4 cnt
- 3660he5c
- 3660 - he ch 5 cnt
- 3660le0d
- 3660
- le ch 0 dly
- 3660le1d
- 3660 - le ch 1 dly
- 3660le2d
- 3660
- le ch 2 dly
- 3660le3d
- 3660 - le ch 3 dly
- 3660le4d
- 3660
- le ch 4 dly
- 3660le5d
- 3660 - le ch 5 dly
- 3660he0d
- 3660
- he ch 0 dly
- 3660he1d
- 3660 - he ch 1 dly
- 3660he2d
- 3660
- he ch 2 dly
- 3660he3d
- 3660 - he ch 3 dly
- 3660he4d
- 3660
- he ch 4 dly
- 3660he5d
- 3660 - he ch 5 dly
Polling is normally performed at 1Hz. Fast polling at 10Hz is supported.
#
# this example services crates 1 thru 4
# dbman is running on the same host
# MBSseqTask is running on the same host
# DOSEserv is running on the same host
#
TRtask --cmin 1 --cmax 4
This program responds to diagnostic logging using
diag2.
$Id: TRtask.8,v 1.5 2007/07/17 20:17:47 mcnamer
Exp $
Table of Contents