From 99f149083171449f271cd563be822974495b21b5 Mon Sep 17 00:00:00 2001 From: watts Date: Fri, 11 Nov 2022 15:50:03 +0100 Subject: [PATCH] Update Config_Detector --- Config_Detector.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Config_Detector.md b/Config_Detector.md index 84e2006..f3094b7 100644 --- a/Config_Detector.md +++ b/Config_Detector.md @@ -148,7 +148,7 @@ However, detectors that provide multiple values, e.g. area detectors, tend to al  **Default**: empty string **zmqRequester**::
- String value that defines the ZMQ network address and port that _Pixelator_ should use to communicate measurement parameters and scheduling details with the detector. For example `"tcp://x07da-qutag-1.psi.ch:5564"`.
+ String value that defines the ZMQ network address and port that _Pixelator_ should use to communicate measurement parameters and scheduling details with the detector. For example `"tcp://x07da-qutag-1.psi.ch:5564"`. The current implementation (11.11.2022) does not actually use the requester port for anything, but a feature set similar to that of the Epics type detector is planned where communication will be performed over this ZMQ requester port.
 **Default**: empty string **getDataTimeout**::
@@ -157,5 +157,4 @@ However, detectors that provide multiple values, e.g. area detectors, tend to al **details**::
 Integer value that defines the length of the data array (always 1D) that will be returned by the detector. Note that _Pixelator_ requires detectors to additionally return a summary of the data array as a single value per scan point.
- **Default**: 0 - + **Default**: 0 \ No newline at end of file