diff --git a/WCS.BLL/Tool/Helper.cs b/WCS.BLL/Tool/Helper.cs index 47976a3..b3b8e06 100644 --- a/WCS.BLL/Tool/Helper.cs +++ b/WCS.BLL/Tool/Helper.cs @@ -249,7 +249,7 @@ namespace WCS.BLL.Tool data1[1] = 0x01; data1[2] = 0x00; data1[3] = (byte)(data1.Length + 2); - data1[4] = 0x07; + data1[4] = 0x08; //库位灯 data1[5] = (byte)board_id; @@ -276,7 +276,7 @@ namespace WCS.BLL.Tool data1[1] = 0x01; data1[2] = 0x00; data1[3] = (byte)(data1.Length + 2); - data1[4] = 0x07; + data1[4] = 0x01; data1[5] = (byte)(lightid + 6); data1[6] = 0x03;