emcp/backend/config/channel.json

22 lines
345 B
JSON
Raw Normal View History

2026-05-18 09:12:14 +08:00
{
"ai_channel": [
{
"ch": 1,
"singal_type": "4-20mA22222",
"line_no": 1,
"type": "UA",
"limit_low": 0.0,
"limit_high": 20.0
}
],
"ao_channel": [
{
"ch": 1,
"singal_type": "1-5v",
"line_no": 2,
"type": "UA",
"limit_low": 0.0,
"limit_high": 20.0
}
]
}