schangxiang@126.com
2024-11-26 4b2e89faeb6383335db4fc4a56d3cb71565abe08
SDA/iWareSda/Devices/4-Station/StationService/IStationService.cs
@@ -148,9 +148,8 @@
        /// <param name="value"></param>
        /// <returns></returns>
        [OperationContract]
        SdaResEntity WritePalletizingTaskInfo(int deviceId, string stationCode, int taskID, bool isLast, bool isFirst, short length, short width, short height, short rotate, short toplace, short placeX, short placeY, short placeZ);
        SdaResEntity WritePalletizingTaskInfo(int deviceId, string stationCode, int taskID, bool isLast, short length, short width, short height, short rotate, short toplace, short placeX, short placeY);
            /// <summary>
            /// 码垛完成已确认
            /// </summary>
@@ -160,6 +159,12 @@
            [OperationContract]
        SdaResEntity SetPalletizingTaskFinishAck(int deviceId, bool value, string stationCode);
        [OperationContract]
        SdaResEntity WriteSurroundTaskInfo(int deviceId, string stationCode, int 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赋值
        /// </summary>