We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SiemensClient
Dictionary<string, object> arr = new Dictionary<string, object>(); arr.Add("va01", 8); arr.Add("va02", 0.5); arr.Add("va03", 2.9); arr.Add("va04", true); arr.Add("va05", (byte)1); var result = client.BatchWrite(arr,5);
一直提示result.IsSucceed==false 单个写入没有问题。 请指点。。。
The text was updated successfully, but these errors were encountered:
还有在写入string类型的时候,写入成功,读取却报错 未定义数据类型:String
Sorry, something went wrong.
No branches or pull requests
SiemensClient
Dictionary<string, object> arr = new Dictionary<string, object>();
arr.Add("va01", 8);
arr.Add("va02", 0.5);
arr.Add("va03", 2.9);
arr.Add("va04", true);
arr.Add("va05", (byte)1);
var result = client.BatchWrite(arr,5);
一直提示result.IsSucceed==false
单个写入没有问题。
请指点。。。
The text was updated successfully, but these errors were encountered: