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.1.2.0 (12.1.2.0)
语法 public int FanucDataRetainTime { get; set; }
Public Property FanucDataRetainTime As Integer
Get
Set
public:
property int FanucDataRetainTime {
int get ();
void set (int value);
}
member FanucDataRetainTime : int with get, set
属性值
类型:
Int32参见