This page collects information needed for the development of the
process which reads in beam monitoring data and writes it to the
offline data stream.
Available Documents
- The Requirements document:
- Copy of spread sheet, maintained by Bob Ducar (ducar at fnal dot
gov), of all primary beam devices.
[XLS file]. (It is readable with
gnumeric).
- Albert Erwin's initial list of monitors.
- A console screen shot from
Wally Kissel showing a device to use for testing array outputs.
Related software
Related links
Still to do
Some things that still need to be done are:
-
For the rotorooter connection, I am currently masquerading as the
DCS. Changes to the rotorooter need to be done to fix this.
- Work needs to be done on the XML-RPC server end to allow for
array-like devices to be read out (namely, the SWICs). Currenly only
scalar-like devices can be read out.
- I still don't know the best way to get a useful timestamp into the
data. I can always just take the system time, but it would be
preferable to have a GPS time stamp with a known correlation.
- Testing with real beam devices, in particular, real triggering
need to be done. I've been using things like outdoor temperature and
a simple 1.89 sec recurring timer trigger.
Misc. Notes
To test running at BNL I must use ssh tunnels to get through the BNL
firewall. Furthermore due to some incompatibilities with FNAL's
ancient SSH and minos.phy.bnl.gov's OpenSSH I can't tunnel directly
from minos1.fnal.gov. Here is the procedure:
- Use crypto card (which latest openssh seems to handle) to go to
minos1.fnal.gov
- Ssh from minos1.fnal.gov to phyppro1.phy.bnl.gov:
bv@minos1:bv> ssh -l bviren -v -g -L 1987:phyppro1.phy.bnl.gov:1987 phyppro1.phy.bnl.gov
- Ssh tunnel from phyppro1.phy.bnl.gov to minos.phy.bnl.gov:
bviren@phyppro1:bviren> ssh -l bviren -v -g -L 1987:minos.phy.bnl.gov:1987 minos.phy.bnl.gov
Last Modified: $Date: 2003/01/29 19:37:55 $