Changes between Version 5 and Version 6 of TroubleShootingFads
- Timestamp:
- 08/20/21 13:44:16 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TroubleShootingFads
v5 v6 4 4 == Crate Reset 5 5 6 There exist a script which will do the __Crate Reset__ automatically: 6 Please 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 8 There exists a script which will do the __Crate Reset__ automatically: 7 9 8 10 - dimctrl --quit --cmd ".js scripts/doCrateReset.js crate[n]=true" 9 11 - n = number of crate you want to reset (e.g. crate2=true) 10 12 13 Note 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 11 15 Crate Reset manually: 12 16 13 17 - 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(!) 16 21 - 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 18 23 19 24 == start up - connection problem