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 :

  1. cd padme-dcs
  2. ./setvolt_ecal_all.exe

To set OFF all ECAL channels log to dcs@l0padme1 then :

  1. cd padme-dcs
  2. ./offvolt_ecal_all.exe

To set a single channel to its standard voltage :

  1. cd padme-dcs
  2. ./setvolt_ecal_single.exe

To disable HV alarm/recovery procedure log on to dcs@l0padme1 :

  1. kill_alarmecal

Please do NOT forget to reenable it afterwards :

  1. cd padme-dcs
  2. 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] :

  1. cd DAQ/tools
  2. ./setvolt_ecal_all.exe

To set OFF all ECAL channels log to [email protected] :

  1. cd DAQ/tools
  2. ./offvolt_ecal_all.exe

To set a single channel to its standard voltage :

  1. cd DAQ/tools
  2. ./setvolt_ecal_single.exe