NAME
rt_baler_info - retrieve information about Quanterra balers
SYNOPSIS
rt_baler_info [-v] [-V] [-n]
[-d deployment_db]
[-p parameter_file]
[-s net_sta_regex]
[-t q3302orb_target]
orb command_orb dbops
SUPPORT
Contributed code: NO BRTT support.
THIS PIECE OF SOFTWARE WAS CONTRIBUTED BY THE ANTELOPE USER COMMUNITY. BRTT DISCLAIMS ALL OWNERSHIP, LIABILITY, AND SUPPORT FOR THIS PIECE OF SOFTWARE.
FOR HELP WITH THIS PIECE OF SOFTWARE, PLEASE CONTACT THE CONTRIBUTING AUTHOR.
DESCRIPTION
rt_baler_info is designed to extract information from Quanterra balers
from a real time system.
It will copy html files from the baler and generate a wfdisc file for each
station, listing the waveform contents on the baler at the time of the program
execution. The wfdisc has a naming convention of NET_STA_wf.wfdisc
It will also build one combined wfdisc containing information about all balers.
-
orb
orbserver where target q3302orb /pf/st files are found
-
command_orb
command orbserver to send dlcmd commands
-
dbops
database to write balerlist table and where deployment table (if exists) is found.
OPTIONS
-
-v
verbose
-
-V
Extremely verbose. Used for debugging purposes only.
-
-n
Do not talk to balers, only rebuild combined wfdisc.
-
-d deployment_db
Name of database where deployment table can be found.
The default deployment_db is dbops.
-
-p parameter_file
Name of parameter file to use. $PFPATH is searched to find parameter file.
The default parameter file name is rt_baler_info.
-
-s net_sta_regex
Regular expression to select NET_STAs to extract information from their balers.
The default is .*
-
-t q3302orb_target
Regular expression to select q3302orb target names to get information.
The default is .*
ENVIRONMENT
needs to be called from rtexec or have sourced $ANTELOPE/setup.csh. Need
environment variable $PFPATH to be set.
PARAMETER FILE
rt_baler_info parameter file elements are:
-
balerdbdir
directory name where to write wfdisc listing of balers.
Default is baler/db
-
balerdb
db name of combined wfdisc listing of all balers.
Default is baler/all
-
balerinfodir
directory name where to write htm files from balers.
Default is baler/info
-
all_chan_skip
Tbl list channels to remove from balerdb.wfdisc.
-
info
Tbl list of htm files to extact from baler.
-
interface
Tbl list of baler interfaces to attempt to connect to.
DEFAULT PARAMETER FILE
balerdbdir baler/db
balerdb baler/all
balerinfodir baler/info
all_chan_skip &Tbl{
ACE
LOG
OCF
}
info &Tbl{
info.htm
status.htm
baler.htm
threads.htm
files.htm
}
interface &Tbl{
serial1
serial2
ethernet
}
RETURN VALUES
0 if successful, 1 if not.
SEE ALSO
pf(3)
pfecho(1)
rtexec(1)
dlcmd(1)
q3302orb(1)
AUTHOR
Frank Vernon
Boulder Real Time Technologies, Inc.
Antelope User Group Contributed Software