222
schangxiang@126.com
2024-12-14 de11618a6c41d627acd733a6b5d818d87d291c1e
CC/iWareCC_ASRS/Connected Services/StationService/Reference.cs
@@ -19,12 +19,14 @@
    [System.SerializableAttribute()]
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.StationService.DeviceWarningInfo[]))]
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.StationService.DeviceWarningInfo))]
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.StationService.StationView))]
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.StationService.StationDB2Obj))]
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.StationService.StationDB2ObjForReadComm[]))]
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.StationService.StationDB2ObjForReadComm))]
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.StationService.StationDB2ObjForWriteComm[]))]
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.StationService.StationDB2ObjForWriteComm))]
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.StationService.StationView))]
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.StationService.StationDB2Obj))]
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.StationService.WmsConfigDeviceWarning[]))]
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.StationService.WmsConfigDeviceWarning))]
    public partial class SdaResEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
        
        [System.NonSerializedAttribute()]
@@ -107,11 +109,7 @@
        [System.NonSerializedAttribute()]
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
        
        private string Addressk__BackingFieldField;
        private string Codek__BackingFieldField;
        private string Contextk__BackingFieldField;
        
        [global::System.ComponentModel.BrowsableAttribute(false)]
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
@@ -120,19 +118,6 @@
            }
            set {
                this.extensionDataField = value;
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute(Name="<Address>k__BackingField", IsRequired=true)]
        public string Addressk__BackingField {
            get {
                return this.Addressk__BackingFieldField;
            }
            set {
                if ((object.ReferenceEquals(this.Addressk__BackingFieldField, value) != true)) {
                    this.Addressk__BackingFieldField = value;
                    this.RaisePropertyChanged("Addressk__BackingField");
                }
            }
        }
        
