wangxinhui
2 天以前 6d3ea08855337c0cfcc60df2903d3431611c7097
项目代码/WCSServices/WIDESEAWCS_Server/Controllers/AGV/AGVController.cs
@@ -141,11 +141,11 @@
                if (stationManger.StationType == StationTypeEnum.StationType_OnlyOutbound.ObjToInt())
                {
                    commonConveyorLine.Communicator.Write("21", (short)256);
                    commonConveyorLine.Communicator.Write("21", new byte[] { 1, 0 });
                }
                else
                {
                    commonConveyorLine.Communicator.Write("23", (short)256);
                    commonConveyorLine.Communicator.Write("23", new byte[] { 1, 0 });
                }
                content.OK();
            }