点击或拖拽改变大小

FanucInterfaceNetFanucDataRetainTime 属性

获取或设置缓存的Fanuc数据的有效时间,对ReadString(String)方法有效,默认为100,单位毫秒。也即是在100ms内频繁读取机器人的属性数据的时候,优先读取缓存值,提高读取效率。
Gets or sets the valid time of the cached Fanuc data. It is valid for the ReadString(String) method. The default is 100, in milliseconds. That is, when the attribute data of the robot is frequently read within 100ms, the cache value is preferentially read to improve the reading efficiency.

命名空间:  HslCommunication.Robot.FANUC
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public int FanucDataRetainTime { get; set; }

属性值

类型:Int32
参见