From fcb69b590d7c94982a45303bb15c662408191bca Mon Sep 17 00:00:00 2001 From: Matthias Heisig Date: Mon, 2 Feb 2026 09:56:21 +0100 Subject: [PATCH] Added Axis PTP FB --- BasicComponents/BasicComponents.plcproj | 9 +- .../Components/AxisPTP/E_AXIS_PTP_STATE.TcDUT | 24 + .../POUs/Components/AxisPTP/FB_AxisPTP.TcPOU | 504 ++++++++++++++++++ 3 files changed, 536 insertions(+), 1 deletion(-) create mode 100644 BasicComponents/POUs/Components/AxisPTP/E_AXIS_PTP_STATE.TcDUT create mode 100644 BasicComponents/POUs/Components/AxisPTP/FB_AxisPTP.TcPOU diff --git a/BasicComponents/BasicComponents.plcproj b/BasicComponents/BasicComponents.plcproj index 492bd9f..f9370b7 100644 --- a/BasicComponents/BasicComponents.plcproj +++ b/BasicComponents/BasicComponents.plcproj @@ -9,7 +9,7 @@ false false BasicComponents - 3.1.4026.19 + 3.1.4026.20 {7cc9c530-510c-48e6-a294-2e6b5e6fa820} {951d7a0c-817c-4013-8204-ecd29ee0162e} {e6d3915d-876b-4120-9e42-92be330ed750} @@ -67,6 +67,12 @@ Code + + Code + + + Code + Code @@ -211,6 +217,7 @@ + diff --git a/BasicComponents/POUs/Components/AxisPTP/E_AXIS_PTP_STATE.TcDUT b/BasicComponents/POUs/Components/AxisPTP/E_AXIS_PTP_STATE.TcDUT new file mode 100644 index 0000000..8c6fe63 --- /dev/null +++ b/BasicComponents/POUs/Components/AxisPTP/E_AXIS_PTP_STATE.TcDUT @@ -0,0 +1,24 @@ + + + + + + \ No newline at end of file diff --git a/BasicComponents/POUs/Components/AxisPTP/FB_AxisPTP.TcPOU b/BasicComponents/POUs/Components/AxisPTP/FB_AxisPTP.TcPOU new file mode 100644 index 0000000..7f08312 --- /dev/null +++ b/BasicComponents/POUs/Components/AxisPTP/FB_AxisPTP.TcPOU @@ -0,0 +1,504 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file