z8018
2025-05-20 745aa71a76544989535ff193f3ede69200bab2db
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/CommonConveyorLineJob.cs
@@ -99,9 +99,19 @@
                            if (toplc > 0)//获取到有效去向
                            {
                                otherDevice.Communicator.Write("DB15.10", productInfo.Length);
                                otherDevice.Communicator.Write("DB15.14", productInfo.Width);
                                otherDevice.Communicator.Write("DB15.18", productInfo.Height);
                                if (toplc == 1 && productInfo.Length < productInfo.Width)
                                {
                                    otherDevice.Communicator.Write("DB15.10", productInfo.Width);
                                    otherDevice.Communicator.Write("DB15.14", productInfo.Length);
                                    otherDevice.Communicator.Write("DB15.18", productInfo.Height);
                                }
                                else
                                {
                                    otherDevice.Communicator.Write("DB15.10", productInfo.Length);
                                    otherDevice.Communicator.Write("DB15.14", productInfo.Width);
                                    otherDevice.Communicator.Write("DB15.18", productInfo.Height);
                                }
                                otherDevice.Communicator.Write("DB15.6", toplc);   //写入去向
                                otherDevice.Communicator.Write("DB15.0", true);