From bbf60864dba148debeca7e12e67a7683ca55cd70 Mon Sep 17 00:00:00 2001 From: Matthias Heisig Date: Tue, 15 Apr 2025 13:22:55 +0200 Subject: [PATCH] Added inverter active signal to avoid triggering the isolation monitoring --- PLC/POUs/Sunspec/FB_PowerSupplySunspec.TcPOU | 1 + 1 file changed, 1 insertion(+) diff --git a/PLC/POUs/Sunspec/FB_PowerSupplySunspec.TcPOU b/PLC/POUs/Sunspec/FB_PowerSupplySunspec.TcPOU index 9d90572..b007f9e 100644 --- a/PLC/POUs/Sunspec/FB_PowerSupplySunspec.TcPOU +++ b/PLC/POUs/Sunspec/FB_PowerSupplySunspec.TcPOU @@ -742,6 +742,7 @@ CASE _iState OF IF NOT _fbWriteRegister.bError THEN _iState := 60; // 51 _uiPCSSetOperation := 1; // 4 + xActive := TRUE; ELSE xError := TRUE; // Goto error state