Changes between Version 5 and Version 6 of TroubleShootingFads


Ignore:
Timestamp:
08/20/21 13:44:16 (3 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TroubleShootingFads

    v5 v6  
    44== Crate Reset
    55
    6 There exist a script which will do the __Crate Reset__ automatically:
     6Please use Smartfact or the script for a Camera Reset (former: "Crate" Reset). The following step-by-step instructions is mainly meant for experts during debugging.
     7
     8There exists a script which will do the __Crate Reset__ automatically:
    79
    810- dimctrl --quit --cmd ".js scripts/doCrateReset.js crate[n]=true"
    911- n = number of crate you want to reset (e.g. crate2=true)
    1012
     13Note that the current setup does not allow anymore to reset individual crates. So whatever option you give, the whole camera will be reset. This previous instructions explain how to start the script directly in a local instance of dimctrl. This is __not__ recommended. The recommended way is to use dimctrl to start the script in the dimserver. If you decide to start the script locally, make sure that the script that you start is the right one (i.e. in operator/scripts on newdaq/newdata).
     14
    1115Crate Reset manually:
    1216
    1317- disable all FTUs (in the FTU tab of your screen session) ftmctrl/ENABLE_FTU -1 0
    14 - disconnect the 10 FADs in the crate, by clicking the LEDs
    15 - ftmctrl/RESET_CRATE x (x corresponding crate)
     18- disconnect all FADs, either by FAD_CONTROL/STOP or if that fails by disconnecting them one-by-one
     19- FPGAFTM_CONTROL/RESET_CAMERA
     20- wait for 2min(!)
    1621- enable all FTUs (in the FTU tab of your screen session) ftmctrl/ENABLE_FTU -1 1
    17 - reconnect the 10 FADs, one by one with 3 seconds waiting in between (the FAD needs this time to boot)
     22- reconnect the FADs with FAD_CONTROL/START or one-by-one
    1823
    1924== start up - connection problem