| | |
| | | if (StaticVariable.isStackerRun) |
| | | { |
| | | ExecuteConveyorLineTask(conveyorLine, command, ProtocalDetailValue, childDeviceCode); |
| | | return; |
| | | } |
| | | |
| | | ResultTrayCellsStatus resultTrayCellsStatus = GetResultTrayCellsStatus(command, stationManager); |
| | |
| | | if (serialNosError.Count > 0 || !resultTrayCellsStatus.Success) |
| | | { |
| | | //NG流程 |
| | | var platform = _platFormRepository.QueryFirst(x => x.ProductionLine == resultTrayCellsStatus.ProductionLine && x.PLCCode == "1005"); |
| | | var platform = _platFormRepository.QueryFirst(x => x.ProductionLine == resultTrayCellsStatus.ProductionLine && x.DeviceCode == "1005"); |
| | | ConveyorLineTaskCommand conveyorLineTaskCommand = new ConveyorLineTaskCommand() |
| | | { |
| | | TaskNum = 1, |