OpcUa.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. {
  2. "Code": "OpcUa",
  3. "Name": "OpcUa",
  4. "Description": "OpcUa",
  5. "Subset": [
  6. {
  7. "Name": "OpcUa",
  8. "Description": "OpcUa",
  9. "Propertie": [
  10. {
  11. "DataCate": "text",
  12. "Default": null,
  13. "Description": "唯一标识符",
  14. "PropertyName": "SN",
  15. "Value": null,
  16. "IsShow": true,
  17. "IsMust": false,
  18. "Options": null
  19. },
  20. {
  21. "DataCate": "text",
  22. "Default": null,
  23. "Description": "用户名",
  24. "PropertyName": "UserName",
  25. "Value": null,
  26. "IsShow": true,
  27. "IsMust": false,
  28. "Options": null
  29. },
  30. {
  31. "DataCate": "text",
  32. "Default": null,
  33. "Description": "密码",
  34. "PropertyName": "Password",
  35. "Value": null,
  36. "IsShow": true,
  37. "IsMust": false,
  38. "Options": null
  39. },
  40. {
  41. "DataCate": "text",
  42. "Default": null,
  43. "Description": "证书路径",
  44. "PropertyName": "Cer",
  45. "Value": null,
  46. "IsShow": true,
  47. "IsMust": false,
  48. "Options": null
  49. },
  50. {
  51. "DataCate": "text",
  52. "Default": null,
  53. "Description": "密钥",
  54. "PropertyName": "SecreKey",
  55. "Value": null,
  56. "IsShow": true,
  57. "IsMust": false,
  58. "Options": null
  59. },
  60. {
  61. "DataCate": "text",
  62. "Default": null,
  63. "Description": "服务地址",
  64. "PropertyName": "ServerUrl",
  65. "Value": null,
  66. "IsShow": true,
  67. "IsMust": false,
  68. "Options": null
  69. },
  70. {
  71. "DataCate": "text",
  72. "Default": null,
  73. "Description": "自定义名称(唯一)",
  74. "PropertyName": "CustomName",
  75. "Value": null,
  76. "IsShow": true,
  77. "IsMust": false,
  78. "Options": null
  79. },
  80. {
  81. "DataCate": "text",
  82. "Default": null,
  83. "Description": "超时时间",
  84. "PropertyName": "Timeout",
  85. "Value": null,
  86. "IsShow": true,
  87. "IsMust": false,
  88. "Options": null
  89. },
  90. {
  91. "DataCate": "text",
  92. "Default": null,
  93. "Description": "取样时间间隔",
  94. "PropertyName": "SamplingInterval",
  95. "Value": null,
  96. "IsShow": true,
  97. "IsMust": false,
  98. "Options": null
  99. },
  100. {
  101. "DataCate": "text",
  102. "Default": null,
  103. "Description": "发布时间间隔",
  104. "PropertyName": "PublishingInterval",
  105. "Value": null,
  106. "IsShow": true,
  107. "IsMust": false,
  108. "Options": null
  109. },
  110. {
  111. "DataCate": "text",
  112. "Default": null,
  113. "Description": "保活计数",
  114. "PropertyName": "KeepAliveCount",
  115. "Value": null,
  116. "IsShow": true,
  117. "IsMust": false,
  118. "Options": null
  119. },
  120. {
  121. "DataCate": "text",
  122. "Default": null,
  123. "Description": "寿命计数",
  124. "PropertyName": "LifetimeCount",
  125. "Value": null,
  126. "IsShow": true,
  127. "IsMust": false,
  128. "Options": null
  129. },
  130. {
  131. "DataCate": "text",
  132. "Default": null,
  133. "Description": "队列大小",
  134. "PropertyName": "QueueSize",
  135. "Value": null,
  136. "IsShow": true,
  137. "IsMust": false,
  138. "Options": null
  139. },
  140. {
  141. "DataCate": "text",
  142. "Default": null,
  143. "Description": "任务数量",
  144. "PropertyName": "TaskNumber",
  145. "Value": null,
  146. "IsShow": true,
  147. "IsMust": false,
  148. "Options": null
  149. },
  150. {
  151. "DataCate": "text",
  152. "Default": null,
  153. "Description": "任务处理间隔(毫秒)",
  154. "PropertyName": "TaskHandleInterval",
  155. "Value": null,
  156. "IsShow": true,
  157. "IsMust": false,
  158. "Options": null
  159. },
  160. {
  161. "DataCate": "text",
  162. "Default": null,
  163. "Description": "实现类名",
  164. "PropertyName": "ServiceName",
  165. "Value": "YSAI.Opc.ua.client.OpcUaClientOperate",
  166. "IsShow": false,
  167. "IsMust": false,
  168. "Options": null
  169. }
  170. ]
  171. }
  172. ]
  173. }