| | |
| | | SdaResEntity IsHaveHeatBeat(int deviceId); |
| | | |
| | | /// <summary> |
| | | /// 写PLC bool |
| | | /// </summary> |
| | | /// <param name="deviceId"></param> |
| | | /// <param name="dbAddress"></param> |
| | | /// <param name="value"></param> |
| | | /// <returns></returns> |
| | | [OperationContract] |
| | | SdaResEntity WriteBoolPlcData(int deviceId, string dbAddress, bool value); |
| | | |
| | | /// <summary> |
| | | /// 写入齐套信息 |
| | | /// </summary> |
| | | /// <param name="deviceId"></param> |
| | |
| | | SdaResEntity WriteQiTaoInfo(int deviceId, string stationCode, bool value); |
| | | |
| | | /// <summary> |
| | | /// 入库完成已确认 |
| | | /// </summary> |
| | | /// <param name="deviceId"></param> |
| | | /// <param name="value"></param> |
| | | /// <returns></returns> |
| | | [OperationContract] |
| | | SdaResEntity InboundFinishConfirm(int deviceId, bool value, string stationCode); |
| | | |
| | | /// <summary> |
| | | /// 出库完成已确认 |
| | | /// </summary> |
| | | /// <param name="deviceId"></param> |
| | | /// <param name="value"></param> |
| | | /// <returns></returns> |
| | | [OperationContract] |
| | | SdaResEntity OutboundFinishConfirm(int deviceId, bool value, string stationCode, bool isClearData); |
| | | |
| | | |
| | | /// <summary> |
| | | /// 切换模式 |
| | | /// </summary> |
| | | /// <param name="deviceId"></param> |
| | | /// <param name="value"></param> |
| | | /// <param name="stationCode"></param> |
| | | /// <returns></returns> |
| | | [OperationContract] |
| | | SdaResEntity ChangeMode(int deviceId, int value, string stationCode); |
| | | |
| | | /// <summary> |
| | | /// 写入入库任务信息 |
| | | /// </summary> |
| | | /// <param name="deviceId"></param> |
| | | /// <param name="value"></param> |
| | | /// <returns></returns> |
| | | [OperationContract] |
| | | SdaResEntity WriteInStoreTaskInfo(int deviceId, string stationCode, string toPlaceNo, short length, short width, short height); |
| | | SdaResEntity WriteInStoreTaskInfo(int deviceId, string stationCode, string toPlaceNo, short length, short width, short height, int inbound_TaskID); |
| | | |
| | | /// <summary> |
| | | /// 写入出库任务信息 |
| | | /// </summary> |
| | | /// <param name="deviceId"></param> |
| | | /// <param name="stationCode"></param> |
| | | /// <param name="sourcePlaceNo"></param> |
| | | /// <param name="outbound_TaskID"></param> |
| | | /// <returns></returns> |
| | | [OperationContract] |
| | | SdaResEntity WriteOutStoreTaskInfo(bool isResetData, int deviceId, string stationCode, string sourcePlaceNo, int outbound_TaskID); |
| | | |
| | | /// <summary> |
| | | /// 写入码板任务信息 |
| | | /// </summary> |
| | | /// <param name="deviceId"></param> |
| | | /// <param name="value"></param> |
| | | /// <returns></returns> |
| | | [OperationContract] |
| | | 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); |
| | | |
| | | /// <summary> |
| | | /// 码垛完成已确认 |
| | | /// </summary> |
| | | /// <param name="deviceId"></param> |
| | | /// <param name="value"></param> |
| | | /// <returns></returns |
| | | [OperationContract] |
| | | 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); |
| | | |
| | | [OperationContract] |
| | | SdaResEntity SetSurroundTaskFinishAck(int deviceId, bool value, string stationCode); |
| | | |
| | | /// <summary> |
| | | /// Station的任务完成ACK赋值 |
| | |
| | | /// <returns></returns> |
| | | [OperationContract] |
| | | SdaResEntity WriteStation_FinishACK(int deviceId, bool value, int plcTaskId); |
| | | /// <summary> |
| | | /// 复位解析完成 |
| | | /// </summary> |
| | | /// <param name="deviceId"></param> |
| | | /// <param name="value"></param> |
| | | /// <param name="stationCode"></param> |
| | | /// <returns></returns> |
| | | [OperationContract] |
| | | SdaResEntity WriteStation_ACK(int deviceId, bool value, string stationCode); |
| | | |
| | | /// <summary> |
| | | /// 四个入库口扫描验证ACK赋值 |
| | |
| | | string value_Out_SerialNumber, |
| | | int plcTaskId); |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 写入 补板工位允许进板 |
| | | /// </summary> |
| | | /// <param name="deviceId"></param> |
| | | /// <param name="value"></param> |
| | | /// <param name="stationCode"></param> |
| | | /// <returns></returns> |
| | | [OperationContract] |
| | | SdaResEntity WriteStation_AllowIn(int deviceId, bool value, string stationCode); |
| | | |
| | | |
| | | /// <summary> |
| | | /// 写入 人工放行 |
| | | /// </summary> |
| | | /// <param name="deviceId"></param> |
| | | /// <param name="value"></param> |
| | | /// <param name="stationCode"></param> |
| | | /// <returns></returns> |
| | | [OperationContract] |
| | | SdaResEntity WriteStation_PersonAllow(int deviceId, bool value, string stationCode); |
| | | } |
| | | } |