点击或拖拽改变大小

OmronFinsNetReceiveUntilEmpty 属性

当接收PLC返回的数据的时候,获取或设置是否需要接收数据直到空为止,在一些及其特殊的场景里,可以设置为 true 防止数据错误的情况。
When receiving the data returned by the PLC, it is necessary to obtain or set whether to receive data until empty, and in some special scenarios, it can be set to true to prevent data errors.

命名空间:  HslCommunication.Profinet.Omron
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public bool ReceiveUntilEmpty { get; set; }

属性值

类型:Boolean
参见