yantian yue
2023-10-24 47eb81eebc9a87af5f64dd765dc1a1267317d9a8
guns-vip-main/src/main/java/cn/stylefeng/guns/opcua/client/ClientHandler.java
@@ -42,7 +42,7 @@
public class ClientHandler {
   // 客户端实例
   private OpcUaClient client = null;
   public static OpcUaClient client = null;
   public List<OpcuaConfResult> b = null;
@@ -224,6 +224,9 @@
      case "boolean":
         value = new Variant(Boolean.parseBoolean(node.getValue().toString()));
         break;
      case "long":
         value = new Variant(Long.parseLong(node.getValue().toString()));
         break;
      }
      DataValue dataValue = new DataValue(value, null, null);