From 42072151989102c5d5379a023d67301261da78c4 Mon Sep 17 00:00:00 2001 From: "m.heisig" Date: Mon, 16 Feb 2026 13:04:11 +0100 Subject: [PATCH] Added OneShot Method to FB_AlarmMessage --- BaseComponents.tsproj | 2 +- BasicComponents/BasicComponents.plcproj | 24 +++++++++---------- .../Utilities/FB_AlarmMessage.TcPOU | 12 ++++++++++ 3 files changed, 25 insertions(+), 13 deletions(-) diff --git a/BaseComponents.tsproj b/BaseComponents.tsproj index 9938e25..9d35098 100644 --- a/BaseComponents.tsproj +++ b/BaseComponents.tsproj @@ -136,7 +136,7 @@ - + BasicComponents Instance {08500001-0000-0000-F000-000000000064} diff --git a/BasicComponents/BasicComponents.plcproj b/BasicComponents/BasicComponents.plcproj index a719c3e..869ab0a 100644 --- a/BasicComponents/BasicComponents.plcproj +++ b/BasicComponents/BasicComponents.plcproj @@ -302,8 +302,8 @@ - - + + "<ProjectRoot>" {192FAD59-8248-4824-A8DE-9177C94C195A} @@ -2684,16 +2684,16 @@ - - - System.Boolean - System.Collections.Hashtable - System.Int32 - {54dd0eac-a6d8-46f2-8c27-2f43c7e49861} - System.String - System.UInt32 - - + + + System.Boolean + System.Collections.Hashtable + System.Int32 + {54dd0eac-a6d8-46f2-8c27-2f43c7e49861} + System.String + System.UInt32 + + \ No newline at end of file diff --git a/BasicComponents/POUs/Components/Utilities/FB_AlarmMessage.TcPOU b/BasicComponents/POUs/Components/Utilities/FB_AlarmMessage.TcPOU index 7f16b18..a24802c 100644 --- a/BasicComponents/POUs/Components/Utilities/FB_AlarmMessage.TcPOU +++ b/BasicComponents/POUs/Components/Utilities/FB_AlarmMessage.TcPOU @@ -103,6 +103,18 @@ _fbSourceInfo.sName := _sLeft; _fbAlarmMessage.CreateEx(stEventEntry := stEventEntry, bWithConfirmation := xWithConfirmation);]]> + + + + + +