@@ -149,15 +134,791 @@
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute(Name="<Context>k__BackingField", IsRequired=true)]
        public string Contextk__BackingField {
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
        protected void RaisePropertyChanged(string propertyName) {
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
            if ((propertyChanged != null)) {
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
            }
        }
    }
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    [System.Runtime.Serialization.DataContractAttribute(Name="StationView", Namespace="http://schemas.datacontract.org/2004/07/iWareSda")]
    [System.SerializableAttribute()]
    public partial class StationView : iWareCC.StationService.StationDB2Obj {
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private int DeviceIdField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string DeviceNameField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool IsConnectedField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private iWareCC.StationService.DeviceWarningInfo[] R_Line_WarningDBListField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private iWareCC.StationService.DeviceWarningInfo[] R_Station_WarningDBListField;
        [System.Runtime.Serialization.DataMemberAttribute()]
        public int DeviceId {
            get {
                return this.Contextk__BackingFieldField;
                return this.DeviceIdField;
            }
            set {
                if ((object.ReferenceEquals(this.Contextk__BackingFieldField, value) != true)) {
                    this.Contextk__BackingFieldField = value;
                    this.RaisePropertyChanged("Contextk__BackingField");
                if ((this.DeviceIdField.Equals(value) != true)) {
                    this.DeviceIdField = value;
                    this.RaisePropertyChanged("DeviceId");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string DeviceName {
            get {
                return this.DeviceNameField;
            }
            set {
                if ((object.ReferenceEquals(this.DeviceNameField, value) != true)) {
                    this.DeviceNameField = value;
                    this.RaisePropertyChanged("DeviceName");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool IsConnected {
            get {
                return this.IsConnectedField;
            }
            set {
                if ((this.IsConnectedField.Equals(value) != true)) {
                    this.IsConnectedField = value;
                    this.RaisePropertyChanged("IsConnected");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public iWareCC.StationService.DeviceWarningInfo[] R_Line_WarningDBList {
            get {
                return this.R_Line_WarningDBListField;
            }
            set {
                if ((object.ReferenceEquals(this.R_Line_WarningDBListField, value) != true)) {
                    this.R_Line_WarningDBListField = value;
                    this.RaisePropertyChanged("R_Line_WarningDBList");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public iWareCC.StationService.DeviceWarningInfo[] R_Station_WarningDBList {
            get {
                return this.R_Station_WarningDBListField;
            }
            set {
                if ((object.ReferenceEquals(this.R_Station_WarningDBListField, value) != true)) {
                    this.R_Station_WarningDBListField = value;
                    this.RaisePropertyChanged("R_Station_WarningDBList");
                }
            }
        }
    }
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    [System.Runtime.Serialization.DataContractAttribute(Name="StationDB2Obj", Namespace="http://schemas.datacontract.org/2004/07/iWareSda")]
    [System.SerializableAttribute()]
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.StationService.StationView))]
    public partial class StationDB2Obj : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
        [System.NonSerializedAttribute()]
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string R_1002_ScanField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string R_1004_ScanField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string R_1006_ScanField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string R_1007_ScanField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool R_1009_High1Field;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool R_1009_High2Field;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool R_1009_High3Field;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string R_1015_ScanField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string R_1019_CargoNoScanField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string R_1019_ScanField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool R_HandShake_FJField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool R_HandShake_FXField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool R_HandShake_HBField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool R_HandShake_MBField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private short R_Mode_FJField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private short R_Mode_FXField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private short R_Mode_HBField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private short R_Mode_MBField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private iWareCC.StationService.StationDB2ObjForReadComm[] R_StationForReadCommListField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string R_StationNoField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private int R_Station_CoordinateField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool R_Station_FinishField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private short R_Warning_FJField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private short R_Warning_FXField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private short R_Warning_HBField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private short R_Warning_MBField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_1002_ScanFailACKField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_1002_ScanSuccessACKField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_1004_ScanFailACKField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_1004_ScanSuccessACKField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_1006_ScanFailACKField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_1006_ScanSuccessACKField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_1007_ScanFailACKField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_1007_ScanSuccessACKField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_1015_ReScanField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_1019_ReScanField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_HandShakeField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string W_Out_MaterialModelField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string W_Out_OrderNoField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string W_Out_SerialNumberField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private iWareCC.StationService.StationDB2ObjForWriteComm[] W_StationForWriteCommListField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_Station_FinishACKField;
        [global::System.ComponentModel.BrowsableAttribute(false)]
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
            get {
                return this.extensionDataField;
            }
            set {
                this.extensionDataField = value;
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string R_1002_Scan {
            get {
                return this.R_1002_ScanField;
            }
            set {
                if ((object.ReferenceEquals(this.R_1002_ScanField, value) != true)) {
                    this.R_1002_ScanField = value;
                    this.RaisePropertyChanged("R_1002_Scan");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string R_1004_Scan {
            get {
                return this.R_1004_ScanField;
            }
            set {
                if ((object.ReferenceEquals(this.R_1004_ScanField, value) != true)) {
                    this.R_1004_ScanField = value;
                    this.RaisePropertyChanged("R_1004_Scan");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string R_1006_Scan {
            get {
                return this.R_1006_ScanField;
            }
            set {
                if ((object.ReferenceEquals(this.R_1006_ScanField, value) != true)) {
                    this.R_1006_ScanField = value;
                    this.RaisePropertyChanged("R_1006_Scan");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string R_1007_Scan {
            get {
                return this.R_1007_ScanField;
            }
            set {
                if ((object.ReferenceEquals(this.R_1007_ScanField, value) != true)) {
                    this.R_1007_ScanField = value;
                    this.RaisePropertyChanged("R_1007_Scan");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool R_1009_High1 {
            get {
                return this.R_1009_High1Field;
            }
            set {
                if ((this.R_1009_High1Field.Equals(value) != true)) {
                    this.R_1009_High1Field = value;
                    this.RaisePropertyChanged("R_1009_High1");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool R_1009_High2 {
            get {
                return this.R_1009_High2Field;
            }
            set {
                if ((this.R_1009_High2Field.Equals(value) != true)) {
                    this.R_1009_High2Field = value;
                    this.RaisePropertyChanged("R_1009_High2");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool R_1009_High3 {
            get {
                return this.R_1009_High3Field;
            }
            set {
                if ((this.R_1009_High3Field.Equals(value) != true)) {
                    this.R_1009_High3Field = value;
                    this.RaisePropertyChanged("R_1009_High3");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string R_1015_Scan {
            get {
                return this.R_1015_ScanField;
            }
            set {
                if ((object.ReferenceEquals(this.R_1015_ScanField, value) != true)) {
                    this.R_1015_ScanField = value;
                    this.RaisePropertyChanged("R_1015_Scan");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string R_1019_CargoNoScan {
            get {
                return this.R_1019_CargoNoScanField;
            }
            set {
                if ((object.ReferenceEquals(this.R_1019_CargoNoScanField, value) != true)) {
                    this.R_1019_CargoNoScanField = value;
                    this.RaisePropertyChanged("R_1019_CargoNoScan");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string R_1019_Scan {
            get {
                return this.R_1019_ScanField;
            }
            set {
                if ((object.ReferenceEquals(this.R_1019_ScanField, value) != true)) {
                    this.R_1019_ScanField = value;
                    this.RaisePropertyChanged("R_1019_Scan");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool R_HandShake_FJ {
            get {
                return this.R_HandShake_FJField;
            }
            set {
                if ((this.R_HandShake_FJField.Equals(value) != true)) {
                    this.R_HandShake_FJField = value;
                    this.RaisePropertyChanged("R_HandShake_FJ");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool R_HandShake_FX {
            get {
                return this.R_HandShake_FXField;
            }
            set {
                if ((this.R_HandShake_FXField.Equals(value) != true)) {
                    this.R_HandShake_FXField = value;
                    this.RaisePropertyChanged("R_HandShake_FX");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool R_HandShake_HB {
            get {
                return this.R_HandShake_HBField;
            }
            set {
                if ((this.R_HandShake_HBField.Equals(value) != true)) {
                    this.R_HandShake_HBField = value;
                    this.RaisePropertyChanged("R_HandShake_HB");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool R_HandShake_MB {
            get {
                return this.R_HandShake_MBField;
            }
            set {
                if ((this.R_HandShake_MBField.Equals(value) != true)) {
                    this.R_HandShake_MBField = value;
                    this.RaisePropertyChanged("R_HandShake_MB");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public short R_Mode_FJ {
            get {
                return this.R_Mode_FJField;
            }
            set {
                if ((this.R_Mode_FJField.Equals(value) != true)) {
                    this.R_Mode_FJField = value;
                    this.RaisePropertyChanged("R_Mode_FJ");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public short R_Mode_FX {
            get {
                return this.R_Mode_FXField;
            }
            set {
                if ((this.R_Mode_FXField.Equals(value) != true)) {
                    this.R_Mode_FXField = value;
                    this.RaisePropertyChanged("R_Mode_FX");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public short R_Mode_HB {
            get {
                return this.R_Mode_HBField;
            }
            set {
                if ((this.R_Mode_HBField.Equals(value) != true)) {
                    this.R_Mode_HBField = value;
                    this.RaisePropertyChanged("R_Mode_HB");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public short R_Mode_MB {
            get {
                return this.R_Mode_MBField;
            }
            set {
                if ((this.R_Mode_MBField.Equals(value) != true)) {
                    this.R_Mode_MBField = value;
                    this.RaisePropertyChanged("R_Mode_MB");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public iWareCC.StationService.StationDB2ObjForReadComm[] R_StationForReadCommList {
            get {
                return this.R_StationForReadCommListField;
            }
            set {
                if ((object.ReferenceEquals(this.R_StationForReadCommListField, value) != true)) {
                    this.R_StationForReadCommListField = value;
                    this.RaisePropertyChanged("R_StationForReadCommList");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string R_StationNo {
            get {
                return this.R_StationNoField;
            }
            set {
                if ((object.ReferenceEquals(this.R_StationNoField, value) != true)) {
                    this.R_StationNoField = value;
                    this.RaisePropertyChanged("R_StationNo");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public int R_Station_Coordinate {
            get {
                return this.R_Station_CoordinateField;
            }
            set {
                if ((this.R_Station_CoordinateField.Equals(value) != true)) {
                    this.R_Station_CoordinateField = value;
                    this.RaisePropertyChanged("R_Station_Coordinate");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool R_Station_Finish {
            get {
                return this.R_Station_FinishField;
            }
            set {
                if ((this.R_Station_FinishField.Equals(value) != true)) {
                    this.R_Station_FinishField = value;
                    this.RaisePropertyChanged("R_Station_Finish");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public short R_Warning_FJ {
            get {
                return this.R_Warning_FJField;
            }
            set {
                if ((this.R_Warning_FJField.Equals(value) != true)) {
                    this.R_Warning_FJField = value;
                    this.RaisePropertyChanged("R_Warning_FJ");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public short R_Warning_FX {
            get {
                return this.R_Warning_FXField;
            }
            set {
                if ((this.R_Warning_FXField.Equals(value) != true)) {
                    this.R_Warning_FXField = value;
                    this.RaisePropertyChanged("R_Warning_FX");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public short R_Warning_HB {
            get {
                return this.R_Warning_HBField;
            }
            set {
                if ((this.R_Warning_HBField.Equals(value) != true)) {
                    this.R_Warning_HBField = value;
                    this.RaisePropertyChanged("R_Warning_HB");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public short R_Warning_MB {
            get {
                return this.R_Warning_MBField;
            }
            set {
                if ((this.R_Warning_MBField.Equals(value) != true)) {
                    this.R_Warning_MBField = value;
                    this.RaisePropertyChanged("R_Warning_MB");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_1002_ScanFailACK {
            get {
                return this.W_1002_ScanFailACKField;
            }
            set {
                if ((this.W_1002_ScanFailACKField.Equals(value) != true)) {
                    this.W_1002_ScanFailACKField = value;
                    this.RaisePropertyChanged("W_1002_ScanFailACK");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_1002_ScanSuccessACK {
            get {
                return this.W_1002_ScanSuccessACKField;
            }
            set {
                if ((this.W_1002_ScanSuccessACKField.Equals(value) != true)) {
                    this.W_1002_ScanSuccessACKField = value;
                    this.RaisePropertyChanged("W_1002_ScanSuccessACK");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_1004_ScanFailACK {
            get {
                return this.W_1004_ScanFailACKField;
            }
            set {
                if ((this.W_1004_ScanFailACKField.Equals(value) != true)) {
                    this.W_1004_ScanFailACKField = value;
                    this.RaisePropertyChanged("W_1004_ScanFailACK");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_1004_ScanSuccessACK {
            get {
                return this.W_1004_ScanSuccessACKField;
            }
            set {
                if ((this.W_1004_ScanSuccessACKField.Equals(value) != true)) {
                    this.W_1004_ScanSuccessACKField = value;
                    this.RaisePropertyChanged("W_1004_ScanSuccessACK");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_1006_ScanFailACK {
            get {
                return this.W_1006_ScanFailACKField;
            }
            set {
                if ((this.W_1006_ScanFailACKField.Equals(value) != true)) {
                    this.W_1006_ScanFailACKField = value;
                    this.RaisePropertyChanged("W_1006_ScanFailACK");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_1006_ScanSuccessACK {
            get {
                return this.W_1006_ScanSuccessACKField;
            }
            set {
                if ((this.W_1006_ScanSuccessACKField.Equals(value) != true)) {
                    this.W_1006_ScanSuccessACKField = value;
                    this.RaisePropertyChanged("W_1006_ScanSuccessACK");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_1007_ScanFailACK {
            get {
                return this.W_1007_ScanFailACKField;
            }
            set {
                if ((this.W_1007_ScanFailACKField.Equals(value) != true)) {
                    this.W_1007_ScanFailACKField = value;
                    this.RaisePropertyChanged("W_1007_ScanFailACK");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_1007_ScanSuccessACK {
            get {
                return this.W_1007_ScanSuccessACKField;
            }
            set {
                if ((this.W_1007_ScanSuccessACKField.Equals(value) != true)) {
                    this.W_1007_ScanSuccessACKField = value;
                    this.RaisePropertyChanged("W_1007_ScanSuccessACK");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_1015_ReScan {
            get {
                return this.W_1015_ReScanField;
            }
            set {
                if ((this.W_1015_ReScanField.Equals(value) != true)) {
                    this.W_1015_ReScanField = value;
                    this.RaisePropertyChanged("W_1015_ReScan");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_1019_ReScan {
            get {
                return this.W_1019_ReScanField;
            }
            set {
                if ((this.W_1019_ReScanField.Equals(value) != true)) {
                    this.W_1019_ReScanField = value;
                    this.RaisePropertyChanged("W_1019_ReScan");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_HandShake {
            get {
                return this.W_HandShakeField;
            }
            set {
                if ((this.W_HandShakeField.Equals(value) != true)) {
                    this.W_HandShakeField = value;
                    this.RaisePropertyChanged("W_HandShake");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string W_Out_MaterialModel {
            get {
                return this.W_Out_MaterialModelField;
            }
            set {
                if ((object.ReferenceEquals(this.W_Out_MaterialModelField, value) != true)) {
                    this.W_Out_MaterialModelField = value;
                    this.RaisePropertyChanged("W_Out_MaterialModel");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string W_Out_OrderNo {
            get {
                return this.W_Out_OrderNoField;
            }
            set {
                if ((object.ReferenceEquals(this.W_Out_OrderNoField, value) != true)) {
                    this.W_Out_OrderNoField = value;
                    this.RaisePropertyChanged("W_Out_OrderNo");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string W_Out_SerialNumber {
            get {
                return this.W_Out_SerialNumberField;
            }
            set {
                if ((object.ReferenceEquals(this.W_Out_SerialNumberField, value) != true)) {
                    this.W_Out_SerialNumberField = value;
                    this.RaisePropertyChanged("W_Out_SerialNumber");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public iWareCC.StationService.StationDB2ObjForWriteComm[] W_StationForWriteCommList {
            get {
                return this.W_StationForWriteCommListField;
            }
            set {
                if ((object.ReferenceEquals(this.W_StationForWriteCommListField, value) != true)) {
                    this.W_StationForWriteCommListField = value;
                    this.RaisePropertyChanged("W_StationForWriteCommList");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_Station_FinishACK {
            get {
                return this.W_Station_FinishACKField;
            }
            set {
                if ((this.W_Station_FinishACKField.Equals(value) != true)) {
                    this.W_Station_FinishACKField = value;
                    this.RaisePropertyChanged("W_Station_FinishACK");
                }
            }
        }
@@ -174,7 +935,7 @@
    
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    [System.Runtime.Serialization.DataContractAttribute(Name="StationDB2ObjForReadComm", Namespace="http://schemas.datacontract.org/2004/07/iWareSda.Devices._3_Station.StationModel")]
    [System.Runtime.Serialization.DataContractAttribute(Name="StationDB2ObjForReadComm", Namespace="http://schemas.datacontract.org/2004/07/iWareSda")]
    [System.SerializableAttribute()]
    public partial class StationDB2ObjForReadComm : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
        
@@ -189,6 +950,9 @@
        
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string R_AlarmCodeMsgField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool R_AllowCutField;
        
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private short R_DestinationField;
@@ -210,6 +974,9 @@
        
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool R_OutboundFinishField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool R_OutboundModeField;
        
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string R_OutboundNumberField;
@@ -306,6 +1073,19 @@
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool R_AllowCut {
            get {
                return this.R_AllowCutField;
            }
            set {
                if ((this.R_AllowCutField.Equals(value) != true)) {
                    this.R_AllowCutField = value;
                    this.RaisePropertyChanged("R_AllowCut");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public short R_Destination {
            get {
                return this.R_DestinationField;
@@ -392,6 +1172,19 @@
                if ((this.R_OutboundFinishField.Equals(value) != true)) {
                    this.R_OutboundFinishField = value;
                    this.RaisePropertyChanged("R_OutboundFinish");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool R_OutboundMode {
            get {
                return this.R_OutboundModeField;
            }
            set {
                if ((this.R_OutboundModeField.Equals(value) != true)) {
                    this.R_OutboundModeField = value;
                    this.RaisePropertyChanged("R_OutboundMode");
                }
            }
        }
@@ -603,7 +1396,7 @@
    
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    [System.Runtime.Serialization.DataContractAttribute(Name="StationDB2ObjForWriteComm", Namespace="http://schemas.datacontract.org/2004/07/iWareSda.Devices._3_Station.StationModel")]
    [System.Runtime.Serialization.DataContractAttribute(Name="StationDB2ObjForWriteComm", Namespace="http://schemas.datacontract.org/2004/07/iWareSda")]
    [System.SerializableAttribute()]
    public partial class StationDB2ObjForWriteComm : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
        
@@ -612,6 +1405,9 @@
        
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string StationCodeField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_AllowInField;
        
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private short W_CartonHeightField;
@@ -654,6 +1450,9 @@
        
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private short W_ModeField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_NgFlagField;
        
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_OutboundFinishConfirmField;
@@ -728,6 +1527,19 @@
                if ((object.ReferenceEquals(this.StationCodeField, value) != true)) {
                    this.StationCodeField = value;
                    this.RaisePropertyChanged("StationCode");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_AllowIn {
            get {
                return this.W_AllowInField;
            }
            set {
                if ((this.W_AllowInField.Equals(value) != true)) {
                    this.W_AllowInField = value;
                    this.RaisePropertyChanged("W_AllowIn");
                }
            }
        }
@@ -910,6 +1722,19 @@
                if ((this.W_ModeField.Equals(value) != true)) {
                    this.W_ModeField = value;
                    this.RaisePropertyChanged("W_Mode");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_NgFlag {
            get {
                return this.W_NgFlagField;
            }
            set {
                if ((this.W_NgFlagField.Equals(value) != true)) {
                    this.W_NgFlagField = value;
                    this.RaisePropertyChanged("W_NgFlag");
                }
            }
        }
@@ -1160,193 +1985,15 @@
    
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    [System.Runtime.Serialization.DataContractAttribute(Name="StationView", Namespace="http://schemas.datacontract.org/2004/07/iWareSda")]
    [System.Runtime.Serialization.DataContractAttribute(Name="WmsConfigDeviceWarning", Namespace="http://schemas.datacontract.org/2004/07/iWareSda")]
    [System.SerializableAttribute()]
    public partial class StationView : iWareCC.StationService.StationDB2Obj {
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private int DeviceIdField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string DeviceNameField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool IsConnectedField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private iWareCC.StationService.DeviceWarningInfo[] R_Line_WarningDBListField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private iWareCC.StationService.DeviceWarningInfo[] R_Station_WarningDBListField;
        [System.Runtime.Serialization.DataMemberAttribute()]
        public int DeviceId {
            get {
                return this.DeviceIdField;
            }
            set {
                if ((this.DeviceIdField.Equals(value) != true)) {
                    this.DeviceIdField = value;
                    this.RaisePropertyChanged("DeviceId");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string DeviceName {
            get {
                return this.DeviceNameField;
            }
            set {
                if ((object.ReferenceEquals(this.DeviceNameField, value) != true)) {
                    this.DeviceNameField = value;
                    this.RaisePropertyChanged("DeviceName");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool IsConnected {
            get {
                return this.IsConnectedField;
            }
            set {
                if ((this.IsConnectedField.Equals(value) != true)) {
                    this.IsConnectedField = value;
                    this.RaisePropertyChanged("IsConnected");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public iWareCC.StationService.DeviceWarningInfo[] R_Line_WarningDBList {
            get {
                return this.R_Line_WarningDBListField;
            }
            set {
                if ((object.ReferenceEquals(this.R_Line_WarningDBListField, value) != true)) {
                    this.R_Line_WarningDBListField = value;
                    this.RaisePropertyChanged("R_Line_WarningDBList");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public iWareCC.StationService.DeviceWarningInfo[] R_Station_WarningDBList {
            get {
                return this.R_Station_WarningDBListField;
            }
            set {
                if ((object.ReferenceEquals(this.R_Station_WarningDBListField, value) != true)) {
                    this.R_Station_WarningDBListField = value;
                    this.RaisePropertyChanged("R_Station_WarningDBList");
                }
            }
        }
    }
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    [System.Runtime.Serialization.DataContractAttribute(Name="StationDB2Obj", Namespace="http://schemas.datacontract.org/2004/07/iWareSda")]
    [System.SerializableAttribute()]
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.StationService.StationView))]
    public partial class StationDB2Obj : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
    public partial class WmsConfigDeviceWarning : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
        
        [System.NonSerializedAttribute()]
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
        
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string R_1002_ScanField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string R_1004_ScanField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string R_1006_ScanField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string R_1007_ScanField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool R_1009_High1Field;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool R_1009_High2Field;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool R_1009_High3Field;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string R_1015_ScanField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string R_1019_CargoNoScanField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string R_1019_ScanField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private int R_HandShakeField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private iWareCC.StationService.StationDB2ObjForReadComm[] R_StationForReadCommListField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string R_StationNoField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private int R_Station_CoordinateField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool R_Station_FinishField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_1002_ScanFailACKField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_1002_ScanSuccessACKField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_1004_ScanFailACKField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_1004_ScanSuccessACKField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_1006_ScanFailACKField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_1006_ScanSuccessACKField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_1007_ScanFailACKField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_1007_ScanSuccessACKField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_1015_ReScanField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_1019_ReScanField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_HandShakeField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string W_Out_MaterialModelField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string W_Out_OrderNoField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string W_Out_SerialNumberField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private iWareCC.StationService.StationDB2ObjForWriteComm[] W_StationForWriteCommListField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool W_Station_FinishACKField;
        private string WarningCodeField;
        
        [global::System.ComponentModel.BrowsableAttribute(false)]
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
@@ -1359,404 +2006,14 @@
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string R_1002_Scan {
        public string WarningCode {
            get {
                return this.R_1002_ScanField;
                return this.WarningCodeField;
            }
            set {
                if ((object.ReferenceEquals(this.R_1002_ScanField, value) != true)) {
                    this.R_1002_ScanField = value;
                    this.RaisePropertyChanged("R_1002_Scan");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string R_1004_Scan {
            get {
                return this.R_1004_ScanField;
            }
            set {
                if ((object.ReferenceEquals(this.R_1004_ScanField, value) != true)) {
                    this.R_1004_ScanField = value;
                    this.RaisePropertyChanged("R_1004_Scan");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string R_1006_Scan {
            get {
                return this.R_1006_ScanField;
            }
            set {
                if ((object.ReferenceEquals(this.R_1006_ScanField, value) != true)) {
                    this.R_1006_ScanField = value;
                    this.RaisePropertyChanged("R_1006_Scan");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string R_1007_Scan {
            get {
                return this.R_1007_ScanField;
            }
            set {
                if ((object.ReferenceEquals(this.R_1007_ScanField, value) != true)) {
                    this.R_1007_ScanField = value;
                    this.RaisePropertyChanged("R_1007_Scan");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool R_1009_High1 {
            get {
                return this.R_1009_High1Field;
            }
            set {
                if ((this.R_1009_High1Field.Equals(value) != true)) {
                    this.R_1009_High1Field = value;
                    this.RaisePropertyChanged("R_1009_High1");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool R_1009_High2 {
            get {
                return this.R_1009_High2Field;
            }
            set {
                if ((this.R_1009_High2Field.Equals(value) != true)) {
                    this.R_1009_High2Field = value;
                    this.RaisePropertyChanged("R_1009_High2");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool R_1009_High3 {
            get {
                return this.R_1009_High3Field;
            }
            set {
                if ((this.R_1009_High3Field.Equals(value) != true)) {
                    this.R_1009_High3Field = value;
                    this.RaisePropertyChanged("R_1009_High3");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string R_1015_Scan {
            get {
                return this.R_1015_ScanField;
            }
            set {
                if ((object.ReferenceEquals(this.R_1015_ScanField, value) != true)) {
                    this.R_1015_ScanField = value;
                    this.RaisePropertyChanged("R_1015_Scan");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string R_1019_CargoNoScan {
            get {
                return this.R_1019_CargoNoScanField;
            }
            set {
                if ((object.ReferenceEquals(this.R_1019_CargoNoScanField, value) != true)) {
                    this.R_1019_CargoNoScanField = value;
                    this.RaisePropertyChanged("R_1019_CargoNoScan");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string R_1019_Scan {
            get {
                return this.R_1019_ScanField;
            }
            set {
                if ((object.ReferenceEquals(this.R_1019_ScanField, value) != true)) {
                    this.R_1019_ScanField = value;
                    this.RaisePropertyChanged("R_1019_Scan");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public int R_HandShake {
            get {
                return this.R_HandShakeField;
            }
            set {
                if ((this.R_HandShakeField.Equals(value) != true)) {
                    this.R_HandShakeField = value;
                    this.RaisePropertyChanged("R_HandShake");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public iWareCC.StationService.StationDB2ObjForReadComm[] R_StationForReadCommList {
            get {
                return this.R_StationForReadCommListField;
            }
            set {
                if ((object.ReferenceEquals(this.R_StationForReadCommListField, value) != true)) {
                    this.R_StationForReadCommListField = value;
                    this.RaisePropertyChanged("R_StationForReadCommList");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string R_StationNo {
            get {
                return this.R_StationNoField;
            }
            set {
                if ((object.ReferenceEquals(this.R_StationNoField, value) != true)) {
                    this.R_StationNoField = value;
                    this.RaisePropertyChanged("R_StationNo");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public int R_Station_Coordinate {
            get {
                return this.R_Station_CoordinateField;
            }
            set {
                if ((this.R_Station_CoordinateField.Equals(value) != true)) {
                    this.R_Station_CoordinateField = value;
                    this.RaisePropertyChanged("R_Station_Coordinate");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool R_Station_Finish {
            get {
                return this.R_Station_FinishField;
            }
            set {
                if ((this.R_Station_FinishField.Equals(value) != true)) {
                    this.R_Station_FinishField = value;
                    this.RaisePropertyChanged("R_Station_Finish");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_1002_ScanFailACK {
            get {
                return this.W_1002_ScanFailACKField;
            }
            set {
                if ((this.W_1002_ScanFailACKField.Equals(value) != true)) {
                    this.W_1002_ScanFailACKField = value;
                    this.RaisePropertyChanged("W_1002_ScanFailACK");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_1002_ScanSuccessACK {
            get {
                return this.W_1002_ScanSuccessACKField;
            }
            set {
                if ((this.W_1002_ScanSuccessACKField.Equals(value) != true)) {
                    this.W_1002_ScanSuccessACKField = value;
                    this.RaisePropertyChanged("W_1002_ScanSuccessACK");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_1004_ScanFailACK {
            get {
                return this.W_1004_ScanFailACKField;
            }
            set {
                if ((this.W_1004_ScanFailACKField.Equals(value) != true)) {
                    this.W_1004_ScanFailACKField = value;
                    this.RaisePropertyChanged("W_1004_ScanFailACK");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_1004_ScanSuccessACK {
            get {
                return this.W_1004_ScanSuccessACKField;
            }
            set {
                if ((this.W_1004_ScanSuccessACKField.Equals(value) != true)) {
                    this.W_1004_ScanSuccessACKField = value;
                    this.RaisePropertyChanged("W_1004_ScanSuccessACK");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_1006_ScanFailACK {
            get {
                return this.W_1006_ScanFailACKField;
            }
            set {
                if ((this.W_1006_ScanFailACKField.Equals(value) != true)) {
                    this.W_1006_ScanFailACKField = value;
                    this.RaisePropertyChanged("W_1006_ScanFailACK");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_1006_ScanSuccessACK {
            get {
                return this.W_1006_ScanSuccessACKField;
            }
            set {
                if ((this.W_1006_ScanSuccessACKField.Equals(value) != true)) {
                    this.W_1006_ScanSuccessACKField = value;
                    this.RaisePropertyChanged("W_1006_ScanSuccessACK");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_1007_ScanFailACK {
            get {
                return this.W_1007_ScanFailACKField;
            }
            set {
                if ((this.W_1007_ScanFailACKField.Equals(value) != true)) {
                    this.W_1007_ScanFailACKField = value;
                    this.RaisePropertyChanged("W_1007_ScanFailACK");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_1007_ScanSuccessACK {
            get {
                return this.W_1007_ScanSuccessACKField;
            }
            set {
                if ((this.W_1007_ScanSuccessACKField.Equals(value) != true)) {
                    this.W_1007_ScanSuccessACKField = value;
                    this.RaisePropertyChanged("W_1007_ScanSuccessACK");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_1015_ReScan {
            get {
                return this.W_1015_ReScanField;
            }
            set {
                if ((this.W_1015_ReScanField.Equals(value) != true)) {
                    this.W_1015_ReScanField = value;
                    this.RaisePropertyChanged("W_1015_ReScan");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_1019_ReScan {
            get {
                return this.W_1019_ReScanField;
            }
            set {
                if ((this.W_1019_ReScanField.Equals(value) != true)) {
                    this.W_1019_ReScanField = value;
                    this.RaisePropertyChanged("W_1019_ReScan");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_HandShake {
            get {
                return this.W_HandShakeField;
            }
            set {
                if ((this.W_HandShakeField.Equals(value) != true)) {
                    this.W_HandShakeField = value;
                    this.RaisePropertyChanged("W_HandShake");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string W_Out_MaterialModel {
            get {
                return this.W_Out_MaterialModelField;
            }
            set {
                if ((object.ReferenceEquals(this.W_Out_MaterialModelField, value) != true)) {
                    this.W_Out_MaterialModelField = value;
                    this.RaisePropertyChanged("W_Out_MaterialModel");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string W_Out_OrderNo {
            get {
                return this.W_Out_OrderNoField;
            }
            set {
                if ((object.ReferenceEquals(this.W_Out_OrderNoField, value) != true)) {
                    this.W_Out_OrderNoField = value;
                    this.RaisePropertyChanged("W_Out_OrderNo");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string W_Out_SerialNumber {
            get {
                return this.W_Out_SerialNumberField;
            }
            set {
                if ((object.ReferenceEquals(this.W_Out_SerialNumberField, value) != true)) {
                    this.W_Out_SerialNumberField = value;
                    this.RaisePropertyChanged("W_Out_SerialNumber");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public iWareCC.StationService.StationDB2ObjForWriteComm[] W_StationForWriteCommList {
            get {
                return this.W_StationForWriteCommListField;
            }
            set {
                if ((object.ReferenceEquals(this.W_StationForWriteCommListField, value) != true)) {
                    this.W_StationForWriteCommListField = value;
                    this.RaisePropertyChanged("W_StationForWriteCommList");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool W_Station_FinishACK {
            get {
                return this.W_Station_FinishACKField;
            }
            set {
                if ((this.W_Station_FinishACKField.Equals(value) != true)) {
                    this.W_Station_FinishACKField = value;
                    this.RaisePropertyChanged("W_Station_FinishACK");
                if ((object.ReferenceEquals(this.WarningCodeField, value) != true)) {
                    this.WarningCodeField = value;
                    this.RaisePropertyChanged("WarningCode");
                }
            }
        }
@@ -1799,6 +2056,12 @@
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/GetStationInfo", ReplyAction="http://tempuri.org/IStationService/GetStationInfoResponse")]
        System.Threading.Tasks.Task<iWareCC.StationService.StationView> GetStationInfoAsync(int deviceId);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/GetWaringInfoList", ReplyAction="http://tempuri.org/IStationService/GetWaringInfoListResponse")]
        iWareCC.StationService.DeviceWarningInfo[] GetWaringInfoList(int deviceId, iWareCC.StationService.WmsConfigDeviceWarning[] configDeviceWarningList);
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/GetWaringInfoList", ReplyAction="http://tempuri.org/IStationService/GetWaringInfoListResponse")]
        System.Threading.Tasks.Task<iWareCC.StationService.DeviceWarningInfo[]> GetWaringInfoListAsync(int deviceId, iWareCC.StationService.WmsConfigDeviceWarning[] configDeviceWarningList);
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/IsTaskFinish", ReplyAction="http://tempuri.org/IStationService/IsTaskFinishResponse")]
        iWareCC.StationService.SdaResEntity IsTaskFinish(int deviceId, int taskId);
        
@@ -1828,6 +2091,12 @@
        
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/IsHaveHeatBeat", ReplyAction="http://tempuri.org/IStationService/IsHaveHeatBeatResponse")]
        System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> IsHaveHeatBeatAsync(int deviceId);
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/WriteBoolPlcData", ReplyAction="http://tempuri.org/IStationService/WriteBoolPlcDataResponse")]
        iWareCC.StationService.SdaResEntity WriteBoolPlcData(int deviceId, string dbAddress, bool value);
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/WriteBoolPlcData", ReplyAction="http://tempuri.org/IStationService/WriteBoolPlcDataResponse")]
        System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> WriteBoolPlcDataAsync(int deviceId, string dbAddress, bool value);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/WriteQiTaoInfo", ReplyAction="http://tempuri.org/IStationService/WriteQiTaoInfoResponse")]
        iWareCC.StationService.SdaResEntity WriteQiTaoInfo(int deviceId, string stationCode, bool value);
@@ -1860,10 +2129,10 @@
        System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> WriteInStoreTaskInfoAsync(int deviceId, string stationCode, string toPlaceNo, short length, short width, short height, int inbound_TaskID);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/WriteOutStoreTaskInfo", ReplyAction="http://tempuri.org/IStationService/WriteOutStoreTaskInfoResponse")]
        iWareCC.StationService.SdaResEntity WriteOutStoreTaskInfo(int deviceId, string stationCode, string sourcePlaceNo, int outbound_TaskID);
        iWareCC.StationService.SdaResEntity WriteOutStoreTaskInfo(bool isResetData, int deviceId, string stationCode, string sourcePlaceNo, int outbound_TaskID);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/WriteOutStoreTaskInfo", ReplyAction="http://tempuri.org/IStationService/WriteOutStoreTaskInfoResponse")]
        System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> WriteOutStoreTaskInfoAsync(int deviceId, string stationCode, string sourcePlaceNo, int outbound_TaskID);
        System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> WriteOutStoreTaskInfoAsync(bool isResetData, int deviceId, string stationCode, string sourcePlaceNo, int outbound_TaskID);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/WritePalletizingTaskInfo", ReplyAction="http://tempuri.org/IStationService/WritePalletizingTaskInfoResponse")]
        iWareCC.StationService.SdaResEntity WritePalletizingTaskInfo(int deviceId, string stationCode, int taskID, short length, short width, short height, short rotate, short toplace, short placeX, short placeY, short placeZ, short lastnum);
@@ -1878,10 +2147,10 @@
        System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> SetPalletizingTaskFinishAckAsync(int deviceId, bool value, string stationCode);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/WriteSurroundTaskInfo", ReplyAction="http://tempuri.org/IStationService/WriteSurroundTaskInfoResponse")]
        iWareCC.StationService.SdaResEntity WriteSurroundTaskInfo(int deviceId, string stationCode, short taskID, short length, short width, short cartonhigh, short cartonwidth, short placex, short placey);
        iWareCC.StationService.SdaResEntity WriteSurroundTaskInfo(int deviceId, string stationCode, short taskID, short length, short width, short cartonhigh, short cartonwidth, short placex, short placey, bool isNgFlag);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/WriteSurroundTaskInfo", ReplyAction="http://tempuri.org/IStationService/WriteSurroundTaskInfoResponse")]
        System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> WriteSurroundTaskInfoAsync(int deviceId, string stationCode, short taskID, short length, short width, short cartonhigh, short cartonwidth, short placex, short placey);
        System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> WriteSurroundTaskInfoAsync(int deviceId, string stationCode, short taskID, short length, short width, short cartonhigh, short cartonwidth, short placex, short placey, bool isNgFlag);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/SetSurroundTaskFinishAck", ReplyAction="http://tempuri.org/IStationService/SetSurroundTaskFinishAckResponse")]
        iWareCC.StationService.SdaResEntity SetSurroundTaskFinishAck(int deviceId, bool value, string stationCode);
@@ -1912,6 +2181,24 @@
        
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/WriteStation_XigangGetDataForOut", ReplyAction="http://tempuri.org/IStationService/WriteStation_XigangGetDataForOutResponse")]
        System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> WriteStation_XigangGetDataForOutAsync(int deviceId, string value__Out_MaterialModel, string value_Out_OrderNo, string value_Out_SerialNumber, int plcTaskId);
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/WriteStation_AllowIn", ReplyAction="http://tempuri.org/IStationService/WriteStation_AllowInResponse")]
        iWareCC.StationService.SdaResEntity WriteStation_AllowIn(int deviceId, bool value, string stationCode);
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/WriteStation_AllowIn", ReplyAction="http://tempuri.org/IStationService/WriteStation_AllowInResponse")]
        System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> WriteStation_AllowInAsync(int deviceId, bool value, string stationCode);
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/WriteStation_NgFlag", ReplyAction="http://tempuri.org/IStationService/WriteStation_NgFlagResponse")]
        iWareCC.StationService.SdaResEntity WriteStation_NgFlag(int deviceId, bool value, string stationCode);
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/WriteStation_NgFlag", ReplyAction="http://tempuri.org/IStationService/WriteStation_NgFlagResponse")]
        System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> WriteStation_NgFlagAsync(int deviceId, bool value, string stationCode);
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/WriteStation_PersonAllow", ReplyAction="http://tempuri.org/IStationService/WriteStation_PersonAllowResponse")]
        iWareCC.StationService.SdaResEntity WriteStation_PersonAllow(int deviceId, bool value, string stationCode);
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/WriteStation_PersonAllow", ReplyAction="http://tempuri.org/IStationService/WriteStation_PersonAllowResponse")]
        System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> WriteStation_PersonAllowAsync(int deviceId, bool value, string stationCode);
    }
    
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
@@ -1973,6 +2260,14 @@
            return base.Channel.GetStationInfoAsync(deviceId);
        }
        
        public iWareCC.StationService.DeviceWarningInfo[] GetWaringInfoList(int deviceId, iWareCC.StationService.WmsConfigDeviceWarning[] configDeviceWarningList) {
            return base.Channel.GetWaringInfoList(deviceId, configDeviceWarningList);
        }
        public System.Threading.Tasks.Task<iWareCC.StationService.DeviceWarningInfo[]> GetWaringInfoListAsync(int deviceId, iWareCC.StationService.WmsConfigDeviceWarning[] configDeviceWarningList) {
            return base.Channel.GetWaringInfoListAsync(deviceId, configDeviceWarningList);
        }
        public iWareCC.StationService.SdaResEntity IsTaskFinish(int deviceId, int taskId) {
            return base.Channel.IsTaskFinish(deviceId, taskId);
        }
@@ -2011,6 +2306,14 @@
        
        public System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> IsHaveHeatBeatAsync(int deviceId) {
            return base.Channel.IsHaveHeatBeatAsync(deviceId);
        }
        public iWareCC.StationService.SdaResEntity WriteBoolPlcData(int deviceId, string dbAddress, bool value) {
            return base.Channel.WriteBoolPlcData(deviceId, dbAddress, value);
        }
        public System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> WriteBoolPlcDataAsync(int deviceId, string dbAddress, bool value) {
            return base.Channel.WriteBoolPlcDataAsync(deviceId, dbAddress, value);
        }
        
        public iWareCC.StationService.SdaResEntity WriteQiTaoInfo(int deviceId, string stationCode, bool value) {
@@ -2053,12 +2356,12 @@
            return base.Channel.WriteInStoreTaskInfoAsync(deviceId, stationCode, toPlaceNo, length, width, height, inbound_TaskID);
        }
        
        public iWareCC.StationService.SdaResEntity WriteOutStoreTaskInfo(int deviceId, string stationCode, string sourcePlaceNo, int outbound_TaskID) {
            return base.Channel.WriteOutStoreTaskInfo(deviceId, stationCode, sourcePlaceNo, outbound_TaskID);
        public iWareCC.StationService.SdaResEntity WriteOutStoreTaskInfo(bool isResetData, int deviceId, string stationCode, string sourcePlaceNo, int outbound_TaskID) {
            return base.Channel.WriteOutStoreTaskInfo(isResetData, deviceId, stationCode, sourcePlaceNo, outbound_TaskID);
        }
        
        public System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> WriteOutStoreTaskInfoAsync(int deviceId, string stationCode, string sourcePlaceNo, int outbound_TaskID) {
            return base.Channel.WriteOutStoreTaskInfoAsync(deviceId, stationCode, sourcePlaceNo, outbound_TaskID);
        public System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> WriteOutStoreTaskInfoAsync(bool isResetData, int deviceId, string stationCode, string sourcePlaceNo, int outbound_TaskID) {
            return base.Channel.WriteOutStoreTaskInfoAsync(isResetData, deviceId, stationCode, sourcePlaceNo, outbound_TaskID);
        }
        
        public iWareCC.StationService.SdaResEntity WritePalletizingTaskInfo(int deviceId, string stationCode, int taskID, short length, short width, short height, short rotate, short toplace, short placeX, short placeY, short placeZ, short lastnum) {
@@ -2077,12 +2380,12 @@
            return base.Channel.SetPalletizingTaskFinishAckAsync(deviceId, value, stationCode);
        }
        
        public iWareCC.StationService.SdaResEntity WriteSurroundTaskInfo(int deviceId, string stationCode, short taskID, short length, short width, short cartonhigh, short cartonwidth, short placex, short placey) {
            return base.Channel.WriteSurroundTaskInfo(deviceId, stationCode, taskID, length, width, cartonhigh, cartonwidth, placex, placey);
        public iWareCC.StationService.SdaResEntity WriteSurroundTaskInfo(int deviceId, string stationCode, short taskID, short length, short width, short cartonhigh, short cartonwidth, short placex, short placey, bool isNgFlag) {
            return base.Channel.WriteSurroundTaskInfo(deviceId, stationCode, taskID, length, width, cartonhigh, cartonwidth, placex, placey, isNgFlag);
        }
        
        public System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> WriteSurroundTaskInfoAsync(int deviceId, string stationCode, short taskID, short length, short width, short cartonhigh, short cartonwidth, short placex, short placey) {
            return base.Channel.WriteSurroundTaskInfoAsync(deviceId, stationCode, taskID, length, width, cartonhigh, cartonwidth, placex, placey);
        public System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> WriteSurroundTaskInfoAsync(int deviceId, string stationCode, short taskID, short length, short width, short cartonhigh, short cartonwidth, short placex, short placey, bool isNgFlag) {
            return base.Channel.WriteSurroundTaskInfoAsync(deviceId, stationCode, taskID, length, width, cartonhigh, cartonwidth, placex, placey, isNgFlag);
        }
        
        public iWareCC.StationService.SdaResEntity SetSurroundTaskFinishAck(int deviceId, bool value, string stationCode) {
@@ -2124,5 +2427,29 @@
        public System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> WriteStation_XigangGetDataForOutAsync(int deviceId, string value__Out_MaterialModel, string value_Out_OrderNo, string value_Out_SerialNumber, int plcTaskId) {
            return base.Channel.WriteStation_XigangGetDataForOutAsync(deviceId, value__Out_MaterialModel, value_Out_OrderNo, value_Out_SerialNumber, plcTaskId);
        }
        public iWareCC.StationService.SdaResEntity WriteStation_AllowIn(int deviceId, bool value, string stationCode) {
            return base.Channel.WriteStation_AllowIn(deviceId, value, stationCode);
        }
        public System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> WriteStation_AllowInAsync(int deviceId, bool value, string stationCode) {
            return base.Channel.WriteStation_AllowInAsync(deviceId, value, stationCode);
        }
        public iWareCC.StationService.SdaResEntity WriteStation_NgFlag(int deviceId, bool value, string stationCode) {
            return base.Channel.WriteStation_NgFlag(deviceId, value, stationCode);
        }
        public System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> WriteStation_NgFlagAsync(int deviceId, bool value, string stationCode) {
            return base.Channel.WriteStation_NgFlagAsync(deviceId, value, stationCode);
        }
        public iWareCC.StationService.SdaResEntity WriteStation_PersonAllow(int deviceId, bool value, string stationCode) {
            return base.Channel.WriteStation_PersonAllow(deviceId, value, stationCode);
        }
        public System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> WriteStation_PersonAllowAsync(int deviceId, bool value, string stationCode) {
            return base.Channel.WriteStation_PersonAllowAsync(deviceId, value, stationCode);
        }
    }
}