There is no internet browser installed on the SUN machine drcstand. To access internet (and in particular these instructions) ssh to another machine and start a browser from there.
To create a new xtc file (to change the number of boards in the front-end):
{IdQual: f5020.0} {IdQual: 0.0}
DrcRegisterTC containing 40 registers as follows:
The .txt file has 5 columns.The only column in the .txt file that you will have to change on the teststand is the fiberAmask (bitmask of boards in the front-end crate).
grp regnum val fiberAmask fiberBmask 0 0 8e3 de1c 0
odfElement numbering:
To run dataflow, bring up two windows on drcstand. In the first window, log on to bbr-reflin and then type "xyplex -f tt16-13". In the second window send the following commands:
setenv ODF_PLATFORM 13 setenv LD_LIBRARY_PATH /nfs/bbr-srv02/dataflow/package/shlib/SunOS58_sparc_WS6U1 /nfs/bbr-srv02/dataflow/0D/13/release/bin/SunOS58_sparc_WS6U1/fcgui -c 0x10000 -k 0x1da -t 0xffffffff& /nfs/bbr-srv02/dataflow/0D/13/release/bin/SunOS58_sparc_WS6U1/eventtest -c 0x10000 -i 0 -d&
(above, SunOS58_sparc_WS6U1 is the current value of BFARCH, and may change someday in the future). Also, the key 0x1da looks like data taking. Vasia has said that the key 0x1d9 looks more like calibration (e.g. it doesn't send l1accepts up to the event level).
Damage statistics will be dumped by eventtest every time you Disable (by clicking on MinorCycle).
You get a 1Hz events by plugging a loopback lemo cable on the FCPM (rightmost fast controlboard) from SYSCLK/N to TRIG28. You get 4kHz events by plugging it into TRIG29.
To generate 5 2.7us spaced L1Accepts (a "recommended test"):
Dataflow prints out details information about which board was out-of-synch/out-of-order for a few events. After these few, you either have to reboot the ROM, or type
odfOOSOOOPrint=1at the ROM prompt (this will print out the detail for the next damaged event).
To generate 5 2.7us spaced L1Accepts (a "recommended test"):
To shutdown you either click on Halted, or you can click Reboot, followed by Dissolve. After that you will have to restart eventtest (but fcgui will remain).
To run with the real IR2 system, as above: login to bbr-farm02 setenv ODF_PLATFORM 127 use whatever crates you want in crate mask 0x1c0000 (the 3 DRC crates) for the "-c" flag use a data-taking top key for the fcgui "-k" flag. today (7/16/03) 0x859 works. To see ROM output: xyplex -f odf-drcX-Y (X goes from 0 to 2, Y goes from 1 to 2) xyplex has to be run from bbr-devXX or bbr-farmXX machines.
to switch between official DRC software and cpo "debug printout" software in /nfs/bbr-srv02/dataflow/0D/drc/app do the following: ln -s ../../../drc/libDrcApp.o.o8.15.3-Odf-D08-00-00 libDrcApp.o (official software) ln -s ../../../drc/libDrcApp.o.cpodebug libDrcApp.o (debug software) You may have to remove the old softlink that was there. The official area for drc ROM libraries is /nfs/bbr-srv02/dataflow/drc. An example test name is: libDrcOdf.o.9.5.5.jlibby