diff --git a/BaseComponents.tsproj b/BaseComponents.tsproj index 479ff0e..00cc7e5 100644 --- a/BaseComponents.tsproj +++ b/BaseComponents.tsproj @@ -1,5 +1,5 @@ - + AnalogOutput @@ -136,7 +136,7 @@ - + BasicComponents Instance {08500001-0000-0000-F000-000000000064} diff --git a/BasicComponents.library b/BasicComponents.library index 4ba6317..be757a8 100644 Binary files a/BasicComponents.library and b/BasicComponents.library differ diff --git a/BasicComponents/BasicComponents.plcproj b/BasicComponents/BasicComponents.plcproj index 492bd9f..cb355ea 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} @@ -21,7 +21,7 @@ false Heisig GmbH BaseComponents - 1.0 + 1.1 BC M.Heisig Basic components fb's (Valves, AI, AO, Motors, etc.) @@ -67,6 +67,12 @@ Code + + Code + + + Code + Code @@ -211,6 +217,7 @@ + @@ -285,6 +292,11 @@ Content + + + Content + + 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 diff --git a/BasicComponents/POUs/Components/Utilities/FB_AlarmMessage.TcPOU b/BasicComponents/POUs/Components/Utilities/FB_AlarmMessage.TcPOU index c990f8a..7f16b18 100644 --- a/BasicComponents/POUs/Components/Utilities/FB_AlarmMessage.TcPOU +++ b/BasicComponents/POUs/Components/Utilities/FB_AlarmMessage.TcPOU @@ -82,8 +82,6 @@ VAR _sTmp : STRING; _sLeft : STRING; _sRight : STRING; - _udiI : UDINT; - _udiPosition : UDINT; END_VAR]]>