OmronFinsNetReadSplits 属性 |
进行字读取的时候对于超长的情况按照本属性进行切割,默认500,如果不是CP1H及扩展模块的,可以设置为999,可以提高一倍的通信速度。
When reading words, it is cut according to this attribute for the case of overlength. The default is 500.
If it is not for CP1H and expansion modules, it can be set to 999, which can double the communication speed.
命名空间:
HslCommunication.Profinet.Omron
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public int ReadSplits { get; set; }
Public Property ReadSplits As Integer
Get
Set
public:
virtual property int ReadSplits {
int get () sealed;
void set (int value) sealed;
}
abstract ReadSplits : int with get, set
override ReadSplits : int with get, set
属性值
类型:
Int32实现
IOmronFinsReadSplits参见