using Qt6 for SOLARIS DAQ GUI development
Go to file
2023-09-15 17:53:08 -04:00
.vscode simplify the update other panels machanism 2023-03-24 17:23:59 -04:00
scripts attemp to capture grafana screen without open browser, fail 2023-03-30 18:01:54 -04:00
.gitignore many UI bugs fix and improvement, save Setting to temSettings when close digitizers. 2023-04-12 13:52:42 -04:00
ClassDigitizer2Gen.cpp start the DAQ form slave, able to Sync 2023-09-15 17:53:08 -04:00
ClassDigitizer2Gen.h many UI bugs fix and improvement, save Setting to temSettings when close digitizers. 2023-04-12 13:52:42 -04:00
CustomThreads.h many bugs fix, plan to add SyncHelper 2023-09-15 17:31:07 -04:00
CustomWidgets.h many UI bugs fix and improvement, save Setting to temSettings when close digitizers. 2023-04-12 13:52:42 -04:00
DigiParameters.h UpdateScalar also update digiSettings status, if exist and visible 2023-04-14 14:10:02 -04:00
digiSettingsPanel.cpp many bugs fix, plan to add SyncHelper 2023-09-15 17:31:07 -04:00
digiSettingsPanel.h many bugs fix, plan to add SyncHelper 2023-09-15 17:31:07 -04:00
Event.h fixeed many issue when run on solaris server daq 2023-03-10 14:42:29 -05:00
influxdb.cpp fixeed many issue when run on solaris server daq 2023-03-10 14:42:29 -05:00
influxdb.h improving digiSettingPanel 2023-02-28 13:28:30 -05:00
macro.h added TriggerMask in Setting 2023-03-23 19:57:14 -04:00
main.cpp fix bug when no digitizer connected. becasue the scalar did not setup 2023-03-27 18:34:22 -04:00
mainwindow.cpp start the DAQ form slave, able to Sync 2023-09-15 17:53:08 -04:00
mainwindow.h many bugs fix, plan to add SyncHelper 2023-09-15 17:31:07 -04:00
makeTest many bugs fix, plan to add SyncHelper 2023-09-15 17:31:07 -04:00
README.md many bugs fix, plan to add SyncHelper 2023-09-15 17:31:07 -04:00
scope.cpp many bugs fix, plan to add SyncHelper 2023-09-15 17:31:07 -04:00
scope.h many bugs fix, plan to add SyncHelper 2023-09-15 17:31:07 -04:00
script.C many bugs fix, plan to add SyncHelper 2023-09-15 17:31:07 -04:00
SOLARIS_favicon.png have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
SOLARIS_Qt6_DAQ.pro many bugs fix, plan to add SyncHelper 2023-09-15 17:31:07 -04:00
SOLARISpanel.cpp many UI bugs fix and improvement, save Setting to temSettings when close digitizers. 2023-04-12 13:52:42 -04:00
SOLARISpanel.h finished debug of Solaris panel after Mapping.h format changed 2023-04-03 12:25:23 -04:00
SolReader.h add more on the main window 2023-01-31 18:59:12 -05:00
test.cpp complete the digiSetting Panel 2023-03-14 16:17:22 -04:00
windowID.cpp added windowID.cpp, trying to make elog mechanism better 2023-02-17 19:30:31 -05:00

Architecture

The core digitizer control classes are independent from the UI classes

Core digitizer class/files

  • Event.h
  • DigiParameters.h
  • ClassDigitizer2Gen.h/cpp

The test.cpp is a demo code to use the ClassDigitizer2Gen.h/cpp.

Auxillary classes

  • influxdb.h/cpp

UI classes/files

  • main.cpp
  • mainwindow.h/cpp
  • digiSettingsPanel.h/cpp
  • CustomWidget.h
  • CustomThreads.h
  • scope.h/cpp
  • SOLARISpanel.h/cpp

Other files

  • makeTest
  • test.cpp
  • script.C
  • SolReader.h
  • windowID.cpp

Wiki

https://fsunuc.physics.fsu.edu/wiki/index.php/FRIB_SOLARIS_Collaboration

Required / Development enviroment

Ubuntu 22.04

CAEN_DIG2_v1.5.3

CAEN_FELIB_v1.2.2

sudo apt install qt6-base-dev libcurl4-openssl-dev libqt6charts6-dev

Digitizer firmware V2745-dpp-pha-2022092903.cup

Compile

if *.pro does not exist

use qmake6 -project to generate the *.pro

in the *.pro, add

QT += widgets

LIBS += -lcurl -lCAEN_FELib

if *.pro exist

run qmake6 *.pro it will generate Makefile

then make