SIENTIAPDE-1646
Merge branch 'main' into feature/SIENTIAPDE-1646
This commit is contained in:
43
pipelines_sample.json
Normal file
43
pipelines_sample.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"schedule_name": "scouter-test_linreg",
|
||||
"workflow_type": "scouter",
|
||||
"active": true,
|
||||
"model_id": "1",
|
||||
"frequency": "1m",
|
||||
"offset": "0m",
|
||||
"max_retry_policy": 1,
|
||||
"execution_timeout_seconds": 300,
|
||||
"task_timeout_seconds": 300,
|
||||
"on_conflict": "error",
|
||||
"debug_data_package": false,
|
||||
"fill_missing_tags": false,
|
||||
"filters": [
|
||||
{ "filter_name": "OUT_OF_RANGE", "policy": "STOP" }
|
||||
],
|
||||
"read_tags": [
|
||||
{
|
||||
"server_id": "1",
|
||||
"tag_name": "Counter",
|
||||
"tag_address": "ns=2;s=GatewayProSYS.ProSYS.Simulation.Counter",
|
||||
"aggr_func": "lts",
|
||||
"data_range": [1, 30],
|
||||
"frequency": 30000
|
||||
},
|
||||
{
|
||||
"server_id": "1",
|
||||
"tag_name": "Square",
|
||||
"tag_address": "ns=2;s=GatewayProSYS.ProSYS.Simulation.Square",
|
||||
"aggr_func": "lts",
|
||||
"data_range": [-2, 2],
|
||||
"frequency": 30000
|
||||
},
|
||||
{
|
||||
"server_id": "1",
|
||||
"tag_name": "Rollout",
|
||||
"tag_address": "ns=2;s=GatewayProSYS.ProSYS.Simulation.Rollout",
|
||||
"aggr_func": "lts",
|
||||
"data_range": [-2, 2],
|
||||
"frequency": 30000
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user