| | |
| | | using HslCommunication; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | | using System.Linq; |
| | | using System.Reflection; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Communicator; |
| | | using WIDESEAWCS_QuartzJob; |
| | | using WIDESEAWCS_QuartzJob.DeviceBase; |
| | | using WIDESEAWCS_QuartzJob.DTO; |
| | | using WIDESEAWCS_QuartzJob.StackerCrane; |
| | | using WIDESEAWCS_QuartzJob.StackerCrane.Enum; |
| | | |
| | | namespace WIDESEAWCS_Tasks.StackerCraneJob |
| | | { |
| | |
| | | /// </summary> |
| | | /// <param name="speStackerCrane"></param> |
| | | /// <returns></returns> |
| | | public int WorkCommandValue() => _speStackerCrane.GetValue<StackerCraneDBName, short>(StackerCraneDBName.WorkCommand); |
| | | //public int WorkCommandValue() => _speStackerCrane.GetValue<StackerCraneDBName, short>(StackerCraneDBName.WorkCommand); |
| | | |
| | | /// <summary> |
| | | /// è·åå åæºè®¾å¤ç¶æ |
| | |
| | | _speStackerCrane.SetValue(StackerCraneDBName.EndRow, command.EndRow); |
| | | _speStackerCrane.SetValue(StackerCraneDBName.EndColumn, command.EndColumn); |
| | | _speStackerCrane.SetValue(StackerCraneDBName.EndLayer, command.EndLayer); |
| | | _speStackerCrane.SetValue(StackerCraneDBName.Barcode, command.Barcode); |
| | | //_speStackerCrane.SetValue(StackerCraneDBName.Barcode, command.Barcode); |
| | | _speStackerCrane.SetValue(StackerCraneDBName.WorkType, command.WorkType); |
| | | _speStackerCrane.SetValue(StackerCraneDBName.TrayType, command.TrayType); |
| | | //_speStackerCrane.SetValue(StackerCraneDBName.WorkType, command.TrayType); |
| | | return true; |
| | | } |
| | | return false; |