emcp/backend/config/setting.json

175 lines
3.5 KiB
JSON
Raw Normal View History

2026-05-18 09:12:14 +08:00
{
2026-05-19 09:26:51 +08:00
"line_alarm_setting": [
2026-05-18 17:05:23 +08:00
{
2026-05-19 09:26:51 +08:00
"line_no": 1,
"over_limit_alarm": [
{
"category": "电压",
"limit": 0.0,
"delay": 0,
"output_node": "开出1",
"enabled": true
},
{
"category": "电流",
"limit": 0.0,
"delay": 0,
"output_node": "开出2",
"enabled": true
},
{
"category": "差流",
"limit": 0.0,
"delay": 0,
"output_node": "",
"enabled": false
},
{
"category": "功率",
"limit": 0.0,
"delay": 0,
"output_node": "",
"enabled": false
},
{
"category": "频率",
"limit": 0.0,
"delay": 0,
"output_node": "",
"enabled": false
}
],
"fault_alarm": [
{
"category": "PT断线",
"limit": 0.0,
"delay": 0,
"output_node": "",
"enabled": false
},
{
"category": "CT断线",
"limit": 0.0,
"delay": 0,
"output_node": "",
"enabled": false
}
]
}
],
2026-05-18 09:12:14 +08:00
"ai_alarm_setting": [
{
"channel_no": 1,
"singal_type": "4-20mA",
"limit_low": 0.0,
"limit_high": 20.0,
"delay": 180,
"output_node": "开出1",
"enabled": true
2026-05-18 17:05:23 +08:00
},
{
"channel_no": 2,
"singal_type": "1~5V",
"limit_low": 0.0,
"limit_high": 8.0,
"delay": 8,
"output_node": "",
"enabled": true
},
{
"channel_no": 3,
"singal_type": "4~20mA",
"limit_low": 0.0,
"limit_high": 8.0,
"delay": 8,
"output_node": "",
"enabled": false
},
{
"channel_no": 4,
"singal_type": "1~5V",
"limit_low": 0.0,
"limit_high": 8.0,
"delay": 8,
"output_node": "",
"enabled": false
},
{
"channel_no": 5,
"singal_type": "4~20mA",
"limit_low": 0.0,
"limit_high": 8.0,
"delay": 8,
"output_node": "",
"enabled": false
},
{
"channel_no": 6,
"singal_type": "1~5V",
"limit_low": 0.0,
"limit_high": 8.0,
"delay": 8,
"output_node": "",
"enabled": false
},
{
"channel_no": 7,
"singal_type": "4~20mA",
"limit_low": 0.0,
"limit_high": 8.0,
"delay": 8,
"output_node": "",
"enabled": false
},
{
"channel_no": 8,
"singal_type": "1~5V",
"limit_low": 0.0,
"limit_high": 8.0,
"delay": 8,
"output_node": "",
"enabled": false
},
{
"channel_no": 9,
"singal_type": "4~20mA",
"limit_low": 0.0,
"limit_high": 8.0,
"delay": 8,
"output_node": "",
"enabled": false
},
{
"channel_no": 10,
"singal_type": "1~5V",
"limit_low": 0.0,
"limit_high": 8.0,
"delay": 8,
"output_node": "",
"enabled": false
},
{
"channel_no": 11,
"singal_type": "4~20mA",
"limit_low": 0.0,
"limit_high": 8.0,
"delay": 8,
"output_node": "",
"enabled": false
},
{
"channel_no": 12,
"singal_type": "1~5V",
"limit_low": 0.0,
"limit_high": 8.0,
"delay": 8,
"output_node": "",
"enabled": false
2026-05-18 09:12:14 +08:00
}
],
"system_config": {
2026-05-19 09:26:51 +08:00
"time_sync": "2026-05-18 17:05:28",
2026-05-18 09:12:14 +08:00
"brightness": 83,
2026-05-18 17:05:23 +08:00
"screen_saver": 120
2026-05-18 09:12:14 +08:00
}
}