From 27fa22dd0c4500325b7f8dd150fa6151d6286633 Mon Sep 17 00:00:00 2001 From: watts Date: Wed, 19 Oct 2022 17:03:13 +0200 Subject: [PATCH] Update Config_Detector --- Config_Detector.md | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/Config_Detector.md b/Config_Detector.md index 02c65a2..15f3e51 100644 --- a/Config_Detector.md +++ b/Config_Detector.md @@ -94,7 +94,7 @@ Further configuration parameters are type-dependent.  **Default**: empty string **setTimeChannel**::
- String value that defines (for an "Epics" detector) the EPICS channel where _Pixelator_ provides the dwell time of the current scan point. This is commonly used for the exposure setting of an area detector. The value pushed to the EPICS channel is calculated by `T×**hardwareTimeFactor** - **hardwareTimeOffset**`, where `T` is the dwell time in ms used by Pixelator.
+ String value that defines (for an "Epics" detector) the EPICS channel where _Pixelator_ provides the dwell time of the current scan point. This is commonly used for the exposure setting of an area detector. The value pushed to the EPICS channel is calculated by T×**hardwareTimeFactor** - **hardwareTimeOffset**, where T is the dwell time in ms used by Pixelator.
 **Default**: empty string **channelStart**::
@@ -127,12 +127,35 @@ Further configuration parameters are type-dependent. **details**::
 Integer value that defines the length of the data array (always 1D and zero-based) that will be returned by an "Epics" detector. Note that Pixelator requires detectors to additionally return a summary of the data array as a single value per scan point.
+ **Default**: 0 + +## Zmq + + **zmqPublisher**::
+ String value that defines the ZMQ network address for .
+ **Default**: empty string + + **zmqRequester**::
+ String value that defines
+ **Default**: empty string + + **getDataTimeout**::
+ Double value that defines the number of seconds to wait for data to be received before moving on to the next scan point.
+ **Default**: 0.15 + + **details**::
+ Integer value that defines the length of the data array (always 1D and zero-based) that will be returned by an "Epics" detector. Note that Pixelator requires detectors to additionally return a summary of the data array as a single value per scan point.
 **Default**: 0 ****::
- Integer value that defines if .
+ Integer value that defines
 **Default**: ? ****::
 Integer value that defines
- **Default**: ? \ No newline at end of file + **Default**: ? + + ****::
+ Integer value that defines
+ **Default**: ? +