^SINEG01.*-RIQM-STA:DAC MT/LT according other policies,

combine^SINEGTS-.*
This commit is contained in:
Fabian Märki
2018-06-15 08:41:18 +02:00
parent 0483c7e805
commit 9e450b9685

View File

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