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

Related software

Related links

Still to do

Some things that still need to be done are:
  1. For the rotorooter connection, I am currently masquerading as the DCS. Changes to the rotorooter need to be done to fix this.

  2. 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.

  3. 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.

  4. 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:
  1. Use crypto card (which latest openssh seems to handle) to go to minos1.fnal.gov

  2. 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 
    

  3. 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 $