点击或拖拽改变大小

KeyenceSR2000SeriesTcpReadRecord 方法

读取扫码器的扫码记录,返回数组数据,分别是成功次数,失败次数,ERROR次数,稳定次数,时机输入次数
Read the scan code record of the scanner and return the array data, which are the number of successes, failures, ERRORs, stable times, and timing input times.

命名空间:  HslCommunication.Profinet.Keyence
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public OperateResult<int[]> ReadRecord()

返回值

类型:OperateResultInt32
返回是否成功的结果对象
参见