|
|
@@ -536,6 +536,7 @@ public class ExecuteTheRecipe { |
|
|
|
if (ConfigName.getInstance().WhetherManualFeedingSuspended.contains("是")) { |
|
|
|
ExecuteTheRecipe.WritePLC("暂停开关", true, null); |
|
|
|
} |
|
|
|
ModbusTcpServer.get().WriteBool("M52.1", (boolean) true, null); |
|
|
|
|
|
|
|
final boolean[] IsComplete = {false}; |
|
|
|
Activity activity = findActivity(context); |
|
|
@@ -567,6 +568,7 @@ public class ExecuteTheRecipe { |
|
|
|
if (ConfigName.getInstance().WhetherManualFeedingSuspended.contains("是")) { |
|
|
|
ExecuteTheRecipe.WritePLC("暂停开关", false, null); |
|
|
|
} |
|
|
|
ModbusTcpServer.get().WriteBool("M52.1", (boolean) false, null); |
|
|
|
|
|
|
|
ExecuteTheRecipe.showlog("手动已确认投入主料:" + name + "-继续流程"); |
|
|
|
} else { |
|
|
|