Actions
Feature #2112
openRorc lib
Status:
New
Priority:
Low
Assigned To:
-
Target version:
-
Start date:
10/19/2011
Due date:
% Done:
0%
Estimated time:
Description
Try the different programs in
/opt/date/rorc/examples/README
that is download_data_block_to_FEE.c
get_FEE_status.c
read_data_block_from_FEE.c
send_command_to_FEE.c
Implement methods on top of rorc_lib that could be used in replacement of FeC2
http://alice-proj-ddl.web.cern.ch/alice-proj-ddl/
However old, the reference is
http://www.ge.infn.it/~minutoli/BONUS/SW/rorc_lib_rev10.pdf
in particular
- 4.3 RORC_RESET, p51
- 4.4 SIU_RESET, p52
- 4.10 RORC_STATUS, p58
- 4.12 DIU_STATUS, p60
- 4.13 SIU_STATUS, p61
This confirms that the status command do not return failure code when we would like it.
Files
Updated by Lafage Vincent over 11 years ago
I now have the rorc_lib basic building blocs for equivalence of FeC2 calls
initCrocus.x
/date/rorc/examples/Linux/download_data_block_to_FEE -m 0 -c 0 -a 0 -f /home/daq/test/init2562.dat -t 1000000
getCmdRes.x
/date/rorc/examples/Linux/read_data_block_from_FEE -m 0 -c 0 -a 0x13 -f getCmdRes.res -t 1000000
waitUntilCrocusRdy.x (still unclear)
/date/rorc/examples/Linux/send_command_to_FEE -m 0 -c 0 -w 0x13 -t 800000
Actions