wangxinhui
2025-09-26 9ae0890dd74771ba9edd44d4830e0de37f8d9938
ÏîÄ¿´úÂë/WCS/WCSServices/WIDESEAWCS_Tasks/ConveyorLineJob/ConveyorLineTaskCommand.cs
@@ -97,6 +97,7 @@
        ///7:申请料框
        ///8:料框到位
        ///9:执行命令中
        ///10:空盘准备
        ///11:满盘准备
        /// </summary>
        public short Command { get; set; }
@@ -456,7 +457,7 @@
    public class ConveyorLineTaskCommandWrite : DeviceCommand
    {
        public ushort ResponState { get; set; }
        public ushort ResponState { get; set; } = 86;
        [DataLength(25)]
        public string Barcode { get; set; }
@@ -464,5 +465,9 @@
        public short TargetAddress { get; set; }
        public short TaskNum { get; set; }
        public short Width { get; set; }
        public short Height { get; set; }
    }
}