NAME
b3s2orb - read B3S2 data to orb
SYNOPSIS
b3s2orb [-c cmdport]
[-i dataport]
[-o orbname]
[-p parameter-file]
[-s]
[-v]
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
An
b3s2orb is a tool to communicate with
B3S2 - read data,
send commands to a DAS. At a start
b3s2orb opens a
User Interface
Menu - UIM through which user can turn-on/turn-off seismometer, set a
calibration type and mode, start/stop a data capture. During a data capture
UIM is used to view diagnostic parameters such as
DAS reset, upper/lower
temperature, time errors , etc. A
b3s2orb opens two ports to
B3S2 -
command port and data port. A command port is used to send commands to a DAS.
A data port is used to read data from DAS. A
b3s2orb parses those packets,
pre-appends a specific header to each
B3S2 packet
and sends them to an orb.
OPTIONS
-
-c cmdport
Specifies a name of a command port. A port /dev/ttya is used by default.
-
-i dataport
Specifies a name of a data port. A port /dev/ttyb is used by default.
-
-o orbname
Specifies an orb name. A localhost is used by default.
-
-p parameter-file
A parameter file parameter-file will be used to get parameters of a raw
data packet, it's type, header type; to get station and channel names code
for each component of a raw data packet. A pkt.pf parameter file is used by default.
-
-s
Tells b3s2orb do not open an UIM and start data capture in a
silent mode. By default, UIM is opened and data capture should be start
by pressing "CAPTURE DATA" button.
-
-v
If this option specified b3s2orb will print to
stdout a srcname and a time of each packets before sending them
to an orb.
EXAMPLE
Start reading data from port /dev/ttyb ( default data port) in a
silent mode - do not open UIM ; print srcname and time of each packet;
send packets to an orb on bbarray:
b3s2orb -s -o bbarray -v
AUTHOR
Marina Glushko
Antelope User Group Contributed Software