diff --git a/app/kabelueberwachung/page.jsx b/app/kabelueberwachung/page.jsx index 683f5b6..c85443f 100644 --- a/app/kabelueberwachung/page.jsx +++ b/app/kabelueberwachung/page.jsx @@ -131,8 +131,7 @@ function Kabelueberwachung() { {console.log( `Module Data (Rack ${activeRack}, Slot ${index + 1}):`, slot - )}{" "} - {/* Log each module's data */} + )} ))} diff --git a/components/modules/Kue705FO.jsx b/components/modules/Kue705FO.jsx index 506968b..35efffc 100644 --- a/components/modules/Kue705FO.jsx +++ b/components/modules/Kue705FO.jsx @@ -262,6 +262,14 @@ function Kue705FO({ goTDR(); // Wenn TDR aktiv ist, starte goTDR } }; + useEffect(() => { + setCurrentModulName(modulName); + }, [modulName]); + + useEffect(() => { + setCurrentDisplayValue(schleifenwiderstand); + }, [schleifenwiderstand]); + return (