| | |
| | | [Description("心跳")] |
| | | public string W_HandShake { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 1015重新扫码,写为true表示重新扫码,写为false,表示关闭重新扫码。当wcs读到值后,就写为false |
| | | /// </summary> |
| | | [Description("1015重新扫码")] |
| | | public string W_1015_ReScan { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 1019重新扫码,写为true表示重新扫码,写为false,表示关闭重新扫码。当wcs读到值后,就写为false |
| | | /// </summary> |
| | | [Description("1019重新扫码")] |
| | | public string W_1019_ReScan { get; set; } |
| | | |
| | | /// <summary> |
| | | /// Station_完成ACK |
| | | /// </summary> |
| | | [Description("Station_完成ACK")] |
| | | public string W_Station_FinishACK { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 1002扫描失败信号 |
| | | /// </summary> |
| | | [Description("1002扫描失败信号")] |
| | | public string W_1002_ScanFailACK { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 1004扫描失败信号 |
| | | /// </summary> |
| | | [Description("1004扫描失败信号")] |
| | | public string W_1004_ScanFailACK { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 1006扫描失败信号 |
| | | /// </summary> |
| | | [Description("1006扫描失败信号")] |
| | | public string W_1006_ScanFailACK { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 1007扫描失败信号 |
| | | /// </summary> |
| | | [Description("1007扫描失败信号")] |
| | | public string W_1007_ScanFailACK { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 1002扫描成功信号 |
| | | /// </summary> |
| | | [Description("1002扫描成功信号")] |
| | | public string W_1002_ScanSuccessACK { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 1004扫描成功信号 |
| | | /// </summary> |
| | | [Description("1004扫描成功信号")] |
| | | public string W_1004_ScanSuccessACK { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 1006扫描成功信号 |
| | | /// </summary> |
| | | [Description("1006扫描成功信号")] |
| | | public string W_1006_ScanSuccessACK { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 1007扫描成功信号 |
| | | /// </summary> |
| | | [Description("1007扫描成功信号")] |
| | | public string W_1007_ScanSuccessACK { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 出库发动机的型号 【Editby shaocx,2023-07-23】 |
| | | /// </summary> |
| | | [Description("出库发动机的型号")] |
| | | public string W_Out_MaterialModel { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 出库发动机的订货号 【Editby shaocx,2023-07-23】 |
| | | /// </summary> |
| | | [Description("出库发动机的订货号")] |
| | | public string W_Out_OrderNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 出库发动机的编号 【Editby shaocx,2023-07-23】 |
| | | /// </summary> |
| | | [Description("出库发动机的编号")] |
| | | public string W_Out_SerialNumber { get; set; } |
| | | |
| | | |
| | | |
| | | |
| | | #region 写的站点 |
| | | |