z8018
2025-08-26 0b275760ee275562439c91e473e731a82c836b57
WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/CommonConveyorLineJob.cs
@@ -59,6 +59,11 @@
                CommonConveyorLine conveyorLine = (CommonConveyorLine)context.JobDetail.JobDataMap.Get("JobParams");
                if (conveyorLine != null)
                {
                    short[] values = conveyorLine.Communicator.Read<short>("DB2.0", 20);
                    conveyorLine.Communicator.Write("DB2.0", new short[] { 1, 2, 3, 4 });
                    conveyorLine.DeviceProDTOs.FirstOrDefault(x => x.DeviceProParamName == "");
                    List<string> childDeviceCodes = _routerService.QueryAllPositions(conveyorLine.DeviceCode);
                    List<Task> tasks = new List<Task>();
                    foreach (string childDeviceCode in childDeviceCodes)