SL651-2014
驱动说明
该驱动作为 中心站
的角色接收设备上报的数据. 该驱动实现了 水文监测数据通信规约(SL651-2014)
中规定的常用 功能码
及 要素
的解析, 该驱动不支持扩展 功能码
和 要素
.
当前已实现的功能码包括: 2FH
, 30H
, 31H
, 32H
, 33H
, 34H
, 35H
, 36H
, 37H
, 38H
, 39H
, 3AH
, 40H
, 41H
, 42H
, 43H
, 44H
, 45H
, 46H
, 47H
, 48H
, 49H
, 4AH
, 4BH
, 4CH
, 4DH
, 4EH
, 4FH
, 50H
, 51H
已实现的要素参考 附录C
和 附录D
该驱动支持 HEX/BCD
和 ASCII
两种报文格式, 但是要求设备连接到驱动后发送的所有报文格式必须一致, 切换报文格式后必须重新连接.
驱动配置说明
驱动配置
该驱动作为 中心站
, 需要配置 中心站地址
中心站地址
: 使用 hex
格式, 长度固定为 2
. 例如, 中心站地址为 1
时填写 01
, 中心站地址为 255
时, 填写 FF
.
注: 这里配置的
中心站地址
仅用于平台主动向设备发送报文时, 例如,40H
功能码. 对于接收到设备报文后的回复报文会使用设备发送的报文中的中心站地址. 并且驱动不会校验设备发送报文中的中心站地址
是否与配置的中心站地址一致.
密码
: 使用 hex
格式, 长度固定为 4
. 例如, 1234
.
注: 驱动不会校验设备发送报文中的密码, 仅用于平台主动向设备发送的报文中.
时区
: 平台服务器所在地的时区. 默认: Asia/Shanghai
, 即东八区. 可填写 'Asia/Shanghai' 或 '+8:00'.
注: 可选值请参考: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
扩展要素
: 由于驱动中只实现了标准要素的解析, 无法识别扩展要素, 当报文中存在扩展要素时, 会导致标准要素解析失败. 该配置用于定义扩展要素的信息, 用于在解析报文时排除扩展要素, 保证标准要素的正常解析.
注: 扩展要素的数据定义用于解析
Hex/BCD
格式的报文. 例如,N(6)
,N(8,3)
,C(10)
等.
数据点配置
数据点的配置除了 标识
和 名称
外, 需要定义接收哪个 功能码
的哪个 要素
.
功能码
: 定义了该数据点接收哪个 功能码
的数据, 可以指定功能码, 表示只接收该功能码的报文中的要素。 或者选择 任意
接收所有功能码中的该要素的值.
注: 有些
要素
可能同时存在于多个功能码的报文中. 例如,降雨量
,水位
等要素会包含在小时报
和加报
报文中, 如果想要数据点同时接收所有功能码中的降雨量
的值, 就可以选择任意
.
编码来源
: 选择使用哪类要素(对应 水文监测数据通信规约SL651-2014
文档中的不同附录). 未填写时默认为 附录C
注: 由于不同类的要素中存在相关的标识, 可以通过指定要素所属的附录来确认唯一的要素.
要素
: 编码要素
, 遥测站事件记录
, 人工置数要素
, 遥测站基本配置
, 遥测站状态和报警信息
和 遥测站运行参数配置
分别对应不同 编码来源
的要素. 对应关系如下:
编码要素
->默认(附录C)
遥测站事件记录
->遥测站事件记录
人工置数要素
->人工置数
遥测站基本配置
->遥测站基本配置(附录D.1)
遥测站状态和报警信息
->遥测站事件记录
遥测站运行参数配置
->遥测站运行参数配置(附录D.4)
注: 当选择了
数据来源
后, 需要选择对应的要素才能生效, 否则会导致报错或无法正常上数.
数据索引
: 当一个要素中包含多个值的时候, 可以通过填写 索引
来访对应的数据. 例如, 附录C
中的 F4H
每次会上报前一小时的数据, 包含 12 条数据, 可以将 数据索引
设置为 0-11
即可访问对应的数据.
注: 数据索引的值从
0
开始
基值
: 用于在设备发送的原始数据的基础上增加或减去一个值. 例如, 基值设置为 100
, 设备发送的水位为 53
, 则平台实际接收到的数据为 153
, 如果基础设置为 -100
, 设备发送的数据为 153
, 则平台实际接收到的数据为 53
.
注: 基值只能用于在设备原始数据的基础之上增加或减少一个值.
自定义要素配置
如果设备上报的数据中存在自定义要素(标准协议中未定义的要素)时, 按照协议要求,自定义要素的标识符需要满足 扩展标识符
的定义, 即协议文件中 6.6.3.3
章节中的规定, 标识符的第一个字节为 FF
, 其后增加 1 字节扩展标识符, 例如: FF1A
. 此时需要在驱动实例的配置中添加自定义要素的要关信息.
在中台的 驱动管理
管理中, 找到已安装的 sl651-2014-driver
驱动实例, 点击 编辑
按扭, 然后在 设备配置
-> 扩展要素
添加自定义要素的相关信息. 如图所示:
添加数据点时, 按以下配置填写
注: 数据点配置中的
自定义要素标识符
需要与驱动实例中的扩展要素的要素标识
保持一致.
遥测站图片报(36H)
当设备通过 遥测站图片报(36H)
上传图片时, 驱动会将接收到的图片上传到平台的媒体库中,存储路径为 sl651驱动照片/遥测站地址/年/月/日/时_分_秒_随机数.jpg
, 并且同时会将该图片在媒体库中的路径保存到对应的数据点中, 具体的数据点配置如下所示:
当设备上传图片成功后, 该数据点就会保存上传图片在媒体库的路径, 然后可以通过 http://IP:Port{图片路径}
访问该图片
指令配置
平台已经配置了好相关的指令, 只需要将下面的指令配置添加到 命令
列表中即可使用. 添加方式如下:
在驱动实例或表的设备配置中, 找到 命令
配置, 点击上面的 代码编辑
工具, 然后将下面的指令配置复制到代码编辑器, 然后再关闭代码编辑器即可.
[
{
"form": [
{
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"name": "中心站查询遥测站实时数据(H37)",
"objectValue": {
"schema": {
"form": [
"*"
],
"key": "root",
"listFields": [],
"name": "modelProperties",
"properties": {},
"required": [],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
],
"formSchema": {
"schema": {
"form": [
"*"
],
"key": "root",
"listFields": [],
"name": "中心站查询遥测站实时数据(H37)",
"properties": {},
"required": [],
"title": "中心站查询遥测站实时数据(H37)",
"treeKey": "root",
"type": "object"
}
},
"name": "中心站查询遥测站实时数据(H37)",
"ops": {
"functionCode": "37",
"param": "中心站查询遥测站实时数据(H37)"
},
"showName": "中心站查询遥测站实时数据(H37)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"objectValue": {
"schema": {
"form": [
"*"
],
"key": "root",
"listFields": [],
"name": "modelProperties",
"properties": {},
"required": [],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
},
{
"form": [
{
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"name": "中心站查询遥测站时段数据(H38)",
"objectValue": {
"schema": {
"form": [
"startTime",
"endTime",
"dayStep",
"hourStep",
"minuteStep",
"elements",
"*"
],
"key": "root",
"listFields": [
"startTime",
"endTime",
"dayStep",
"hourStep",
"minuteStep",
"elements"
],
"name": "modelProperties",
"properties": {
"dayStep": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"decimal": null,
"defaultVal": 0,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"invalid": false,
"key": "dayStep",
"listFields": true,
"max": 31,
"maximum": 31,
"min": 1,
"minimum": 1,
"need": true,
"rowKey": "E9F2",
"title": "时间步长(日)",
"type": "number",
"unit": "天",
"widthInForm": "8"
},
"elements": {
"btnText": {
"add": "添加新行",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [
{
"key": 1707105224121
}
],
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "elements",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"element"
],
"key": "tableProperties",
"name": "tableProperties",
"properties": {
"element": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"key": "element",
"listFields": true,
"need": true,
"placeholder": "请输入要查询的要素标识符, 例如: F4",
"textContent": "text",
"textType": "input",
"title": "标识符",
"type": "string"
}
},
"title": "表格属性",
"type": "object"
},
"title": "要素标识符",
"type": "array",
"uniqueFields": [
"element"
],
"uniqueRow": true
},
"endTime": {
"canOrder": false,
"config": "时间",
"createForm": "create",
"createShow": true,
"dateType": null,
"descriptionType": "tooltip",
"disabled": false,
"editHidden": false,
"editShow": true,
"field": {
"data": {
"display": true
}
},
"fieldType": "datePicker",
"format": "datetime",
"invalid": false,
"key": "endTime",
"listFields": true,
"need": true,
"rowKey": "2E13",
"title": "结束时间",
"type": "string",
"widthInForm": "12"
},
"hourStep": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"decimal": null,
"defaultVal": 0,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"invalid": false,
"key": "hourStep",
"listFields": true,
"max": 23,
"maximum": 23,
"min": 1,
"minimum": 1,
"need": true,
"rowKey": "E9F2",
"title": "时间步长(小时)",
"type": "number",
"unit": "小时",
"widthInForm": "8"
},
"minuteStep": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"decimal": null,
"defaultVal": 5,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"invalid": false,
"key": "minuteStep",
"listFields": true,
"max": 59,
"maximum": 59,
"min": 1,
"minimum": 1,
"need": true,
"rowKey": "E9F2",
"title": "时间步长(分钟)",
"type": "number",
"unit": "分钟",
"widthInForm": "8"
},
"startTime": {
"canOrder": false,
"config": "时间",
"createForm": "create",
"createShow": true,
"dateType": null,
"descriptionType": "tooltip",
"disabled": false,
"editHidden": false,
"editShow": true,
"field": {
"data": {
"display": true
}
},
"fieldType": "datePicker",
"format": "datetime",
"invalid": false,
"key": "startTime",
"listFields": true,
"need": true,
"rowKey": "2E13",
"title": "起始时间",
"type": "string",
"widthInForm": "12"
}
},
"required": [
"startTime",
"endTime",
"dayStep",
"hourStep",
"minuteStep"
],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
],
"formSchema": {
"schema": {
"form": [
"startTime",
"endTime",
"dayStep",
"hourStep",
"minuteStep",
"elements",
"*"
],
"key": "root",
"listFields": [
"startTime",
"endTime",
"dayStep",
"hourStep",
"minuteStep",
"elements"
],
"name": "中心站查询遥测站时段数据(H38)",
"properties": {
"dayStep": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"decimal": null,
"defaultVal": 0,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"invalid": false,
"key": "dayStep",
"listFields": true,
"max": 31,
"maximum": 31,
"min": 1,
"minimum": 1,
"need": true,
"rowKey": "E9F2",
"title": "时间步长(日)",
"type": "number",
"unit": "天",
"widthInForm": "8"
},
"elements": {
"btnText": {
"add": "添加新行",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [
{
"key": 1707105224121
}
],
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "elements",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"element"
],
"key": "tableProperties",
"name": "tableProperties",
"properties": {
"element": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"key": "element",
"listFields": true,
"need": true,
"placeholder": "请输入要查询的要素标识符, 例如: F4",
"textContent": "text",
"textType": "input",
"title": "标识符",
"type": "string"
}
},
"title": "表格属性",
"type": "object"
},
"title": "要素标识符",
"type": "array",
"uniqueFields": [
"element"
],
"uniqueRow": true
},
"endTime": {
"canOrder": false,
"config": "时间",
"createForm": "create",
"createShow": true,
"dateType": null,
"descriptionType": "tooltip",
"disabled": false,
"editHidden": false,
"editShow": true,
"field": {
"data": {
"display": true
}
},
"fieldType": "datePicker",
"format": "datetime",
"invalid": false,
"key": "endTime",
"listFields": true,
"need": true,
"rowKey": "2E13",
"title": "结束时间",
"type": "string",
"widthInForm": "12"
},
"hourStep": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"decimal": null,
"defaultVal": 0,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"invalid": false,
"key": "hourStep",
"listFields": true,
"max": 23,
"maximum": 23,
"min": 1,
"minimum": 1,
"need": true,
"rowKey": "E9F2",
"title": "时间步长(小时)",
"type": "number",
"unit": "小时",
"widthInForm": "8"
},
"minuteStep": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"decimal": null,
"defaultVal": 5,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"invalid": false,
"key": "minuteStep",
"listFields": true,
"max": 59,
"maximum": 59,
"min": 1,
"minimum": 1,
"need": true,
"rowKey": "E9F2",
"title": "时间步长(分钟)",
"type": "number",
"unit": "分钟",
"widthInForm": "8"
},
"startTime": {
"canOrder": false,
"config": "时间",
"createForm": "create",
"createShow": true,
"dateType": null,
"descriptionType": "tooltip",
"disabled": false,
"editHidden": false,
"editShow": true,
"field": {
"data": {
"display": true
}
},
"fieldType": "datePicker",
"format": "datetime",
"invalid": false,
"key": "startTime",
"listFields": true,
"need": true,
"rowKey": "2E13",
"title": "起始时间",
"type": "string",
"widthInForm": "12"
}
},
"required": [
"startTime",
"endTime",
"dayStep",
"hourStep",
"minuteStep"
],
"title": "中心站查询遥测站时段数据(H38)",
"treeKey": "root",
"type": "object"
}
},
"name": "中心站查询遥测站时段数据(H38)",
"ops": {
"functionCode": "38",
"param": "中心站查询遥测站时段数据(H38)"
},
"showName": "中心站查询遥测站时段数据(H38)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"objectValue": {
"schema": {
"form": [
"startTime",
"endTime",
"dayStep",
"hourStep",
"minuteStep",
"elements",
"*"
],
"key": "root",
"listFields": [
"startTime",
"endTime",
"dayStep",
"hourStep",
"minuteStep",
"elements"
],
"name": "modelProperties",
"properties": {
"dayStep": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"decimal": null,
"defaultVal": 0,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"invalid": false,
"key": "dayStep",
"listFields": true,
"max": 31,
"maximum": 31,
"min": 1,
"minimum": 1,
"need": true,
"rowKey": "E9F2",
"title": "时间步长(日)",
"type": "number",
"unit": "天",
"widthInForm": "8"
},
"elements": {
"btnText": {
"add": "添加新行",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [
{
"key": 1707105224121
}
],
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "elements",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"element"
],
"key": "tableProperties",
"name": "tableProperties",
"properties": {
"element": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"key": "element",
"listFields": true,
"need": true,
"placeholder": "请输入要查询的要素标识符, 例如: F4",
"textContent": "text",
"textType": "input",
"title": "标识符",
"type": "string"
}
},
"title": "表格属性",
"type": "object"
},
"title": "要素标识符",
"type": "array",
"uniqueFields": [
"element"
],
"uniqueRow": true
},
"endTime": {
"canOrder": false,
"config": "时间",
"createForm": "create",
"createShow": true,
"dateType": null,
"descriptionType": "tooltip",
"disabled": false,
"editHidden": false,
"editShow": true,
"field": {
"data": {
"display": true
}
},
"fieldType": "datePicker",
"format": "datetime",
"invalid": false,
"key": "endTime",
"listFields": true,
"need": true,
"rowKey": "2E13",
"title": "结束时间",
"type": "string",
"widthInForm": "12"
},
"hourStep": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"decimal": null,
"defaultVal": 0,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"invalid": false,
"key": "hourStep",
"listFields": true,
"max": 23,
"maximum": 23,
"min": 1,
"minimum": 1,
"need": true,
"rowKey": "E9F2",
"title": "时间步长(小时)",
"type": "number",
"unit": "小时",
"widthInForm": "8"
},
"minuteStep": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"decimal": null,
"defaultVal": 5,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"invalid": false,
"key": "minuteStep",
"listFields": true,
"max": 59,
"maximum": 59,
"min": 1,
"minimum": 1,
"need": true,
"rowKey": "E9F2",
"title": "时间步长(分钟)",
"type": "number",
"unit": "分钟",
"widthInForm": "8"
},
"startTime": {
"canOrder": false,
"config": "时间",
"createForm": "create",
"createShow": true,
"dateType": null,
"descriptionType": "tooltip",
"disabled": false,
"editHidden": false,
"editShow": true,
"field": {
"data": {
"display": true
}
},
"fieldType": "datePicker",
"format": "datetime",
"invalid": false,
"key": "startTime",
"listFields": true,
"need": true,
"rowKey": "2E13",
"title": "起始时间",
"type": "string",
"widthInForm": "12"
}
},
"required": [
"startTime",
"endTime",
"dayStep",
"hourStep",
"minuteStep"
],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
},
{
"form": [
{
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"name": "中心站查询遥测站人工置数(H39)",
"objectValue": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "modelProperties",
"properties": {},
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
],
"formSchema": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "中心站查询遥测站人工置数(H39)",
"properties": {},
"title": "中心站查询遥测站人工置数(H39)",
"treeKey": "root",
"type": "object"
}
},
"name": "中心站查询遥测站人工置数(H39)",
"ops": {
"functionCode": "39",
"param": "中心站查询遥测站人工置数(H39)"
},
"showName": "中心站查询遥测站人工置数(H39)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"objectValue": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "modelProperties",
"properties": {},
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
},
{
"form": [
{
"arrayValue": "string",
"defaultValue": null,
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"name": "中心站查询遥测站指定要素数据(H3A)",
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "array"
}
],
"formSchema": {
"properties": {
"arr": {
"items": {
"type": "string"
},
"title": "字符串",
"type": "array"
}
},
"type": "object"
},
"name": "中心站查询遥测站指定要素数据(H3A)",
"ops": {
"functionCode": "3A",
"param": "中心站查询遥测站指定要素数据(H3A)"
},
"showName": "中心站查询遥测站指定要素数据(H3A)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": "string",
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "array"
}
},
{
"form": [
{
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"name": "中心站修改遥测站基本配置表(H40)",
"objectValue": {
"schema": {
"form": [
"centralStationAddress",
"telemetryAddress",
"password",
"workMode",
"deviceCardType",
"deviceCardNo",
"channels",
"trunkServers",
"*"
],
"key": "root",
"listFields": [
"centralStationAddress",
"telemetryAddress",
"password",
"workMode",
"deviceCardType",
"deviceCardNo",
"channels",
"trunkServers"
],
"name": "modelProperties",
"properties": {
"centralStationAddress": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"invalid": false,
"key": "centralStationAddress",
"listFields": true,
"need": false,
"placeholder": "4 个中心站地址之间使用 ',' 分隔, 地址范围 1~255; 地址是 0 表示禁用. 例如: 1,25,125,255",
"textContent": "text",
"textType": "input",
"title": "中心站地址",
"type": "string"
},
"channels": {
"btnText": {
"add": "添加信道",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [],
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "channels",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"channel",
"channelType",
"channelAddress"
],
"key": "tableProperties",
"listFields": [
"channel",
"channelType",
"channelAddress"
],
"name": "tableProperties",
"properties": {
"channel": {
"canOrder": false,
"config": "选择器",
"createShow": true,
"dataType": "string",
"descriptionType": "tooltip",
"editShow": true,
"enum1": [
"H04",
"H05",
"H06",
"H07",
"H08",
"H09",
"H0A",
"H0B"
],
"enum_title1": [
"中心站 1 主信道",
"中心站 1 备用信道",
"中心 站 2 主信道",
"中心站 2 备用信道",
"中心站 3 主信道",
"中心站 3 备用信道",
"中心站 4 主信道",
"中心站 4 备用信道"
],
"fieldType": "select",
"key": "channel",
"listFields": true,
"need": true,
"select": {
"label": [
"中心站 1 主信道",
"中心站 1 备用信道",
"中心站 2 主信道",
"中心站 2 备用信道",
"中心站 3 主信道",
"中心站 3 备用信道",
"中心站 4 主信道",
"中心站 4 备用信道"
],
"value": [
"H04",
"H05",
"H06",
"H07",
"H08",
"H09",
"H0A",
"H0B"
]
},
"selectFace": "select",
"selectType": "single",
"title": "信道",
"type": "string"
},
"channelAddress": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"key": "channelAddress",
"listFields": true,
"numRange": "-",
"placeholder": "IP 型地址应包含地址及端口号. 格式: IP:PORT, 例如如: 192.168.100.123:8080",
"textContent": "text",
"textType": "input",
"title": "信道地址",
"type": "string"
},
"channelType": {
"canOrder": false,
"config": "选择器",
"createShow": true,
"dataType": "string",
"descriptionType": "tooltip",
"editShow": true,
"enum1": [
"0",
"1",
"2",
"3",
"4",
"5",
"6"
],
"enum_title1": [
"禁用",
"短信",
"IPV4",
"北斗",
"海事卫星",
"PSTN",
"超短波"
],
"fieldType": "select",
"key": "channelType",
"listFields": true,
"need": true,
"select": {
"label": [
"禁用",
"短信",
"IPV4",
"北斗",
"海事卫星",
"PSTN",
"超短波"
],
"value": [
"0",
"1",
"2",
"3",
"4",
"5",
"6"
]
},
"selectFace": "select",
"selectType": "single",
"title": "信道类型",
"type": "string"
}
},
"required": [],
"title": "表格属性",
"type": "object"
},
"title": "中心站信道",
"type": "array",
"uniqueFields": [
"channel"
],
"uniqueRow": true
},
"deviceCardNo": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"invalid": false,
"key": "deviceCardNo",
"listFields": true,
"need": false,
"rowKey": "B7DB",
"textContent": "text",
"textType": "input",
"title": "遥测站通信设备识别号",
"type": "string",
"widthInForm": "12"
},
"deviceCardType": {
"canOrder": false,
"config": "选择器",
"createShow": true,
"dataType": "string",
"descriptionType": "tooltip",
"editShow": true,
"enum1": [
"1",
"2"
],
"enum_title1": [
"移动通信卡",
"北斗卫星通信卡"
],
"fieldType": "select",
"invalid": false,
"key": "deviceCardType",
"listFields": true,
"need": false,
"rowKey": "B7DB",
"selectFace": "select",
"selectType": "single",
"title": "遥测站通信设备卡类型",
"type": "string",
"widthInForm": "12"
},
"password": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"invalid": false,
"key": "password",
"listFields": true,
"need": false,
"textContent": "text",
"textType": "input",
"title": "密码",
"type": "string"
},
"telemetryAddress": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"invalid": false,
"key": "telemetryAddress",
"listFields": true,
"maxLength": 10,
"minLength": 10,
"need": false,
"numRange": "10-10",
"textContent": "text",
"textType": "input",
"title": "遥测站地址",
"type": "string"
},
"trunkServers": {
"btnText": {
"add": "添加中继站",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [],
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "trunkServers",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"address",
"stations"
],
"key": "tableProperties",
"listFields": [
"address",
"stations"
],
"name": "tableProperties",
"properties": {
"address": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"key": "address",
"listFields": true,
"maxLength": 10,
"minLength": 10,
"need": true,
"numRange": "10-10",
"textContent": "text",
"textType": "input",
"title": "起始地址",
"type": "string"
},
"stations": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"key": "stations",
"listFields": true,
"max": 99,
"maximum": 99,
"min": 0,
"need": true,
"title": "站数",
"type": "number"
}
},
"title": "表格属性",
"type": "object"
},
"title": "中继站(集合转发站)服务地址 范围",
"type": "array"
},
"workMode": {
"canOrder": false,
"config": "选择器",
"createShow": true,
"dataType": "number",
"descriptionType": "tooltip",
"editShow": true,
"enum1": [
1,
2,
3,
4
],
"enum_title1": [
"自报工作状态",
"自报确认工作状态",
"查询/应答工作状态",
"调试或维修状态"
],
"fieldType": "select",
"invalid": false,
"key": "workMode",
"listFields": true,
"need": false,
"selectFace": "select",
"selectType": "single",
"title": "工作方式",
"type": "number"
}
},
"required": [],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
],
"formSchema": {
"schema": {
"form": [
"centralStationAddress",
"telemetryAddress",
"password",
"workMode",
"deviceCardType",
"deviceCardNo",
"channels",
"trunkServers",
"*"
],
"key": "root",
"listFields": [
"centralStationAddress",
"telemetryAddress",
"password",
"workMode",
"deviceCardType",
"deviceCardNo",
"channels",
"trunkServers"
],
"name": "中心站修改遥测站基本配置表(H40)",
"properties": {
"centralStationAddress": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"invalid": false,
"key": "centralStationAddress",
"listFields": true,
"need": false,
"placeholder": "4 个中心站地址之间使用 ',' 分隔, 地址范围 1~255; 地址是 0 表示禁用. 例如: 1,25,125,255",
"textContent": "text",
"textType": "input",
"title": "中心站地址",
"type": "string"
},
"channels": {
"btnText": {
"add": "添加信道",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [],
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "channels",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"channel",
"channelType",
"channelAddress"
],
"key": "tableProperties",
"listFields": [
"channel",
"channelType",
"channelAddress"
],
"name": "tableProperties",
"properties": {
"channel": {
"canOrder": false,
"config": "选择器",
"createShow": true,
"dataType": "string",
"descriptionType": "tooltip",
"editShow": true,
"enum1": [
"H04",
"H05",
"H06",
"H07",
"H08",
"H09",
"H0A",
"H0B"
],
"enum_title1": [
"中心站 1 主信道",
"中心站 1 备用信道",
"中心 站 2 主信道",
"中心站 2 备用信道",
"中心站 3 主信道",
"中心站 3 备用信道",
"中心站 4 主信道",
"中心站 4 备用信道"
],
"fieldType": "select",
"key": "channel",
"listFields": true,
"need": true,
"select": {
"label": [
"中心站 1 主信道",
"中心站 1 备用信道",
"中心站 2 主信道",
"中心站 2 备用信道",
"中心站 3 主信道",
"中心站 3 备用信道",
"中心站 4 主信道",
"中心站 4 备用信道"
],
"value": [
"H04",
"H05",
"H06",
"H07",
"H08",
"H09",
"H0A",
"H0B"
]
},
"selectFace": "select",
"selectType": "single",
"title": "信道",
"type": "string"
},
"channelAddress": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"key": "channelAddress",
"listFields": true,
"numRange": "-",
"placeholder": "IP 型地址应包含地址及端口号. 格式: IP:PORT, 例如如: 192.168.100.123:8080",
"textContent": "text",
"textType": "input",
"title": "信道地址",
"type": "string"
},
"channelType": {
"canOrder": false,
"config": "选择器",
"createShow": true,
"dataType": "string",
"descriptionType": "tooltip",
"editShow": true,
"enum1": [
"0",
"1",
"2",
"3",
"4",
"5",
"6"
],
"enum_title1": [
"禁用",
"短信",
"IPV4",
"北斗",
"海事卫星",
"PSTN",
"超短波"
],
"fieldType": "select",
"key": "channelType",
"listFields": true,
"need": true,
"select": {
"label": [
"禁用",
"短信",
"IPV4",
"北斗",
"海事卫星",
"PSTN",
"超短波"
],
"value": [
"0",
"1",
"2",
"3",
"4",
"5",
"6"
]
},
"selectFace": "select",
"selectType": "single",
"title": "信道类型",
"type": "string"
}
},
"required": [],
"title": "表格属性",
"type": "object"
},
"title": "中心站信道",
"type": "array",
"uniqueFields": [
"channel"
],
"uniqueRow": true
},
"deviceCardNo": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"invalid": false,
"key": "deviceCardNo",
"listFields": true,
"need": false,
"rowKey": "B7DB",
"textContent": "text",
"textType": "input",
"title": "遥测站通信设备识别号",
"type": "string",
"widthInForm": "12"
},
"deviceCardType": {
"canOrder": false,
"config": "选择器",
"createShow": true,
"dataType": "string",
"descriptionType": "tooltip",
"editShow": true,
"enum1": [
"1",
"2"
],
"enum_title1": [
"移动通信卡",
"北斗卫星通信卡"
],
"fieldType": "select",
"invalid": false,
"key": "deviceCardType",
"listFields": true,
"need": false,
"rowKey": "B7DB",
"selectFace": "select",
"selectType": "single",
"title": "遥测站通信设备卡类型",
"type": "string",
"widthInForm": "12"
},
"password": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"invalid": false,
"key": "password",
"listFields": true,
"need": false,
"textContent": "text",
"textType": "input",
"title": "密码",
"type": "string"
},
"telemetryAddress": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"invalid": false,
"key": "telemetryAddress",
"listFields": true,
"maxLength": 10,
"minLength": 10,
"need": false,
"numRange": "10-10",
"textContent": "text",
"textType": "input",
"title": "遥测站地址",
"type": "string"
},
"trunkServers": {
"btnText": {
"add": "添加中继站",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [],
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "trunkServers",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"address",
"stations"
],
"key": "tableProperties",
"listFields": [
"address",
"stations"
],
"name": "tableProperties",
"properties": {
"address": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"key": "address",
"listFields": true,
"maxLength": 10,
"minLength": 10,
"need": true,
"numRange": "10-10",
"textContent": "text",
"textType": "input",
"title": "起始地址",
"type": "string"
},
"stations": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"key": "stations",
"listFields": true,
"max": 99,
"maximum": 99,
"min": 0,
"need": true,
"title": "站数",
"type": "number"
}
},
"title": "表格属性",
"type": "object"
},
"title": "中继站(集合转发站)服务地址 范围",
"type": "array"
},
"workMode": {
"canOrder": false,
"config": "选择器",
"createShow": true,
"dataType": "number",
"descriptionType": "tooltip",
"editShow": true,
"enum1": [
1,
2,
3,
4
],
"enum_title1": [
"自报工作状态",
"自报确认工作状态",
"查询/应答工作状态",
"调试或维修状态"
],
"fieldType": "select",
"invalid": false,
"key": "workMode",
"listFields": true,
"need": false,
"selectFace": "select",
"selectType": "single",
"title": "工作方式",
"type": "number"
}
},
"required": [],
"title": "中心站修改遥测站基本配置表(H40)",
"treeKey": "root",
"type": "object"
}
},
"name": "中心站修改遥测站基本配置表(H40)",
"ops": {
"functionCode": "40",
"param": "中心站修改遥测站基本配置表(H40)"
},
"showName": "中心站修改遥测站基本配置表(H40)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": null,
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"objectValue": {
"schema": {
"form": [
"centralStationAddress",
"telemetryAddress",
"password",
"workMode",
"deviceCardType",
"deviceCardNo",
"channels",
"trunkServers",
"*"
],
"key": "root",
"listFields": [
"centralStationAddress",
"telemetryAddress",
"password",
"workMode",
"deviceCardType",
"deviceCardNo",
"channels",
"trunkServers"
],
"name": "modelProperties",
"properties": {
"centralStationAddress": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"invalid": false,
"key": "centralStationAddress",
"listFields": true,
"need": false,
"placeholder": "4 个中心站地址之间使用 ',' 分隔, 地址范围 1~255; 地址是 0 表示禁用. 例如: 1,25,125,255",
"textContent": "text",
"textType": "input",
"title": "中心站地址",
"type": "string"
},
"channels": {
"btnText": {
"add": "添加信道",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [],
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "channels",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"channel",
"channelType",
"channelAddress"
],
"key": "tableProperties",
"listFields": [
"channel",
"channelType",
"channelAddress"
],
"name": "tableProperties",
"properties": {
"channel": {
"canOrder": false,
"config": "选择器",
"createShow": true,
"dataType": "string",
"descriptionType": "tooltip",
"editShow": true,
"enum1": [
"H04",
"H05",
"H06",
"H07",
"H08",
"H09",
"H0A",
"H0B"
],
"enum_title1": [
"中心站 1 主信道",
"中心站 1 备用信道",
"中心 站 2 主信道",
"中心站 2 备用信道",
"中心站 3 主信道",
"中心站 3 备用信道",
"中心站 4 主信道",
"中心站 4 备用信道"
],
"fieldType": "select",
"key": "channel",
"listFields": true,
"need": true,
"select": {
"label": [
"中心站 1 主信道",
"中心站 1 备用信道",
"中心站 2 主信道",
"中心站 2 备用信道",
"中心站 3 主信道",
"中心站 3 备用信道",
"中心站 4 主信道",
"中心站 4 备用信道"
],
"value": [
"H04",
"H05",
"H06",
"H07",
"H08",
"H09",
"H0A",
"H0B"
]
},
"selectFace": "select",
"selectType": "single",
"title": "信道",
"type": "string"
},
"channelAddress": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"key": "channelAddress",
"listFields": true,
"numRange": "-",
"placeholder": "IP 型地址应包含地址及端口号. 格式: IP:PORT, 例如如: 192.168.100.123:8080",
"textContent": "text",
"textType": "input",
"title": "信道地址",
"type": "string"
},
"channelType": {
"canOrder": false,
"config": "选择器",
"createShow": true,
"dataType": "string",
"descriptionType": "tooltip",
"editShow": true,
"enum1": [
"0",
"1",
"2",
"3",
"4",
"5",
"6"
],
"enum_title1": [
"禁用",
"短信",
"IPV4",
"北斗",
"海事卫星",
"PSTN",
"超短波"
],
"fieldType": "select",
"key": "channelType",
"listFields": true,
"need": true,
"select": {
"label": [
"禁用",
"短信",
"IPV4",
"北斗",
"海事卫星",
"PSTN",
"超短波"
],
"value": [
"0",
"1",
"2",
"3",
"4",
"5",
"6"
]
},
"selectFace": "select",
"selectType": "single",
"title": "信道类型",
"type": "string"
}
},
"required": [],
"title": "表格属性",
"type": "object"
},
"title": "中心站信道",
"type": "array",
"uniqueFields": [
"channel"
],
"uniqueRow": true
},
"deviceCardNo": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"invalid": false,
"key": "deviceCardNo",
"listFields": true,
"need": false,
"rowKey": "B7DB",
"textContent": "text",
"textType": "input",
"title": "遥测站通信设备识别号",
"type": "string",
"widthInForm": "12"
},
"deviceCardType": {
"canOrder": false,
"config": "选择器",
"createShow": true,
"dataType": "string",
"descriptionType": "tooltip",
"editShow": true,
"enum1": [
"1",
"2"
],
"enum_title1": [
"移动通信卡",
"北斗卫星通信卡"
],
"fieldType": "select",
"invalid": false,
"key": "deviceCardType",
"listFields": true,
"need": false,
"rowKey": "B7DB",
"selectFace": "select",
"selectType": "single",
"title": "遥测站通信设备卡类型",
"type": "string",
"widthInForm": "12"
},
"password": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"invalid": false,
"key": "password",
"listFields": true,
"need": false,
"textContent": "text",
"textType": "input",
"title": "密码",
"type": "string"
},
"telemetryAddress": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"invalid": false,
"key": "telemetryAddress",
"listFields": true,
"maxLength": 10,
"minLength": 10,
"need": false,
"numRange": "10-10",
"textContent": "text",
"textType": "input",
"title": "遥测站地址",
"type": "string"
},
"trunkServers": {
"btnText": {
"add": "添加中继站",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [],
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "trunkServers",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"address",
"stations"
],
"key": "tableProperties",
"listFields": [
"address",
"stations"
],
"name": "tableProperties",
"properties": {
"address": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"key": "address",
"listFields": true,
"maxLength": 10,
"minLength": 10,
"need": true,
"numRange": "10-10",
"textContent": "text",
"textType": "input",
"title": "起始地址",
"type": "string"
},
"stations": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"key": "stations",
"listFields": true,
"max": 99,
"maximum": 99,
"min": 0,
"need": true,
"title": "站数",
"type": "number"
}
},
"title": "表格属性",
"type": "object"
},
"title": "中继站(集合转发站)服务地址 范围",
"type": "array"
},
"workMode": {
"canOrder": false,
"config": "选择器",
"createShow": true,
"dataType": "number",
"descriptionType": "tooltip",
"editShow": true,
"enum1": [
1,
2,
3,
4
],
"enum_title1": [
"自报工作状态",
"自报确认工作状态",
"查询/应答工作状态",
"调试或维修状态"
],
"fieldType": "select",
"invalid": false,
"key": "workMode",
"listFields": true,
"need": false,
"selectFace": "select",
"selectType": "single",
"title": "工作方式",
"type": "number"
}
},
"required": [],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
},
{
"form": [
{
"arrayValue": "string",
"defaultValue": null,
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"name": "中心站读取遥测站基本配置(H41)",
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "array"
}
],
"formSchema": {
"properties": {
"arr": {
"items": {
"type": "string"
},
"title": "字符串",
"type": "array"
}
},
"type": "object"
},
"name": "中心站读取遥测站基本配置(H41)",
"ops": {
"functionCode": "41",
"param": "中心站读取遥测站基本配置(H41)"
},
"showName": "中心站读取遥测站基本配置(H41)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": "string",
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "array"
}
},
{
"form": [
{
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"name": "中心站修改遥测站运行参数配置表(H42)",
"objectValue": {
"schema": {
"form": [
"operatingParameters",
"*"
],
"key": "root",
"listFields": [
"operatingParameters"
],
"name": "modelProperties",
"properties": {
"operatingParameters": {
"btnText": {
"add": "添加配置",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [],
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "operatingParameters",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"code",
"value"
],
"key": "tableProperties",
"listFields": [
"code",
"value"
],
"name": "tableProperties",
"properties": {
"code": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"key": "code",
"listFields": true,
"need": true,
"textContent": "text",
"textType": "input",
"title": "参数配置标识符",
"type": "string"
},
"value": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"key": "value",
"listFields": true,
"need": true,
"textContent": "text",
"textType": "input",
"title": "值",
"type": "string"
}
},
"title": "表格属性",
"type": "object"
},
"title": "遥测站运行参数配置",
"type": "array"
}
},
"required": [],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
],
"formSchema": {
"schema": {
"form": [
"operatingParameters",
"*"
],
"key": "root",
"listFields": [
"operatingParameters"
],
"name": "中心站修改遥测站运行参数配置表(H42)",
"properties": {
"operatingParameters": {
"btnText": {
"add": "添加配置",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [],
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "operatingParameters",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"code",
"value"
],
"key": "tableProperties",
"listFields": [
"code",
"value"
],
"name": "tableProperties",
"properties": {
"code": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"key": "code",
"listFields": true,
"need": true,
"textContent": "text",
"textType": "input",
"title": "参数配置标识符",
"type": "string"
},
"value": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"key": "value",
"listFields": true,
"need": true,
"textContent": "text",
"textType": "input",
"title": "值",
"type": "string"
}
},
"title": "表格属性",
"type": "object"
},
"title": "遥测站运行参数配置",
"type": "array"
}
},
"required": [],
"title": "中心站修改遥测站运行参数配置表(H42)",
"treeKey": "root",
"type": "object"
}
},
"name": "中心站修改遥测站运行参数配置表(H42)",
"ops": {
"functionCode": "42",
"param": "中心站修改遥测站运行参数配置表(H42)"
},
"showName": "中心站修改遥测站运行参数配置表(H42)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": null,
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"objectValue": {
"schema": {
"form": [
"operatingParameters",
"*"
],
"key": "root",
"listFields": [
"operatingParameters"
],
"name": "modelProperties",
"properties": {
"operatingParameters": {
"btnText": {
"add": "添加配置",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [],
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "operatingParameters",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"code",
"value"
],
"key": "tableProperties",
"listFields": [
"code",
"value"
],
"name": "tableProperties",
"properties": {
"code": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"key": "code",
"listFields": true,
"need": true,
"textContent": "text",
"textType": "input",
"title": "参数配置标识符",
"type": "string"
},
"value": {
"canOrder": false,
"config": "文本",
"createShow": true,
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"key": "value",
"listFields": true,
"need": true,
"textContent": "text",
"textType": "input",
"title": "值",
"type": "string"
}
},
"title": "表格属性",
"type": "object"
},
"title": "遥测站运行参数配置",
"type": "array"
}
},
"required": [],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
},
{
"form": [
{
"arrayValue": "string",
"defaultValue": null,
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"name": "中心站读取遥测站运行参数配置表(H43)",
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "array"
}
],
"formSchema": {
"properties": {
"arr": {
"items": {
"type": "string"
},
"title": "字符串",
"type": "array"
}
},
"type": "object"
},
"name": "中心站读取遥测站运行参数配置表(H43)",
"ops": {
"functionCode": "43",
"param": "中心站读取遥测站运行参数配置表(H43)"
},
"showName": "中心站读取遥测站运行参数配置表(H43)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": "string",
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "array"
}
},
{
"form": [
{
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"name": "中心站查询水泵电机实时工作数据(H44)",
"objectValue": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "modelProperties",
"properties": {},
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
],
"formSchema": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "中心站查询水泵电机实时工作数据(H44)",
"properties": {},
"title": "中心站查询水泵电机实时工作数据(H44)",
"treeKey": "root",
"type": "object"
}
},
"name": "中心站查询水泵电机实时工作数据(H44)",
"ops": {
"functionCode": "44",
"param": "中心站查询水泵电机实时工作数据(H44)"
},
"showName": "中心站查询水泵电机实时工作数据(H44)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"objectValue": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "modelProperties",
"properties": {},
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
},
{
"form": [
{
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"name": "查询遥测终端软件版本(H45)",
"objectValue": {
"schema": {
"form": [
"*"
],
"key": "root",
"listFields": [],
"name": "modelProperties",
"properties": {},
"required": [],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
],
"formSchema": {
"schema": {
"form": [
"*"
],
"key": "root",
"listFields": [],
"name": "查询遥测终端软件版本(H45)",
"properties": {},
"required": [],
"title": "查询遥测终端软件版本(H45)",
"treeKey": "root",
"type": "object"
}
},
"name": "查询遥测终端软件版本(H45)",
"ops": {
"functionCode": "45",
"param": "查询遥测终端软件版本(H45)"
},
"showName": "查询遥测终端软件版本(H45)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"objectValue": {
"schema": {
"form": [
"*"
],
"key": "root",
"listFields": [],
"name": "modelProperties",
"properties": {},
"required": [],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
},
{
"form": [
{
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"name": "查询遥测站状态和报警信息(H46)",
"objectValue": {
"schema": {
"form": [
"*"
],
"key": "root",
"listFields": [],
"name": "modelProperties",
"properties": {},
"required": [],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
],
"formSchema": {
"schema": {
"form": [
"*"
],
"key": "root",
"listFields": [],
"name": "查询遥测站状态和报警信息(H46)",
"properties": {},
"required": [],
"title": "查询遥测站状态和报警信息(H46)",
"treeKey": "root",
"type": "object"
}
},
"name": "查询遥测站状态和报警信息(H46)",
"ops": {
"functionCode": "46",
"param": "查询遥测站状态和报警信息(H46)"
},
"showName": "查询遥测站状态和报警信息(H46)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"objectValue": {
"schema": {
"form": [
"*"
],
"key": "root",
"listFields": [],
"name": "modelProperties",
"properties": {},
"required": [],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
},
{
"form": [
{
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"name": "查询遥测站状态和报警信息(H47)",
"objectValue": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "modelProperties",
"properties": {},
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
],
"formSchema": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "查询遥测站状态和报警信息(H47)",
"properties": {},
"title": "查询遥测站状态和报警信息(H47)",
"treeKey": "root",
"type": "object"
}
},
"name": "初始化固态存储数据(H47)",
"ops": {
"functionCode": "47",
"param": "查询遥测站状态和报警信息(H47)"
},
"showName": "初始化固态存储数据(H47)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"objectValue": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "modelProperties",
"properties": {},
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
},
{
"form": [
{
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"name": "恢复终端出厂设置(H48)",
"objectValue": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "modelProperties",
"properties": {},
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
],
"formSchema": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "恢复终端出厂设置(H48)",
"properties": {},
"title": "恢复终端出厂设置(H48)",
"treeKey": "root",
"type": "object"
}
},
"name": "恢复终端出厂设置(H48)",
"ops": {
"functionCode": "48",
"param": "恢复终端出厂设置(H48)"
},
"showName": "恢复终端出厂设置(H48)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"objectValue": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "modelProperties",
"properties": {},
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
},
{
"form": [
{
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"name": "修改密码(H49)",
"objectValue": {
"schema": {
"form": [
"oldPassword",
"newPassword",
"*"
],
"key": "root",
"listFields": [
"oldPassword",
"newPassword"
],
"name": "modelProperties",
"properties": {
"newPassword": {
"canOrder": false,
"config": "文本",
"createShow": true,
"description": "4 个 hex 字节",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"invalid": false,
"key": "newPassword",
"listFields": true,
"maxLength": 4,
"minLength": 4,
"need": true,
"numRange": "4-4",
"textContent": "text",
"textType": "input",
"title": "新密码",
"type": "string"
},
"oldPassword": {
"canOrder": false,
"config": "文本",
"createShow": true,
"description": "4 个 hex 字节",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"invalid": false,
"key": "oldPassword",
"listFields": true,
"maxLength": 4,
"minLength": 4,
"need": true,
"numRange": "4-4",
"textContent": "text",
"textType": "input",
"title": "旧密码",
"type": "string"
}
},
"required": [
"oldPassword",
"newPassword"
],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
],
"formSchema": {
"schema": {
"form": [
"oldPassword",
"newPassword",
"*"
],
"key": "root",
"listFields": [
"oldPassword",
"newPassword"
],
"name": "修改密码(H49)",
"properties": {
"newPassword": {
"canOrder": false,
"config": "文本",
"createShow": true,
"description": "4 个 hex 字节",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"invalid": false,
"key": "newPassword",
"listFields": true,
"maxLength": 4,
"minLength": 4,
"need": true,
"numRange": "4-4",
"textContent": "text",
"textType": "input",
"title": "新密码",
"type": "string"
},
"oldPassword": {
"canOrder": false,
"config": "文本",
"createShow": true,
"description": "4 个 hex 字节",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"invalid": false,
"key": "oldPassword",
"listFields": true,
"maxLength": 4,
"minLength": 4,
"need": true,
"numRange": "4-4",
"textContent": "text",
"textType": "input",
"title": "旧密码",
"type": "string"
}
},
"required": [
"oldPassword",
"newPassword"
],
"title": "修改密码(H49)",
"treeKey": "root",
"type": "object"
}
},
"name": "修改密码(H49)",
"ops": {
"functionCode": "49",
"param": "修改密码(H49)"
},
"showName": "修改密码(H49)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": null,
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"objectValue": {
"schema": {
"form": [
"oldPassword",
"newPassword",
"*"
],
"key": "root",
"listFields": [
"oldPassword",
"newPassword"
],
"name": "modelProperties",
"properties": {
"newPassword": {
"canOrder": false,
"config": "文本",
"createShow": true,
"description": "4 个 hex 字节",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"invalid": false,
"key": "newPassword",
"listFields": true,
"maxLength": 4,
"minLength": 4,
"need": true,
"numRange": "4-4",
"textContent": "text",
"textType": "input",
"title": "新密码",
"type": "string"
},
"oldPassword": {
"canOrder": false,
"config": "文本",
"createShow": true,
"description": "4 个 hex 字节",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "input",
"invalid": false,
"key": "oldPassword",
"listFields": true,
"maxLength": 4,
"minLength": 4,
"need": true,
"numRange": "4-4",
"textContent": "text",
"textType": "input",
"title": "旧密码",
"type": "string"
}
},
"required": [
"oldPassword",
"newPassword"
],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
},
{
"form": [
{
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"name": "设置遥测站时钟(H4A)",
"objectValue": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "modelProperties",
"properties": {},
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
],
"formSchema": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "设置遥测站时钟(H4A)",
"properties": {},
"title": "设置遥测站时钟(H4A)",
"treeKey": "root",
"type": "object"
}
},
"name": "设置遥测站时钟(H4A)",
"ops": {
"functionCode": "4A",
"param": "设置遥测站时钟(H4A)"
},
"showName": "设置遥测站时钟(H4A)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"objectValue": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "modelProperties",
"properties": {},
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
},
{
"form": [
{
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"name": "设置遥测终端IC卡状态(H4B)",
"objectValue": {
"schema": {
"form": [
"ICState",
"*"
],
"key": "root",
"listFields": [
"ICState"
],
"name": "modelProperties",
"properties": {
"ICState": {
"canOrder": false,
"config": "布尔值",
"createShow": true,
"description": "勾选表示有效, 不勾选表示关闭",
"descriptionType": "tooltip",
"displayForm": "checkBox",
"editShow": true,
"fieldType": "boolean",
"invalid": false,
"key": "ICState",
"listFields": true,
"need": false,
"title": "IC 卡状态",
"type": "boolean"
}
},
"required": [],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
],
"formSchema": {
"schema": {
"form": [
"ICState",
"*"
],
"key": "root",
"listFields": [
"ICState"
],
"name": "设置遥测终端IC卡状态(H4B)",
"properties": {
"ICState": {
"canOrder": false,
"config": "布尔值",
"createShow": true,
"description": "勾选表示有效, 不勾选表示关闭",
"descriptionType": "tooltip",
"displayForm": "checkBox",
"editShow": true,
"fieldType": "boolean",
"invalid": false,
"key": "ICState",
"listFields": true,
"need": false,
"title": "IC 卡状态",
"type": "boolean"
}
},
"required": [],
"title": "设置遥测终端IC卡状态(H4B)",
"treeKey": "root",
"type": "object"
}
},
"name": "设置遥测终端IC卡状态(H4B)",
"ops": {
"functionCode": "4B",
"param": "设置遥测终端IC卡状态(H4B)"
},
"showName": "设置遥测终端IC卡状态(H4B)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": null,
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"objectValue": {
"schema": {
"form": [
"ICState",
"*"
],
"key": "root",
"listFields": [
"ICState"
],
"name": "modelProperties",
"properties": {
"ICState": {
"canOrder": false,
"config": "布尔值",
"createShow": true,
"description": "勾选表示有效, 不勾选表示关闭",
"descriptionType": "tooltip",
"displayForm": "checkBox",
"editShow": true,
"fieldType": "boolean",
"invalid": false,
"key": "ICState",
"listFields": true,
"need": false,
"title": "IC 卡状态",
"type": "boolean"
}
},
"required": [],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
},
{
"form": [
{
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"name": "中心站设置遥测站水泵开关命令(H4C)",
"objectValue": {
"schema": {
"form": [
"waterPumps",
"*"
],
"key": "root",
"listFields": [
"waterPumps"
],
"name": "modelProperties",
"properties": {
"waterPumps": {
"btnText": {
"add": "添加水泵",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [
{
"boolean-8861": false,
"boolean-9447": false,
"index": 1,
"key": 1691560079808,
"state": false
},
{
"index": 2,
"key": 1691560256082,
"state": false
},
{
"index": 3,
"key": 1691560257239,
"state": false
},
{
"index": 4,
"key": 1691560258527,
"state": false
},
{
"index": 5,
"key": 1691560259844,
"state": false
},
{
"index": 6,
"key": 1691560262295,
"state": false
},
{
"index": 7,
"key": 1691560264665,
"state": false
},
{
"index": 8,
"key": 1691560266024,
"state": false
}
],
"description": "跳过的编号的水泵状态为关闭",
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "waterPumps",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"index",
"state"
],
"key": "tableProperties",
"listFields": [
"index",
"state"
],
"name": "tableProperties",
"properties": {
"index": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"key": "index",
"listFields": true,
"min": 1,
"minimum": 1,
"need": true,
"title": "水泵编号",
"type": "number"
},
"state": {
"canOrder": false,
"config": "布尔值",
"createShow": true,
"description": "勾选表示打开, 不勾选表示关闭",
"descriptionType": "below",
"displayForm": "checkBox",
"editShow": true,
"fieldType": "boolean",
"key": "state",
"listFields": true,
"title": "水泵开关状态",
"type": "boolean"
}
},
"required": [],
"title": "表格属性",
"type": "object"
},
"title": "水泵列表",
"type": "array",
"uniqueFields": [
"index"
],
"uniqueRow": true
}
},
"required": [],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
],
"formSchema": {
"schema": {
"form": [
"waterPumps",
"*"
],
"key": "root",
"listFields": [
"waterPumps"
],
"name": "中心站设置遥测站水泵开关命令(H4C)",
"properties": {
"waterPumps": {
"btnText": {
"add": "添加水泵",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [
{
"boolean-8861": false,
"boolean-9447": false,
"index": 1,
"key": 1691560079808,
"state": false
},
{
"index": 2,
"key": 1691560256082,
"state": false
},
{
"index": 3,
"key": 1691560257239,
"state": false
},
{
"index": 4,
"key": 1691560258527,
"state": false
},
{
"index": 5,
"key": 1691560259844,
"state": false
},
{
"index": 6,
"key": 1691560262295,
"state": false
},
{
"index": 7,
"key": 1691560264665,
"state": false
},
{
"index": 8,
"key": 1691560266024,
"state": false
}
],
"description": "跳过的编号的水泵状态为关闭",
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "waterPumps",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"index",
"state"
],
"key": "tableProperties",
"listFields": [
"index",
"state"
],
"name": "tableProperties",
"properties": {
"index": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"key": "index",
"listFields": true,
"min": 1,
"minimum": 1,
"need": true,
"title": "水泵编号",
"type": "number"
},
"state": {
"canOrder": false,
"config": "布尔值",
"createShow": true,
"description": "勾选表示打开, 不勾选表示关闭",
"descriptionType": "below",
"displayForm": "checkBox",
"editShow": true,
"fieldType": "boolean",
"key": "state",
"listFields": true,
"title": "水泵开关状态",
"type": "boolean"
}
},
"required": [],
"title": "表格属性",
"type": "object"
},
"title": "水泵列表",
"type": "array",
"uniqueFields": [
"index"
],
"uniqueRow": true
}
},
"required": [],
"title": "中心站设置遥测站水泵开关命令(H4C)",
"treeKey": "root",
"type": "object"
}
},
"name": "中心站设置遥测站水泵开关命令(H4C)",
"ops": {
"functionCode": "4C",
"param": "中心站设置遥测站水泵开关命令(H4C)"
},
"showName": "中心站设置遥测站水泵开关命令(H4C)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": null,
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"objectValue": {
"schema": {
"form": [
"waterPumps",
"*"
],
"key": "root",
"listFields": [
"waterPumps"
],
"name": "modelProperties",
"properties": {
"waterPumps": {
"btnText": {
"add": "添加水泵",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [
{
"boolean-8861": false,
"boolean-9447": false,
"index": 1,
"key": 1691560079808,
"state": false
},
{
"index": 2,
"key": 1691560256082,
"state": false
},
{
"index": 3,
"key": 1691560257239,
"state": false
},
{
"index": 4,
"key": 1691560258527,
"state": false
},
{
"index": 5,
"key": 1691560259844,
"state": false
},
{
"index": 6,
"key": 1691560262295,
"state": false
},
{
"index": 7,
"key": 1691560264665,
"state": false
},
{
"index": 8,
"key": 1691560266024,
"state": false
}
],
"description": "跳过的编号的水泵状态为关闭",
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "waterPumps",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"index",
"state"
],
"key": "tableProperties",
"listFields": [
"index",
"state"
],
"name": "tableProperties",
"properties": {
"index": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"key": "index",
"listFields": true,
"min": 1,
"minimum": 1,
"need": true,
"title": "水泵编号",
"type": "number"
},
"state": {
"canOrder": false,
"config": "布尔值",
"createShow": true,
"description": "勾选表示打开, 不勾选表示关闭",
"descriptionType": "below",
"displayForm": "checkBox",
"editShow": true,
"fieldType": "boolean",
"key": "state",
"listFields": true,
"title": "水泵开关状态",
"type": "boolean"
}
},
"required": [],
"title": "表格属性",
"type": "object"
},
"title": "水泵列表",
"type": "array",
"uniqueFields": [
"index"
],
"uniqueRow": true
}
},
"required": [],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
},
{
"form": [
{
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"name": "控制阀门开关命令(H4D)",
"objectValue": {
"schema": {
"form": [
"valveStates",
"*"
],
"key": "root",
"listFields": [
"valveStates"
],
"name": "modelProperties",
"properties": {
"valveStates": {
"btnText": {
"add": "添加阀门",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [
{
"index": 1,
"key": 1691568754279,
"state": false
},
{
"index": 2,
"key": 1691568754751,
"state": false
},
{
"index": 3,
"key": 1691568754903,
"state": false
},
{
"index": 4,
"key": 1691568755067,
"state": false
},
{
"index": 5,
"key": 1691568755236,
"state": false
},
{
"index": 6,
"key": 1691568756125,
"state": false
},
{
"index": 7,
"key": 1691568756305,
"state": false
},
{
"index": 8,
"key": 1691568756458,
"state": false
}
],
"description": "跳过的编号的水泵状态为关闭",
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "valveStates",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"index",
"state"
],
"key": "tableProperties",
"listFields": [
"index",
"state"
],
"name": "tableProperties",
"properties": {
"index": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"key": "index",
"listFields": true,
"min": 1,
"minimum": 1,
"need": true,
"title": "阀门编号",
"type": "number"
},
"state": {
"canOrder": false,
"config": "布尔值",
"createShow": true,
"description": "勾选表示打开, 不勾选表示关闭",
"descriptionType": "below",
"displayForm": "checkBox",
"editShow": true,
"fieldType": "boolean",
"key": "state",
"listFields": true,
"title": "阀门开关状态",
"type": "boolean"
}
},
"required": [],
"title": "表格属性",
"type": "object"
},
"title": "阀门列表",
"type": "array",
"uniqueFields": [
"index"
],
"uniqueRow": true
}
},
"required": [],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
],
"formSchema": {
"schema": {
"form": [
"valveStates",
"*"
],
"key": "root",
"listFields": [
"valveStates"
],
"name": "控制阀门开关命令(H4D)",
"properties": {
"valveStates": {
"btnText": {
"add": "添加阀门",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [
{
"index": 1,
"key": 1691568754279,
"state": false
},
{
"index": 2,
"key": 1691568754751,
"state": false
},
{
"index": 3,
"key": 1691568754903,
"state": false
},
{
"index": 4,
"key": 1691568755067,
"state": false
},
{
"index": 5,
"key": 1691568755236,
"state": false
},
{
"index": 6,
"key": 1691568756125,
"state": false
},
{
"index": 7,
"key": 1691568756305,
"state": false
},
{
"index": 8,
"key": 1691568756458,
"state": false
}
],
"description": "跳过的编号的水泵状态为关闭",
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "valveStates",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"index",
"state"
],
"key": "tableProperties",
"listFields": [
"index",
"state"
],
"name": "tableProperties",
"properties": {
"index": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"key": "index",
"listFields": true,
"min": 1,
"minimum": 1,
"need": true,
"title": "阀门编号",
"type": "number"
},
"state": {
"canOrder": false,
"config": "布尔值",
"createShow": true,
"description": "勾选表示打开, 不勾选表示关闭",
"descriptionType": "below",
"displayForm": "checkBox",
"editShow": true,
"fieldType": "boolean",
"key": "state",
"listFields": true,
"title": "阀门开关状态",
"type": "boolean"
}
},
"required": [],
"title": "表格属性",
"type": "object"
},
"title": "阀门列表",
"type": "array",
"uniqueFields": [
"index"
],
"uniqueRow": true
}
},
"required": [],
"title": "控制阀门开关命令(H4D)",
"treeKey": "root",
"type": "object"
}
},
"name": "控制阀门开关命令(H4D)",
"ops": {
"functionCode": "4D",
"param": "控制阀门开关命令(H4D)"
},
"showName": "控制阀门开关命令(H4D)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": null,
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"objectValue": {
"schema": {
"form": [
"valveStates",
"*"
],
"key": "root",
"listFields": [
"valveStates"
],
"name": "modelProperties",
"properties": {
"valveStates": {
"btnText": {
"add": "添加阀门",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [
{
"index": 1,
"key": 1691568754279,
"state": false
},
{
"index": 2,
"key": 1691568754751,
"state": false
},
{
"index": 3,
"key": 1691568754903,
"state": false
},
{
"index": 4,
"key": 1691568755067,
"state": false
},
{
"index": 5,
"key": 1691568755236,
"state": false
},
{
"index": 6,
"key": 1691568756125,
"state": false
},
{
"index": 7,
"key": 1691568756305,
"state": false
},
{
"index": 8,
"key": 1691568756458,
"state": false
}
],
"description": "跳过的编号的水泵状态为关闭",
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "valveStates",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"index",
"state"
],
"key": "tableProperties",
"listFields": [
"index",
"state"
],
"name": "tableProperties",
"properties": {
"index": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"key": "index",
"listFields": true,
"min": 1,
"minimum": 1,
"need": true,
"title": "阀门编号",
"type": "number"
},
"state": {
"canOrder": false,
"config": "布尔值",
"createShow": true,
"description": "勾选表示打开, 不勾选表示关闭",
"descriptionType": "below",
"displayForm": "checkBox",
"editShow": true,
"fieldType": "boolean",
"key": "state",
"listFields": true,
"title": "阀门开关状态",
"type": "boolean"
}
},
"required": [],
"title": "表格属性",
"type": "object"
},
"title": "阀门列表",
"type": "array",
"uniqueFields": [
"index"
],
"uniqueRow": true
}
},
"required": [],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
},
{
"form": [
{
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"name": "中心站设置遥测站控制闸门开关命令(H4E)",
"objectValue": {
"schema": {
"form": [
"sluiceStates",
"*"
],
"key": "root",
"listFields": [
"sluiceStates"
],
"name": "modelProperties",
"properties": {
"sluiceStates": {
"btnText": {
"add": "添加闸门",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [
{
"boolean-20DF": false,
"index": 1,
"key": 1690167948415,
"openDegree": -100,
"state": false
}
],
"description": "跳过的编号会发送状态为 '关',开度为 '0' 的数据",
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "sluiceStates",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"index",
"state",
"openDegree"
],
"key": "tableProperties",
"listFields": [
"index",
"state",
"openDegree"
],
"name": "tableProperties",
"properties": {
"index": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"key": "index",
"listFields": true,
"min": 1,
"minimum": 1,
"need": true,
"title": "编号",
"type": "number"
},
"openDegree": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"key": "openDegree",
"listFields": true,
"max": 9999,
"maximum": 9999,
"min": 0,
"need": true,
"title": "开度",
"type": "number"
},
"state": {
"canOrder": false,
"config": "布尔值",
"createShow": true,
"descriptionType": "tooltip",
"displayForm": "checkBox",
"editShow": true,
"fieldType": "boolean",
"key": "state",
"listFields": true,
"title": "开关状态",
"type": "boolean"
}
},
"required": [],
"title": "表格属性",
"type": "object"
},
"title": "闸门开关控制状态",
"type": "array"
}
},
"required": [],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
],
"formSchema": {
"schema": {
"form": [
"sluiceStates",
"*"
],
"key": "root",
"listFields": [
"sluiceStates"
],
"name": "中心站设置遥测站控制闸门开关命令(H4E)",
"properties": {
"sluiceStates": {
"btnText": {
"add": "添加闸门",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [
{
"boolean-20DF": false,
"index": 1,
"key": 1690167948415,
"openDegree": -100,
"state": false
}
],
"description": "跳过的编号会发送状态为 '关',开度为 '0' 的数据",
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "sluiceStates",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"index",
"state",
"openDegree"
],
"key": "tableProperties",
"listFields": [
"index",
"state",
"openDegree"
],
"name": "tableProperties",
"properties": {
"index": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"key": "index",
"listFields": true,
"min": 1,
"minimum": 1,
"need": true,
"title": "编号",
"type": "number"
},
"openDegree": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"key": "openDegree",
"listFields": true,
"max": 9999,
"maximum": 9999,
"min": 0,
"need": true,
"title": "开度",
"type": "number"
},
"state": {
"canOrder": false,
"config": "布尔值",
"createShow": true,
"descriptionType": "tooltip",
"displayForm": "checkBox",
"editShow": true,
"fieldType": "boolean",
"key": "state",
"listFields": true,
"title": "开关状态",
"type": "boolean"
}
},
"required": [],
"title": "表格属性",
"type": "object"
},
"title": "闸门开关控制状态",
"type": "array"
}
},
"required": [],
"title": "中心站设置遥测站控制闸门开关命令(H4E)",
"treeKey": "root",
"type": "object"
}
},
"name": "中心站设置遥测站控制闸门开关命令(H4E)",
"ops": {
"functionCode": "4E",
"param": "中心站设置遥测站控制闸门开关命令(H4E)"
},
"showName": "中心站设置遥测站控制闸门开关命令(H4E)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": null,
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"objectValue": {
"schema": {
"form": [
"sluiceStates",
"*"
],
"key": "root",
"listFields": [
"sluiceStates"
],
"name": "modelProperties",
"properties": {
"sluiceStates": {
"btnText": {
"add": "添加闸门",
"delete": "删除"
},
"canOrder": false,
"config": "表格",
"createShow": true,
"defaultVal": [
{
"boolean-20DF": false,
"index": 1,
"key": 1690167948415,
"openDegree": -100,
"state": false
}
],
"description": "跳过的编号会发送状态为 '关',开度为 '0' 的数据",
"descriptionType": "tooltip",
"displayForm": "grid",
"editShow": true,
"fieldType": "editableTable",
"invalid": false,
"items": {
"properties": {},
"type": "object"
},
"key": "sluiceStates",
"listFields": true,
"need": false,
"tableFields": {
"form": [
"index",
"state",
"openDegree"
],
"key": "tableProperties",
"listFields": [
"index",
"state",
"openDegree"
],
"name": "tableProperties",
"properties": {
"index": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"key": "index",
"listFields": true,
"min": 1,
"minimum": 1,
"need": true,
"title": "编号",
"type": "number"
},
"openDegree": {
"canOrder": false,
"config": "数字",
"createShow": true,
"dbType": "Int32",
"descriptionType": "tooltip",
"editShow": true,
"fieldType": "inputNumber",
"key": "openDegree",
"listFields": true,
"max": 9999,
"maximum": 9999,
"min": 0,
"need": true,
"title": "开度",
"type": "number"
},
"state": {
"canOrder": false,
"config": "布尔值",
"createShow": true,
"descriptionType": "tooltip",
"displayForm": "checkBox",
"editShow": true,
"fieldType": "boolean",
"key": "state",
"listFields": true,
"title": "开关状态",
"type": "boolean"
}
},
"required": [],
"title": "表格属性",
"type": "object"
},
"title": "闸门开关控制状态",
"type": "array"
}
},
"required": [],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
},
{
"form": [
{
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"name": "中心站设置遥测站水量定值控制命令(H4F)",
"objectValue": {
"schema": {
"form": [
"value",
"*"
],
"key": "root",
"listFields": [
"value"
],
"name": "modelProperties",
"properties": {
"value": {
"canOrder": false,
"config": "布尔值",
"createShow": true,
"description": "勾选时表示定值控制已投入,不勾选表示定值控制已退出",
"descriptionType": "tooltip",
"displayForm": "checkBox",
"editShow": true,
"fieldType": "boolean",
"invalid": false,
"key": "value",
"listFields": true,
"need": false,
"title": "定值控制",
"type": "boolean"
}
},
"required": [],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
],
"formSchema": {
"schema": {
"form": [
"value",
"*"
],
"key": "root",
"listFields": [
"value"
],
"name": "中心站设置遥测站水量定值控制命令(H4F)",
"properties": {
"value": {
"canOrder": false,
"config": "布尔值",
"createShow": true,
"description": "勾选时表示定值控制已投入,不勾选表示定值控制已退出",
"descriptionType": "tooltip",
"displayForm": "checkBox",
"editShow": true,
"fieldType": "boolean",
"invalid": false,
"key": "value",
"listFields": true,
"need": false,
"title": "定值控制",
"type": "boolean"
}
},
"required": [],
"title": "中心站设置遥测站水量定值控制命令(H4F)",
"treeKey": "root",
"type": "object"
}
},
"name": "中心站设置遥测站水量定值控制命令(H4F)",
"ops": {
"functionCode": "4F",
"param": "中心站设置遥测站水量定值控制命令(H4F)"
},
"showName": "中心站设置遥测站水量定值控制命令(H4F)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": null,
"ifRepeat": null,
"ioway": "表单写入",
"mod": null,
"objectValue": {
"schema": {
"form": [
"value",
"*"
],
"key": "root",
"listFields": [
"value"
],
"name": "modelProperties",
"properties": {
"value": {
"canOrder": false,
"config": "布尔值",
"createShow": true,
"description": "勾选时表示定值控制已投入,不勾选表示定值控制已退出",
"descriptionType": "tooltip",
"displayForm": "checkBox",
"editShow": true,
"fieldType": "boolean",
"invalid": false,
"key": "value",
"listFields": true,
"need": false,
"title": "定值控制",
"type": "boolean"
}
},
"required": [],
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
},
{
"form": [
{
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"name": "中心站查询遥测站事件记录(H50)",
"objectValue": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "modelProperties",
"properties": {},
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
],
"formSchema": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "中心站查询遥测站事件记录(H50)",
"properties": {},
"title": "中心站查询遥测站事件记录(H50)",
"treeKey": "root",
"type": "object"
}
},
"name": "中心站查询遥测站事件记录(H50)",
"ops": {
"functionCode": "50",
"param": "中心站查询遥测站事件记录(H50)"
},
"showName": "中心站查询遥测站事件记录(H50)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"objectValue": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "modelProperties",
"properties": {},
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
},
{
"form": [
{
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"name": "中心站查询遥测站时钟(H51)",
"objectValue": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "modelProperties",
"properties": {},
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
],
"formSchema": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "中心站查询遥测站时钟(H51)",
"properties": {},
"title": "中心站查询遥测站时钟(H51)",
"treeKey": "root",
"type": "object"
}
},
"name": "中心站查询遥测站时钟(H51)",
"ops": {
"functionCode": "51",
"param": "中心站查询遥测站时钟(H51)"
},
"showName": "中心站查询遥测站时钟(H51)",
"tag": null,
"writeOut": {
"arrayValue": null,
"defaultValue": null,
"ifRepeat": null,
"mod": null,
"objectValue": null,
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null
},
"writeIn": {
"arrayValue": null,
"ifRepeat": null,
"ioway": "默认写入",
"mod": null,
"objectValue": {
"schema": {
"form": [
"*"
],
"key": "root",
"name": "modelProperties",
"properties": {},
"title": "根对象",
"treeKey": "root",
"type": "object"
}
},
"objectValue2": null,
"select": null,
"select2": null,
"tableValue": null,
"tableValue2": null,
"tag": null,
"tagValue": null,
"type": "object"
}
}
]