已解决:The server does not support writing the combination of value, status and timestamps provided

解决方法

        double_node = client.get_node("ns=2;s=Demo.Static.Scalar.Double") # returns a Node-Class
        dv = ua.DataValue(ua.Variant(200.0, ua.VariantType.Double))
        double_node.set_value(dv)

BadWriteNotSupported error with latest version (0.98.5) only

posted @ 2021-11-04 15:55  略略略——  阅读(528)  评论(0)    收藏  举报