From 1bc46485bab91471b0c8e4ac083c34c083f2ccb5 Mon Sep 17 00:00:00 2001 From: Roger Kalt Date: Thu, 14 Jun 2018 17:56:32 +0200 Subject: [PATCH] add LLRF OSFA Physiklabor test system in machine network - only short TTL --- policies/llrf.policies | 54 ++++++++++++++++++++++++++++++++++++++++-- sources/llrf.sources | 8 +++++++ 2 files changed, 60 insertions(+), 2 deletions(-) diff --git a/policies/llrf.policies b/policies/llrf.policies index 851a75e..e2bdd08 100644 --- a/policies/llrf.policies +++ b/policies/llrf.policies @@ -295,8 +295,58 @@ Examples for ttl settings: ] } } - - +, +{ + "pattern":"^SINEG01.*-RIQM-STA:DAC", + "data_reduction":{ + "waveform":[ + { + "ttl":"P2W", <==== typically you only should modify this setting, the 100 Hz duration time + "modulo":1 + } + , + { + "ttl":"P6M", + "modulo":100 + } + , + { + "ttl":"P10Y", + "modulo":60000 + } + , + { + "ttl":"P100Y", + "modulo":3600000 + } + ] + } +} +/*lab system OSFA Physiklabor in machine network*/ +, +{ + "pattern":"^SINEGTS-.*", + "data_reduction":{ + "waveform":[ + { + "ttl":"P6H", + "modulo":1 + } + ] + } +} +, +{ + "pattern":"^SINEGTS-.*", + "data_reduction":{ + "scalar":[ + { + "ttl":"P4D", + "modulo":1 + } + ] + } +} ] } diff --git a/sources/llrf.sources b/sources/llrf.sources index dd9c40d..170b5d6 100644 --- a/sources/llrf.sources +++ b/sources/llrf.sources @@ -77,5 +77,13 @@ ,{"stream": "tcp://S30CB14-CVME-LLRF1:20000"} ,{"stream": "tcp://S30CB14-CVME-LLRF2:20000"} /*,{"stream": "tcp://S30-CVME-LLRF:20000"}*/ +/*lab system OSFA Physiklabor in machine network*/ + ,{"stream": "tcp://SINEGTS-CVME-LLRF1:20000"} + ,{"stream": "tcp://SINEGTS-CVME-LLRF2:20000"} + /*,{"stream": "tcp://SINSBTS-CVME-LLRF1:20000"} + ,{"stream": "tcp://SINSBTS-CVME-LLRF2:20000"} + ,{"stream": "tcp://S10CBTS-CVME-LLRF1:20000"} + ,{"stream": "tcp://S10CBTS-CVME-LLRF2:20000"}*/ + ] }