123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- {
- "key": "RS-485-RTU",
- "label": "RS-485-RTU",
- "description": "",
- "properties": [
- {
- "key": "",
- "label": "系统串口标识",
- "type": "string",
- "default": "COM1",
- "placeholder": "请输入系统串口标识",
- "description": "",
- "selections": []
- },
- {
- "label": "硬件串口名称",
- "type": "string",
- "default": "环控主机一号串口",
- "placeholder": "请输入硬件串口名称",
- "description": "",
- "selection": []
- },
- {
- "label": "波特率",
- "type": "select",
- "default": 0,
- "placeholder": "请输入串口名称",
- "description": "",
- "selection": [
- {
- "value": 0,
- "label": "9600"
- },
- {
- "value": 1,
- "label": "19200"
- },
- {
- "value": 2,
- "label": "38400"
- },
- {
- "value": 3,
- "label": "57600"
- },
- {
- "value": 4,
- "label": "115200"
- }
- ]
- },
- {
- "id": 4,
- "label": "停止位",
- "type": "select",
- "default": 0,
- "placeholder": "请输入选择停止位",
- "description": "",
- "selection": [
- {
- "value": 0,
- "label": "1位"
- },
- {
- "value": 1,
- "label": "2位"
- }
- ]
- },
- {
- "id": 5,
- "label": "停止位",
- "type": "select",
- "default": 0,
- "placeholder": "请输入选择停止位",
- "description": "",
- "selection": [
- {
- "value": 0,
- "label": "1位"
- },
- {
- "value": 1,
- "label": "2位"
- }
- ]
- },
- {
- "id": 6,
- "label": "校验方式",
- "type": "select",
- "default": 0,
- "placeholder": "请输入选择校验方式",
- "description": "",
- "selection": [
- {
- "value": 0,
- "label": "无校验"
- },
- {
- "value": 1,
- "label": "奇校验"
- },
- {
- "value": 2,
- "label": "偶校验"
- }
- ]
- },
- {
- "key": 7,
- "label": "数据位",
- "type": "select",
- "default": 0,
- "placeholder": "请输入选择数据位",
- "description": "",
- "selection": [
- {
- "value": 0,
- "label": "5"
- },
- {
- "value": 1,
- "label": "6"
- },
- {
- "value": 2,
- "label": "7"
- },
- {
- "value": 3,
- "label": "8"
- }
- ]
- }
- ]
- }
|