DESKTOP-9BNTV8O
2025-03-12 7fb9d8f51979ae9df697a434e1a8c80533695904
Admin.NET/WCS.Application/PLC/PLCCommon.cs
@@ -29,7 +29,7 @@
        }
        // 各层输送线跺机放货工位集合
        var conveyList1 = new List<string>() { "152", "153", "160", "094","019","037","054" };
        var conveyList1 = new List<string>() { "152", "153", "160", "094","019","037","054","078" };
        var conveyList4 = new List<string>() { "266", "265"};
        PlcTaskInfo taskInfo = new PlcTaskInfo();
@@ -242,7 +242,7 @@
    {
        string strIp = "";
        startStation = startStation.PadLeft(3, '0');
        var conveyList1 = new List<string>() { "093", "094", "155", "160", "063", "072", "050", "045", "048", "052", "056", "055", "032", "027", "030", "034", "039", "038", "015", "010", "017", "021", "020", "003", "004", "097", "099", "105", "107", "113", "115", "123", "125", "131", "133", "139", "141", "152", "153", "019", "037", "054" };
        var conveyList1 = new List<string>() { "078","093", "094", "155", "160", "063", "072", "050", "045", "048", "052", "056", "055", "032", "027", "030", "034", "039", "038", "015", "010", "017", "021", "020", "003", "004", "097", "099", "105", "107", "113", "115", "123", "125", "131", "133", "139", "141", "152", "153", "019", "037", "054" };
        var conveyList4 = new List<string>() { "265", "266", "250", "253", "277" };
        if (conveyList1.Contains(startStation))
        {