From 9e450b968551ab23e45acc56b9e595a39899bdcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4rki?= Date: Fri, 15 Jun 2018 08:41:18 +0200 Subject: [PATCH] ^SINEG01.*-RIQM-STA:DAC MT/LT according other policies, combine^SINEGTS-.* --- policies/llrf.policies | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/policies/llrf.policies b/policies/llrf.policies index e2bdd08..af87e1c 100644 --- a/policies/llrf.policies +++ b/policies/llrf.policies @@ -301,41 +301,26 @@ Examples for ttl settings: "data_reduction":{ "waveform":[ { - "ttl":"P2W", <==== typically you only should modify this setting, the 100 Hz duration time + "ttl":"P2W", "modulo":1 } , { - "ttl":"P6M", + "ttl":"P2M", "modulo":100 + /* 1 point every 1 second */ } , { - "ttl":"P10Y", + "ttl":"P50Y", "modulo":60000 - } - , - { - "ttl":"P100Y", - "modulo":3600000 + /* 1 point every 10 minutes */ } ] } } /*lab system OSFA Physiklabor in machine network*/ , -{ - "pattern":"^SINEGTS-.*", - "data_reduction":{ - "waveform":[ - { - "ttl":"P6H", - "modulo":1 - } - ] - } -} -, { "pattern":"^SINEGTS-.*", "data_reduction":{ @@ -344,6 +329,12 @@ Examples for ttl settings: "ttl":"P4D", "modulo":1 } + ], + "waveform":[ + { + "ttl":"P6H", + "modulo":1 + } ] } }