emcp/backend/config/channel.json

198 lines
3.5 KiB
JSON
Raw Permalink Normal View History

2026-05-18 09:12:14 +08:00
{
"ai_channel": [
{
"ch": 1,
2026-05-18 17:05:23 +08:00
"singal_type": "1-5v",
2026-05-26 16:13:35 +08:00
"line_no": 2,
2026-05-18 09:12:14 +08:00
"type": "UA",
2026-05-26 16:13:35 +08:00
"limit_low": 10.0,
2026-05-18 09:12:14 +08:00
"limit_high": 20.0
2026-05-18 17:05:23 +08:00
},
{
"ch": 2,
"singal_type": "1~5V",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
},
{
"ch": 3,
"singal_type": "4~20mA",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
},
{
"ch": 4,
"singal_type": "1~5V",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
},
{
"ch": 5,
"singal_type": "4~20mA",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
},
{
"ch": 6,
"singal_type": "1~5V",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
},
{
"ch": 7,
"singal_type": "4~20mA",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
},
{
"ch": 8,
"singal_type": "1~5V",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
},
{
"ch": 9,
"singal_type": "4~20mA",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
},
{
"ch": 10,
"singal_type": "1~5V",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
},
{
"ch": 11,
"singal_type": "4~20mA",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
},
{
"ch": 12,
"singal_type": "4~20mA",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
2026-05-18 09:12:14 +08:00
}
],
"ao_channel": [
{
"ch": 1,
"singal_type": "1-5v",
2026-05-26 16:13:35 +08:00
"line_no": 1,
2026-05-18 09:12:14 +08:00
"type": "UA",
2026-05-18 17:05:23 +08:00
"limit_low": 10.0,
2026-05-18 09:12:14 +08:00
"limit_high": 20.0
2026-05-18 17:05:23 +08:00
},
{
"ch": 2,
"singal_type": "1~5V",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
},
{
"ch": 3,
"singal_type": "4~20mA",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
},
{
"ch": 4,
"singal_type": "1~5V",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
},
{
"ch": 5,
"singal_type": "4~20mA",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
},
{
"ch": 6,
"singal_type": "1~5V",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
},
{
"ch": 7,
"singal_type": "4~20mA",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
},
{
"ch": 8,
"singal_type": "1~5V",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
},
{
"ch": 9,
"singal_type": "4~20mA",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
},
{
"ch": 10,
"singal_type": "1~5V",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
},
{
"ch": 11,
"singal_type": "4~20mA",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
},
{
"ch": 12,
"singal_type": "4~20mA",
"line_no": 1,
"type": "UA",
"limit_low": 1.0,
"limit_high": 8.0
2026-05-18 09:12:14 +08:00
}
]
}