You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var result = await siemensTcpNet.ReadAsync(addressArray, lenArray);
var byteArray = result.Content;
case "BOOL":
result = siemensS7Net.ByteTransform.TransBool(byteArray, startIndex);
break;
用两种方式采集的数据,核对发现一次性采集BOOL类型的值解析有误。
The text was updated successfully, but these errors were encountered:
逐条采集代码
批量采集代码
用两种方式采集的数据,核对发现一次性采集BOOL类型的值解析有误。
The text was updated successfully, but these errors were encountered: