|
@@ -176,6 +176,48 @@ let common = [{
|
|
|
FirstTag: ""
|
|
|
},
|
|
|
{
|
|
|
+ InfoPointName: "*数据类型",
|
|
|
+ InfoPointCode: "DataType",
|
|
|
+ InputMode: "B1",
|
|
|
+ Visible: true,
|
|
|
+ FirstTag: ""
|
|
|
+ },
|
|
|
+ {
|
|
|
+ InfoPointName: "仪表ID",
|
|
|
+ InfoPointCode: "Meter",
|
|
|
+ InputMode: "B1",
|
|
|
+ Visible: true,
|
|
|
+ FirstTag: ""
|
|
|
+ },
|
|
|
+ {
|
|
|
+ InfoPointName: "功能ID",
|
|
|
+ InfoPointCode: "Func",
|
|
|
+ InputMode: "B1",
|
|
|
+ Visible: true,
|
|
|
+ FirstTag: ""
|
|
|
+ },
|
|
|
+ {
|
|
|
+ InfoPointName: "整合ID",
|
|
|
+ InfoPointCode: "Meterfunc",
|
|
|
+ InputMode: "B1",
|
|
|
+ Visible: true,
|
|
|
+ FirstTag: ""
|
|
|
+ },
|
|
|
+ {
|
|
|
+ InfoPointName: "*获取方式",
|
|
|
+ InfoPointCode: "Method",
|
|
|
+ InputMode: "B1",
|
|
|
+ Visible: true,
|
|
|
+ FirstTag: ""
|
|
|
+ },
|
|
|
+ {
|
|
|
+ InfoPointName: "读写",
|
|
|
+ InfoPointCode: "ReadWrite",
|
|
|
+ InputMode: "B1",
|
|
|
+ Visible: true,
|
|
|
+ FirstTag: ""
|
|
|
+ },
|
|
|
+ {
|
|
|
InfoPointName: "位置标签",
|
|
|
InfoPointCode: "LocationFlag",
|
|
|
InputMode: "myOwn",
|
|
@@ -204,7 +246,7 @@ let common = [{
|
|
|
FirstTag: ""
|
|
|
},
|
|
|
{
|
|
|
- InfoPointName: "使用",
|
|
|
+ InfoPointName: "启用",
|
|
|
InfoPointCode: "Used",
|
|
|
InputMode: "switchBtn",
|
|
|
Visible: true,
|