| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- {
- "Code": "OpcUa",
- "Name": "OpcUa",
- "Description": "OpcUa",
- "Subset": [
- {
- "Name": "OpcUa",
- "Description": "OpcUa",
- "Propertie": [
- {
- "DataCate": "text",
- "Default": null,
- "Description": "唯一标识符",
- "PropertyName": "SN",
- "Value": null,
- "IsShow": true,
- "IsMust": false,
- "Options": null
- },
- {
- "DataCate": "text",
- "Default": null,
- "Description": "用户名",
- "PropertyName": "UserName",
- "Value": null,
- "IsShow": true,
- "IsMust": false,
- "Options": null
- },
- {
- "DataCate": "text",
- "Default": null,
- "Description": "密码",
- "PropertyName": "Password",
- "Value": null,
- "IsShow": true,
- "IsMust": false,
- "Options": null
- },
- {
- "DataCate": "text",
- "Default": null,
- "Description": "证书路径",
- "PropertyName": "Cer",
- "Value": null,
- "IsShow": true,
- "IsMust": false,
- "Options": null
- },
- {
- "DataCate": "text",
- "Default": null,
- "Description": "密钥",
- "PropertyName": "SecreKey",
- "Value": null,
- "IsShow": true,
- "IsMust": false,
- "Options": null
- },
- {
- "DataCate": "text",
- "Default": null,
- "Description": "服务地址",
- "PropertyName": "ServerUrl",
- "Value": null,
- "IsShow": true,
- "IsMust": false,
- "Options": null
- },
- {
- "DataCate": "text",
- "Default": null,
- "Description": "自定义名称(唯一)",
- "PropertyName": "CustomName",
- "Value": null,
- "IsShow": true,
- "IsMust": false,
- "Options": null
- },
- {
- "DataCate": "text",
- "Default": null,
- "Description": "超时时间",
- "PropertyName": "Timeout",
- "Value": null,
- "IsShow": true,
- "IsMust": false,
- "Options": null
- },
- {
- "DataCate": "text",
- "Default": null,
- "Description": "取样时间间隔",
- "PropertyName": "SamplingInterval",
- "Value": null,
- "IsShow": true,
- "IsMust": false,
- "Options": null
- },
- {
- "DataCate": "text",
- "Default": null,
- "Description": "发布时间间隔",
- "PropertyName": "PublishingInterval",
- "Value": null,
- "IsShow": true,
- "IsMust": false,
- "Options": null
- },
- {
- "DataCate": "text",
- "Default": null,
- "Description": "保活计数",
- "PropertyName": "KeepAliveCount",
- "Value": null,
- "IsShow": true,
- "IsMust": false,
- "Options": null
- },
- {
- "DataCate": "text",
- "Default": null,
- "Description": "寿命计数",
- "PropertyName": "LifetimeCount",
- "Value": null,
- "IsShow": true,
- "IsMust": false,
- "Options": null
- },
- {
- "DataCate": "text",
- "Default": null,
- "Description": "队列大小",
- "PropertyName": "QueueSize",
- "Value": null,
- "IsShow": true,
- "IsMust": false,
- "Options": null
- },
- {
- "DataCate": "text",
- "Default": null,
- "Description": "任务数量",
- "PropertyName": "TaskNumber",
- "Value": null,
- "IsShow": true,
- "IsMust": false,
- "Options": null
- },
- {
- "DataCate": "text",
- "Default": null,
- "Description": "任务处理间隔(毫秒)",
- "PropertyName": "TaskHandleInterval",
- "Value": null,
- "IsShow": true,
- "IsMust": false,
- "Options": null
- },
- {
- "DataCate": "text",
- "Default": null,
- "Description": "实现类名",
- "PropertyName": "ServiceName",
- "Value": "YSAI.Opc.ua.client.OpcUaClientOperate",
- "IsShow": false,
- "IsMust": false,
- "Options": null
- }
- ]
- }
- ]
- }
|