diff --git a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx
index 3331ebe..ad75174 100644
--- a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx
+++ b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx
@@ -84,6 +84,17 @@ const LoopChartActionBar: React.FC = () => {
const elapsedTime = Date.now() - startTime;
const waitTime = Math.max(0, MIN_LOADING_TIME_MS - elapsedTime);
await new Promise((resolve) => setTimeout(resolve, waitTime));
+ //------------------------
+ console.log("▶️ Lade Daten für:");
+ console.log(" Slot:", slotNumber);
+ console.log(" Typ:", selectedSlotType, "→", type);
+ console.log(" Modus:", selectedMode);
+ console.log(" Von:", vonDatum);
+ console.log(" Bis:", bisDatum);
+ console.log(" URL:", apiUrl);
+ console.log(" Daten:", jsonData);
+
+ //-----------------------
if (Array.isArray(jsonData) && jsonData.length > 0) {
dispatch(setLoopMeasurementCurveChartData(jsonData));
@@ -144,8 +155,8 @@ const LoopChartActionBar: React.FC = () => {
}}
className="px-3 py-1 bg-white border rounded text-sm"
>
-
+