mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00
gui: rx_zmqfreq set to 0 in gui for fast detectors that overload the network unnecessarily
This commit is contained in:
parent
b650ad0376
commit
c9372f3d0e
@ -2191,7 +2191,7 @@ Displays minimum, maximum and sum of values for each plot.
|
|||||||
<double>999999.000000000000000</double>
|
<double>999999.000000000000000</double>
|
||||||
</property>
|
</property>
|
||||||
<property name="value">
|
<property name="value">
|
||||||
<double>200.000000000000000</double>
|
<double>500.000000000000000</double>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -75,6 +75,12 @@ void qTabPlot::SetupWidgetWindow() {
|
|||||||
Select1DPlot(is1d);
|
Select1DPlot(is1d);
|
||||||
Initialization();
|
Initialization();
|
||||||
Refresh();
|
Refresh();
|
||||||
|
|
||||||
|
// set default timer
|
||||||
|
spinTimeGap->setValue(DEFAULT_STREAMING_TIMER_IN_MS);
|
||||||
|
// set to streaming timer
|
||||||
|
stackedTimeInterval->setCurrentIndex(0);
|
||||||
|
comboFrequency->setCurrentIndex(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void qTabPlot::Initialization() {
|
void qTabPlot::Initialization() {
|
||||||
|
@ -22,9 +22,6 @@
|
|||||||
#define MYTHEN3_MAX_FRAMES_PER_FILE 10000
|
#define MYTHEN3_MAX_FRAMES_PER_FILE 10000
|
||||||
#define GOTTHARD2_MAX_FRAMES_PER_FILE 20000
|
#define GOTTHARD2_MAX_FRAMES_PER_FILE 20000
|
||||||
|
|
||||||
#define DO_NOTHING (0)
|
|
||||||
#define DO_EVERYTHING (1)
|
|
||||||
|
|
||||||
#define STATISTIC_FRAMENUMBER_INFINITE (20000)
|
#define STATISTIC_FRAMENUMBER_INFINITE (20000)
|
||||||
|
|
||||||
// binary
|
// binary
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
#define MAX_PATTERN_LENGTH 0x2000
|
#define MAX_PATTERN_LENGTH 0x2000
|
||||||
|
|
||||||
#define DEFAULT_STREAMING_TIMER_IN_MS 200
|
#define DEFAULT_STREAMING_TIMER_IN_MS 500
|
||||||
|
|
||||||
#define NUM_RX_THREAD_IDS 8
|
#define NUM_RX_THREAD_IDS 8
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user