RTU/test/config/SYSTEM/app_config.json

15 lines
1.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"comment": "应用线程启动配置 — 修改 enable 字段控制线程是否启动",
"apps": [
{"name": "app_sys", "enable": true, "comment": "系统应用(数据中心,必须启用)"},
{"name": "app_cmd", "enable": true, "comment": "命令行应用SSH终端交互"},
{"name": "app_web_server", "enable": true, "comment": "Web 服务器HTTP/WS端口8000"},
{"name": "app_com_decode", "enable": false, "comment": "通讯编解码应用(串口/TCP收发"},
{"name": "app_iec", "enable": false, "comment": "IEC 101/104 协议应用"},
{"name": "app_self_ptl", "enable": false, "comment": "ICP67 私有规约应用"},
{"name": "app_iec61850m", "enable": false, "comment": "IEC 61850 MMS 客户端"},
{"name": "app_iec61850s", "enable": false, "comment": "IEC 61850 MMS 服务端"},
{"name": "app_modbus_m", "enable": true, "comment": "Modbus 主站TCP/RTU 多通道)"}
]
}