| | |
| | | CommonStackerCrane commonStackerCrane = (CommonStackerCrane)context.JobDetail.JobDataMap.Get("JobParams"); |
| | | if (commonStackerCrane != null) |
| | | { |
| | | |
| | | WriteDebug(commonStackerCrane.DeviceCode + "运行日志", "开始时间" + DateTime.Now); |
| | | |
| | | short a = commonStackerCrane.Communicator.Read<short>("DB2.2.0"); |
| | | //Console.Out.WriteLine(DateTime.Now + ":" + commonStackerCrane.DeviceName); |
| | | if (!commonStackerCrane.IsEventSubscribed) |
| | |
| | | } |
| | | } |
| | | } |
| | | WriteDebug(commonStackerCrane.DeviceCode + "运行日志", "结束时间" + DateTime.Now); |
| | | } |
| | | } |
| | | catch (Exception ex) |