emcp/backend/config/channel.json
2026-05-26 16:13:35 +08:00

198 lines
3.5 KiB
JSON

{
"ai_channel": [
{
"ch": 1,
"singal_type": "1-5v",
"line_no": 2,
"type": "UA",
"limit_low": 10.0,
"limit_high": 20.0
},
{
"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
}
],
"ao_channel": [
{
"ch": 1,
"singal_type": "1-5v",
"line_no": 1,
"type": "UA",
"limit_low": 10.0,
"limit_high": 20.0
},
{
"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
}
]
}