79664531

Date: 2025-06-13 08:15:25
Score: 1.5
Natty:
Report link

use Security Mode = None is not a correct parameter, use allowedSecurityPolicies instead.

from("milo-client:opc.tcp://LeeviDing:53530/OPCUA/SimulationServer?" +
                "node=RAW(ns=3;i=1011)" +
                "&allowedSecurityPolicies=None")
                .log("Received OPC UA data: ${body}");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: leeviding1994