| | |
| | | CommonConveyorLine conveyorLine = (CommonConveyorLine)context.JobDetail.JobDataMap.Get("JobParams"); |
| | | if (conveyorLine != null) |
| | | { |
| | | short[] values = conveyorLine.Communicator.Read<short>("DB2.0", 20); |
| | | conveyorLine.Communicator.Write("DB2.0", new short[] { 1, 2, 3, 4 }); |
| | | |
| | | conveyorLine.DeviceProDTOs.FirstOrDefault(x => x.DeviceProParamName == ""); |
| | | |
| | | List<string> childDeviceCodes = _routerService.QueryAllPositions(conveyorLine.DeviceCode); |
| | | List<Task> tasks = new List<Task>(); |
| | | foreach (string childDeviceCode in childDeviceCodes) |