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:38] 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 56: | Line 87: | ||
|--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 76: | 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| |