diff --git a/TcError/TcError/NC/NcErrorCodeDescription.TcPOU b/TcError/TcError/NC/NcErrorCodeDescription.TcPOU new file mode 100644 index 0000000..9cd6b7c --- /dev/null +++ b/TcError/TcError/NC/NcErrorCodeDescription.TcPOU @@ -0,0 +1,150 @@ + + + + + + + + + \ No newline at end of file diff --git a/TcError/TcError/NC/NcErrorCodes.TcDUT b/TcError/TcError/NC/NcErrorCodes.TcDUT new file mode 100644 index 0000000..7359b6e --- /dev/null +++ b/TcError/TcError/NC/NcErrorCodes.TcDUT @@ -0,0 +1,66 @@ + + + + + + \ No newline at end of file diff --git a/TcError/TcError/NC/ToNcErrorCode.TcPOU b/TcError/TcError/NC/ToNcErrorCode.TcPOU new file mode 100644 index 0000000..b032b36 --- /dev/null +++ b/TcError/TcError/NC/ToNcErrorCode.TcPOU @@ -0,0 +1,146 @@ + + + + + + + + + \ No newline at end of file diff --git a/TcError/TcError/NC_Tests/NcErrorCodeDesciption_Tests.TcPOU b/TcError/TcError/NC_Tests/NcErrorCodeDesciption_Tests.TcPOU new file mode 100644 index 0000000..04cc6fc --- /dev/null +++ b/TcError/TcError/NC_Tests/NcErrorCodeDesciption_Tests.TcPOU @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TcError/TcError/NC_Tests/ToNcErrorCode_Tests.TcPOU b/TcError/TcError/NC_Tests/ToNcErrorCode_Tests.TcPOU new file mode 100644 index 0000000..2699dc6 --- /dev/null +++ b/TcError/TcError/NC_Tests/ToNcErrorCode_Tests.TcPOU @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TcError/TcError/TcError.plcproj b/TcError/TcError/TcError.plcproj index 490951b..57520f7 100644 --- a/TcError/TcError/TcError.plcproj +++ b/TcError/TcError/TcError.plcproj @@ -25,6 +25,8 @@ + + @@ -38,6 +40,21 @@ Code + + Code + + + Code + + + Code + + + Code + + + Code + Code diff --git a/TcError/TcError/UnitTests.TcPOU b/TcError/TcError/UnitTests.TcPOU index a5699e0..d292f57 100644 --- a/TcError/TcError/UnitTests.TcPOU +++ b/TcError/TcError/UnitTests.TcPOU @@ -8,6 +8,10 @@ VAR toWin32ErrorCode_Tests : ToWin32ErrorCode_Tests; {attribute 'analysis' := '-33'} win32ErrorCodeDescription_Tests : Win32ErrorCodeDesciption_Tests; + {attribute 'analysis' := '-33'} + toNcErrorCode_Tests : ToNcErrorCode_Tests; + {attribute 'analysis' := '-33'} + ncErrorCodeDescription_Tests : NcErrorCodeDesciption_Tests; END_VAR ]]>