dc3-driver-opc-ua.log 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. 2024-01-30 11:38:23.058 INFO 20608 --- [main] [ 55] i.github.pnoker.driver.OpcUaApplication : Starting OpcUaApplication using Java 1.8.0_131 on DESKTOP-RKLS9TH with PID 20608 (D:\工作文档\武汉三环科普睿科\Project\JavaProject\iot\iot-dc3\dc3-driver\dc3-driver-opc-ua\target\classes started by admin in D:\工作文档\武汉三环科普睿科\Project\JavaProject\iot\iot-dc3)
  2. 2024-01-30 11:38:23.063 DEBUG 20608 --- [main] [ 56] i.github.pnoker.driver.OpcUaApplication : Running with Spring Boot v2.7.11, Spring v5.3.27
  3. 2024-01-30 11:38:23.064 INFO 20608 --- [main] [ 637] i.github.pnoker.driver.OpcUaApplication : The following 5 profiles are active: "driver", "rabbit", "thread", "quartz", "dev"
  4. 2024-01-30 11:38:25.231 INFO 20608 --- [main] [ 61] i.github.pnoker.driver.OpcUaApplication : Started OpcUaApplication in 2.934 seconds (JVM running for 5.012)
  5. 2024-01-30 11:38:25.233 INFO 20608 --- [main] [ 68] i.g.p.d.s.s.impl.DriverSyncServiceImpl : The driver default/dc3-driver-opc-ua_579f5ra1 is initializing
  6. 2024-01-30 11:38:25.282 DEBUG 20608 --- [main] [ 69] i.g.p.d.s.s.impl.DriverSyncServiceImpl : The driver default/dc3-driver-opc-ua initialization information is: {
  7. "tenant" : "default",
  8. "client" : "default/dc3-driver-opc-ua_579f5ra1",
  9. "driver" : {
  10. "remark" : "IOT DC3 平台 Opc Ua 驱动。",
  11. "driverName" : "OpcUa驱动",
  12. "driverCode" : "OpcUaDriver",
  13. "serviceName" : "default/dc3-driver-opc-ua",
  14. "driverTypeFlag" : "DRIVER",
  15. "serviceHost" : "192.168.110.62"
  16. },
  17. "driverAttributes" : [ {
  18. "remark" : "Opc Ua IP",
  19. "displayName" : "主机",
  20. "attributeName" : "host",
  21. "attributeTypeFlag" : "STRING",
  22. "defaultValue" : "localhost"
  23. }, {
  24. "remark" : "Opc Ua Port",
  25. "displayName" : "端口",
  26. "attributeName" : "port",
  27. "attributeTypeFlag" : "INT",
  28. "defaultValue" : "18600"
  29. }, {
  30. "remark" : "Opc Ua Path",
  31. "displayName" : "路径",
  32. "attributeName" : "path",
  33. "attributeTypeFlag" : "STRING",
  34. "defaultValue" : "/"
  35. } ],
  36. "pointAttributes" : [ {
  37. "remark" : "命名空间索引",
  38. "displayName" : "命名空间",
  39. "attributeName" : "namespace",
  40. "attributeTypeFlag" : "INT",
  41. "defaultValue" : "5"
  42. }, {
  43. "remark" : "位号名称",
  44. "displayName" : "位号",
  45. "attributeName" : "tag",
  46. "attributeTypeFlag" : "STRING",
  47. "defaultValue" : "TAG"
  48. } ]
  49. }