项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/AGV/CommonAGVJob.cs
@@ -120,9 +120,9 @@ var structs = BitConverter.GetBytes(InteractiveSignal).Reverse().ToArray().ToBoolArray(); if (structs[0]) { IsWrite = conveyorLine.Communicator.WriteNoRead("DB100.0", 0); IsWrite = conveyorLine.Communicator.WriteNoRead("DB100.0", Convert.ToInt32(0)); Thread.Sleep(1000); IsWrite = conveyorLine.Communicator.WriteNoRead("DB100.0", 9999); IsWrite = conveyorLine.Communicator.WriteNoRead("DB100.0", Convert.ToInt32(9999)); if (!IsWrite) { return Task.CompletedTask;