Notes on decal_sw package ========================= Installation: o Get decal_sw.tgz file and unpack using tar -xvzf decal_sw.tgz o Go into the directory cd decal_sw o Set up all required environmental variables source decal_sw_setup.sh o Make all the libraries and executables source makes.sh This may given errors at the chcon stage; these are not critical. 09/03/10: The USB_DAQ master firmware has different numbers of USB addresses depending on the version. Version 6 uses 10 addresses and version 7 uses 11 due to the extra register to read the TLU data. The address count is specified in the software enum called ADDRESSES which is defined in TPACMasterController/include/TPACMasterController.hh This count must match the firmware so the software must be compiled differently for the two versions. The default is version 7. To get the software to compile for version 6, then #define TPACMASTERCONTROLLER_FIRMWARE_V6 should be added at the top of the above TPACMasterController.hh file.