Switch ON OFF ECAL - PADME-Experiment/padme-fw GitHub Wiki
Warning!
Right now the scripts in daq@l0padme1 do not work correctly
Please, log into dcs@l0padme1 to make the operation.
To set ON all ECAL channels to the currently used standard voltage setup (at the moment the 15 pC/Mev) log to dcs@l0padme1 then :
- cd padme-dcs
- ./setvolt_ecal_all.exe
To set OFF all ECAL channels log to dcs@l0padme1 then :
- cd padme-dcs
- ./offvolt_ecal_all.exe
To set a single channel to its standard voltage :
- cd padme-dcs
- ./setvolt_ecal_single.exe
To disable HV alarm/recovery procedure log on to dcs@l0padme1 :
- kill_alarmecal
Please do NOT forget to reenable it afterwards :
- cd padme-dcs
- nohup ./alarm_HV.sh > /dev/null &
TO BETTER CONFIGURE
To set ON all ECAL channels to the currently used standard voltage setup (at the moment the 15 pC/Mev) log to [email protected] :
- cd DAQ/tools
- ./setvolt_ecal_all.exe
To set OFF all ECAL channels log to [email protected] :
- cd DAQ/tools
- ./offvolt_ecal_all.exe
To set a single channel to its standard voltage :
- cd DAQ/tools
- ./setvolt_ecal_single.exe