This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
daq_control_help [2020/01/13 13:33] acqilc |
daq_control_help [2021/07/10 23:21] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Old DAQ Control ====== | ||
+ | |||
+ | ===== Alias daqcontrol or slowcontrol ===== | ||
+ | |||
+ | Example of alias one can define to use //daqcmd.py// script | ||
+ | |||
+ | ==== Slow Control ==== | ||
+ | |||
+ | alias slccontrol="export DAQLOGIN=cmsLyon:RXXX_YYY;export DAQURL=https://ilcconfdb.yyy.fr/config-content/slow_control_dome_2;/opt/lydaq/qt/daqcmd.py" | ||
+ | |||
+ | ==== Daq control with Oracle ==== | ||
+ | |||
+ | alias daqcontrol="export DAQLOGIN=cmsLyon:RXXX_YYY;export DAQURL=https://ilcconfdb.yyyy.fr/config-content/diftest_bakelite_2;/opt/lydaq/qt/daqcmd.py" | ||
+ | |||
+ | ==== Daq control with MongoDB ==== | ||
+ | |||
+ | |||
+ | alias dqmg="export MGDBLOGIN=acqilc/RXXX_YYY@lyozzzzz:27017@LYONROC;export DAQMONGO=diftest_bakelite:2;/opt/lydaq/qt/daqcmd.py" | ||
+ | |||
+ | |||
+ | ===== daqcontrol.py Object ===== | ||
+ | |||
+ | All the access to the daq is described in an object called //fdaqClient// in the //daqcontrol// module. | ||
+ | |||
+ | Detailed documentation can be found in {{ :pdf:pdf:daqcontrol.pdf |}} | ||
+ | |||
+ | The object is either used in command line (//daqcmd.py// script or with a pyQt interface (//daqqt.py//) | ||
+ | |||
+ | ===== daqcmd.py script ===== | ||
+ | |||
+ | The main script to access with command line the DAQ is //daqcmd.py//: | ||
Line 28: | Line 59: | ||
|--jc-kill | kill all running processes| | |--jc-kill | kill all running processes| | ||
|--jc-destroy | delete all jobcontrol configuration| | |--jc-destroy | delete all jobcontrol configuration| | ||
- | |--jc-start | start all controled processes described in $DAQCONFIG| | + | |--jc-start | start all controled processes described in $DAQCONFIG json file variable| |
- | | | jsonfile variable| | + | |--jc-restart | restart one job with --jobname=name --jobpid=pid --host=hostname| |
- | |--jc-restart | restart one job with --jobname=name --jobpid=pid| | + | |--jc-status | show the status all controled processes or of the process specified in --name=PROC| |
- | | | --host=hostname| | + | |--jc-info | show the status all controled processesof the host specified in --host=Host| |
- | |--jc-status | show the status all controled processes or of the| | + | |
- | | | process specified in --name=PROC| | + | |
- | |--jc-info | show the status all controled processesof the host| | + | |
- | | | specified in --host=Host| | + | |
|--jc-appcreate | Create all ZDAQ app on all hosts| | |--jc-appcreate | Create all ZDAQ app on all hosts| | ||
- | |--daq-create | Send the CREATE transition to the FDAQ process (i.e| | + | |--daq-create | Send the CREATE transition to the FDAQ process (i.e parameters loads of all controlled application)| |
- | | | parameters loads of all controlled application)| | + | |--daq-discover | FDAQ scans controlled application and forward CREATE transition to all controlled processes| |
- | |--daq-discover | FDAQ scans controlled application and forward CREATE| | + | |--daq-setparameters| send the parameters described in $DAQCONFIG file to the DAQ| |
- | | | transition to all controlled processes| | + | |--daq-getparameters| get the parameters described in $DAQCONFIG file to the DAQ| |
- | |--daq-setparameters| send the parameters described in $DAQCONFIG file to| | + | |--daq-forceState | force the sate name of the FDAQ with the --state option, ex --forceState --state=DISCOVERED| |
- | | | the DAQ| | + | |--daq-services | Send INITIALISE/CONFIGURE transition to services application (MDCC,DB,BUILDER mainly)| |
- | |--daq-getparameters| get the parameters described in $DAQCONFIG file to the| | + | |
- | | | DAQ| | + | |
- | |--daq-forceState | force the sate name of the FDAQ with the --state| | + | |
- | | | option, ex --forceState --state=DISCOVERED| | + | |
- | |--daq-services | Send INITIALISE/CONFIGURE transition to services| | + | |
- | | | application (MDCC,DB,BUILDER mainly)| | + | |
|--daq-state | display DAQ state| | |--daq-state | display DAQ state| | ||
- | |--daq-initialise | Initialise FDAQ, data source discovery and Builder| | + | |--daq-initialise | Initialise FDAQ, data source discovery and Builderfinal configuration| |
- | | | final configuration| | + | |
|--daq-configure | Configure FDAQ, front end ASICs configuration| | |--daq-configure | Configure FDAQ, front end ASICs configuration| | ||
- | |--daq-startrun | start the run| | + | |--daq-startrun | start the run --comment="my comment"| |
|--daq-stoprun | stop the run| | |--daq-stoprun | stop the run| | ||
|--daq-destroy | destroy the readout, back to the PREPARED state| | |--daq-destroy | destroy the readout, back to the PREPARED state| | ||
Line 61: | Line 81: | ||
|--daq-dbstatus | get current run and state from db| | |--daq-dbstatus | get current run and state from db| | ||
|--daq-downloaddb | download the dbsate specified in --dbstate=state| | |--daq-downloaddb | download the dbsate specified in --dbstate=state| | ||
- | |--dif-setgain | change the gain of HARDROC2 and reconfigure chips with| | + | |--dif-setgain | change the gain of HARDROC2 and reconfigure chips with --gain=xxx| |
- | | | --gain=xxx| | + | |--dif-setthreshold| change the threholds of HARDROC2 and reconfigure chips with --B0=xxx --B1=yyy --B2=zzz| |
- | |--dif-setthreshold| change the threholds of HARDROC2 and reconfigure chips| | + | |--dif-ctrlreg | set the SDHCAL DIF ctrlregister specified with --ctrlreg=register| |
- | | | with --B0=xxx --B1=yyy --B2=zzz| | + | |
- | |--dif-ctrlreg | set the SDHCAL DIF ctrlregister specified with| | + | |
- | | | --ctrlreg=register| | + | |
|--feb-resettdc | Send Reset to all FEB TDC| | |--feb-resettdc | Send Reset to all FEB TDC| | ||
|--feb-calibdac | Start a PETIROC calibdac run| | |--feb-calibdac | Start a PETIROC calibdac run| | ||
|--feb-scurve | Start a PETIROC scurve run| | |--feb-scurve | Start a PETIROC scurve run| | ||
- | |--feb-setvth | change the VTHTIME threshold of PETIROC2 and| | + | |--feb-setvth | change the VTHTIME threshold of PETIROC2 andreconfigure chips with -vth=xxx| |
- | | | reconfigure chips with -vth=xxx| | + | |--feb-setmask | change the MASK of PETIROC2 reconfigure chips with -mask=xxx| |
- | |--feb-setmask | change the MASK of PETIROC2reconfigure chips with| | + | |--feb-settdcmode | change the trigger mode before starting the run with --value=1 (trigger Only)/0 (all)| |
- | | | -mask=xxx| | + | |--feb-settdcdelays| change the PETIROC mode before starting the run with --active=1-255, --dead=1-255| |
- | |--feb-settdcmode | change the trigger mode before starting the run with| | + | |
- | | | --value=1/0| | + | |
- | |--feb-settdcdelays| change the PETIROC mode before starting the run with| | + | |
- | | | --active=1-255, --dead=1-255| | + | |
|--feb-lutcalib | Calibrate --tdc=i --channel=k| | |--feb-lutcalib | Calibrate --tdc=i --channel=k| | ||
|--feb-lutdraw | Calibrate --tdc=i --channel=k| | |--feb-lutdraw | Calibrate --tdc=i --channel=k| | ||
Line 90: | Line 103: | ||
|--trig-spilloff | set spill nclock off with --clock=nc (20ns)| | |--trig-spilloff | set spill nclock off with --clock=nc (20ns)| | ||
|--trig-beam | set beam length to nclock with --clock=nc (20ns)| | |--trig-beam | set beam length to nclock with --clock=nc (20ns)| | ||
- | |--trig-spillregiste| set the value of the spill register (FEB CMS) (32/64| | + | |--trig-spillregister | set the value of the spill register (FEB CMS) (32/64 for beamtest or cosmic) --value=xx| |
- | | | for beamtest or cosmic) --value=xx| | + | |--trig-calibon | set the value of the calibon register (FEB calibration) --value=xx| |
- | |--trig-calibon | set the value of the calibon register (FEB| | + | |--trig-calibcount | set the value of the calibcount (FEB calibration) register --value=xx| |
- | | | calibration) --value=xx| | + | |
- | |--trig-calibcount | set the value of the calibcount (FEB calibration)| | + | |
- | | | register --value=xx| | + | |
|--trig-rearm | reload calib (FEB calibration)| | |--trig-rearm | reload calib (FEB calibration)| | ||
|--trig-hardreset | send a hard reset to mezzanines| | |--trig-hardreset | send a hard reset to mezzanines| | ||
- | |--trig-setregister| set the value of the MDCC register --value=xx| | + | |--trig-setregister| set the value of the MDCC register --value=xx --address=yy| |
- | | | --address=yy| | + | |
|--trig-getregister| get the value of the MDCC register --address=yy| | |--trig-getregister| get the value of the MDCC register --address=yy| | ||
|--trig-tdcreset | hard reset of TDC (FEB) counters| | |--trig-tdcreset | hard reset of TDC (FEB) counters| | ||
- | |--slc-create | Send a CREATE transition to FSLOW app (parsing of| | + | |--slc-create | Send a CREATE transition to FSLOW app (parsing of configuration)| |
- | | | configuration)| | + | |--slc-initialise | Send a INITIALISE transition to FSLOW (auto discovery and CREATE transition to all controlled apps)| |
- | |--slc-initialise | Send a INITIALISE transition to FSLOW (auto discovery| | + | |--slc-configure | Send a CONFIGURE transition to FSLOW (configuration of all controlled apps)| |
- | | | and CREATE transition to all controlled apps)| | + | |--slc-start | Send a START transition to all monitorApplication controlled| |
- | |--slc-configure | Send a CONFIGURE transition to FSLOW (configuration of| | + | |--slc-stop | Send a STOP transition to all monitorApplication controlled| |
- | | | all controlled apps)| | + | |
- | |--slc-start | Send a START transition to all monitorApplication| | + | |
- | | | controlled| | + | |
- | |--slc-stop | Send a STOP transition to all monitorApplication| | + | |
- | | | controlled| | + | |
|--slc-lvon | put Zup LV ON| | |--slc-lvon | put Zup LV ON| | ||
|--slc-lvoff | put Zup LV OFF| | |--slc-lvoff | put Zup LV OFF| | ||
|--slc-lvstatus | Dump LV status| | |--slc-lvstatus | Dump LV status| | ||
|--slc-hvstatus | display hvstatus of all channel of the wiener crate| | |--slc-hvstatus | display hvstatus of all channel of the wiener crate| | ||
- | |--slc-vset | set the voltage V of channel i to k with --first=i| | + | |--slc-vset | set the voltage V of channel i to k with --first=i --last=k --voltage=V| |
- | | | --last=k --voltage=V| | + | |--slc-iset | set the current limit I (microA) of channel i to k with --first=i --last=k --current=I| |
- | |--slc-iset | set the current limit I (microA) of channel i to k| | + | |--slc-rampup | set the ramp (V/S) of channel i to k with --first=i --last=k --ramp=r| |
- | | | with --first=i --last=k --current=I| | + | |--slc-hvon | set the voltage ON of channel i to k with --first=i --last=k| |
- | |--slc-rampup | set the ramp (V/S) of channel i to k with --first=i| | + | |--slc-hvoff | set the voltage OFF of channel i to k with --first=i --last=k| |
- | | | --last=k --ramp=r| | + | |
- | |--slc-hvon | set the voltage ON of channel i to k with --first=i| | + | |
- | | | --last=k| | + | |
- | |--slc-hvoff | set the voltage OFF of channel i to k with --first=i| | + | |
- | | | --last=k| | + | |
|--slc-clearalarm | Clear alarm of channel i to k with --first=i --last=k| | |--slc-clearalarm | Clear alarm of channel i to k with --first=i --last=k| | ||
|--slc-ptstatus | display the P and T from the BMP183 readout| | |--slc-ptstatus | display the P and T from the BMP183 readout| |