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 + } ] } }