From 2891e70a6b85b9112aea218f82b555179484d200 Mon Sep 17 00:00:00 2001 From: ISA Date: Tue, 15 Oct 2024 19:30:46 +0200 Subject: [PATCH] Unterer Bereich - Schleifenwiderstand und Messkurve --- .env.local | 4 +-- components/modules/Kue705FO.jsx | 49 ++++++++++++++++++++++++++++++--- 2 files changed, 47 insertions(+), 6 deletions(-) diff --git a/.env.local b/.env.local index 8b0fee5..b022440 100644 --- a/.env.local +++ b/.env.local @@ -1,4 +1,4 @@ #Next.js Webserver, bleibt localhost auf CPL bei production -#NEXT_PUBLIC_API_BASE_URL=http://localhost:3000 +NEXT_PUBLIC_API_BASE_URL=http://localhost:3000 #CPL Webserver für die Entwicklung , um Daten von CPL zu bekommen, hat funktioniert auf dem CPL selbst -NEXT_PUBLIC_API_BASE_URL=https://10.10.0.118:443 +#NEXT_PUBLIC_API_BASE_URL=https://10.10.0.118:443 diff --git a/components/modules/Kue705FO.jsx b/components/modules/Kue705FO.jsx index 3562c32..24032d4 100644 --- a/components/modules/Kue705FO.jsx +++ b/components/modules/Kue705FO.jsx @@ -47,11 +47,52 @@ function Kue705FO({ {/* Unterer Bereich - Schleifenwiderstand und Messkurve */} -
- {/* Messkurve Button */} -
- Messkurve +
+ + Schleifenwiderstand [kOhm] + + {/* Schleifenwiderstand Anzeige */} +
+ {/* Icon rechts oben */} + + + {/* Wertanzeige */} +
+ {/* Schleifenwiderstand */} +
+

{schleifenwiderstand} kOhm

+
+
+ + {/* Schleife und TDR Buttons nebeneinander */} +
+ + +
+ + {/* Messkurve Button */} +
);