| | |
| | | SdaResEntity ChangeMode(int deviceId, int value, string stationCode); |
| | | |
| | | /// <summary> |
| | | /// 扫码记录清除 |
| | | /// </summary> |
| | | /// <param name="deviceId"></param> |
| | | /// <param name="value"></param> |
| | | /// <param name="stationCode"></param> |
| | | /// <returns></returns> |
| | | [OperationContract] |
| | | SdaResEntity PartClear(int deviceId, bool value, string stationCode); |
| | | |
| | | /// <summary> |
| | | /// 写入入库任务信息 |
| | | /// </summary> |
| | | /// <param name="deviceId"></param> |
| | |
| | | SdaResEntity SetPalletizingTaskFinishAck(int deviceId, bool value, string stationCode); |
| | | |
| | | [OperationContract] |
| | | SdaResEntity WriteSurroundTaskInfo(int deviceId, string stationCode, short taskID, short length, short width, short cartonhigh, short cartonwidth, short placex, short placey); |
| | | SdaResEntity WriteSurroundTaskInfo(int deviceId, string stationCode, short taskID, short length, short width, |
| | | short cartonhigh, short cartonwidth, short placex, short placey, bool isNgFlag); |
| | | |
| | | [OperationContract] |
| | | SdaResEntity SetSurroundTaskFinishAck(int deviceId, bool value, string stationCode); |
| | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 写入NG包标记 |
| | | /// </summary> |
| | | /// <param name="deviceId"></param> |
| | | /// <param name="value"></param> |
| | | /// <param name="stationCode"></param> |
| | | /// <returns></returns> |
| | | [OperationContract] |
| | | SdaResEntity WriteStation_NgFlag(int deviceId, bool value, string stationCode); |
| | | |
| | | |
| | | /// <summary> |
| | | /// 写入 人工放行 |
| | | /// </summary> |
| | | /// <param name="deviceId"></param> |