From 7ead308e9eaaf116b2ea8d1997dfeb458196953f Mon Sep 17 00:00:00 2001 From: 严智鑫 <test> Date: 星期三, 13 三月 2024 08:52:23 +0800 Subject: [PATCH] 更新 --- springboot-vue3/src/main/java/com/example/springboot/component/Plchome.java | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/Plchome.java b/springboot-vue3/src/main/java/com/example/springboot/component/Plchome.java index ed2af46..2d9bfad 100644 --- a/springboot-vue3/src/main/java/com/example/springboot/component/Plchome.java +++ b/springboot-vue3/src/main/java/com/example/springboot/component/Plchome.java @@ -125,14 +125,13 @@ //璇诲彇DB105鍖烘枃浠� PlcParameterObject plcmes=PLCAutoMes.PlcMesObject; - //String PlcRequest=plcmes.getPlcParameter("GaToMES").getValue();//鍑虹墖璇锋眰涓�绾� - //double width=plcmes.getPlcParameter("Height").getValue();//鍑虹墖璇锋眰涓�绾� - //double height=plcmes.getPlcParameter("width").getValue();//鍑虹墖璇锋眰涓�绾� - // 鑾峰彇娴嬮噺鐨勯暱锛屽 + //String PlcRequest=plcmes.getPlcParameter("GaToMES").getValue();//璇锋眰 + //double width=plcmes.getPlcParameter("Height").getValue();//瀹� + //double height=plcmes.getPlcParameter("width").getValue();//楂� + //鑾峰彇娴嬮噺鐨勯暱锛屽 String PlcRequest = "1"; double width = 402; double height = 402; - //鑾峰彇鍖归厤璁剧疆 if ("1".equals(PlcRequest)) { List<GlassInfo> Result=HomeService.NormalGlassInfo(width, height, "1"); -- Gitblit v1.8.0