From f91dcf33c8ca4f141b6e6254df27547f47ddf279 Mon Sep 17 00:00:00 2001 From: watts Date: Wed, 16 Sep 2026 11:51:59 +0200 Subject: [PATCH] Update ZMQ Publisher Reference --- ZMQ-Publisher-Reference.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ZMQ-Publisher-Reference.md b/ZMQ-Publisher-Reference.md index 4977841..57554c3 100644 --- a/ZMQ-Publisher-Reference.md +++ b/ZMQ-Publisher-Reference.md @@ -18,6 +18,15 @@ Example: ['beamShutterStatus', 'red'] ``` +## 'detectorValues' + +Set of detector values for the latest oscilloscope period. Data is a list of one float value per selected detector, in the order given by the "recordedChannels" message. + +Example: +``` +['detectorValues', [20.981, 976.0]] +``` + ## 'filename' Indicates where scan data will be saved during the measurement. Follows after a 'scanStarted' message. Depending on the scan archive status pf the scan type, the scan data file may be moved out of the "discard" subdirectory after the scan has finished.