Skip to content
Snippets Groups Projects
Commit f4011aae authored by Giacomo Strangolino's avatar Giacomo Strangolino
Browse files

Project blmhistory imported from last version in CVS

parents
No related branches found
No related tags found
No related merge requests found
Showing with 233 additions and 0 deletions
.csv 0 → 100644
This diff is collapsed.
release_07: porting qtango and qwt 6
release_06: support for hdb++ database
./bin/blmhistory f/radiation_protection/blm_master_linac.01 f/radiation_protection/blm_master_linac.02 f/radiation_protection/blm_master_uh.01 --schema-type=hdb++ --schema=hdbpp --dbuser=hdbppro --dbpass=hdbppro --database=srv-log-srf-01.fcs
release_05: Rebuild with new QGraphicsplot (2.5.0)
release_04: Usage string updated. Removed qDebug output
release_03: added support for Elettra: photodiode and bergoz. See README
release_02: added custom minimum and maximum values for the painter in order to filter out
the unwanted values outside the range
release_01
First installed release
README 0 → 100644
$Id: README,v 1.3 2016-04-12 10:01:58 giacomo Exp $
Blm History
========================================================================
Introduction
------------
Beam loss monitor historical data panel
Requirements
------------
Developed and tested with:
- tango 8.0.x
- omniorb 4.1.6
- qtango 4.x
- ubuntu
- Qt 4.x
- qwt 5.2.x
Tango devices used - FERMI
------------------
srv-tango-srf:20000 f/radiation_protection/blm_master_linac.01 f/radiation_protection/blm_master_linac.02 f/radiation_protection/blm_master_uh.01
Launch with: blmhistory f/radiation_protection/blm_master_linac.01 f/radiation_protection/blm_master_linac.02 f/radiation_protection/blm_master_uh.01
########################### ELETTRA ############################
Tango devices used and command line - ELETTRA
a. PHOTODIODE
./bin/blmhistory ecrada11/blmmaster/b ecrada11/blmmaster/bts ecrada11/blmmaster/pptb ecrada11/blmmaster/sr --type=photodiode --database=log.ecs
b. BERGOZ
./bin/blmhistory ecrada11/blmmaster/b ecrada11/blmmaster/bts ecrada11/blmmaster/pptb ecrada11/blmmaster/sr --type=bergoz --database=log.ecs
The three blm master devices must be in the correct order
HDB++ database:
./bin/blmhistory f/radiation_protection/blm_master_linac.01 f/radiation_protection/blm_master_linac.02 f/radiation_protection/blm_master_uh.01 --schema-type=hdb++ --schema=hdbpp --dbuser=hdbppro --dbpass=hdbppro --database=srv-log-srf-01.fcs
Building
--------
qmake && make
Installed release
-----------------
last tag:
WA revision: $Name: $
Main customers
--------------
Errors & Troubleshooting
------------------------
If you experience problems, please contact:
Claudio Scafuri <claudio.scafuri@elettra.trieste.it>
giacomo.strangolino@elettra.trieste.it
giulio.gaio@elettra.trieste.it
Thank you.
Sincrotrone Trieste s.c.p.a - ELETTRA Laboratory - Controls Group
#-------------------------------------------------
#
# Project created by QtCreator 2013-05-07T10:23:43
#
#-------------------------------------------------
lessThan(QT_MAJOR_VERSION, 5) : include(/usr/local/qtango/include/qtango6/qtango.pri)
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets uitools
greaterThan(QT_MAJOR_VERSION, 4): include(/usr/local/qtango/include/qtango6/qtango.pri)
QT += core gui sql
# DEFINES -= QT_NO_DEBUG_OUTPUT
CONFIG += debug
greaterThan(QT_MAJOR_VERSION, 4) {
QT += widgets
VER_SUFFIX = -qt5
message("")
message("================================================================")
message(" Building qgraphicsplot with qt5 ")
message(" Libraries will be named libqgraphicsplot-qt5 ")
message("================================================================")
message("")
} else {
VER_SUFFIX =
}
TARGET = bin/blmhistory
TEMPLATE = app
INCLUDEPATH += /usr/local/qgraphicsplot/include/qgraphicsplot /usr/local/thdb/include/thdb
RESOURCES += blmhistory.qrc
SOURCES += src/main.cpp\
src/blmhistory.cpp \
src/db/dbthread.cpp \
src/db/hdbdata.cpp \
src/image.cpp \
src/painter.cpp \
src/label.cpp \
src/plot/plot.cpp \
src/plot/blmscalelabel.cpp \
src/db/hdbdataaligner.cpp \
src/widgets/vlabel.cpp \
src/timeintervalhelper.cpp \
src/db/dbdatacache.cpp \
src/widgets/confdockwidget.cpp \
src/widgets/magnifierlabel.cpp \
src/imagedata.cpp \
src/guihelper.cpp \
src/windowssaverestore.cpp \
src/exportdata.cpp
HEADERS += src/blmhistory.h \
src/db/dbthread.h \
src/db/hdbdata.h \
src/image.h \
src/painter.h \
src/label.h \
src/plot/plot.h \
src/blmhistory_constants.h \
src/plot/blmscalelabel.h \
src/db/hdbdataaligner.h \
src/widgets/vlabel.h \
src/timeintervalhelper.h \
src/db/dbdatacache.h \
src/widgets/confdockwidget.h \
src/widgets/magnifierlabel.h \
src/imagedata.h \
src/guihelper.h \
src/windowssaverestore.h \
src/widgets/labeltext.h \
src/exportdata.h
FORMS += src/blmhistory.ui
LIBS += -L/usr/local/qgraphicsplot/lib -L/usr/local/thdb/lib -lQGraphicsPlot$${VER_SUFFIX} -lTHdb$${VER_SUFFIX}
This diff is collapsed.
<RCC>
<qresource prefix="/">
<file>images/show-controls.png</file>
<file>images/okguy.jpg</file>
<file>images/hide-controls.png</file>
<file>images/zoom-in.png</file>
<file>images/zoom-out.png</file>
<file>images/zoom-original.png</file>
<file>images/zoom-best-fit.png</file>
<file>images/filesave.png</file>
<file>images/snapshot.png</file>
<file>images/monoscope.jpg</file>
<file>images/paletteBW.png</file>
<file>images/paletteC.png</file>
<file>images/paletteJet.png</file>
<file>images/paletteHot.png</file>
<file>images/trollface-problem.jpg</file>
<file>images/input-keyboard.png</file>
</qresource>
</RCC>
images/filesave.png

821 B

images/hide-controls.png

683 B

images/input-keyboard.png

626 B

images/monoscope.jpg

66.4 KiB

/* XPM */
static char * mycross_xpm[] = {
"32 32 3 1",
" c None",
". c #FFFFFF",
"+ c #000000",
" ",
" ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" ............. ............. ",
" +++++++++++++ +++++++++++++ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" ",
" "};
images/okayguy.png

54.5 KiB

images/okguy.jpg

51.4 KiB

images/paletteBW.png

205 B

images/paletteC.png

284 B

images/paletteHot.png

214 B

images/paletteJet.png

221 B

images/show-controls.png

3.71 KiB

images/snapshot.png

953 B

images/trollface-problem.jpg

45.5 KiB

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment