| | |
| | | /// </summary> |
| | | /// <param name="value"></param> |
| | | /// <returns></returns> |
| | | public static void MonitorTestForLine(DataCaptureConfig _dataCaptureConfig, object value, List<DataCaptureColumnConfig> colConfig, WorkPieceLog wplog) |
| | | public static void MonitorTestForLine(DataCaptureConfig _dataCaptureConfig, object value, List<DataCaptureColumnConfig> colConfig, string workPieceID) |
| | | { |
| | | Task.Run(() => |
| | | { |
| | |
| | | var str = ""; |
| | | |
| | | |
| | | str += $",上线获取二维码值 ,值是{wplog.WorkPieceID.ToString()}"; |
| | | str += $",上线获取二维码值 ,值是{workPieceID}"; |
| | | //str += $",整体对象 wplog是{JsonConvert.SerializeObject(wplog)}"; |
| | | |
| | | Log4NetHelper.WriteInfoLog(_LogType, str); |