diff --git a/.github/workflows/docu.yml b/.github/workflows/docu.yml new file mode 100644 index 0000000..11de5b0 --- /dev/null +++ b/.github/workflows/docu.yml @@ -0,0 +1,21 @@ +name: docu + +"on": + - push + - pull_request + +jobs: + deploy_ghpages: + runs-on: ubuntu-18.04 + steps: + - name : Checkout + uses: actions/checkout@v1 + - name: Build Documentation + uses: nikeee/docfx-action@v1.0.0 + with: + args: docu/TcMatrixDocu/docfx.json + - name: Publish to GitHubPages + uses: maxheld83/ghpages@v0.3.0 + env: + BUILD_DIR: docu/TcMatrixDocu/_site + GH_PAT: ${{ secrets.GH_PAT }} \ No newline at end of file diff --git a/.gitignore b/.gitignore index f80fcd3..16f9257 100644 --- a/.gitignore +++ b/.gitignore @@ -369,4 +369,7 @@ healthchecksdb MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder -.ionide/ \ No newline at end of file +.ionide/ + +_Vortex/** +**/echac/** \ No newline at end of file diff --git a/TcMatrix.sln b/TcMatrix.sln index 4f55056..abf46df 100644 --- a/TcMatrix.sln +++ b/TcMatrix.sln @@ -13,18 +13,27 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution README.md = README.md EndProjectSection EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TcMatrixConnector", "TcMatrixConnector\TcMatrixConnector.csproj", "{B67939A9-CCCD-4462-B25C-82EF97AB6C5F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docu", "docu", "{D64D5D2F-B2F7-4678-ABCC-51880DC0F185}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TcMatrixDocu", "TcMatrixDocu\TcMatrixDocu.csproj", "{7A8F91CF-1004-4136-8D62-FF7D20DB1353}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU Debug|TwinCAT CE7 (ARMV7) = Debug|TwinCAT CE7 (ARMV7) Debug|TwinCAT OS (ARMT2) = Debug|TwinCAT OS (ARMT2) Debug|TwinCAT RT (x64) = Debug|TwinCAT RT (x64) Debug|TwinCAT RT (x86) = Debug|TwinCAT RT (x86) + Release|Any CPU = Release|Any CPU Release|TwinCAT CE7 (ARMV7) = Release|TwinCAT CE7 (ARMV7) Release|TwinCAT OS (ARMT2) = Release|TwinCAT OS (ARMT2) Release|TwinCAT RT (x64) = Release|TwinCAT RT (x64) Release|TwinCAT RT (x86) = Release|TwinCAT RT (x86) EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E21DD48F-97CD-43F0-AA17-4340951B180B}.Debug|Any CPU.ActiveCfg = Debug|TwinCAT RT (x86) {E21DD48F-97CD-43F0-AA17-4340951B180B}.Debug|TwinCAT CE7 (ARMV7).ActiveCfg = Debug|TwinCAT CE7 (ARMV7) {E21DD48F-97CD-43F0-AA17-4340951B180B}.Debug|TwinCAT CE7 (ARMV7).Build.0 = Debug|TwinCAT CE7 (ARMV7) {E21DD48F-97CD-43F0-AA17-4340951B180B}.Debug|TwinCAT OS (ARMT2).ActiveCfg = Debug|TwinCAT OS (ARMT2) @@ -33,6 +42,7 @@ Global {E21DD48F-97CD-43F0-AA17-4340951B180B}.Debug|TwinCAT RT (x64).Build.0 = Debug|TwinCAT RT (x64) {E21DD48F-97CD-43F0-AA17-4340951B180B}.Debug|TwinCAT RT (x86).ActiveCfg = Debug|TwinCAT RT (x86) {E21DD48F-97CD-43F0-AA17-4340951B180B}.Debug|TwinCAT RT (x86).Build.0 = Debug|TwinCAT RT (x86) + {E21DD48F-97CD-43F0-AA17-4340951B180B}.Release|Any CPU.ActiveCfg = Release|TwinCAT RT (x86) {E21DD48F-97CD-43F0-AA17-4340951B180B}.Release|TwinCAT CE7 (ARMV7).ActiveCfg = Release|TwinCAT CE7 (ARMV7) {E21DD48F-97CD-43F0-AA17-4340951B180B}.Release|TwinCAT CE7 (ARMV7).Build.0 = Release|TwinCAT CE7 (ARMV7) {E21DD48F-97CD-43F0-AA17-4340951B180B}.Release|TwinCAT OS (ARMT2).ActiveCfg = Release|TwinCAT OS (ARMT2) @@ -41,6 +51,7 @@ Global {E21DD48F-97CD-43F0-AA17-4340951B180B}.Release|TwinCAT RT (x64).Build.0 = Release|TwinCAT RT (x64) {E21DD48F-97CD-43F0-AA17-4340951B180B}.Release|TwinCAT RT (x86).ActiveCfg = Release|TwinCAT RT (x86) {E21DD48F-97CD-43F0-AA17-4340951B180B}.Release|TwinCAT RT (x86).Build.0 = Release|TwinCAT RT (x86) + {85BE87FF-93A2-4C73-967A-8A4C6B2B95E6}.Debug|Any CPU.ActiveCfg = Debug|TwinCAT RT (x86) {85BE87FF-93A2-4C73-967A-8A4C6B2B95E6}.Debug|TwinCAT CE7 (ARMV7).ActiveCfg = Debug|TwinCAT CE7 (ARMV7) {85BE87FF-93A2-4C73-967A-8A4C6B2B95E6}.Debug|TwinCAT CE7 (ARMV7).Build.0 = Debug|TwinCAT CE7 (ARMV7) {85BE87FF-93A2-4C73-967A-8A4C6B2B95E6}.Debug|TwinCAT OS (ARMT2).ActiveCfg = Debug|TwinCAT OS (ARMT2) @@ -49,6 +60,7 @@ Global {85BE87FF-93A2-4C73-967A-8A4C6B2B95E6}.Debug|TwinCAT RT (x64).Build.0 = Debug|TwinCAT RT (x64) {85BE87FF-93A2-4C73-967A-8A4C6B2B95E6}.Debug|TwinCAT RT (x86).ActiveCfg = Debug|TwinCAT RT (x86) {85BE87FF-93A2-4C73-967A-8A4C6B2B95E6}.Debug|TwinCAT RT (x86).Build.0 = Debug|TwinCAT RT (x86) + {85BE87FF-93A2-4C73-967A-8A4C6B2B95E6}.Release|Any CPU.ActiveCfg = Release|TwinCAT RT (x86) {85BE87FF-93A2-4C73-967A-8A4C6B2B95E6}.Release|TwinCAT CE7 (ARMV7).ActiveCfg = Release|TwinCAT CE7 (ARMV7) {85BE87FF-93A2-4C73-967A-8A4C6B2B95E6}.Release|TwinCAT CE7 (ARMV7).Build.0 = Release|TwinCAT CE7 (ARMV7) {85BE87FF-93A2-4C73-967A-8A4C6B2B95E6}.Release|TwinCAT OS (ARMT2).ActiveCfg = Release|TwinCAT OS (ARMT2) @@ -57,6 +69,27 @@ Global {85BE87FF-93A2-4C73-967A-8A4C6B2B95E6}.Release|TwinCAT RT (x64).Build.0 = Release|TwinCAT RT (x64) {85BE87FF-93A2-4C73-967A-8A4C6B2B95E6}.Release|TwinCAT RT (x86).ActiveCfg = Release|TwinCAT RT (x86) {85BE87FF-93A2-4C73-967A-8A4C6B2B95E6}.Release|TwinCAT RT (x86).Build.0 = Release|TwinCAT RT (x86) + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F}.Debug|TwinCAT CE7 (ARMV7).ActiveCfg = Debug|Any CPU + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F}.Debug|TwinCAT CE7 (ARMV7).Build.0 = Debug|Any CPU + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F}.Debug|TwinCAT OS (ARMT2).ActiveCfg = Debug|Any CPU + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F}.Debug|TwinCAT OS (ARMT2).Build.0 = Debug|Any CPU + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F}.Debug|TwinCAT RT (x64).ActiveCfg = Debug|Any CPU + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F}.Debug|TwinCAT RT (x64).Build.0 = Debug|Any CPU + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F}.Debug|TwinCAT RT (x86).ActiveCfg = Debug|Any CPU + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F}.Debug|TwinCAT RT (x86).Build.0 = Debug|Any CPU + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F}.Release|Any CPU.Build.0 = Release|Any CPU + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F}.Release|TwinCAT CE7 (ARMV7).ActiveCfg = Release|Any CPU + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F}.Release|TwinCAT CE7 (ARMV7).Build.0 = Release|Any CPU + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F}.Release|TwinCAT OS (ARMT2).ActiveCfg = Release|Any CPU + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F}.Release|TwinCAT OS (ARMT2).Build.0 = Release|Any CPU + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F}.Release|TwinCAT RT (x64).ActiveCfg = Release|Any CPU + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F}.Release|TwinCAT RT (x64).Build.0 = Release|Any CPU + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F}.Release|TwinCAT RT (x86).ActiveCfg = Release|Any CPU + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F}.Release|TwinCAT RT (x86).Build.0 = Release|Any CPU + {D894BF7B-783C-4A82-8AF1-3D395565C311}.Debug|Any CPU.ActiveCfg = Debug|TwinCAT RT (x86) {D894BF7B-783C-4A82-8AF1-3D395565C311}.Debug|TwinCAT CE7 (ARMV7).ActiveCfg = Debug|TwinCAT CE7 (ARMV7) {D894BF7B-783C-4A82-8AF1-3D395565C311}.Debug|TwinCAT CE7 (ARMV7).Build.0 = Debug|TwinCAT CE7 (ARMV7) {D894BF7B-783C-4A82-8AF1-3D395565C311}.Debug|TwinCAT OS (ARMT2).ActiveCfg = Debug|TwinCAT OS (ARMT2) @@ -65,6 +98,7 @@ Global {D894BF7B-783C-4A82-8AF1-3D395565C311}.Debug|TwinCAT RT (x64).Build.0 = Debug|TwinCAT RT (x64) {D894BF7B-783C-4A82-8AF1-3D395565C311}.Debug|TwinCAT RT (x86).ActiveCfg = Debug|TwinCAT RT (x86) {D894BF7B-783C-4A82-8AF1-3D395565C311}.Debug|TwinCAT RT (x86).Build.0 = Debug|TwinCAT RT (x86) + {D894BF7B-783C-4A82-8AF1-3D395565C311}.Release|Any CPU.ActiveCfg = Release|TwinCAT RT (x86) {D894BF7B-783C-4A82-8AF1-3D395565C311}.Release|TwinCAT CE7 (ARMV7).ActiveCfg = Release|TwinCAT CE7 (ARMV7) {D894BF7B-783C-4A82-8AF1-3D395565C311}.Release|TwinCAT CE7 (ARMV7).Build.0 = Release|TwinCAT CE7 (ARMV7) {D894BF7B-783C-4A82-8AF1-3D395565C311}.Release|TwinCAT OS (ARMT2).ActiveCfg = Release|TwinCAT OS (ARMT2) @@ -73,6 +107,7 @@ Global {D894BF7B-783C-4A82-8AF1-3D395565C311}.Release|TwinCAT RT (x64).Build.0 = Release|TwinCAT RT (x64) {D894BF7B-783C-4A82-8AF1-3D395565C311}.Release|TwinCAT RT (x86).ActiveCfg = Release|TwinCAT RT (x86) {D894BF7B-783C-4A82-8AF1-3D395565C311}.Release|TwinCAT RT (x86).Build.0 = Release|TwinCAT RT (x86) + {C0F4BEF7-55D3-4B7E-A92A-8580425ECFB1}.Debug|Any CPU.ActiveCfg = Debug|TwinCAT RT (x86) {C0F4BEF7-55D3-4B7E-A92A-8580425ECFB1}.Debug|TwinCAT CE7 (ARMV7).ActiveCfg = Debug|TwinCAT CE7 (ARMV7) {C0F4BEF7-55D3-4B7E-A92A-8580425ECFB1}.Debug|TwinCAT CE7 (ARMV7).Build.0 = Debug|TwinCAT CE7 (ARMV7) {C0F4BEF7-55D3-4B7E-A92A-8580425ECFB1}.Debug|TwinCAT OS (ARMT2).ActiveCfg = Debug|TwinCAT OS (ARMT2) @@ -81,6 +116,7 @@ Global {C0F4BEF7-55D3-4B7E-A92A-8580425ECFB1}.Debug|TwinCAT RT (x64).Build.0 = Debug|TwinCAT RT (x64) {C0F4BEF7-55D3-4B7E-A92A-8580425ECFB1}.Debug|TwinCAT RT (x86).ActiveCfg = Debug|TwinCAT RT (x86) {C0F4BEF7-55D3-4B7E-A92A-8580425ECFB1}.Debug|TwinCAT RT (x86).Build.0 = Debug|TwinCAT RT (x86) + {C0F4BEF7-55D3-4B7E-A92A-8580425ECFB1}.Release|Any CPU.ActiveCfg = Release|TwinCAT RT (x86) {C0F4BEF7-55D3-4B7E-A92A-8580425ECFB1}.Release|TwinCAT CE7 (ARMV7).ActiveCfg = Release|TwinCAT CE7 (ARMV7) {C0F4BEF7-55D3-4B7E-A92A-8580425ECFB1}.Release|TwinCAT CE7 (ARMV7).Build.0 = Release|TwinCAT CE7 (ARMV7) {C0F4BEF7-55D3-4B7E-A92A-8580425ECFB1}.Release|TwinCAT OS (ARMT2).ActiveCfg = Release|TwinCAT OS (ARMT2) @@ -89,10 +125,34 @@ Global {C0F4BEF7-55D3-4B7E-A92A-8580425ECFB1}.Release|TwinCAT RT (x64).Build.0 = Release|TwinCAT RT (x64) {C0F4BEF7-55D3-4B7E-A92A-8580425ECFB1}.Release|TwinCAT RT (x86).ActiveCfg = Release|TwinCAT RT (x86) {C0F4BEF7-55D3-4B7E-A92A-8580425ECFB1}.Release|TwinCAT RT (x86).Build.0 = Release|TwinCAT RT (x86) + {7A8F91CF-1004-4136-8D62-FF7D20DB1353}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7A8F91CF-1004-4136-8D62-FF7D20DB1353}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7A8F91CF-1004-4136-8D62-FF7D20DB1353}.Debug|TwinCAT CE7 (ARMV7).ActiveCfg = Debug|Any CPU + {7A8F91CF-1004-4136-8D62-FF7D20DB1353}.Debug|TwinCAT CE7 (ARMV7).Build.0 = Debug|Any CPU + {7A8F91CF-1004-4136-8D62-FF7D20DB1353}.Debug|TwinCAT OS (ARMT2).ActiveCfg = Debug|Any CPU + {7A8F91CF-1004-4136-8D62-FF7D20DB1353}.Debug|TwinCAT OS (ARMT2).Build.0 = Debug|Any CPU + {7A8F91CF-1004-4136-8D62-FF7D20DB1353}.Debug|TwinCAT RT (x64).ActiveCfg = Debug|Any CPU + {7A8F91CF-1004-4136-8D62-FF7D20DB1353}.Debug|TwinCAT RT (x64).Build.0 = Debug|Any CPU + {7A8F91CF-1004-4136-8D62-FF7D20DB1353}.Debug|TwinCAT RT (x86).ActiveCfg = Debug|Any CPU + {7A8F91CF-1004-4136-8D62-FF7D20DB1353}.Debug|TwinCAT RT (x86).Build.0 = Debug|Any CPU + {7A8F91CF-1004-4136-8D62-FF7D20DB1353}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7A8F91CF-1004-4136-8D62-FF7D20DB1353}.Release|Any CPU.Build.0 = Release|Any CPU + {7A8F91CF-1004-4136-8D62-FF7D20DB1353}.Release|TwinCAT CE7 (ARMV7).ActiveCfg = Release|Any CPU + {7A8F91CF-1004-4136-8D62-FF7D20DB1353}.Release|TwinCAT CE7 (ARMV7).Build.0 = Release|Any CPU + {7A8F91CF-1004-4136-8D62-FF7D20DB1353}.Release|TwinCAT OS (ARMT2).ActiveCfg = Release|Any CPU + {7A8F91CF-1004-4136-8D62-FF7D20DB1353}.Release|TwinCAT OS (ARMT2).Build.0 = Release|Any CPU + {7A8F91CF-1004-4136-8D62-FF7D20DB1353}.Release|TwinCAT RT (x64).ActiveCfg = Release|Any CPU + {7A8F91CF-1004-4136-8D62-FF7D20DB1353}.Release|TwinCAT RT (x64).Build.0 = Release|Any CPU + {7A8F91CF-1004-4136-8D62-FF7D20DB1353}.Release|TwinCAT RT (x86).ActiveCfg = Release|Any CPU + {7A8F91CF-1004-4136-8D62-FF7D20DB1353}.Release|TwinCAT RT (x86).Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {B67939A9-CCCD-4462-B25C-82EF97AB6C5F} = {D64D5D2F-B2F7-4678-ABCC-51880DC0F185} + {7A8F91CF-1004-4136-8D62-FF7D20DB1353} = {D64D5D2F-B2F7-4678-ABCC-51880DC0F185} + EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {63919060-1A7C-4886-96B2-69C3753079AE} EndGlobalSection diff --git a/TcMatrix/TcMatrix/POUs/DynamicMatrix.TcPOU b/TcMatrix/TcMatrix/POUs/DynamicMatrix.TcPOU index d040f17..2e70dc6 100644 --- a/TcMatrix/TcMatrix/POUs/DynamicMatrix.TcPOU +++ b/TcMatrix/TcMatrix/POUs/DynamicMatrix.TcPOU @@ -1,7 +1,25 @@  - + + The DynamicMatrix class uses the FB_DynMem_Manager2 to dynamically allocate as much memory as required for the given operation. + This amazing flexibility comes at the cost of some restrictions on use in order to avoid memory leaks. + + + Using the assignment operator (:=) to copy a DynamicMatrix will result in the new matrix retaining a pointer to the data of the old matrix! For this reason, the pragma {attribute 'no_assign'} is used to block assignment at compile-time, but inheriting sub-classes will need to include this pragma themselves. + Note that using DynamicMatrix as the return value of a function is essentially an assignment operation and will also not work. Therefore, it is recommended to always pass DynamicMatrix objects in and out of functions using the REFERENCE TO keyword. To alleviate the pain of these assignment rules there are a ton of 'Resultant' helper functions available to use which initialize a new DynamicMatrix as the result of some operation on other matrix objects. + + + The DynamicMatrix FB will automatically free its memory when an instance of the class is created, or goes out of scope. + This prevents memory leaks and page faults, but it also prevents you from instantiating a DynamicMatrix inside of a function and then passing a REFERENCE TO it back up the call chain. + Another consequnce is that a DynamicMatrix cannot be retained after power-loss. + A DynamicMatrix within a GVL will free its memory when the program terminates. + + +~*) +{attribute 'no_assign'} {attribute 'reflection'} FUNCTION_BLOCK DynamicMatrix EXTENDS Matrix VAR_INPUT @@ -9,12 +27,12 @@ END_VAR VAR_OUTPUT END_VAR VAR - Rows_ : UINT := 0; - Cols_ : UINT := 0; - - Data : POINTER TO LREAL;//1D array of reals, such that I = F(R,C) = R*Cols + C (row-major) - - MemManager : FB_DynMem_Manager2; + Rows_ : UINT := 0; + Cols_ : UINT := 0; + + Data : POINTER TO LREAL; //1D array of reals, such that I = F(R,C) = R*Cols + C (row-major) + + MemManager : FB_DynMem_Manager2; END_VAR ]]> @@ -249,7 +267,10 @@ AsTransposed := Matrix_Transpose(M,THIS^);]]> VAR_INPUT END_VAR VAR_IN_OUT + //~ Vectors : ARRAY[*] OF POINTER TO Matrix; + //~ + END_VAR VAR Dim : UINT; @@ -283,7 +304,11 @@ AsVectorCrossProduct := Vector_CrossProduct(THIS^,Vectors);]]> - + + +~*) PROPERTY PUBLIC Cols : UINT]]> - + + Frees all dynamically allocated memory and resets the size of the matrix to 0x0 + + +~*) +METHOD PUBLIC Free VAR_INPUT END_VAR ]]> @@ -328,18 +360,32 @@ Rows_ := 0; Cols_ := 0; IF Data <> 0 THEN MemManager.Free2(Data); -END_IF;]]> +END_IF; + +]]> - + + Gets the value of the element in this matrix at the supplied location as if the elements were stored in a 1D row-major array + Prerequisites: + - I < Rows*Cols + - Matrix is not empty + + + If the supplied index is out of bounds the value 0 is returned and a warning is generated in the Error List + + + + The index of the element which should have its value returned + The value of the element at the specified index, or 0 if an invalid index is supplied + +~*) +METHOD PUBLIC GetI : LREAL //The value of the element at the specified index, or 0 if an invalid index is supplied +VAR_INPUT + I : UINT; //The index of the element which should have its value returned END_VAR ]]> @@ -368,11 +414,32 @@ VAR END_VAR]]> +Grow := AsGrown(Temp,Row,Col,DiagVal,RowVal,ColVal); + + +(*~ + + + Adds a row and column in the specified positions. + The value of the new element at the intersection is specified by DVal, while the values in the newly created Row and Column are specified by Rval and Cval, respectively. + + Returns TRUE on success + +~*)]]> - + + Initializes a RxC matrix, with potentially random non-zero values + + The number of rows to create + The number of collumns to create + Returns True if success + +~*) +METHOD PUBLIC Init : BOOL VAR_INPUT Rows : UINT; Cols : UINT; @@ -383,7 +450,19 @@ END_VAR - + + Initializes a RxC matrix where every element is equal to the supplied value + + Number of rows to create + Number of columns to create + The value to to initiliaze with + + Returns True if success + +~*) +METHOD PUBLIC InitConstant : BOOL; VAR_INPUT Rows : UINT; Cols : UINT; @@ -391,11 +470,23 @@ VAR_INPUT END_VAR ]]> - + - + + Initializes a matrix with the exact size and contents of the supplied matrix + + Supplied matrix + Returns True if success + +~*) +METHOD PUBLIC InitCopy : BOOL VAR_INPUT M : REFERENCE TO Matrix; END_VAR @@ -408,17 +499,32 @@ END_IF InitCopy := TRUE; -FillFrom(M);]]> +FillFrom(M); + + +]]> - + + Initializes a square identity matrix of size Size x Size + + Size of the square matrix + Returns True if success + +~*) +METHOD PUBLIC InitIdentity : BOOL; VAR_INPUT Size : UINT; END_VAR ]]> - + @@ -463,7 +569,20 @@ END_FOR]]> - + + Initializes a RxC matrix then fills is using FillTrapezoidal() + + Number of rows to create + Number of columns to create + Every element on the main diagonal of the matrix is set to this value. + Every element above or to the right of the main diagonal is set to this value + Every element below or to the left of the main diagonal is set to this value + Returns True if success + +~*) +METHOD PUBLIC InitTrapezoidal : BOOL VAR_INPUT Rows : UINT; Cols : UINT; @@ -484,7 +603,18 @@ FillTrapezoidal(Diagonal,UpperRight,LowerLeft);]]> - + + Initializes an Lx1 column vector where the 0th element is equal to Val and every subsequent element is Inc larger than the previous + + Length of the vector + Value of 0th element + Value by witch every other value is incremented by + Returns True if success + +~*) +METHOD PUBLIC InitVector : BOOL VAR_INPUT Length : UINT; Value : LREAL; @@ -507,18 +637,32 @@ ELSE SetI(I,Value + I * Increment); END_FOR END_IF; -END_IF]]> +END_IF + +]]> - + + Initializes a RxC matrix where every element is equal to 0.0 + + The number of rows to create + The number of collumns to create + Returns True if success + +~*) +METHOD PUBLIC InitZeros : BOOL VAR_INPUT Rows : UINT; Cols : UINT; END_VAR ]]> - + @@ -548,7 +692,22 @@ MemManager.Free2(Buffer);]]> - + + Changes the total number of Rows and Cols in the matrix. + If Retain is seleced then any element within the bounds of both the initial and resulting matrix will have its value retained. + If Init is selected then any newly created element will have its value set to zero. + + The row of the element to fetch + The column of the element to fetch + If selected then any element within the bounds of both the initial and resulting matrix will have its value retained. + If selected then any newly created element will have its value set to zero. + + Returns TRUE on success + +~*) +METHOD PUBLIC Resize : BOOL VAR_INPUT NewRows : UINT; NewCols : UINT; @@ -561,7 +720,9 @@ VAR OldCols : UINT; END_VAR]]> - 0 THEN MemManager.Free2(Data); @@ -622,7 +783,11 @@ END_IF - + + +~*) PROPERTY PUBLIC Rows : UINT]]> - + + Sets the element specified BY the supplied index TO the suppleid value, assuming the data OF the matrix is stored in a 1D row-major ARRAY + Prerequisites: - I < Rows*Cols + + The index specifying which element should be modified + The value copied to the corresponding element + TRUE if the specified index is valid and the data is copied. FLASE otherwise + +~*) METHOD PUBLIC SetI : BOOL//TRUE if the specified index is valid and the data is copied. FLASE otherwise VAR_INPUT I : UINT;//The index specifying which element should be modified @@ -656,7 +830,16 @@ END_IF]]> - + + Removes the specified Row and Column from the matrix, resuling in a new size of (Rows-1,Cols-1). + No dimension can be shrunk from 1 to 0 (therefore vectors only shrink in one direction). + + Returns TRUE on success + +~*) +METHOD PUBLIC Shrink : BOOL VAR_INPUT Row : UINT; Col : UINT; @@ -671,11 +854,21 @@ END_VAR]]> END_IF Temp.InitCopy(THIS^); -Shrink := AsShrunk(Temp,Row,Col);]]> +Shrink := AsShrunk(Temp,Row,Col); + +]]> - + + Similar to TransposeSquare, however it works on rectangular matricies (swapping Rows and Cols) + + Returns TRUE on success + +~*) +METHOD PUBLIC Transpose : BOOL VAR_INPUT END_VAR VAR @@ -693,310 +886,10 @@ ELSE Transpose := AsTransposed(Temp); -END_IF]]> +END_IF + +]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/TcMatrix/TcMatrix/POUs/ExternalStaticMatrix.TcPOU b/TcMatrix/TcMatrix/POUs/ExternalStaticMatrix.TcPOU index 10ee3f2..7aa5e0c 100644 --- a/TcMatrix/TcMatrix/POUs/ExternalStaticMatrix.TcPOU +++ b/TcMatrix/TcMatrix/POUs/ExternalStaticMatrix.TcPOU @@ -1,7 +1,31 @@  - + + This simple concrete derivative of the StaticMatrix class uses an external ARRAY OF LREAL as the memory source for the matrix data. + It is accessed in row-major order based on the logic in the GetI and SetI functions. + It is most useful when someone doesn't trust dynamically allocated memory, but also doesn't want to make multiple size-specific custom derived FBs just to set up a single complex matrix operation. + + Init(R,C,pD) : Must be called in order to setup the matrix (it will be empty until this method is called). + + + + It is the callers responsibility to ensure that the pointer provided to the initializer is valid: + - The length of the data structure pointed to (probably an array of LREAL) is at least as long as Rows x Cols + - The scope of the data structure pointed to is the same as the scope of the corresponding ExternalStaticMatrix (probably declared adjacent to eachother as a VAR or GVL) + + Additionally, direct assignment (:=) should not be used with this type of matrix because a second copy of the Matrix, but with a pointer to the original's data source, would be created. For this reason, the pragma {attribute 'no_assign'} is used to block assignment at compile-time. Keep in mind that returning a value from a function is also a form of assignment and is not allowed. + + + + The row of the element to fetch + The column of the element to fetch + Returns the value of the element at the specified (0-indexed) position within the matrix + +~*) +{attribute 'reflection'} {attribute 'no_assign'} FUNCTION_BLOCK ExternalStaticMatrix EXTENDS StaticMatrix VAR_INPUT @@ -19,12 +43,24 @@ END_VAR - + + Gets the value of the element in this matrix at the supplied location as if the elements were stored in a 1D row-major array + Prerequisites: + - I < Rows*Cols + - Matrix is not empty + + + If the supplied index is out of bounds the value 0 is returned and a warning is generated in the Error List + + + + The index of the element which should have its value returned + The value of the element at the specified index, or 0 if an invalid index is supplied + +~*) +METHOD PUBLIC GetI : LREAL VAR_INPUT I : UINT;//The index of the element which should have its value returned END_VAR @@ -55,8 +91,17 @@ Data := BUFFER;]]> - + + Sets the element specified BY the supplied index TO the suppleid value, assuming the data OF the matrix is stored in a 1D row-major ARRAY + Prerequisites: - I < Rows*Cols + + The index specifying which element should be modified + The value copied to the corresponding element + TRUE if the specified index is valid and the data is copied. FLASE otherwise + +~*) METHOD PUBLIC SetI : BOOL//TRUE if the specified index is valid and the data is copied. FLASE otherwise VAR_INPUT I : UINT;//The index specifying which element should be modified @@ -76,32 +121,5 @@ ELSE END_IF]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/TcMatrix/TcMatrix/POUs/Functions/Matrix/Matrix_DeterminateSquare.TcPOU b/TcMatrix/TcMatrix/POUs/Functions/Matrix/Matrix_DeterminateSquare.TcPOU index d0c1236..28b801d 100644 --- a/TcMatrix/TcMatrix/POUs/Functions/Matrix/Matrix_DeterminateSquare.TcPOU +++ b/TcMatrix/TcMatrix/POUs/Functions/Matrix/Matrix_DeterminateSquare.TcPOU @@ -1,7 +1,20 @@  - + + Calculates the determinate of the matrix if it is square + Prerequisites: + - Row < Rows + - Col < Cols + - Matrix is not empty + + The matrix + Returns the determinate + +~*) +FUNCTION Matrix_DeterminateSquare : BOOL VAR_INPUT M : REFERENCE TO Matrix; END_VAR @@ -38,9 +51,5 @@ END_IF ]]> - - - - \ No newline at end of file diff --git a/TcMatrix/TcMatrix/POUs/Matrix.TcPOU b/TcMatrix/TcMatrix/POUs/Matrix.TcPOU index 4fbde82..49d7a56 100644 --- a/TcMatrix/TcMatrix/POUs/Matrix.TcPOU +++ b/TcMatrix/TcMatrix/POUs/Matrix.TcPOU @@ -1,23 +1,24 @@  - + + This abstract FB is the basis for all other matrix FBs. It represents a 2D array of LREAL elements. + It provides dozens of methods and properties useful for manipulating itself, calculating values, and comparing to other matricies. + Critically, this base class does not actually contain any mechanism for storing the values of the matrix (that is the responsibility of the specific inheriting sub-class). + + + + Because Matrix is an abstract FB it cannot be assigned (:=) directly. + Instead, each Matrix is always passed in and out of a function AS REFERENCE. + This also allows interactions with inhereted sub-classes of Matrix more easily. + + + -With either pattern the memory is accessed as a row-major 1D array of LREAL. - -*) + +~*) {attribute 'reflection'} {attribute 'no_assign'} FUNCTION_BLOCK ABSTRACT Matrix @@ -51,7 +52,13 @@ END_VAR - + + Returns the average value of all elements + + +~*) PROPERTY PUBLIC Average : LREAL]]> - + + Resets the value of every element in this matrix to zero + Sets the value of every element to 0.0 + + +~*) METHOD PUBLIC Clear VAR_INPUT END_VAR ]]> - + - + + Returns the number of columns in the matrix + + +~*) PROPERTY PUBLIC ABSTRACT Cols : UINT]]> - + + Copy the value from each element in the source matrix to each corresponding element in this matrix + Prerequisites: + - This matrix is the same size as the source matrix + - Neither matrix is empty + + Source of the copy operation + Returns true if the prerequisites were met and the data was copied, false otherwise + +~*) METHOD PUBLIC CopyFrom : BOOL//Returns true if the prerequisites were met and the data was copied, false otherwise VAR_INPUT M : REFERENCE TO Matrix;//Source of the copy operation END_VAR ]]> - + @@ -135,75 +164,103 @@ END_VAR - + + For each element in this matrix, calculate a new value by Subtracting the value of the corresponding element of the supplied matrix from the value in this matrix + + THIS := THIS - M + + :Prerequisites: + - This matrix is the same size as the supplied matrix + - Neither matrix is empty + + + The subtrahend in the subtraction + TRUE if the operation completes successfully, false if the prerequisites are not met + +~*) METHOD PUBLIC ElementDifference : BOOL//TRUE if the operation completes successfully, false if the prerequisites are not met VAR_INPUT M : REFERENCE TO Matrix;//the subtrahend in the subtraction END_VAR ]]> - + - + + For each element in this matrix, calculate a new value by Multiplying the value of the corresponding element of the supplied matrix with the value in this matrix + + THIS := THIS .* M + + :Prerequisites: + - This matrix is the same size as the supplied matrix + - Neither matrix is empty + + + the supplied matrix to be multiplied element-by-element to this matrix + TRUE if the operation completes successfully, false if the prerequisites are not met + +~*) METHOD PUBLIC ElementProduct : BOOL//TRUE if the operation completes successfully, false if the prerequisites are not met VAR_INPUT M : REFERENCE TO Matrix;//the supplied matrix to be multiplied element-by-element to this matrix END_VAR ]]> - + - + + For each element in this matrix, calculate a new value by Adding the value of the corresponding element of the supplied matrix with the value in this matrix + THIS := THIS + M + Prerequisites: + - This matrix is the same size as the supplied matrix + - Neither matrix is empty + + The supplied matrix to be added to this matrix + TRUE if the operation completes successfully, false if the prerequisites are not met + +~*) METHOD PUBLIC ElementSum : BOOL//TRUE if the operation completes successfully, false if the prerequisites are not met VAR_INPUT M : REFERENCE TO Matrix;//the supplied matrix to be added to this matrix END_VAR ]]> - + - + + For every element that exist in both this matrix and the source matrix, copy the value from the source matrix into this matrix + + source matrix for element copy operation + +~*) METHOD PUBLIC FillFrom VAR_INPUT M : REFERENCE TO Matrix;//source matrix for element copy operation END_VAR]]> - - + + Fills all elements of this matrix based on which of three zones it is located into when considered as a trapezoidal matrix + + Every element on the main diagonal of the matrix is set to this value. + Every element above or to the right of the main diagonal is set to this value + Every element below or to the left of the main diagonal is set to this value + +~*) +//Fills all elements of this matrix based on which of three zones it is located into when considered as a trapezoidal matrix METHOD PUBLIC FillTrapezoidal VAR_INPUT Diagonal : LREAL;//Every element on the main diagonal of the matrix is set to this value. @@ -305,14 +372,24 @@ END_IF - + + Gets the value of the element in this matrix at the supplied location as if the elements were stored in a 1D row-major array + Prerequisites: + - I < Rows*Cols + - Matrix is not empty + + + If the supplied index is out of bounds the value 0 is returned and a warning is generated in the Error List + + + + The index of the element which should have its value returned + The value of the element at the specified index, or 0 if an invalid index is supplied + +~*) +METHOD PUBLIC ABSTRACT GetI : LREAL VAR_INPUT I : UINT;//The index of the element which should have its value returned END_VAR @@ -322,18 +399,33 @@ END_VAR - + + Returns the value of the element of this matrix at the specified row and column. + Prerequisites: + - Row < Rows + - Col < Cols + - Matrix is not empty + + + + If the supplied or or column is out of bounds then a warning message is generated in the Error List and the value 0 is returned + + + The value of the element at the specified row and column, or 0 if an invalid index is supplied + + + + The row of the element to fetch + The column of the element to fetch + Returns the value of the element at the specified (0-indexed) position within the matrix + +~*) +METHOD PUBLIC GetRC : LREAL VAR_INPUT - Row : UINT;//The row of the element to fetch - Col : UINT;//The column of the element to fetch + Row : UINT; //The row of the element to fetch + Col : UINT; //The column of the element to fetch END_VAR ]]> @@ -365,15 +457,30 @@ END_VAR - + + Returns the length of the matrix in the specified dimension + + + GetSize(0) is equivalent to Rows + GetSize(1) is equivalent to Cols + + + + If an invalid dimension is supplied then a warning is generated in the Error List and the value 0 is returned + + + The length of the matrix in the specified dimension, or 0 if the dimension specified is invalid + + + + The dimension of the matrix for which the size should be returned. 0=Rows, 1=Cols + +~*) +METHOD PUBLIC GetSize : UINT VAR_INPUT - Dim : UINT;//The dimension of the matrix for which the size should be returned. 0=Rows, 1=Cols + Dim : UINT; END_VAR ]]> @@ -446,17 +553,26 @@ END_IF]]> - + + Calcualtes the vector magnitude of this matrix (square root of the sum of the squares), assuming it is a vector. + :Prerequisites: + - This matrix is not empty and is a vector + + + If this matrix is empty or is not a vector, 0 is returned + + + + The vector magnitude of this matrix if it is a vector, otherwise 0 + +~*) +METHOD PUBLIC GetVectorMagnitude : LREAL VAR_INPUT END_VAR VAR - Res : LREAL; + Res : LREAL; END_VAR]]> Res)) THEN @@ -464,7 +580,9 @@ END_VAR]]> GetVectorMagnitude := 0; ELSE GetVectorMagnitude := Res; -END_IF]]> +END_IF + +]]> @@ -500,23 +618,40 @@ END_FOR]]> - + + Inverts the matrix. May fail if the matrix is too close to being singular. Use the tolerance input to specify how close to go (1E-6 to 1E-9 is porbably good). + :Prerequisites: + - This matrix is square + - This matrix is not empty + + The smallest magnitude of number that is allowed to be used as a denominator in the calculation of the inverse + True if the inverse has been calculated. False if a precondition was not met, or a near-singularity was detected (data may be malformed). + +~*) METHOD PUBLIC InvertSquare : BOOL//True if the inverse has been calculated. False if a precondition was not met, or a near-singularity was detected (data may be malformed). VAR_INPUT Tolerance : LREAL;//The smallest magnitude of number that is allowed to be used as a denominator in the calculation of the inverse END_VAR ]]> - + - + + + Returns true if the matrix does not have any addresible elements + + Returns true if the matrix does not have any addresible elements + +~*) +PROPERTY PUBLIC IsEmpty : BOOL]]> - + + Returns TRUE if IsEqualSize is true AND every element in this matrix is equal to its corresponding element in the supplied matrix + Checks if this matrix is the same size (number of rows and number of columns match) as the supplied matrix. + + + two empty matricies are considered the same size. + + + + The matrix which should have its size compared to the size of this matrix + True if this matrix is the same size as the supplied matrix + +~*) METHOD PUBLIC IsEqualSize : BOOL//True if this matrix is the same size as the supplied matrix VAR_INPUT M : REFERENCE TO Matrix;//The matrix which should have its size compared to the size of this matrix END_VAR ]]> - + + + Checks if this matrix is the same size (number of rows and number of columns match) as the supplied matrix. + + + two empty matricies are considered the same size. + + + + The matrix which should have its size compared to the size of this matrix + True if this matrix is the same size as the supplied matrix + +~*)]]> - + + Determines if this matrix is *nearly* equal to a supplied matrix, based on a supplied precision. + Two matricies are considered nearly equal if they are the same size and every set of corresponding elements are equal to within the supplied precision. + + + + Note that two empty matricies are considered equal + + + + The other matrix to compare to this one + Deviation between two elements larger than this value makes them unequal + TRUE if the two matricies are nearly equal, FALSE if they are not + +~*) METHOD PUBLIC IsNearlyEqual : BOOL//TRUE if the two matricies are nearly equal, FALSE if they are not VAR_INPUT M : REFERENCE TO Matrix;//The other matrix to compare to this one @@ -610,7 +786,9 @@ FOR Ri := 0 TO Rows-1 DO END_FOR END_FOR -IsNearlyEqual := TRUE;]]> +IsNearlyEqual := TRUE; + +]]> @@ -625,7 +803,13 @@ END_VAR - + + Returns true if this matrix is not empty, and the number of columns is equal to the number of rows + + +~*) PROPERTY PUBLIC IsSquare : BOOL]]> - + + Returns true if this matrix is not empty, and at least one dimension has a size of 1 (row vector or column vector). + + +~*) PROPERTY PUBLIC IsVector : BOOL]]> - + + Total number of elements in this matrix + + +~*) PROPERTY PUBLIC Length : UINT]]> - + + Returns the maximum value from all elements + + +~*) PROPERTY PUBLIC MaxVal : LREAL]]> - + + Returns the minimum value from all elements + + +~*) PROPERTY PUBLIC MinVal : LREAL]]> - + + Raises every element of the matrix to the supplied power + + + Many values of exponent could easily cause all of the elements to turn into NaN! + + + + Power with which to raise every element of the matrix + +~*) METHOD PUBLIC Power VAR_INPUT Exponent : LREAL;//Power with which to raise every element of the matrix @@ -811,7 +1029,10 @@ END_VAR END_IF FOR I := 0 TO Length-1 DO SetI(I,EXPT(GetI(I),Exponent)); -END_FOR]]> +END_FOR + + +]]> @@ -840,7 +1061,13 @@ END_VAR - + + Total number of rows in this matrix + + +~*) PROPERTY PUBLIC ABSTRACT Rows : UINT]]> - + + Scales every element of this matrix by the supplied value + + Value with which to scale every element of this matrix + +~*) METHOD PUBLIC Scale VAR_INPUT Scalar : LREAL;//Value with which to scale every element of this matrix END_VAR ]]> - + - + + Sets the element specified BY the supplied index TO the suppleid value, assuming the data OF the matrix is stored in a 1D row-major ARRAY + Prerequisites: - I < Rows*Cols + + The index specifying which element should be modified + The value copied to the corresponding element + TRUE if the specified index is valid and the data is copied. FLASE otherwise + +~*) METHOD PUBLIC ABSTRACT SetI : BOOL//TRUE if the specified index is valid and the data is copied. FLASE otherwise VAR_INPUT I : UINT;//The index specifying which element should be modified @@ -877,12 +1121,28 @@ END_VAR - + + Sets the element specified by the supplied row and column to the suppleid value + Prerequisites: + - Row < Rows + - Col < Cols + - Matrix is not empty + + + If the supplied or or column is out of bounds then a warning message is generated in the Error List and the value 0 is returned + The value of the element at the specified row and column, or 0 if an invalid index is supplied + + + + The row of the element to set + The column of the element to set + The value to copy into the specified element + TRUE if the specified row and column are valid and the data is copied. FALSE otherwise + +~*) +METHOD PUBLIC SetRC : BOOL; VAR_INPUT Row : UINT;//The row of the element to set Col : UINT;//The column of the element to set @@ -905,10 +1165,19 @@ END_IF]]> - + + Sorts the matrix by swapping entire rows around until the specified column is in ascending order. The relative position of equal rows will remain unchanged so as to allow tiered sorting. + In-place bubble sort of rows by the specified col, into ascending order + algorithm is 'stable', meaning that two equivalent rows will maintain their relative position after + This is nice because it lets you sort by secondary/tertiary/etc columns (if you do them in reverse) + + The row of the element to fetch + The column of the element to fetch + Returns the value of the element at the specified (0-indexed) position within the matrix + +~*) METHOD PUBLIC SortByColAsc : BOOL VAR_INPUT SortCol : UINT; @@ -937,7 +1206,10 @@ REPEAT lastUnsortedRow := lastSwappedRow-1; UNTIL lastSwappedRow = 0 -END_REPEAT]]> +END_REPEAT + + +]]> @@ -953,7 +1225,13 @@ END_VAR - + + Returns the sum of all elements + + +~*) PROPERTY PUBLIC Sum : LREAL]]> - + + Transposes the matrix. + + :Prerequisites: + - This matrix is square + - This matrix is not empty + + TRUE if the operation completes successfully, false if the prerequisites are not met + +~*) +METHOD PUBLIC TransposeSquare : BOOL VAR_INPUT END_VAR VAR Temp : DynamicMatrix; END_VAR]]> - + - +END_VAR +//~]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/TcMatrix/TcMatrix/POUs/MatrixAccessors/MatrixAccessor.TcPOU b/TcMatrix/TcMatrix/POUs/MatrixAccessors/MatrixAccessor.TcPOU index 1e60109..4fe504b 100644 --- a/TcMatrix/TcMatrix/POUs/MatrixAccessors/MatrixAccessor.TcPOU +++ b/TcMatrix/TcMatrix/POUs/MatrixAccessors/MatrixAccessor.TcPOU @@ -1,7 +1,24 @@  - + + Matrix accessors are a way of interacting with the data of a parent Matrix through a special lens, without copying the data into a new Matrix and then back again. + This type of Matrix works by creating a function that converts the I-based indexing of the accessor matrix into the I-based indexing of the parent matrix, then using it to intercept calls to GetI and SetI. + Concrete Matrix Accessor Classes can be easily created from the parent MatrixAccessor abstract class by implementing the This2Parent method in order to define the index conversion. + + + Note that matrix accessor allow both read and write access to the parent matrix! + + + Matrix Accessors inherently store a pointer (BY REFERENCE) to their parent matrix. If the parent matrix goes out of scope (through function return) or is moved (through an online change) then the Matrix Accessor will no longer work. Therefore, they are best used quickly then destroyed, all within the scope of a single F or FB. + + + + +~*) +FUNCTION_BLOCK ABSTRACT MatrixAccessor EXTENDS Matrix VAR_INPUT END_VAR VAR_OUTPUT @@ -17,14 +34,26 @@ END_VAR - + + Gets the value of the element in this matrix at the supplied location as if the elements were stored in a 1D row-major array + Prerequisites: + - I < Rows*Cols + - Matrix is not empty + + + If the supplied index is out of bounds the value 0 is returned and a warning is generated in the Error List + + + + The index of the element which should have its value returned + The value of the element at the specified index, or 0 if an invalid index is supplied + +~*) +METHOD PUBLIC GetI : LREAL //The value of the element at the specified index, or 0 if an invalid index is supplied VAR_INPUT - I : UINT;//The index of the element which should have its value returned + I : UINT; //The index of the element which should have its value returned END_VAR VAR END_VAR]]> @@ -54,8 +83,17 @@ END_VAR - + + Sets the element specified BY the supplied index TO the suppleid value, assuming the data OF the matrix is stored in a 1D row-major ARRAY + Prerequisites: - I < Rows*Cols + + The index specifying which element should be modified + The value copied to the corresponding element + TRUE if the specified index is valid and the data is copied. FLASE otherwise + +~*) METHOD PUBLIC SetI : BOOL//TRUE if the specified index is valid and the data is copied. FLASE otherwise VAR_INPUT I : UINT;//The index specifying which element should be modified @@ -87,33 +125,5 @@ END_VAR - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/TcMatrix/TcMatrix/POUs/MatrixAccessors/ShrunkMatrixAccessor.TcPOU b/TcMatrix/TcMatrix/POUs/MatrixAccessors/ShrunkMatrixAccessor.TcPOU index d5ed128..b976e95 100644 --- a/TcMatrix/TcMatrix/POUs/MatrixAccessors/ShrunkMatrixAccessor.TcPOU +++ b/TcMatrix/TcMatrix/POUs/MatrixAccessors/ShrunkMatrixAccessor.TcPOU @@ -1,7 +1,15 @@  - + + See Matrix accessor + Allows access to the parent matrix as if the Shrink function had been called + + +~*) +FUNCTION_BLOCK ShrunkMatrixAccessor EXTENDS MatrixAccessor VAR_INPUT END_VAR VAR_OUTPUT @@ -17,7 +25,11 @@ END_VAR - + + +~*) PROPERTY PUBLIC Cols : UINT]]> - + + +~*) PROPERTY PUBLIC Rows : UINT]]> ThisR, Col => ThisC); This2Parent := RCC2I(ThisR+BOOL_TO_UINT(RowRemoved_<=ThisR),ThisC+BOOL_TO_UINT(ColRemoved_<=ThisC),M_.Cols);]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/TcMatrix/TcMatrix/POUs/MatrixAccessors/SubMatrixAccessor.TcPOU b/TcMatrix/TcMatrix/POUs/MatrixAccessors/SubMatrixAccessor.TcPOU index 753a184..266e447 100644 --- a/TcMatrix/TcMatrix/POUs/MatrixAccessors/SubMatrixAccessor.TcPOU +++ b/TcMatrix/TcMatrix/POUs/MatrixAccessors/SubMatrixAccessor.TcPOU @@ -1,7 +1,15 @@  - + + See Matrix accessor + Allows access to a rectangular subset of the parent matrix as if it were a standalone matrix + + +~*) +FUNCTION_BLOCK SubMatrixAccessor EXTENDS MatrixAccessor VAR_INPUT END_VAR VAR_OUTPUT @@ -19,7 +27,11 @@ END_VAR - + + +~*) PROPERTY PUBLIC Cols : UINT]]> - + + +~*) PROPERTY PUBLIC Rows : UINT]]> ThisR, Col => ThisC); This2Parent := RCC2I(ThisR+RowStart_,ThisC+ColStart_,M_.Cols);]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/TcMatrix/TcMatrix/POUs/MatrixAccessors/TransposeMatrixAccessor.TcPOU b/TcMatrix/TcMatrix/POUs/MatrixAccessors/TransposeMatrixAccessor.TcPOU index 339fd52..526cf37 100644 --- a/TcMatrix/TcMatrix/POUs/MatrixAccessors/TransposeMatrixAccessor.TcPOU +++ b/TcMatrix/TcMatrix/POUs/MatrixAccessors/TransposeMatrixAccessor.TcPOU @@ -1,7 +1,15 @@  - + + See Matrix accessor + Allows access to the elements of the parent matrix as if it were transposed + + +~*) +FUNCTION_BLOCK TransposeMatrixAccessor EXTENDS MatrixAccessor VAR_INPUT END_VAR VAR_OUTPUT @@ -17,7 +25,11 @@ END_VAR - + + +~*) PROPERTY PUBLIC Cols : UINT]]> - + + +~*) PROPERTY PUBLIC Rows : UINT]]> ThisR, Col => ThisC); This2Parent := RCC2I(ThisC,ThisR,M_.Cols);]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/TcMatrix/TcMatrix/POUs/StaticMatrix.TcPOU b/TcMatrix/TcMatrix/POUs/StaticMatrix.TcPOU index 75b5597..e655cf5 100644 --- a/TcMatrix/TcMatrix/POUs/StaticMatrix.TcPOU +++ b/TcMatrix/TcMatrix/POUs/StaticMatrix.TcPOU @@ -1,11 +1,31 @@  - + + This type of matrix has the number of rows and columns set during initialization and then they cannot be changed. + Derived class must: + - Declare a VAR array of LREAL named Data_ + - Call Init_ in FB_init, pointing to the local arrays, with Rows and Cols such that Rows*Cols <= Length(Data_) + This simple abstract class sets the rules for all static memory matricies by creating a protected Init_(R,C) method that must be called to set the initial size of the matrix. + It also implements the required Rows and Cols properties to return the values that were set during initialization. + + + + It is the callers responsibility to ensure that the pointer provided to the initializer is valid: + - The length of the data structure pointed to (probably an array of LREAL) is at least as long as Rows x Cols + - The scope of the data structure pointed to is the same as the scope of the corresponding ExternalStaticMatrix (probably declared adjacent to eachother as a VAR or GVL) + + Additionally, direct assignment (:=) should not be used with this type of matrix because a second copy of the Matrix, but with a pointer to the original's data source, would be created. For this reason, the pragma {attribute 'no_assign'} is used to block assignment at compile-time. Keep in mind that returning a value from a function is also a form of assignment and is not allowed. + + + + The row of the element to fetch + The column of the element to fetch + Returns the value of the element at the specified (0-indexed) position within the matrix + +~*) {attribute 'reflection'} {attribute 'no_assign'} FUNCTION_BLOCK ABSTRACT StaticMatrix EXTENDS Matrix @@ -24,7 +44,11 @@ END_VAR - + + +~*) PROPERTY PUBLIC Cols : UINT]]> - + + +~*) PROPERTY PUBLIC Rows : UINT]]> - - - - - - - - - - - - \ No newline at end of file diff --git a/docu/TcMatrixConnector/Properties/Localizations.Designer.cs b/docu/TcMatrixConnector/Properties/Localizations.Designer.cs new file mode 100644 index 0000000..99032a4 --- /dev/null +++ b/docu/TcMatrixConnector/Properties/Localizations.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace TcMatrixConnector.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + public class Localizations { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Localizations() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("TcMatrixConnector.Properties.Localizations", typeof(Localizations).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + } +} diff --git a/docu/TcMatrixConnector/Properties/Localizations.resx b/docu/TcMatrixConnector/Properties/Localizations.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/docu/TcMatrixConnector/Properties/Localizations.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/docu/TcMatrixConnector/TcMatrixConnector.csproj b/docu/TcMatrixConnector/TcMatrixConnector.csproj new file mode 100644 index 0000000..0e53a1d --- /dev/null +++ b/docu/TcMatrixConnector/TcMatrixConnector.csproj @@ -0,0 +1,26 @@ + + + + netstandard2.0 + + + TRACE;PLC_DOCU + + + + + + + + True + True + Localizations.resx + + + + + PublicResXFileCodeGenerator + Localizations.Designer.cs + + + \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Online/IDynamicMatrix.g.cs b/docu/TcMatrixConnector/_generated/Online/IDynamicMatrix.g.cs new file mode 100644 index 0000000..83d3fc9 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Online/IDynamicMatrix.g.cs @@ -0,0 +1,32 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is onliner interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface IDynamicMatrix : Vortex.Connector.IVortexOnlineObject, TcMatrix.IMatrix + { + Vortex.Connector.ValueTypes.Online.IOnlineUInt Rows_ + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt Cols_ + { + get; + } + + new TcMatrix.PlainDynamicMatrix CreatePlainerType(); + new void FlushOnlineToShadow(); + void FlushPlainToOnline(TcMatrix.PlainDynamicMatrix source); + void FlushOnlineToPlain(TcMatrix.PlainDynamicMatrix source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Online/IExternalStaticMatrix.g.cs b/docu/TcMatrixConnector/_generated/Online/IExternalStaticMatrix.g.cs new file mode 100644 index 0000000..0f1588b --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Online/IExternalStaticMatrix.g.cs @@ -0,0 +1,27 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is onliner interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface IExternalStaticMatrix : Vortex.Connector.IVortexOnlineObject, TcMatrix.IStaticMatrix + { + Vortex.Connector.ValueTypes.Online.IOnlineUInt Length_ + { + get; + } + + new TcMatrix.PlainExternalStaticMatrix CreatePlainerType(); + new void FlushOnlineToShadow(); + void FlushPlainToOnline(TcMatrix.PlainExternalStaticMatrix source); + void FlushOnlineToPlain(TcMatrix.PlainExternalStaticMatrix source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Online/IGlobal_Version.g.cs b/docu/TcMatrixConnector/_generated/Online/IGlobal_Version.g.cs new file mode 100644 index 0000000..76c4a31 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Online/IGlobal_Version.g.cs @@ -0,0 +1,27 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is onliner interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface IGlobal_Version : Vortex.Connector.IVortexOnlineObject + { + System.String AttributeName + { + get; + } + + TcMatrix.PlainGlobal_Version CreatePlainerType(); + void FlushOnlineToShadow(); + void FlushPlainToOnline(TcMatrix.PlainGlobal_Version source); + void FlushOnlineToPlain(TcMatrix.PlainGlobal_Version source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Online/IMatrix.g.cs b/docu/TcMatrixConnector/_generated/Online/IMatrix.g.cs new file mode 100644 index 0000000..7b33a1b --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Online/IMatrix.g.cs @@ -0,0 +1,47 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is onliner interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface IMatrix : Vortex.Connector.IVortexOnlineObject + { + Vortex.Connector.ValueTypes.Online.IOnlineUInt Ri + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt Ci + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt I + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineLReal ZeroReference_ + { + get; + } + + System.String AttributeName + { + get; + } + + TcMatrix.PlainMatrix CreatePlainerType(); + void FlushOnlineToShadow(); + void FlushPlainToOnline(TcMatrix.PlainMatrix source); + void FlushOnlineToPlain(TcMatrix.PlainMatrix source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Online/IMatrixAccessor.g.cs b/docu/TcMatrixConnector/_generated/Online/IMatrixAccessor.g.cs new file mode 100644 index 0000000..d51e40e --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Online/IMatrixAccessor.g.cs @@ -0,0 +1,27 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is onliner interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface IMatrixAccessor : Vortex.Connector.IVortexOnlineObject, TcMatrix.IMatrix + { + IMatrix M_ + { + get; + } + + new TcMatrix.PlainMatrixAccessor CreatePlainerType(); + new void FlushOnlineToShadow(); + void FlushPlainToOnline(TcMatrix.PlainMatrixAccessor source); + void FlushOnlineToPlain(TcMatrix.PlainMatrixAccessor source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Online/IMatrixCsvReader.g.cs b/docu/TcMatrixConnector/_generated/Online/IMatrixCsvReader.g.cs new file mode 100644 index 0000000..9cc3f1d --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Online/IMatrixCsvReader.g.cs @@ -0,0 +1,127 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is onliner interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface IMatrixCsvReader : Vortex.Connector.IVortexOnlineObject + { + Vortex.Connector.ValueTypes.Online.IOnlineBool bExecute + { + get; + } + + IMatrix M + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineTime tTimeout + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUDInt nHeaderLines + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineBool bBusy + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineBool bError + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUDInt nErrId + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUDInt nErrStep + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt nRows + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt nCols + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt nVals + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt hFile + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineBool readEOF + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineDInt bytesRead + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineDInt bytesParsed + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineString buffer + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUDInt step + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt Hi + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt Ri + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt Ci + { + get; + } + + System.String AttributeName + { + get; + } + + TcMatrix.PlainMatrixCsvReader CreatePlainerType(); + void FlushOnlineToShadow(); + void FlushPlainToOnline(TcMatrix.PlainMatrixCsvReader source); + void FlushOnlineToPlain(TcMatrix.PlainMatrixCsvReader source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Online/IMatrixCsvWriter.g.cs b/docu/TcMatrixConnector/_generated/Online/IMatrixCsvWriter.g.cs new file mode 100644 index 0000000..13450b2 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Online/IMatrixCsvWriter.g.cs @@ -0,0 +1,97 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is onliner interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface IMatrixCsvWriter : Vortex.Connector.IVortexOnlineObject + { + Vortex.Connector.ValueTypes.Online.IOnlineBool bExecute + { + get; + } + + IMatrix M + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineTime tTimeout + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUDInt cbHeaderLen + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineBool bBusy + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineBool bError + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUDInt nErrId + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUDInt nErrStep + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt hFile + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineString buffer + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt bufferOffset + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUDInt step + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt Ri + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt Ci + { + get; + } + + System.String AttributeName + { + get; + } + + TcMatrix.PlainMatrixCsvWriter CreatePlainerType(); + void FlushOnlineToShadow(); + void FlushPlainToOnline(TcMatrix.PlainMatrixCsvWriter source); + void FlushOnlineToPlain(TcMatrix.PlainMatrixCsvWriter source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Online/IShrunkMatrixAccessor.g.cs b/docu/TcMatrixConnector/_generated/Online/IShrunkMatrixAccessor.g.cs new file mode 100644 index 0000000..8d12ed0 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Online/IShrunkMatrixAccessor.g.cs @@ -0,0 +1,32 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is onliner interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface IShrunkMatrixAccessor : Vortex.Connector.IVortexOnlineObject, TcMatrix.IMatrixAccessor + { + Vortex.Connector.ValueTypes.Online.IOnlineUInt RowRemoved_ + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt ColRemoved_ + { + get; + } + + new TcMatrix.PlainShrunkMatrixAccessor CreatePlainerType(); + new void FlushOnlineToShadow(); + void FlushPlainToOnline(TcMatrix.PlainShrunkMatrixAccessor source); + void FlushOnlineToPlain(TcMatrix.PlainShrunkMatrixAccessor source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Online/IStaticMatrix.g.cs b/docu/TcMatrixConnector/_generated/Online/IStaticMatrix.g.cs new file mode 100644 index 0000000..7517698 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Online/IStaticMatrix.g.cs @@ -0,0 +1,32 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is onliner interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface IStaticMatrix : Vortex.Connector.IVortexOnlineObject, TcMatrix.IMatrix + { + Vortex.Connector.ValueTypes.Online.IOnlineUInt Rows_ + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt Cols_ + { + get; + } + + new TcMatrix.PlainStaticMatrix CreatePlainerType(); + new void FlushOnlineToShadow(); + void FlushPlainToOnline(TcMatrix.PlainStaticMatrix source); + void FlushOnlineToPlain(TcMatrix.PlainStaticMatrix source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Online/ISubMatrixAccessor.g.cs b/docu/TcMatrixConnector/_generated/Online/ISubMatrixAccessor.g.cs new file mode 100644 index 0000000..ef05783 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Online/ISubMatrixAccessor.g.cs @@ -0,0 +1,42 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is onliner interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface ISubMatrixAccessor : Vortex.Connector.IVortexOnlineObject, TcMatrix.IMatrixAccessor + { + Vortex.Connector.ValueTypes.Online.IOnlineUInt RowStart_ + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt RowCount_ + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt ColStart_ + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt ColCount_ + { + get; + } + + new TcMatrix.PlainSubMatrixAccessor CreatePlainerType(); + new void FlushOnlineToShadow(); + void FlushPlainToOnline(TcMatrix.PlainSubMatrixAccessor source); + void FlushOnlineToPlain(TcMatrix.PlainSubMatrixAccessor source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Online/ITransposeMatrixAccessor.g.cs b/docu/TcMatrixConnector/_generated/Online/ITransposeMatrixAccessor.g.cs new file mode 100644 index 0000000..d481172 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Online/ITransposeMatrixAccessor.g.cs @@ -0,0 +1,32 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is onliner interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface ITransposeMatrixAccessor : Vortex.Connector.IVortexOnlineObject, TcMatrix.IMatrixAccessor + { + Vortex.Connector.ValueTypes.Online.IOnlineUInt RowRemoved_ + { + get; + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt ColRemoved_ + { + get; + } + + new TcMatrix.PlainTransposeMatrixAccessor CreatePlainerType(); + new void FlushOnlineToShadow(); + void FlushPlainToOnline(TcMatrix.PlainTransposeMatrixAccessor source); + void FlushOnlineToPlain(TcMatrix.PlainTransposeMatrixAccessor source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Onliners/DynamicMatrix.g.cs b/docu/TcMatrixConnector/_generated/Onliners/DynamicMatrix.g.cs new file mode 100644 index 0000000..8e58776 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Onliners/DynamicMatrix.g.cs @@ -0,0 +1,219 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + +/// +/// The DynamicMatrix class uses the FB_DynMem_Manager2 to dynamically allocate as much memory as required for the given operation. +/// This amazing flexibility comes at the cost of some restrictions on use in order to avoid memory leaks. +/// +/// +/// Using the assignment operator (:=) to copy a DynamicMatrix will result in the new matrix retaining a pointer to the data of the old matrix! For this reason, the pragma {attribute 'no_assign'} is used to block assignment at compile-time, but inheriting sub-classes will need to include this pragma themselves. +/// Note that using DynamicMatrix as the return value of a function is essentially an assignment operation and will also not work. Therefore, it is recommended to always pass DynamicMatrix objects in and out of functions using the REFERENCE TO keyword. To alleviate the pain of these assignment rules there are a ton of 'Resultant' helper functions available to use which initialize a new DynamicMatrix as the result of some operation on other matrix objects. +/// +/// +/// The DynamicMatrix FB will automatically free its memory when an instance of the class is created, or goes out of scope. +/// This prevents memory leaks and page faults, but it also prevents you from instantiating a DynamicMatrix inside of a function and then passing a REFERENCE TO it back up the call chain. +/// Another consequnce is that a DynamicMatrix cannot be retained after power-loss. +/// A DynamicMatrix within a GVL will free its memory when the program terminates. +/// +/// +#pragma warning disable SA1402, CS1591, CS0108, CS0067 + [Vortex.Connector.Attributes.TypeMetaDescriptorAttribute("{attribute addProperty Name \"\" }", "DynamicMatrix", "TcMatrix", TypeComplexityEnum.Complex)] + public partial class DynamicMatrix : Matrix, Vortex.Connector.IVortexObject, IDynamicMatrix, IShadowDynamicMatrix, Vortex.Connector.IVortexOnlineObject, Vortex.Connector.IVortexShadowObject + { + Vortex.Connector.ValueTypes.OnlinerUInt _Rows_; + public Vortex.Connector.ValueTypes.OnlinerUInt Rows_ + { + get + { + return _Rows_; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IDynamicMatrix.Rows_ + { + get + { + return Rows_; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowDynamicMatrix.Rows_ + { + get + { + return Rows_; + } + } + + Vortex.Connector.ValueTypes.OnlinerUInt _Cols_; + public Vortex.Connector.ValueTypes.OnlinerUInt Cols_ + { + get + { + return _Cols_; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IDynamicMatrix.Cols_ + { + get + { + return Cols_; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowDynamicMatrix.Cols_ + { + get + { + return Cols_; + } + } + + public new void LazyOnlineToShadow() + { + base.LazyOnlineToShadow(); + Rows_.Shadow = Rows_.LastValue; + Cols_.Shadow = Cols_.LastValue; + } + + public new void LazyShadowToOnline() + { + base.LazyShadowToOnline(); + Rows_.Cyclic = Rows_.Shadow; + Cols_.Cyclic = Cols_.Shadow; + } + + public new PlainDynamicMatrix CreatePlainerType() + { + var cloned = new PlainDynamicMatrix(); + base.CreatePlainerType(cloned); + return cloned; + } + + protected PlainDynamicMatrix CreatePlainerType(PlainDynamicMatrix cloned) + { + base.CreatePlainerType(cloned); + return cloned; + } + + partial void PexPreConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexPreConstructorParameterless(); + partial void PexConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexConstructorParameterless(); + public void FlushPlainToOnline(TcMatrix.PlainDynamicMatrix source) + { + source.CopyPlainToCyclic(this); + this.Write(); + } + + public void CopyPlainToShadow(TcMatrix.PlainDynamicMatrix source) + { + source.CopyPlainToShadow(this); + } + + public new void FlushShadowToOnline() + { + this.LazyShadowToOnline(); + this.Write(); + } + + public new void FlushOnlineToShadow() + { + this.Read(); + this.LazyOnlineToShadow(); + } + + public void FlushOnlineToPlain(TcMatrix.PlainDynamicMatrix source) + { + this.Read(); + source.CopyCyclicToPlain(this); + } + + public DynamicMatrix(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail): base (parent, readableTail, symbolTail) + { + this.@SymbolTail = symbolTail; + this.@Connector = parent.GetConnector(); + this.@Parent = parent; + _humanReadable = Vortex.Connector.IConnector.CreateSymbol(parent.HumanReadable, readableTail); + PexPreConstructor(parent, readableTail, symbolTail); + Symbol = Vortex.Connector.IConnector.CreateSymbol(parent.Symbol, symbolTail); + _Rows_ = @Connector.Online.Adapter.CreateUINT(this, "", "Rows_"); + _Cols_ = @Connector.Online.Adapter.CreateUINT(this, "", "Cols_"); + AttributeName = ""; + PexConstructor(parent, readableTail, symbolTail); + } + + public DynamicMatrix(): base () + { + PexPreConstructorParameterless(); + _Rows_ = Vortex.Connector.IConnectorFactory.CreateUINT(); + _Cols_ = Vortex.Connector.IConnectorFactory.CreateUINT(); + AttributeName = ""; + PexConstructorParameterless(); + } + } + + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainDynamicMatrix + { + public void CopyPlainToCyclic(TcMatrix.DynamicMatrix target) + { + base.CopyPlainToCyclic(target); + target.Rows_.Cyclic = Rows_; + target.Cols_.Cyclic = Cols_; + } + + public void CopyPlainToCyclic(TcMatrix.IDynamicMatrix target) + { + this.CopyPlainToCyclic((TcMatrix.DynamicMatrix)target); + } + + public void CopyPlainToShadow(TcMatrix.DynamicMatrix target) + { + base.CopyPlainToShadow(target); + target.Rows_.Shadow = Rows_; + target.Cols_.Shadow = Cols_; + } + + public void CopyPlainToShadow(TcMatrix.IShadowDynamicMatrix target) + { + this.CopyPlainToShadow((TcMatrix.DynamicMatrix)target); + } + + public void CopyCyclicToPlain(TcMatrix.DynamicMatrix source) + { + base.CopyCyclicToPlain(source); + Rows_ = source.Rows_.LastValue; + Cols_ = source.Cols_.LastValue; + } + + public void CopyCyclicToPlain(TcMatrix.IDynamicMatrix source) + { + this.CopyCyclicToPlain((TcMatrix.DynamicMatrix)source); + } + + public void CopyShadowToPlain(TcMatrix.DynamicMatrix source) + { + base.CopyShadowToPlain(source); + Rows_ = source.Rows_.Shadow; + Cols_ = source.Cols_.Shadow; + } + + public void CopyShadowToPlain(TcMatrix.IShadowDynamicMatrix source) + { + this.CopyShadowToPlain((TcMatrix.DynamicMatrix)source); + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Onliners/ExternalStaticMatrix.g.cs b/docu/TcMatrixConnector/_generated/Onliners/ExternalStaticMatrix.g.cs new file mode 100644 index 0000000..0c2e5f2 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Onliners/ExternalStaticMatrix.g.cs @@ -0,0 +1,189 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + +/// +/// This simple concrete derivative of the StaticMatrix class uses an external ARRAY OF LREAL as the memory source for the matrix data. +/// It is accessed in row-major order based on the logic in the GetI and SetI functions. +/// It is most useful when someone doesn't trust dynamically allocated memory, but also doesn't want to make multiple size-specific custom derived FBs just to set up a single complex matrix operation. +/// Init(R,C,pD) : Must be called in order to setup the matrix (it will be empty until this method is called). +/// +/// +/// It is the callers responsibility to ensure that the pointer provided to the initializer is valid: +/// - The length of the data structure pointed to (probably an array of LREAL) is at least as long as Rows x Cols +/// - The scope of the data structure pointed to is the same as the scope of the corresponding ExternalStaticMatrix (probably declared adjacent to eachother as a VAR or GVL) +/// Additionally, direct assignment (:=) should not be used with this type of matrix because a second copy of the Matrix, but with a pointer to the original's data source, would be created. For this reason, the pragma {attribute 'no_assign'} is used to block assignment at compile-time. Keep in mind that returning a value from a function is also a form of assignment and is not allowed. +/// +/// +/// +/// The row of the element to fetch +/// The column of the element to fetch +/// Returns the value of the element at the specified (0-indexed) position within the matrix +/// +#pragma warning disable SA1402, CS1591, CS0108, CS0067 + [Vortex.Connector.Attributes.TypeMetaDescriptorAttribute("{attribute addProperty Name \"\" }", "ExternalStaticMatrix", "TcMatrix", TypeComplexityEnum.Complex)] + public partial class ExternalStaticMatrix : StaticMatrix, Vortex.Connector.IVortexObject, IExternalStaticMatrix, IShadowExternalStaticMatrix, Vortex.Connector.IVortexOnlineObject, Vortex.Connector.IVortexShadowObject + { + Vortex.Connector.ValueTypes.OnlinerUInt _Length_; + public Vortex.Connector.ValueTypes.OnlinerUInt Length_ + { + get + { + return _Length_; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IExternalStaticMatrix.Length_ + { + get + { + return Length_; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowExternalStaticMatrix.Length_ + { + get + { + return Length_; + } + } + + public new void LazyOnlineToShadow() + { + base.LazyOnlineToShadow(); + Length_.Shadow = Length_.LastValue; + } + + public new void LazyShadowToOnline() + { + base.LazyShadowToOnline(); + Length_.Cyclic = Length_.Shadow; + } + + public new PlainExternalStaticMatrix CreatePlainerType() + { + var cloned = new PlainExternalStaticMatrix(); + base.CreatePlainerType(cloned); + return cloned; + } + + protected PlainExternalStaticMatrix CreatePlainerType(PlainExternalStaticMatrix cloned) + { + base.CreatePlainerType(cloned); + return cloned; + } + + partial void PexPreConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexPreConstructorParameterless(); + partial void PexConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexConstructorParameterless(); + public void FlushPlainToOnline(TcMatrix.PlainExternalStaticMatrix source) + { + source.CopyPlainToCyclic(this); + this.Write(); + } + + public void CopyPlainToShadow(TcMatrix.PlainExternalStaticMatrix source) + { + source.CopyPlainToShadow(this); + } + + public new void FlushShadowToOnline() + { + this.LazyShadowToOnline(); + this.Write(); + } + + public new void FlushOnlineToShadow() + { + this.Read(); + this.LazyOnlineToShadow(); + } + + public void FlushOnlineToPlain(TcMatrix.PlainExternalStaticMatrix source) + { + this.Read(); + source.CopyCyclicToPlain(this); + } + + public ExternalStaticMatrix(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail): base (parent, readableTail, symbolTail) + { + this.@SymbolTail = symbolTail; + this.@Connector = parent.GetConnector(); + this.@Parent = parent; + _humanReadable = Vortex.Connector.IConnector.CreateSymbol(parent.HumanReadable, readableTail); + PexPreConstructor(parent, readableTail, symbolTail); + Symbol = Vortex.Connector.IConnector.CreateSymbol(parent.Symbol, symbolTail); + _Length_ = @Connector.Online.Adapter.CreateUINT(this, "", "Length_"); + AttributeName = ""; + PexConstructor(parent, readableTail, symbolTail); + } + + public ExternalStaticMatrix(): base () + { + PexPreConstructorParameterless(); + _Length_ = Vortex.Connector.IConnectorFactory.CreateUINT(); + AttributeName = ""; + PexConstructorParameterless(); + } + } + + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainExternalStaticMatrix + { + public void CopyPlainToCyclic(TcMatrix.ExternalStaticMatrix target) + { + base.CopyPlainToCyclic(target); + target.Length_.Cyclic = Length_; + } + + public void CopyPlainToCyclic(TcMatrix.IExternalStaticMatrix target) + { + this.CopyPlainToCyclic((TcMatrix.ExternalStaticMatrix)target); + } + + public void CopyPlainToShadow(TcMatrix.ExternalStaticMatrix target) + { + base.CopyPlainToShadow(target); + target.Length_.Shadow = Length_; + } + + public void CopyPlainToShadow(TcMatrix.IShadowExternalStaticMatrix target) + { + this.CopyPlainToShadow((TcMatrix.ExternalStaticMatrix)target); + } + + public void CopyCyclicToPlain(TcMatrix.ExternalStaticMatrix source) + { + base.CopyCyclicToPlain(source); + Length_ = source.Length_.LastValue; + } + + public void CopyCyclicToPlain(TcMatrix.IExternalStaticMatrix source) + { + this.CopyCyclicToPlain((TcMatrix.ExternalStaticMatrix)source); + } + + public void CopyShadowToPlain(TcMatrix.ExternalStaticMatrix source) + { + base.CopyShadowToPlain(source); + Length_ = source.Length_.Shadow; + } + + public void CopyShadowToPlain(TcMatrix.IShadowExternalStaticMatrix source) + { + this.CopyShadowToPlain((TcMatrix.ExternalStaticMatrix)source); + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Onliners/Global_Version.g.cs b/docu/TcMatrixConnector/_generated/Onliners/Global_Version.g.cs new file mode 100644 index 0000000..d937eb2 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Onliners/Global_Version.g.cs @@ -0,0 +1,254 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ +#pragma warning disable SA1402, CS1591, CS0108, CS0067 + [Vortex.Connector.Attributes.TypeMetaDescriptorAttribute("{attribute addProperty Name \"\" }", "Global_Version", "TcMatrix", TypeComplexityEnum.Complex)] + public partial class Global_Version : Vortex.Connector.IVortexObject, IGlobal_Version, IShadowGlobal_Version, Vortex.Connector.IVortexOnlineObject, Vortex.Connector.IVortexShadowObject + { + public string Symbol + { + get; + protected set; + } + + public string HumanReadable + { + get + { + return TcMatrixTwinController.Translator.Translate(_humanReadable).Interpolate(this); + } + + protected set + { + _humanReadable = value; + } + } + + protected string _humanReadable; + public void LazyOnlineToShadow() + { + } + + public void LazyShadowToOnline() + { + } + + public PlainGlobal_Version CreatePlainerType() + { + var cloned = new PlainGlobal_Version(); + return cloned; + } + + protected PlainGlobal_Version CreatePlainerType(PlainGlobal_Version cloned) + { + return cloned; + } + + partial void PexPreConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexPreConstructorParameterless(); + private System.Collections.Generic.List @Children + { + get; + set; + } + + public System.Collections.Generic.IEnumerable @GetChildren() + { + return this.@Children; + } + + public void AddChild(Vortex.Connector.IVortexObject vortexObject) + { + this.@Children.Add(vortexObject); + } + + private System.Collections.Generic.List Kids + { + get; + set; + } + + public System.Collections.Generic.IEnumerable GetKids() + { + return this.Kids; + } + + public void AddKid(Vortex.Connector.IVortexElement vortexElement) + { + this.Kids.Add(vortexElement); + } + + partial void PexConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexConstructorParameterless(); + protected Vortex.Connector.IVortexObject @Parent + { + get; + set; + } + + public Vortex.Connector.IVortexObject GetParent() + { + return this.@Parent; + } + + private System.Collections.Generic.List @ValueTags + { + get; + set; + } + + public System.Collections.Generic.IEnumerable GetValueTags() + { + return this.@ValueTags; + } + + public void AddValueTag(Vortex.Connector.IValueTag valueTag) + { + this.@ValueTags.Add(valueTag); + } + + protected Vortex.Connector.IConnector @Connector + { + get; + set; + } + + public Vortex.Connector.IConnector GetConnector() + { + return this.@Connector; + } + + public void FlushPlainToOnline(TcMatrix.PlainGlobal_Version source) + { + source.CopyPlainToCyclic(this); + this.Write(); + } + + public void CopyPlainToShadow(TcMatrix.PlainGlobal_Version source) + { + source.CopyPlainToShadow(this); + } + + public void FlushShadowToOnline() + { + this.LazyShadowToOnline(); + this.Write(); + } + + public void FlushOnlineToShadow() + { + this.Read(); + this.LazyOnlineToShadow(); + } + + public void FlushOnlineToPlain(TcMatrix.PlainGlobal_Version source) + { + this.Read(); + source.CopyCyclicToPlain(this); + } + + protected System.String @SymbolTail + { + get; + set; + } + + public System.String GetSymbolTail() + { + return this.SymbolTail; + } + + public System.String AttributeName + { + get + { + return TcMatrixTwinController.Translator.Translate(_AttributeName).Interpolate(this); + } + + set + { + _AttributeName = value; + } + } + + private System.String _AttributeName + { + get; + set; + } + + public Global_Version(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail) + { + this.@SymbolTail = symbolTail; + this.@Connector = parent.GetConnector(); + this.@ValueTags = new System.Collections.Generic.List(); + this.@Parent = parent; + _humanReadable = Vortex.Connector.IConnector.CreateSymbol(parent.HumanReadable, readableTail); + this.Kids = new System.Collections.Generic.List(); + this.@Children = new System.Collections.Generic.List(); + PexPreConstructor(parent, readableTail, symbolTail); + Symbol = Vortex.Connector.IConnector.CreateSymbol(parent.Symbol, symbolTail); + AttributeName = ""; + parent.AddChild(this); + parent.AddKid(this); + PexConstructor(parent, readableTail, symbolTail); + } + + public Global_Version() + { + PexPreConstructorParameterless(); + AttributeName = ""; + PexConstructorParameterless(); + } + } + + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainGlobal_Version + { + public void CopyPlainToCyclic(TcMatrix.Global_Version target) + { + } + + public void CopyPlainToCyclic(TcMatrix.IGlobal_Version target) + { + this.CopyPlainToCyclic((TcMatrix.Global_Version)target); + } + + public void CopyPlainToShadow(TcMatrix.Global_Version target) + { + } + + public void CopyPlainToShadow(TcMatrix.IShadowGlobal_Version target) + { + this.CopyPlainToShadow((TcMatrix.Global_Version)target); + } + + public void CopyCyclicToPlain(TcMatrix.Global_Version source) + { + } + + public void CopyCyclicToPlain(TcMatrix.IGlobal_Version source) + { + this.CopyCyclicToPlain((TcMatrix.Global_Version)source); + } + + public void CopyShadowToPlain(TcMatrix.Global_Version source) + { + } + + public void CopyShadowToPlain(TcMatrix.IShadowGlobal_Version source) + { + this.CopyShadowToPlain((TcMatrix.Global_Version)source); + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Onliners/Matrix.g.cs b/docu/TcMatrixConnector/_generated/Onliners/Matrix.g.cs new file mode 100644 index 0000000..8046407 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Onliners/Matrix.g.cs @@ -0,0 +1,400 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + +/// +/// This abstract FB is the basis for all other matrix FBs. It represents a 2D array of LREAL elements. +/// It provides dozens of methods and properties useful for manipulating itself, calculating values, and comparing to other matricies. +/// Critically, this base class does not actually contain any mechanism for storing the values of the matrix (that is the responsibility of the specific inheriting sub-class). +/// +/// +/// Because Matrix is an abstract FB it cannot be assigned (:=) directly. +/// Instead, each Matrix is always passed in and out of a function AS REFERENCE. +/// This also allows interactions with inhereted sub-classes of Matrix more easily. +/// +/// +/// +/// +#pragma warning disable SA1402, CS1591, CS0108, CS0067 + [Vortex.Connector.Attributes.TypeMetaDescriptorAttribute("{attribute addProperty Name \"\" }", "Matrix", "TcMatrix", TypeComplexityEnum.Complex)] + public partial class Matrix : Vortex.Connector.IVortexObject, IMatrix, IShadowMatrix, Vortex.Connector.IVortexOnlineObject, Vortex.Connector.IVortexShadowObject + { + public string Symbol + { + get; + protected set; + } + + public string HumanReadable + { + get + { + return TcMatrixTwinController.Translator.Translate(_humanReadable).Interpolate(this); + } + + protected set + { + _humanReadable = value; + } + } + + protected string _humanReadable; + Vortex.Connector.ValueTypes.OnlinerUInt _Ri; + public Vortex.Connector.ValueTypes.OnlinerUInt Ri + { + get + { + return _Ri; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IMatrix.Ri + { + get + { + return Ri; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowMatrix.Ri + { + get + { + return Ri; + } + } + + Vortex.Connector.ValueTypes.OnlinerUInt _Ci; + public Vortex.Connector.ValueTypes.OnlinerUInt Ci + { + get + { + return _Ci; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IMatrix.Ci + { + get + { + return Ci; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowMatrix.Ci + { + get + { + return Ci; + } + } + + Vortex.Connector.ValueTypes.OnlinerUInt _I; + public Vortex.Connector.ValueTypes.OnlinerUInt I + { + get + { + return _I; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IMatrix.I + { + get + { + return I; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowMatrix.I + { + get + { + return I; + } + } + + Vortex.Connector.ValueTypes.OnlinerLReal _ZeroReference_; + public Vortex.Connector.ValueTypes.OnlinerLReal ZeroReference_ + { + get + { + return _ZeroReference_; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineLReal IMatrix.ZeroReference_ + { + get + { + return ZeroReference_; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowLReal IShadowMatrix.ZeroReference_ + { + get + { + return ZeroReference_; + } + } + + public void LazyOnlineToShadow() + { + Ri.Shadow = Ri.LastValue; + Ci.Shadow = Ci.LastValue; + I.Shadow = I.LastValue; + ZeroReference_.Shadow = ZeroReference_.LastValue; + } + + public void LazyShadowToOnline() + { + Ri.Cyclic = Ri.Shadow; + Ci.Cyclic = Ci.Shadow; + I.Cyclic = I.Shadow; + ZeroReference_.Cyclic = ZeroReference_.Shadow; + } + + public PlainMatrix CreatePlainerType() + { + var cloned = new PlainMatrix(); + return cloned; + } + + protected PlainMatrix CreatePlainerType(PlainMatrix cloned) + { + return cloned; + } + + partial void PexPreConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexPreConstructorParameterless(); + private System.Collections.Generic.List @Children + { + get; + set; + } + + public System.Collections.Generic.IEnumerable @GetChildren() + { + return this.@Children; + } + + public void AddChild(Vortex.Connector.IVortexObject vortexObject) + { + this.@Children.Add(vortexObject); + } + + private System.Collections.Generic.List Kids + { + get; + set; + } + + public System.Collections.Generic.IEnumerable GetKids() + { + return this.Kids; + } + + public void AddKid(Vortex.Connector.IVortexElement vortexElement) + { + this.Kids.Add(vortexElement); + } + + partial void PexConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexConstructorParameterless(); + protected Vortex.Connector.IVortexObject @Parent + { + get; + set; + } + + public Vortex.Connector.IVortexObject GetParent() + { + return this.@Parent; + } + + private System.Collections.Generic.List @ValueTags + { + get; + set; + } + + public System.Collections.Generic.IEnumerable GetValueTags() + { + return this.@ValueTags; + } + + public void AddValueTag(Vortex.Connector.IValueTag valueTag) + { + this.@ValueTags.Add(valueTag); + } + + protected Vortex.Connector.IConnector @Connector + { + get; + set; + } + + public Vortex.Connector.IConnector GetConnector() + { + return this.@Connector; + } + + public void FlushPlainToOnline(TcMatrix.PlainMatrix source) + { + source.CopyPlainToCyclic(this); + this.Write(); + } + + public void CopyPlainToShadow(TcMatrix.PlainMatrix source) + { + source.CopyPlainToShadow(this); + } + + public void FlushShadowToOnline() + { + this.LazyShadowToOnline(); + this.Write(); + } + + public void FlushOnlineToShadow() + { + this.Read(); + this.LazyOnlineToShadow(); + } + + public void FlushOnlineToPlain(TcMatrix.PlainMatrix source) + { + this.Read(); + source.CopyCyclicToPlain(this); + } + + protected System.String @SymbolTail + { + get; + set; + } + + public System.String GetSymbolTail() + { + return this.SymbolTail; + } + + public System.String AttributeName + { + get + { + return TcMatrixTwinController.Translator.Translate(_AttributeName).Interpolate(this); + } + + set + { + _AttributeName = value; + } + } + + private System.String _AttributeName + { + get; + set; + } + + public Matrix(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail) + { + this.@SymbolTail = symbolTail; + this.@Connector = parent.GetConnector(); + this.@ValueTags = new System.Collections.Generic.List(); + this.@Parent = parent; + _humanReadable = Vortex.Connector.IConnector.CreateSymbol(parent.HumanReadable, readableTail); + this.Kids = new System.Collections.Generic.List(); + this.@Children = new System.Collections.Generic.List(); + PexPreConstructor(parent, readableTail, symbolTail); + Symbol = Vortex.Connector.IConnector.CreateSymbol(parent.Symbol, symbolTail); + _Ri = @Connector.Online.Adapter.CreateUINT(this, "", "Ri"); + _Ci = @Connector.Online.Adapter.CreateUINT(this, "", "Ci"); + _I = @Connector.Online.Adapter.CreateUINT(this, "", "I"); + _ZeroReference_ = @Connector.Online.Adapter.CreateLREAL(this, "", "ZeroReference_"); + AttributeName = ""; + parent.AddChild(this); + parent.AddKid(this); + PexConstructor(parent, readableTail, symbolTail); + } + + public Matrix() + { + PexPreConstructorParameterless(); + _Ri = Vortex.Connector.IConnectorFactory.CreateUINT(); + _Ci = Vortex.Connector.IConnectorFactory.CreateUINT(); + _I = Vortex.Connector.IConnectorFactory.CreateUINT(); + _ZeroReference_ = Vortex.Connector.IConnectorFactory.CreateLREAL(); + AttributeName = ""; + PexConstructorParameterless(); + } + } + + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainMatrix + { + public void CopyPlainToCyclic(TcMatrix.Matrix target) + { + target.Ri.Cyclic = Ri; + target.Ci.Cyclic = Ci; + target.I.Cyclic = I; + target.ZeroReference_.Cyclic = ZeroReference_; + } + + public void CopyPlainToCyclic(TcMatrix.IMatrix target) + { + this.CopyPlainToCyclic((TcMatrix.Matrix)target); + } + + public void CopyPlainToShadow(TcMatrix.Matrix target) + { + target.Ri.Shadow = Ri; + target.Ci.Shadow = Ci; + target.I.Shadow = I; + target.ZeroReference_.Shadow = ZeroReference_; + } + + public void CopyPlainToShadow(TcMatrix.IShadowMatrix target) + { + this.CopyPlainToShadow((TcMatrix.Matrix)target); + } + + public void CopyCyclicToPlain(TcMatrix.Matrix source) + { + Ri = source.Ri.LastValue; + Ci = source.Ci.LastValue; + I = source.I.LastValue; + ZeroReference_ = source.ZeroReference_.LastValue; + } + + public void CopyCyclicToPlain(TcMatrix.IMatrix source) + { + this.CopyCyclicToPlain((TcMatrix.Matrix)source); + } + + public void CopyShadowToPlain(TcMatrix.Matrix source) + { + Ri = source.Ri.Shadow; + Ci = source.Ci.Shadow; + I = source.I.Shadow; + ZeroReference_ = source.ZeroReference_.Shadow; + } + + public void CopyShadowToPlain(TcMatrix.IShadowMatrix source) + { + this.CopyShadowToPlain((TcMatrix.Matrix)source); + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Onliners/MatrixAccessor.g.cs b/docu/TcMatrixConnector/_generated/Onliners/MatrixAccessor.g.cs new file mode 100644 index 0000000..80c69fc --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Onliners/MatrixAccessor.g.cs @@ -0,0 +1,187 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + +/// +/// Matrix accessors are a way of interacting with the data of a parent Matrix through a special lens, without copying the data into a new Matrix and then back again. +/// This type of Matrix works by creating a function that converts the I-based indexing of the accessor matrix into the I-based indexing of the parent matrix, then using it to intercept calls to GetI and SetI. +/// Concrete Matrix Accessor Classes can be easily created from the parent MatrixAccessor abstract class by implementing the This2Parent method in order to define the index conversion. +/// +/// +/// Note that matrix accessor allow both read and write access to the parent matrix! +/// +/// +/// Matrix Accessors inherently store a pointer (BY REFERENCE) to their parent matrix. If the parent matrix goes out of scope (through function return) or is moved (through an online change) then the Matrix Accessor will no longer work. Therefore, they are best used quickly then destroyed, all within the scope of a single F or FB. +/// +/// +/// +/// +#pragma warning disable SA1402, CS1591, CS0108, CS0067 + [Vortex.Connector.Attributes.TypeMetaDescriptorAttribute("{attribute addProperty Name \"\" }", "MatrixAccessor", "TcMatrix", TypeComplexityEnum.Complex)] + public partial class MatrixAccessor : Matrix, Vortex.Connector.IVortexObject, IMatrixAccessor, IShadowMatrixAccessor, Vortex.Connector.IVortexOnlineObject, Vortex.Connector.IVortexShadowObject + { + Matrix _M_; + public Matrix M_ + { + get + { + return _M_; + } + } + + IMatrix IMatrixAccessor.M_ + { + get + { + return M_; + } + } + + IShadowMatrix IShadowMatrixAccessor.M_ + { + get + { + return M_; + } + } + + public new void LazyOnlineToShadow() + { + base.LazyOnlineToShadow(); + M_.LazyOnlineToShadow(); + } + + public new void LazyShadowToOnline() + { + base.LazyShadowToOnline(); + M_.LazyShadowToOnline(); + } + + public new PlainMatrixAccessor CreatePlainerType() + { + var cloned = new PlainMatrixAccessor(); + base.CreatePlainerType(cloned); + cloned.M_ = M_.CreatePlainerType(); + return cloned; + } + + protected PlainMatrixAccessor CreatePlainerType(PlainMatrixAccessor cloned) + { + base.CreatePlainerType(cloned); + cloned.M_ = M_.CreatePlainerType(); + return cloned; + } + + partial void PexPreConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexPreConstructorParameterless(); + partial void PexConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexConstructorParameterless(); + public void FlushPlainToOnline(TcMatrix.PlainMatrixAccessor source) + { + source.CopyPlainToCyclic(this); + this.Write(); + } + + public void CopyPlainToShadow(TcMatrix.PlainMatrixAccessor source) + { + source.CopyPlainToShadow(this); + } + + public new void FlushShadowToOnline() + { + this.LazyShadowToOnline(); + this.Write(); + } + + public new void FlushOnlineToShadow() + { + this.Read(); + this.LazyOnlineToShadow(); + } + + public void FlushOnlineToPlain(TcMatrix.PlainMatrixAccessor source) + { + this.Read(); + source.CopyCyclicToPlain(this); + } + + public MatrixAccessor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail): base (parent, readableTail, symbolTail) + { + this.@SymbolTail = symbolTail; + this.@Connector = parent.GetConnector(); + this.@Parent = parent; + _humanReadable = Vortex.Connector.IConnector.CreateSymbol(parent.HumanReadable, readableTail); + PexPreConstructor(parent, readableTail, symbolTail); + Symbol = Vortex.Connector.IConnector.CreateSymbol(parent.Symbol, symbolTail); + _M_ = new Matrix(this, "", "M_"); + AttributeName = ""; + PexConstructor(parent, readableTail, symbolTail); + } + + public MatrixAccessor(): base () + { + PexPreConstructorParameterless(); + _M_ = new Matrix(); + AttributeName = ""; + PexConstructorParameterless(); + } + } + + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainMatrixAccessor + { + public void CopyPlainToCyclic(TcMatrix.MatrixAccessor target) + { + base.CopyPlainToCyclic(target); + M_.CopyPlainToCyclic(target.M_); + } + + public void CopyPlainToCyclic(TcMatrix.IMatrixAccessor target) + { + this.CopyPlainToCyclic((TcMatrix.MatrixAccessor)target); + } + + public void CopyPlainToShadow(TcMatrix.MatrixAccessor target) + { + base.CopyPlainToShadow(target); + M_.CopyPlainToShadow(target.M_); + } + + public void CopyPlainToShadow(TcMatrix.IShadowMatrixAccessor target) + { + this.CopyPlainToShadow((TcMatrix.MatrixAccessor)target); + } + + public void CopyCyclicToPlain(TcMatrix.MatrixAccessor source) + { + base.CopyCyclicToPlain(source); + M_.CopyCyclicToPlain(source.M_); + } + + public void CopyCyclicToPlain(TcMatrix.IMatrixAccessor source) + { + this.CopyCyclicToPlain((TcMatrix.MatrixAccessor)source); + } + + public void CopyShadowToPlain(TcMatrix.MatrixAccessor source) + { + base.CopyShadowToPlain(source); + M_.CopyShadowToPlain(source.M_); + } + + public void CopyShadowToPlain(TcMatrix.IShadowMatrixAccessor source) + { + this.CopyShadowToPlain((TcMatrix.MatrixAccessor)source); + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Onliners/MatrixCsvReader.g.cs b/docu/TcMatrixConnector/_generated/Onliners/MatrixCsvReader.g.cs new file mode 100644 index 0000000..5a46d12 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Onliners/MatrixCsvReader.g.cs @@ -0,0 +1,1069 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ +#pragma warning disable SA1402, CS1591, CS0108, CS0067 + [Vortex.Connector.Attributes.TypeMetaDescriptorAttribute("{attribute addProperty Name \"\" }", "MatrixCsvReader", "TcMatrix", TypeComplexityEnum.Complex)] + public partial class MatrixCsvReader : Vortex.Connector.IVortexObject, IMatrixCsvReader, IShadowMatrixCsvReader, Vortex.Connector.IVortexOnlineObject, Vortex.Connector.IVortexShadowObject + { + public string Symbol + { + get; + protected set; + } + + public string HumanReadable + { + get + { + return TcMatrixTwinController.Translator.Translate(_humanReadable).Interpolate(this); + } + + protected set + { + _humanReadable = value; + } + } + + protected string _humanReadable; + Vortex.Connector.ValueTypes.OnlinerBool _bExecute; + public Vortex.Connector.ValueTypes.OnlinerBool bExecute + { + get + { + return _bExecute; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineBool IMatrixCsvReader.bExecute + { + get + { + return bExecute; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowBool IShadowMatrixCsvReader.bExecute + { + get + { + return bExecute; + } + } + + Matrix _M; + public Matrix M + { + get + { + return _M; + } + } + + IMatrix IMatrixCsvReader.M + { + get + { + return M; + } + } + + IShadowMatrix IShadowMatrixCsvReader.M + { + get + { + return M; + } + } + + Vortex.Connector.ValueTypes.OnlinerTime _tTimeout; + public Vortex.Connector.ValueTypes.OnlinerTime tTimeout + { + get + { + return _tTimeout; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineTime IMatrixCsvReader.tTimeout + { + get + { + return tTimeout; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowTime IShadowMatrixCsvReader.tTimeout + { + get + { + return tTimeout; + } + } + + Vortex.Connector.ValueTypes.OnlinerUDInt _nHeaderLines; + public Vortex.Connector.ValueTypes.OnlinerUDInt nHeaderLines + { + get + { + return _nHeaderLines; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUDInt IMatrixCsvReader.nHeaderLines + { + get + { + return nHeaderLines; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUDInt IShadowMatrixCsvReader.nHeaderLines + { + get + { + return nHeaderLines; + } + } + + Vortex.Connector.ValueTypes.OnlinerBool _bBusy; + public Vortex.Connector.ValueTypes.OnlinerBool bBusy + { + get + { + return _bBusy; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineBool IMatrixCsvReader.bBusy + { + get + { + return bBusy; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowBool IShadowMatrixCsvReader.bBusy + { + get + { + return bBusy; + } + } + + Vortex.Connector.ValueTypes.OnlinerBool _bError; + public Vortex.Connector.ValueTypes.OnlinerBool bError + { + get + { + return _bError; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineBool IMatrixCsvReader.bError + { + get + { + return bError; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowBool IShadowMatrixCsvReader.bError + { + get + { + return bError; + } + } + + Vortex.Connector.ValueTypes.OnlinerUDInt _nErrId; + public Vortex.Connector.ValueTypes.OnlinerUDInt nErrId + { + get + { + return _nErrId; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUDInt IMatrixCsvReader.nErrId + { + get + { + return nErrId; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUDInt IShadowMatrixCsvReader.nErrId + { + get + { + return nErrId; + } + } + + Vortex.Connector.ValueTypes.OnlinerUDInt _nErrStep; + public Vortex.Connector.ValueTypes.OnlinerUDInt nErrStep + { + get + { + return _nErrStep; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUDInt IMatrixCsvReader.nErrStep + { + get + { + return nErrStep; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUDInt IShadowMatrixCsvReader.nErrStep + { + get + { + return nErrStep; + } + } + + Vortex.Connector.ValueTypes.OnlinerUInt _nRows; + public Vortex.Connector.ValueTypes.OnlinerUInt nRows + { + get + { + return _nRows; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IMatrixCsvReader.nRows + { + get + { + return nRows; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowMatrixCsvReader.nRows + { + get + { + return nRows; + } + } + + Vortex.Connector.ValueTypes.OnlinerUInt _nCols; + public Vortex.Connector.ValueTypes.OnlinerUInt nCols + { + get + { + return _nCols; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IMatrixCsvReader.nCols + { + get + { + return nCols; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowMatrixCsvReader.nCols + { + get + { + return nCols; + } + } + + Vortex.Connector.ValueTypes.OnlinerUInt _nVals; + public Vortex.Connector.ValueTypes.OnlinerUInt nVals + { + get + { + return _nVals; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IMatrixCsvReader.nVals + { + get + { + return nVals; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowMatrixCsvReader.nVals + { + get + { + return nVals; + } + } + + Vortex.Connector.ValueTypes.OnlinerUInt _hFile; + public Vortex.Connector.ValueTypes.OnlinerUInt hFile + { + get + { + return _hFile; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IMatrixCsvReader.hFile + { + get + { + return hFile; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowMatrixCsvReader.hFile + { + get + { + return hFile; + } + } + + Vortex.Connector.ValueTypes.OnlinerBool _readEOF; + public Vortex.Connector.ValueTypes.OnlinerBool readEOF + { + get + { + return _readEOF; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineBool IMatrixCsvReader.readEOF + { + get + { + return readEOF; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowBool IShadowMatrixCsvReader.readEOF + { + get + { + return readEOF; + } + } + + Vortex.Connector.ValueTypes.OnlinerDInt _bytesRead; + public Vortex.Connector.ValueTypes.OnlinerDInt bytesRead + { + get + { + return _bytesRead; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineDInt IMatrixCsvReader.bytesRead + { + get + { + return bytesRead; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowDInt IShadowMatrixCsvReader.bytesRead + { + get + { + return bytesRead; + } + } + + Vortex.Connector.ValueTypes.OnlinerDInt _bytesParsed; + public Vortex.Connector.ValueTypes.OnlinerDInt bytesParsed + { + get + { + return _bytesParsed; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineDInt IMatrixCsvReader.bytesParsed + { + get + { + return bytesParsed; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowDInt IShadowMatrixCsvReader.bytesParsed + { + get + { + return bytesParsed; + } + } + + Vortex.Connector.ValueTypes.OnlinerString _buffer; + public Vortex.Connector.ValueTypes.OnlinerString buffer + { + get + { + return _buffer; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineString IMatrixCsvReader.buffer + { + get + { + return buffer; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowString IShadowMatrixCsvReader.buffer + { + get + { + return buffer; + } + } + + Vortex.Connector.ValueTypes.OnlinerUDInt _step; + public Vortex.Connector.ValueTypes.OnlinerUDInt step + { + get + { + return _step; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUDInt IMatrixCsvReader.step + { + get + { + return step; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUDInt IShadowMatrixCsvReader.step + { + get + { + return step; + } + } + + Vortex.Connector.ValueTypes.OnlinerUInt _Hi; + public Vortex.Connector.ValueTypes.OnlinerUInt Hi + { + get + { + return _Hi; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IMatrixCsvReader.Hi + { + get + { + return Hi; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowMatrixCsvReader.Hi + { + get + { + return Hi; + } + } + + Vortex.Connector.ValueTypes.OnlinerUInt _Ri; + public Vortex.Connector.ValueTypes.OnlinerUInt Ri + { + get + { + return _Ri; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IMatrixCsvReader.Ri + { + get + { + return Ri; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowMatrixCsvReader.Ri + { + get + { + return Ri; + } + } + + Vortex.Connector.ValueTypes.OnlinerUInt _Ci; + public Vortex.Connector.ValueTypes.OnlinerUInt Ci + { + get + { + return _Ci; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IMatrixCsvReader.Ci + { + get + { + return Ci; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowMatrixCsvReader.Ci + { + get + { + return Ci; + } + } + + public const System.UInt32 __constbufferSize = 1024; + Vortex.Connector.ValueTypes.OnlinerUDInt _bufferSize; + public Vortex.Connector.ValueTypes.OnlinerUDInt bufferSize + { + get + { + return _bufferSize; + } + } + + public const System.UInt32 __constdataSize = 16; + Vortex.Connector.ValueTypes.OnlinerUDInt _dataSize; + public Vortex.Connector.ValueTypes.OnlinerUDInt dataSize + { + get + { + return _dataSize; + } + } + + public const System.UInt32 __conststepReady = 0; + Vortex.Connector.ValueTypes.OnlinerUDInt _stepReady; + public Vortex.Connector.ValueTypes.OnlinerUDInt stepReady + { + get + { + return _stepReady; + } + } + + public const System.UInt32 __conststepOpenFile = 1; + Vortex.Connector.ValueTypes.OnlinerUDInt _stepOpenFile; + public Vortex.Connector.ValueTypes.OnlinerUDInt stepOpenFile + { + get + { + return _stepOpenFile; + } + } + + public const System.UInt32 __conststepFillBuffer = 2; + Vortex.Connector.ValueTypes.OnlinerUDInt _stepFillBuffer; + public Vortex.Connector.ValueTypes.OnlinerUDInt stepFillBuffer + { + get + { + return _stepFillBuffer; + } + } + + public const System.UInt32 __conststepReadBuffer = 3; + Vortex.Connector.ValueTypes.OnlinerUDInt _stepReadBuffer; + public Vortex.Connector.ValueTypes.OnlinerUDInt stepReadBuffer + { + get + { + return _stepReadBuffer; + } + } + + public const System.UInt32 __conststepMovePointer = 4; + Vortex.Connector.ValueTypes.OnlinerUDInt _stepMovePointer; + public Vortex.Connector.ValueTypes.OnlinerUDInt stepMovePointer + { + get + { + return _stepMovePointer; + } + } + + public const System.UInt32 __conststepCloseFile = 5; + Vortex.Connector.ValueTypes.OnlinerUDInt _stepCloseFile; + public Vortex.Connector.ValueTypes.OnlinerUDInt stepCloseFile + { + get + { + return _stepCloseFile; + } + } + + public const System.UInt32 __conststepDone = 6; + Vortex.Connector.ValueTypes.OnlinerUDInt _stepDone; + public Vortex.Connector.ValueTypes.OnlinerUDInt stepDone + { + get + { + return _stepDone; + } + } + + public void LazyOnlineToShadow() + { + bExecute.Shadow = bExecute.LastValue; + M.LazyOnlineToShadow(); + tTimeout.Shadow = tTimeout.LastValue; + nHeaderLines.Shadow = nHeaderLines.LastValue; + bBusy.Shadow = bBusy.LastValue; + bError.Shadow = bError.LastValue; + nErrId.Shadow = nErrId.LastValue; + nErrStep.Shadow = nErrStep.LastValue; + nRows.Shadow = nRows.LastValue; + nCols.Shadow = nCols.LastValue; + nVals.Shadow = nVals.LastValue; + hFile.Shadow = hFile.LastValue; + readEOF.Shadow = readEOF.LastValue; + bytesRead.Shadow = bytesRead.LastValue; + bytesParsed.Shadow = bytesParsed.LastValue; + buffer.Shadow = buffer.LastValue; + step.Shadow = step.LastValue; + Hi.Shadow = Hi.LastValue; + Ri.Shadow = Ri.LastValue; + Ci.Shadow = Ci.LastValue; + } + + public void LazyShadowToOnline() + { + bExecute.Cyclic = bExecute.Shadow; + M.LazyShadowToOnline(); + tTimeout.Cyclic = tTimeout.Shadow; + nHeaderLines.Cyclic = nHeaderLines.Shadow; + bBusy.Cyclic = bBusy.Shadow; + bError.Cyclic = bError.Shadow; + nErrId.Cyclic = nErrId.Shadow; + nErrStep.Cyclic = nErrStep.Shadow; + nRows.Cyclic = nRows.Shadow; + nCols.Cyclic = nCols.Shadow; + nVals.Cyclic = nVals.Shadow; + hFile.Cyclic = hFile.Shadow; + readEOF.Cyclic = readEOF.Shadow; + bytesRead.Cyclic = bytesRead.Shadow; + bytesParsed.Cyclic = bytesParsed.Shadow; + buffer.Cyclic = buffer.Shadow; + step.Cyclic = step.Shadow; + Hi.Cyclic = Hi.Shadow; + Ri.Cyclic = Ri.Shadow; + Ci.Cyclic = Ci.Shadow; + } + + public PlainMatrixCsvReader CreatePlainerType() + { + var cloned = new PlainMatrixCsvReader(); + cloned.M = M.CreatePlainerType(); + return cloned; + } + + protected PlainMatrixCsvReader CreatePlainerType(PlainMatrixCsvReader cloned) + { + cloned.M = M.CreatePlainerType(); + return cloned; + } + + partial void PexPreConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexPreConstructorParameterless(); + private System.Collections.Generic.List @Children + { + get; + set; + } + + public System.Collections.Generic.IEnumerable @GetChildren() + { + return this.@Children; + } + + public void AddChild(Vortex.Connector.IVortexObject vortexObject) + { + this.@Children.Add(vortexObject); + } + + private System.Collections.Generic.List Kids + { + get; + set; + } + + public System.Collections.Generic.IEnumerable GetKids() + { + return this.Kids; + } + + public void AddKid(Vortex.Connector.IVortexElement vortexElement) + { + this.Kids.Add(vortexElement); + } + + partial void PexConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexConstructorParameterless(); + protected Vortex.Connector.IVortexObject @Parent + { + get; + set; + } + + public Vortex.Connector.IVortexObject GetParent() + { + return this.@Parent; + } + + private System.Collections.Generic.List @ValueTags + { + get; + set; + } + + public System.Collections.Generic.IEnumerable GetValueTags() + { + return this.@ValueTags; + } + + public void AddValueTag(Vortex.Connector.IValueTag valueTag) + { + this.@ValueTags.Add(valueTag); + } + + protected Vortex.Connector.IConnector @Connector + { + get; + set; + } + + public Vortex.Connector.IConnector GetConnector() + { + return this.@Connector; + } + + public void FlushPlainToOnline(TcMatrix.PlainMatrixCsvReader source) + { + source.CopyPlainToCyclic(this); + this.Write(); + } + + public void CopyPlainToShadow(TcMatrix.PlainMatrixCsvReader source) + { + source.CopyPlainToShadow(this); + } + + public void FlushShadowToOnline() + { + this.LazyShadowToOnline(); + this.Write(); + } + + public void FlushOnlineToShadow() + { + this.Read(); + this.LazyOnlineToShadow(); + } + + public void FlushOnlineToPlain(TcMatrix.PlainMatrixCsvReader source) + { + this.Read(); + source.CopyCyclicToPlain(this); + } + + protected System.String @SymbolTail + { + get; + set; + } + + public System.String GetSymbolTail() + { + return this.SymbolTail; + } + + public System.String AttributeName + { + get + { + return TcMatrixTwinController.Translator.Translate(_AttributeName).Interpolate(this); + } + + set + { + _AttributeName = value; + } + } + + private System.String _AttributeName + { + get; + set; + } + + public MatrixCsvReader(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail) + { + this.@SymbolTail = symbolTail; + this.@Connector = parent.GetConnector(); + this.@ValueTags = new System.Collections.Generic.List(); + this.@Parent = parent; + _humanReadable = Vortex.Connector.IConnector.CreateSymbol(parent.HumanReadable, readableTail); + this.Kids = new System.Collections.Generic.List(); + this.@Children = new System.Collections.Generic.List(); + PexPreConstructor(parent, readableTail, symbolTail); + Symbol = Vortex.Connector.IConnector.CreateSymbol(parent.Symbol, symbolTail); + _bExecute = @Connector.Online.Adapter.CreateBOOL(this, "", "bExecute"); + _M = new Matrix(this, "", "M"); + _tTimeout = @Connector.Online.Adapter.CreateTIME(this, "", "tTimeout"); + _nHeaderLines = @Connector.Online.Adapter.CreateUDINT(this, "", "nHeaderLines"); + _bBusy = @Connector.Online.Adapter.CreateBOOL(this, "", "bBusy"); + _bError = @Connector.Online.Adapter.CreateBOOL(this, "", "bError"); + _nErrId = @Connector.Online.Adapter.CreateUDINT(this, "", "nErrId"); + _nErrStep = @Connector.Online.Adapter.CreateUDINT(this, "", "nErrStep"); + _nRows = @Connector.Online.Adapter.CreateUINT(this, "", "nRows"); + _nCols = @Connector.Online.Adapter.CreateUINT(this, "", "nCols"); + _nVals = @Connector.Online.Adapter.CreateUINT(this, "", "nVals"); + _hFile = @Connector.Online.Adapter.CreateUINT(this, "", "hFile"); + _readEOF = @Connector.Online.Adapter.CreateBOOL(this, "", "readEOF"); + _bytesRead = @Connector.Online.Adapter.CreateDINT(this, "", "bytesRead"); + _bytesParsed = @Connector.Online.Adapter.CreateDINT(this, "", "bytesParsed"); + _buffer = @Connector.Online.Adapter.CreateSTRING(this, "", "buffer"); + _step = @Connector.Online.Adapter.CreateUDINT(this, "", "step"); + _Hi = @Connector.Online.Adapter.CreateUINT(this, "", "Hi"); + _Ri = @Connector.Online.Adapter.CreateUINT(this, "", "Ri"); + _Ci = @Connector.Online.Adapter.CreateUINT(this, "", "Ci"); + _bufferSize = @Connector.Online.Adapter.CreateUDINT(this, "", "bufferSize"); + bufferSize.MakeReadOnly(); + _dataSize = @Connector.Online.Adapter.CreateUDINT(this, "", "dataSize"); + dataSize.MakeReadOnly(); + _stepReady = @Connector.Online.Adapter.CreateUDINT(this, "", "stepReady"); + stepReady.MakeReadOnly(); + _stepOpenFile = @Connector.Online.Adapter.CreateUDINT(this, "", "stepOpenFile"); + stepOpenFile.MakeReadOnly(); + _stepFillBuffer = @Connector.Online.Adapter.CreateUDINT(this, "", "stepFillBuffer"); + stepFillBuffer.MakeReadOnly(); + _stepReadBuffer = @Connector.Online.Adapter.CreateUDINT(this, "", "stepReadBuffer"); + stepReadBuffer.MakeReadOnly(); + _stepMovePointer = @Connector.Online.Adapter.CreateUDINT(this, "", "stepMovePointer"); + stepMovePointer.MakeReadOnly(); + _stepCloseFile = @Connector.Online.Adapter.CreateUDINT(this, "", "stepCloseFile"); + stepCloseFile.MakeReadOnly(); + _stepDone = @Connector.Online.Adapter.CreateUDINT(this, "", "stepDone"); + stepDone.MakeReadOnly(); + AttributeName = ""; + parent.AddChild(this); + parent.AddKid(this); + PexConstructor(parent, readableTail, symbolTail); + } + + public MatrixCsvReader() + { + PexPreConstructorParameterless(); + _bExecute = Vortex.Connector.IConnectorFactory.CreateBOOL(); + _M = new Matrix(); + _tTimeout = Vortex.Connector.IConnectorFactory.CreateTIME(); + _nHeaderLines = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _bBusy = Vortex.Connector.IConnectorFactory.CreateBOOL(); + _bError = Vortex.Connector.IConnectorFactory.CreateBOOL(); + _nErrId = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _nErrStep = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _nRows = Vortex.Connector.IConnectorFactory.CreateUINT(); + _nCols = Vortex.Connector.IConnectorFactory.CreateUINT(); + _nVals = Vortex.Connector.IConnectorFactory.CreateUINT(); + _hFile = Vortex.Connector.IConnectorFactory.CreateUINT(); + _readEOF = Vortex.Connector.IConnectorFactory.CreateBOOL(); + _bytesRead = Vortex.Connector.IConnectorFactory.CreateDINT(); + _bytesParsed = Vortex.Connector.IConnectorFactory.CreateDINT(); + _buffer = Vortex.Connector.IConnectorFactory.CreateSTRING(); + _step = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _Hi = Vortex.Connector.IConnectorFactory.CreateUINT(); + _Ri = Vortex.Connector.IConnectorFactory.CreateUINT(); + _Ci = Vortex.Connector.IConnectorFactory.CreateUINT(); + _bufferSize = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _dataSize = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _stepReady = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _stepOpenFile = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _stepFillBuffer = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _stepReadBuffer = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _stepMovePointer = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _stepCloseFile = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _stepDone = Vortex.Connector.IConnectorFactory.CreateUDINT(); + AttributeName = ""; + PexConstructorParameterless(); + } + } + + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainMatrixCsvReader + { + public void CopyPlainToCyclic(TcMatrix.MatrixCsvReader target) + { + target.bExecute.Cyclic = bExecute; + M.CopyPlainToCyclic(target.M); + target.tTimeout.Cyclic = tTimeout; + target.nHeaderLines.Cyclic = nHeaderLines; + target.bBusy.Cyclic = bBusy; + target.bError.Cyclic = bError; + target.nErrId.Cyclic = nErrId; + target.nErrStep.Cyclic = nErrStep; + target.nRows.Cyclic = nRows; + target.nCols.Cyclic = nCols; + target.nVals.Cyclic = nVals; + target.hFile.Cyclic = hFile; + target.readEOF.Cyclic = readEOF; + target.bytesRead.Cyclic = bytesRead; + target.bytesParsed.Cyclic = bytesParsed; + target.buffer.Cyclic = buffer; + target.step.Cyclic = step; + target.Hi.Cyclic = Hi; + target.Ri.Cyclic = Ri; + target.Ci.Cyclic = Ci; + target.bufferSize.Cyclic = bufferSize; + target.dataSize.Cyclic = dataSize; + target.stepReady.Cyclic = stepReady; + target.stepOpenFile.Cyclic = stepOpenFile; + target.stepFillBuffer.Cyclic = stepFillBuffer; + target.stepReadBuffer.Cyclic = stepReadBuffer; + target.stepMovePointer.Cyclic = stepMovePointer; + target.stepCloseFile.Cyclic = stepCloseFile; + target.stepDone.Cyclic = stepDone; + } + + public void CopyPlainToCyclic(TcMatrix.IMatrixCsvReader target) + { + this.CopyPlainToCyclic((TcMatrix.MatrixCsvReader)target); + } + + public void CopyPlainToShadow(TcMatrix.MatrixCsvReader target) + { + target.bExecute.Shadow = bExecute; + M.CopyPlainToShadow(target.M); + target.tTimeout.Shadow = tTimeout; + target.nHeaderLines.Shadow = nHeaderLines; + target.bBusy.Shadow = bBusy; + target.bError.Shadow = bError; + target.nErrId.Shadow = nErrId; + target.nErrStep.Shadow = nErrStep; + target.nRows.Shadow = nRows; + target.nCols.Shadow = nCols; + target.nVals.Shadow = nVals; + target.hFile.Shadow = hFile; + target.readEOF.Shadow = readEOF; + target.bytesRead.Shadow = bytesRead; + target.bytesParsed.Shadow = bytesParsed; + target.buffer.Shadow = buffer; + target.step.Shadow = step; + target.Hi.Shadow = Hi; + target.Ri.Shadow = Ri; + target.Ci.Shadow = Ci; + target.bufferSize.Shadow = bufferSize; + target.dataSize.Shadow = dataSize; + target.stepReady.Shadow = stepReady; + target.stepOpenFile.Shadow = stepOpenFile; + target.stepFillBuffer.Shadow = stepFillBuffer; + target.stepReadBuffer.Shadow = stepReadBuffer; + target.stepMovePointer.Shadow = stepMovePointer; + target.stepCloseFile.Shadow = stepCloseFile; + target.stepDone.Shadow = stepDone; + } + + public void CopyPlainToShadow(TcMatrix.IShadowMatrixCsvReader target) + { + this.CopyPlainToShadow((TcMatrix.MatrixCsvReader)target); + } + + public void CopyCyclicToPlain(TcMatrix.MatrixCsvReader source) + { + bExecute = source.bExecute.LastValue; + M.CopyCyclicToPlain(source.M); + tTimeout = source.tTimeout.LastValue; + nHeaderLines = source.nHeaderLines.LastValue; + bBusy = source.bBusy.LastValue; + bError = source.bError.LastValue; + nErrId = source.nErrId.LastValue; + nErrStep = source.nErrStep.LastValue; + nRows = source.nRows.LastValue; + nCols = source.nCols.LastValue; + nVals = source.nVals.LastValue; + hFile = source.hFile.LastValue; + readEOF = source.readEOF.LastValue; + bytesRead = source.bytesRead.LastValue; + bytesParsed = source.bytesParsed.LastValue; + buffer = source.buffer.LastValue; + step = source.step.LastValue; + Hi = source.Hi.LastValue; + Ri = source.Ri.LastValue; + Ci = source.Ci.LastValue; + bufferSize = source.bufferSize.LastValue; + dataSize = source.dataSize.LastValue; + stepReady = source.stepReady.LastValue; + stepOpenFile = source.stepOpenFile.LastValue; + stepFillBuffer = source.stepFillBuffer.LastValue; + stepReadBuffer = source.stepReadBuffer.LastValue; + stepMovePointer = source.stepMovePointer.LastValue; + stepCloseFile = source.stepCloseFile.LastValue; + stepDone = source.stepDone.LastValue; + } + + public void CopyCyclicToPlain(TcMatrix.IMatrixCsvReader source) + { + this.CopyCyclicToPlain((TcMatrix.MatrixCsvReader)source); + } + + public void CopyShadowToPlain(TcMatrix.MatrixCsvReader source) + { + bExecute = source.bExecute.Shadow; + M.CopyShadowToPlain(source.M); + tTimeout = source.tTimeout.Shadow; + nHeaderLines = source.nHeaderLines.Shadow; + bBusy = source.bBusy.Shadow; + bError = source.bError.Shadow; + nErrId = source.nErrId.Shadow; + nErrStep = source.nErrStep.Shadow; + nRows = source.nRows.Shadow; + nCols = source.nCols.Shadow; + nVals = source.nVals.Shadow; + hFile = source.hFile.Shadow; + readEOF = source.readEOF.Shadow; + bytesRead = source.bytesRead.Shadow; + bytesParsed = source.bytesParsed.Shadow; + buffer = source.buffer.Shadow; + step = source.step.Shadow; + Hi = source.Hi.Shadow; + Ri = source.Ri.Shadow; + Ci = source.Ci.Shadow; + bufferSize = source.bufferSize.Shadow; + dataSize = source.dataSize.Shadow; + stepReady = source.stepReady.Shadow; + stepOpenFile = source.stepOpenFile.Shadow; + stepFillBuffer = source.stepFillBuffer.Shadow; + stepReadBuffer = source.stepReadBuffer.Shadow; + stepMovePointer = source.stepMovePointer.Shadow; + stepCloseFile = source.stepCloseFile.Shadow; + stepDone = source.stepDone.Shadow; + } + + public void CopyShadowToPlain(TcMatrix.IShadowMatrixCsvReader source) + { + this.CopyShadowToPlain((TcMatrix.MatrixCsvReader)source); + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Onliners/MatrixCsvWriter.g.cs b/docu/TcMatrixConnector/_generated/Onliners/MatrixCsvWriter.g.cs new file mode 100644 index 0000000..89ae739 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Onliners/MatrixCsvWriter.g.cs @@ -0,0 +1,871 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ +#pragma warning disable SA1402, CS1591, CS0108, CS0067 + [Vortex.Connector.Attributes.TypeMetaDescriptorAttribute("{attribute addProperty Name \"\" }", "MatrixCsvWriter", "TcMatrix", TypeComplexityEnum.Complex)] + public partial class MatrixCsvWriter : Vortex.Connector.IVortexObject, IMatrixCsvWriter, IShadowMatrixCsvWriter, Vortex.Connector.IVortexOnlineObject, Vortex.Connector.IVortexShadowObject + { + public string Symbol + { + get; + protected set; + } + + public string HumanReadable + { + get + { + return TcMatrixTwinController.Translator.Translate(_humanReadable).Interpolate(this); + } + + protected set + { + _humanReadable = value; + } + } + + protected string _humanReadable; + Vortex.Connector.ValueTypes.OnlinerBool _bExecute; + public Vortex.Connector.ValueTypes.OnlinerBool bExecute + { + get + { + return _bExecute; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineBool IMatrixCsvWriter.bExecute + { + get + { + return bExecute; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowBool IShadowMatrixCsvWriter.bExecute + { + get + { + return bExecute; + } + } + + Matrix _M; + public Matrix M + { + get + { + return _M; + } + } + + IMatrix IMatrixCsvWriter.M + { + get + { + return M; + } + } + + IShadowMatrix IShadowMatrixCsvWriter.M + { + get + { + return M; + } + } + + Vortex.Connector.ValueTypes.OnlinerTime _tTimeout; + public Vortex.Connector.ValueTypes.OnlinerTime tTimeout + { + get + { + return _tTimeout; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineTime IMatrixCsvWriter.tTimeout + { + get + { + return tTimeout; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowTime IShadowMatrixCsvWriter.tTimeout + { + get + { + return tTimeout; + } + } + + Vortex.Connector.ValueTypes.OnlinerUDInt _cbHeaderLen; + public Vortex.Connector.ValueTypes.OnlinerUDInt cbHeaderLen + { + get + { + return _cbHeaderLen; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUDInt IMatrixCsvWriter.cbHeaderLen + { + get + { + return cbHeaderLen; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUDInt IShadowMatrixCsvWriter.cbHeaderLen + { + get + { + return cbHeaderLen; + } + } + + Vortex.Connector.ValueTypes.OnlinerBool _bBusy; + public Vortex.Connector.ValueTypes.OnlinerBool bBusy + { + get + { + return _bBusy; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineBool IMatrixCsvWriter.bBusy + { + get + { + return bBusy; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowBool IShadowMatrixCsvWriter.bBusy + { + get + { + return bBusy; + } + } + + Vortex.Connector.ValueTypes.OnlinerBool _bError; + public Vortex.Connector.ValueTypes.OnlinerBool bError + { + get + { + return _bError; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineBool IMatrixCsvWriter.bError + { + get + { + return bError; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowBool IShadowMatrixCsvWriter.bError + { + get + { + return bError; + } + } + + Vortex.Connector.ValueTypes.OnlinerUDInt _nErrId; + public Vortex.Connector.ValueTypes.OnlinerUDInt nErrId + { + get + { + return _nErrId; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUDInt IMatrixCsvWriter.nErrId + { + get + { + return nErrId; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUDInt IShadowMatrixCsvWriter.nErrId + { + get + { + return nErrId; + } + } + + Vortex.Connector.ValueTypes.OnlinerUDInt _nErrStep; + public Vortex.Connector.ValueTypes.OnlinerUDInt nErrStep + { + get + { + return _nErrStep; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUDInt IMatrixCsvWriter.nErrStep + { + get + { + return nErrStep; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUDInt IShadowMatrixCsvWriter.nErrStep + { + get + { + return nErrStep; + } + } + + Vortex.Connector.ValueTypes.OnlinerUInt _hFile; + public Vortex.Connector.ValueTypes.OnlinerUInt hFile + { + get + { + return _hFile; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IMatrixCsvWriter.hFile + { + get + { + return hFile; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowMatrixCsvWriter.hFile + { + get + { + return hFile; + } + } + + Vortex.Connector.ValueTypes.OnlinerString _buffer; + public Vortex.Connector.ValueTypes.OnlinerString buffer + { + get + { + return _buffer; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineString IMatrixCsvWriter.buffer + { + get + { + return buffer; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowString IShadowMatrixCsvWriter.buffer + { + get + { + return buffer; + } + } + + Vortex.Connector.ValueTypes.OnlinerUInt _bufferOffset; + public Vortex.Connector.ValueTypes.OnlinerUInt bufferOffset + { + get + { + return _bufferOffset; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IMatrixCsvWriter.bufferOffset + { + get + { + return bufferOffset; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowMatrixCsvWriter.bufferOffset + { + get + { + return bufferOffset; + } + } + + Vortex.Connector.ValueTypes.OnlinerUDInt _step; + public Vortex.Connector.ValueTypes.OnlinerUDInt step + { + get + { + return _step; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUDInt IMatrixCsvWriter.step + { + get + { + return step; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUDInt IShadowMatrixCsvWriter.step + { + get + { + return step; + } + } + + Vortex.Connector.ValueTypes.OnlinerUInt _Ri; + public Vortex.Connector.ValueTypes.OnlinerUInt Ri + { + get + { + return _Ri; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IMatrixCsvWriter.Ri + { + get + { + return Ri; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowMatrixCsvWriter.Ri + { + get + { + return Ri; + } + } + + Vortex.Connector.ValueTypes.OnlinerUInt _Ci; + public Vortex.Connector.ValueTypes.OnlinerUInt Ci + { + get + { + return _Ci; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IMatrixCsvWriter.Ci + { + get + { + return Ci; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowMatrixCsvWriter.Ci + { + get + { + return Ci; + } + } + + public const System.UInt32 __constbufferSize = 1024; + Vortex.Connector.ValueTypes.OnlinerUDInt _bufferSize; + public Vortex.Connector.ValueTypes.OnlinerUDInt bufferSize + { + get + { + return _bufferSize; + } + } + + public const System.UInt32 __constdataSize = 16; + Vortex.Connector.ValueTypes.OnlinerUDInt _dataSize; + public Vortex.Connector.ValueTypes.OnlinerUDInt dataSize + { + get + { + return _dataSize; + } + } + + public const System.UInt32 __conststepReady = 0; + Vortex.Connector.ValueTypes.OnlinerUDInt _stepReady; + public Vortex.Connector.ValueTypes.OnlinerUDInt stepReady + { + get + { + return _stepReady; + } + } + + public const System.UInt32 __conststepOpenFile = 1; + Vortex.Connector.ValueTypes.OnlinerUDInt _stepOpenFile; + public Vortex.Connector.ValueTypes.OnlinerUDInt stepOpenFile + { + get + { + return _stepOpenFile; + } + } + + public const System.UInt32 __conststepWriteHeader = 2; + Vortex.Connector.ValueTypes.OnlinerUDInt _stepWriteHeader; + public Vortex.Connector.ValueTypes.OnlinerUDInt stepWriteHeader + { + get + { + return _stepWriteHeader; + } + } + + public const System.UInt32 __conststepFillBuffer = 3; + Vortex.Connector.ValueTypes.OnlinerUDInt _stepFillBuffer; + public Vortex.Connector.ValueTypes.OnlinerUDInt stepFillBuffer + { + get + { + return _stepFillBuffer; + } + } + + public const System.UInt32 __conststepWriteBuffer = 4; + Vortex.Connector.ValueTypes.OnlinerUDInt _stepWriteBuffer; + public Vortex.Connector.ValueTypes.OnlinerUDInt stepWriteBuffer + { + get + { + return _stepWriteBuffer; + } + } + + public const System.UInt32 __conststepCloseFile = 5; + Vortex.Connector.ValueTypes.OnlinerUDInt _stepCloseFile; + public Vortex.Connector.ValueTypes.OnlinerUDInt stepCloseFile + { + get + { + return _stepCloseFile; + } + } + + public const System.UInt32 __conststepDone = 6; + Vortex.Connector.ValueTypes.OnlinerUDInt _stepDone; + public Vortex.Connector.ValueTypes.OnlinerUDInt stepDone + { + get + { + return _stepDone; + } + } + + public void LazyOnlineToShadow() + { + bExecute.Shadow = bExecute.LastValue; + M.LazyOnlineToShadow(); + tTimeout.Shadow = tTimeout.LastValue; + cbHeaderLen.Shadow = cbHeaderLen.LastValue; + bBusy.Shadow = bBusy.LastValue; + bError.Shadow = bError.LastValue; + nErrId.Shadow = nErrId.LastValue; + nErrStep.Shadow = nErrStep.LastValue; + hFile.Shadow = hFile.LastValue; + buffer.Shadow = buffer.LastValue; + bufferOffset.Shadow = bufferOffset.LastValue; + step.Shadow = step.LastValue; + Ri.Shadow = Ri.LastValue; + Ci.Shadow = Ci.LastValue; + } + + public void LazyShadowToOnline() + { + bExecute.Cyclic = bExecute.Shadow; + M.LazyShadowToOnline(); + tTimeout.Cyclic = tTimeout.Shadow; + cbHeaderLen.Cyclic = cbHeaderLen.Shadow; + bBusy.Cyclic = bBusy.Shadow; + bError.Cyclic = bError.Shadow; + nErrId.Cyclic = nErrId.Shadow; + nErrStep.Cyclic = nErrStep.Shadow; + hFile.Cyclic = hFile.Shadow; + buffer.Cyclic = buffer.Shadow; + bufferOffset.Cyclic = bufferOffset.Shadow; + step.Cyclic = step.Shadow; + Ri.Cyclic = Ri.Shadow; + Ci.Cyclic = Ci.Shadow; + } + + public PlainMatrixCsvWriter CreatePlainerType() + { + var cloned = new PlainMatrixCsvWriter(); + cloned.M = M.CreatePlainerType(); + return cloned; + } + + protected PlainMatrixCsvWriter CreatePlainerType(PlainMatrixCsvWriter cloned) + { + cloned.M = M.CreatePlainerType(); + return cloned; + } + + partial void PexPreConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexPreConstructorParameterless(); + private System.Collections.Generic.List @Children + { + get; + set; + } + + public System.Collections.Generic.IEnumerable @GetChildren() + { + return this.@Children; + } + + public void AddChild(Vortex.Connector.IVortexObject vortexObject) + { + this.@Children.Add(vortexObject); + } + + private System.Collections.Generic.List Kids + { + get; + set; + } + + public System.Collections.Generic.IEnumerable GetKids() + { + return this.Kids; + } + + public void AddKid(Vortex.Connector.IVortexElement vortexElement) + { + this.Kids.Add(vortexElement); + } + + partial void PexConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexConstructorParameterless(); + protected Vortex.Connector.IVortexObject @Parent + { + get; + set; + } + + public Vortex.Connector.IVortexObject GetParent() + { + return this.@Parent; + } + + private System.Collections.Generic.List @ValueTags + { + get; + set; + } + + public System.Collections.Generic.IEnumerable GetValueTags() + { + return this.@ValueTags; + } + + public void AddValueTag(Vortex.Connector.IValueTag valueTag) + { + this.@ValueTags.Add(valueTag); + } + + protected Vortex.Connector.IConnector @Connector + { + get; + set; + } + + public Vortex.Connector.IConnector GetConnector() + { + return this.@Connector; + } + + public void FlushPlainToOnline(TcMatrix.PlainMatrixCsvWriter source) + { + source.CopyPlainToCyclic(this); + this.Write(); + } + + public void CopyPlainToShadow(TcMatrix.PlainMatrixCsvWriter source) + { + source.CopyPlainToShadow(this); + } + + public void FlushShadowToOnline() + { + this.LazyShadowToOnline(); + this.Write(); + } + + public void FlushOnlineToShadow() + { + this.Read(); + this.LazyOnlineToShadow(); + } + + public void FlushOnlineToPlain(TcMatrix.PlainMatrixCsvWriter source) + { + this.Read(); + source.CopyCyclicToPlain(this); + } + + protected System.String @SymbolTail + { + get; + set; + } + + public System.String GetSymbolTail() + { + return this.SymbolTail; + } + + public System.String AttributeName + { + get + { + return TcMatrixTwinController.Translator.Translate(_AttributeName).Interpolate(this); + } + + set + { + _AttributeName = value; + } + } + + private System.String _AttributeName + { + get; + set; + } + + public MatrixCsvWriter(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail) + { + this.@SymbolTail = symbolTail; + this.@Connector = parent.GetConnector(); + this.@ValueTags = new System.Collections.Generic.List(); + this.@Parent = parent; + _humanReadable = Vortex.Connector.IConnector.CreateSymbol(parent.HumanReadable, readableTail); + this.Kids = new System.Collections.Generic.List(); + this.@Children = new System.Collections.Generic.List(); + PexPreConstructor(parent, readableTail, symbolTail); + Symbol = Vortex.Connector.IConnector.CreateSymbol(parent.Symbol, symbolTail); + _bExecute = @Connector.Online.Adapter.CreateBOOL(this, "", "bExecute"); + _M = new Matrix(this, "", "M"); + _tTimeout = @Connector.Online.Adapter.CreateTIME(this, "", "tTimeout"); + _cbHeaderLen = @Connector.Online.Adapter.CreateUDINT(this, "", "cbHeaderLen"); + _bBusy = @Connector.Online.Adapter.CreateBOOL(this, "", "bBusy"); + _bError = @Connector.Online.Adapter.CreateBOOL(this, "", "bError"); + _nErrId = @Connector.Online.Adapter.CreateUDINT(this, "", "nErrId"); + _nErrStep = @Connector.Online.Adapter.CreateUDINT(this, "", "nErrStep"); + _hFile = @Connector.Online.Adapter.CreateUINT(this, "", "hFile"); + _buffer = @Connector.Online.Adapter.CreateSTRING(this, "", "buffer"); + _bufferOffset = @Connector.Online.Adapter.CreateUINT(this, "", "bufferOffset"); + _step = @Connector.Online.Adapter.CreateUDINT(this, "", "step"); + _Ri = @Connector.Online.Adapter.CreateUINT(this, "", "Ri"); + _Ci = @Connector.Online.Adapter.CreateUINT(this, "", "Ci"); + _bufferSize = @Connector.Online.Adapter.CreateUDINT(this, "", "bufferSize"); + bufferSize.MakeReadOnly(); + _dataSize = @Connector.Online.Adapter.CreateUDINT(this, "", "dataSize"); + dataSize.MakeReadOnly(); + _stepReady = @Connector.Online.Adapter.CreateUDINT(this, "", "stepReady"); + stepReady.MakeReadOnly(); + _stepOpenFile = @Connector.Online.Adapter.CreateUDINT(this, "", "stepOpenFile"); + stepOpenFile.MakeReadOnly(); + _stepWriteHeader = @Connector.Online.Adapter.CreateUDINT(this, "", "stepWriteHeader"); + stepWriteHeader.MakeReadOnly(); + _stepFillBuffer = @Connector.Online.Adapter.CreateUDINT(this, "", "stepFillBuffer"); + stepFillBuffer.MakeReadOnly(); + _stepWriteBuffer = @Connector.Online.Adapter.CreateUDINT(this, "", "stepWriteBuffer"); + stepWriteBuffer.MakeReadOnly(); + _stepCloseFile = @Connector.Online.Adapter.CreateUDINT(this, "", "stepCloseFile"); + stepCloseFile.MakeReadOnly(); + _stepDone = @Connector.Online.Adapter.CreateUDINT(this, "", "stepDone"); + stepDone.MakeReadOnly(); + AttributeName = ""; + parent.AddChild(this); + parent.AddKid(this); + PexConstructor(parent, readableTail, symbolTail); + } + + public MatrixCsvWriter() + { + PexPreConstructorParameterless(); + _bExecute = Vortex.Connector.IConnectorFactory.CreateBOOL(); + _M = new Matrix(); + _tTimeout = Vortex.Connector.IConnectorFactory.CreateTIME(); + _cbHeaderLen = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _bBusy = Vortex.Connector.IConnectorFactory.CreateBOOL(); + _bError = Vortex.Connector.IConnectorFactory.CreateBOOL(); + _nErrId = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _nErrStep = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _hFile = Vortex.Connector.IConnectorFactory.CreateUINT(); + _buffer = Vortex.Connector.IConnectorFactory.CreateSTRING(); + _bufferOffset = Vortex.Connector.IConnectorFactory.CreateUINT(); + _step = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _Ri = Vortex.Connector.IConnectorFactory.CreateUINT(); + _Ci = Vortex.Connector.IConnectorFactory.CreateUINT(); + _bufferSize = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _dataSize = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _stepReady = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _stepOpenFile = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _stepWriteHeader = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _stepFillBuffer = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _stepWriteBuffer = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _stepCloseFile = Vortex.Connector.IConnectorFactory.CreateUDINT(); + _stepDone = Vortex.Connector.IConnectorFactory.CreateUDINT(); + AttributeName = ""; + PexConstructorParameterless(); + } + } + + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainMatrixCsvWriter + { + public void CopyPlainToCyclic(TcMatrix.MatrixCsvWriter target) + { + target.bExecute.Cyclic = bExecute; + M.CopyPlainToCyclic(target.M); + target.tTimeout.Cyclic = tTimeout; + target.cbHeaderLen.Cyclic = cbHeaderLen; + target.bBusy.Cyclic = bBusy; + target.bError.Cyclic = bError; + target.nErrId.Cyclic = nErrId; + target.nErrStep.Cyclic = nErrStep; + target.hFile.Cyclic = hFile; + target.buffer.Cyclic = buffer; + target.bufferOffset.Cyclic = bufferOffset; + target.step.Cyclic = step; + target.Ri.Cyclic = Ri; + target.Ci.Cyclic = Ci; + target.bufferSize.Cyclic = bufferSize; + target.dataSize.Cyclic = dataSize; + target.stepReady.Cyclic = stepReady; + target.stepOpenFile.Cyclic = stepOpenFile; + target.stepWriteHeader.Cyclic = stepWriteHeader; + target.stepFillBuffer.Cyclic = stepFillBuffer; + target.stepWriteBuffer.Cyclic = stepWriteBuffer; + target.stepCloseFile.Cyclic = stepCloseFile; + target.stepDone.Cyclic = stepDone; + } + + public void CopyPlainToCyclic(TcMatrix.IMatrixCsvWriter target) + { + this.CopyPlainToCyclic((TcMatrix.MatrixCsvWriter)target); + } + + public void CopyPlainToShadow(TcMatrix.MatrixCsvWriter target) + { + target.bExecute.Shadow = bExecute; + M.CopyPlainToShadow(target.M); + target.tTimeout.Shadow = tTimeout; + target.cbHeaderLen.Shadow = cbHeaderLen; + target.bBusy.Shadow = bBusy; + target.bError.Shadow = bError; + target.nErrId.Shadow = nErrId; + target.nErrStep.Shadow = nErrStep; + target.hFile.Shadow = hFile; + target.buffer.Shadow = buffer; + target.bufferOffset.Shadow = bufferOffset; + target.step.Shadow = step; + target.Ri.Shadow = Ri; + target.Ci.Shadow = Ci; + target.bufferSize.Shadow = bufferSize; + target.dataSize.Shadow = dataSize; + target.stepReady.Shadow = stepReady; + target.stepOpenFile.Shadow = stepOpenFile; + target.stepWriteHeader.Shadow = stepWriteHeader; + target.stepFillBuffer.Shadow = stepFillBuffer; + target.stepWriteBuffer.Shadow = stepWriteBuffer; + target.stepCloseFile.Shadow = stepCloseFile; + target.stepDone.Shadow = stepDone; + } + + public void CopyPlainToShadow(TcMatrix.IShadowMatrixCsvWriter target) + { + this.CopyPlainToShadow((TcMatrix.MatrixCsvWriter)target); + } + + public void CopyCyclicToPlain(TcMatrix.MatrixCsvWriter source) + { + bExecute = source.bExecute.LastValue; + M.CopyCyclicToPlain(source.M); + tTimeout = source.tTimeout.LastValue; + cbHeaderLen = source.cbHeaderLen.LastValue; + bBusy = source.bBusy.LastValue; + bError = source.bError.LastValue; + nErrId = source.nErrId.LastValue; + nErrStep = source.nErrStep.LastValue; + hFile = source.hFile.LastValue; + buffer = source.buffer.LastValue; + bufferOffset = source.bufferOffset.LastValue; + step = source.step.LastValue; + Ri = source.Ri.LastValue; + Ci = source.Ci.LastValue; + bufferSize = source.bufferSize.LastValue; + dataSize = source.dataSize.LastValue; + stepReady = source.stepReady.LastValue; + stepOpenFile = source.stepOpenFile.LastValue; + stepWriteHeader = source.stepWriteHeader.LastValue; + stepFillBuffer = source.stepFillBuffer.LastValue; + stepWriteBuffer = source.stepWriteBuffer.LastValue; + stepCloseFile = source.stepCloseFile.LastValue; + stepDone = source.stepDone.LastValue; + } + + public void CopyCyclicToPlain(TcMatrix.IMatrixCsvWriter source) + { + this.CopyCyclicToPlain((TcMatrix.MatrixCsvWriter)source); + } + + public void CopyShadowToPlain(TcMatrix.MatrixCsvWriter source) + { + bExecute = source.bExecute.Shadow; + M.CopyShadowToPlain(source.M); + tTimeout = source.tTimeout.Shadow; + cbHeaderLen = source.cbHeaderLen.Shadow; + bBusy = source.bBusy.Shadow; + bError = source.bError.Shadow; + nErrId = source.nErrId.Shadow; + nErrStep = source.nErrStep.Shadow; + hFile = source.hFile.Shadow; + buffer = source.buffer.Shadow; + bufferOffset = source.bufferOffset.Shadow; + step = source.step.Shadow; + Ri = source.Ri.Shadow; + Ci = source.Ci.Shadow; + bufferSize = source.bufferSize.Shadow; + dataSize = source.dataSize.Shadow; + stepReady = source.stepReady.Shadow; + stepOpenFile = source.stepOpenFile.Shadow; + stepWriteHeader = source.stepWriteHeader.Shadow; + stepFillBuffer = source.stepFillBuffer.Shadow; + stepWriteBuffer = source.stepWriteBuffer.Shadow; + stepCloseFile = source.stepCloseFile.Shadow; + stepDone = source.stepDone.Shadow; + } + + public void CopyShadowToPlain(TcMatrix.IShadowMatrixCsvWriter source) + { + this.CopyShadowToPlain((TcMatrix.MatrixCsvWriter)source); + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Onliners/ShrunkMatrixAccessor.g.cs b/docu/TcMatrixConnector/_generated/Onliners/ShrunkMatrixAccessor.g.cs new file mode 100644 index 0000000..392798f --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Onliners/ShrunkMatrixAccessor.g.cs @@ -0,0 +1,209 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + +/// +/// See Matrix accessor +/// Allows access to the parent matrix as if the Shrink function had been called +/// +/// +#pragma warning disable SA1402, CS1591, CS0108, CS0067 + [Vortex.Connector.Attributes.TypeMetaDescriptorAttribute("{attribute addProperty Name \"\" }", "ShrunkMatrixAccessor", "TcMatrix", TypeComplexityEnum.Complex)] + public partial class ShrunkMatrixAccessor : MatrixAccessor, Vortex.Connector.IVortexObject, IShrunkMatrixAccessor, IShadowShrunkMatrixAccessor, Vortex.Connector.IVortexOnlineObject, Vortex.Connector.IVortexShadowObject + { + Vortex.Connector.ValueTypes.OnlinerUInt _RowRemoved_; + public Vortex.Connector.ValueTypes.OnlinerUInt RowRemoved_ + { + get + { + return _RowRemoved_; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IShrunkMatrixAccessor.RowRemoved_ + { + get + { + return RowRemoved_; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowShrunkMatrixAccessor.RowRemoved_ + { + get + { + return RowRemoved_; + } + } + + Vortex.Connector.ValueTypes.OnlinerUInt _ColRemoved_; + public Vortex.Connector.ValueTypes.OnlinerUInt ColRemoved_ + { + get + { + return _ColRemoved_; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IShrunkMatrixAccessor.ColRemoved_ + { + get + { + return ColRemoved_; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowShrunkMatrixAccessor.ColRemoved_ + { + get + { + return ColRemoved_; + } + } + + public new void LazyOnlineToShadow() + { + base.LazyOnlineToShadow(); + RowRemoved_.Shadow = RowRemoved_.LastValue; + ColRemoved_.Shadow = ColRemoved_.LastValue; + } + + public new void LazyShadowToOnline() + { + base.LazyShadowToOnline(); + RowRemoved_.Cyclic = RowRemoved_.Shadow; + ColRemoved_.Cyclic = ColRemoved_.Shadow; + } + + public new PlainShrunkMatrixAccessor CreatePlainerType() + { + var cloned = new PlainShrunkMatrixAccessor(); + base.CreatePlainerType(cloned); + return cloned; + } + + protected PlainShrunkMatrixAccessor CreatePlainerType(PlainShrunkMatrixAccessor cloned) + { + base.CreatePlainerType(cloned); + return cloned; + } + + partial void PexPreConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexPreConstructorParameterless(); + partial void PexConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexConstructorParameterless(); + public void FlushPlainToOnline(TcMatrix.PlainShrunkMatrixAccessor source) + { + source.CopyPlainToCyclic(this); + this.Write(); + } + + public void CopyPlainToShadow(TcMatrix.PlainShrunkMatrixAccessor source) + { + source.CopyPlainToShadow(this); + } + + public new void FlushShadowToOnline() + { + this.LazyShadowToOnline(); + this.Write(); + } + + public new void FlushOnlineToShadow() + { + this.Read(); + this.LazyOnlineToShadow(); + } + + public void FlushOnlineToPlain(TcMatrix.PlainShrunkMatrixAccessor source) + { + this.Read(); + source.CopyCyclicToPlain(this); + } + + public ShrunkMatrixAccessor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail): base (parent, readableTail, symbolTail) + { + this.@SymbolTail = symbolTail; + this.@Connector = parent.GetConnector(); + this.@Parent = parent; + _humanReadable = Vortex.Connector.IConnector.CreateSymbol(parent.HumanReadable, readableTail); + PexPreConstructor(parent, readableTail, symbolTail); + Symbol = Vortex.Connector.IConnector.CreateSymbol(parent.Symbol, symbolTail); + _RowRemoved_ = @Connector.Online.Adapter.CreateUINT(this, "", "RowRemoved_"); + _ColRemoved_ = @Connector.Online.Adapter.CreateUINT(this, "", "ColRemoved_"); + AttributeName = ""; + PexConstructor(parent, readableTail, symbolTail); + } + + public ShrunkMatrixAccessor(): base () + { + PexPreConstructorParameterless(); + _RowRemoved_ = Vortex.Connector.IConnectorFactory.CreateUINT(); + _ColRemoved_ = Vortex.Connector.IConnectorFactory.CreateUINT(); + AttributeName = ""; + PexConstructorParameterless(); + } + } + + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainShrunkMatrixAccessor + { + public void CopyPlainToCyclic(TcMatrix.ShrunkMatrixAccessor target) + { + base.CopyPlainToCyclic(target); + target.RowRemoved_.Cyclic = RowRemoved_; + target.ColRemoved_.Cyclic = ColRemoved_; + } + + public void CopyPlainToCyclic(TcMatrix.IShrunkMatrixAccessor target) + { + this.CopyPlainToCyclic((TcMatrix.ShrunkMatrixAccessor)target); + } + + public void CopyPlainToShadow(TcMatrix.ShrunkMatrixAccessor target) + { + base.CopyPlainToShadow(target); + target.RowRemoved_.Shadow = RowRemoved_; + target.ColRemoved_.Shadow = ColRemoved_; + } + + public void CopyPlainToShadow(TcMatrix.IShadowShrunkMatrixAccessor target) + { + this.CopyPlainToShadow((TcMatrix.ShrunkMatrixAccessor)target); + } + + public void CopyCyclicToPlain(TcMatrix.ShrunkMatrixAccessor source) + { + base.CopyCyclicToPlain(source); + RowRemoved_ = source.RowRemoved_.LastValue; + ColRemoved_ = source.ColRemoved_.LastValue; + } + + public void CopyCyclicToPlain(TcMatrix.IShrunkMatrixAccessor source) + { + this.CopyCyclicToPlain((TcMatrix.ShrunkMatrixAccessor)source); + } + + public void CopyShadowToPlain(TcMatrix.ShrunkMatrixAccessor source) + { + base.CopyShadowToPlain(source); + RowRemoved_ = source.RowRemoved_.Shadow; + ColRemoved_ = source.ColRemoved_.Shadow; + } + + public void CopyShadowToPlain(TcMatrix.IShadowShrunkMatrixAccessor source) + { + this.CopyShadowToPlain((TcMatrix.ShrunkMatrixAccessor)source); + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Onliners/StaticMatrix.g.cs b/docu/TcMatrixConnector/_generated/Onliners/StaticMatrix.g.cs new file mode 100644 index 0000000..72e19b1 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Onliners/StaticMatrix.g.cs @@ -0,0 +1,224 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + +/// +/// This type of matrix has the number of rows and columns set during initialization and then they cannot be changed. +/// Derived class must: +/// - Declare a VAR array of LREAL named Data_ +/// - Call Init_ in FB_init, pointing to the local arrays, with Rows and Cols such that Rows*Cols <= Length(Data_) +/// This simple abstract class sets the rules for all static memory matricies by creating a protected Init_(R,C) method that must be called to set the initial size of the matrix. +/// It also implements the required Rows and Cols properties to return the values that were set during initialization. +/// +/// +/// It is the callers responsibility to ensure that the pointer provided to the initializer is valid: +/// - The length of the data structure pointed to (probably an array of LREAL) is at least as long as Rows x Cols +/// - The scope of the data structure pointed to is the same as the scope of the corresponding ExternalStaticMatrix (probably declared adjacent to eachother as a VAR or GVL) +/// Additionally, direct assignment (:=) should not be used with this type of matrix because a second copy of the Matrix, but with a pointer to the original's data source, would be created. For this reason, the pragma {attribute 'no_assign'} is used to block assignment at compile-time. Keep in mind that returning a value from a function is also a form of assignment and is not allowed. +/// +/// +/// +/// The row of the element to fetch +/// The column of the element to fetch +/// Returns the value of the element at the specified (0-indexed) position within the matrix +/// +#pragma warning disable SA1402, CS1591, CS0108, CS0067 + [Vortex.Connector.Attributes.TypeMetaDescriptorAttribute("{attribute addProperty Name \"\" }", "StaticMatrix", "TcMatrix", TypeComplexityEnum.Complex)] + public partial class StaticMatrix : Matrix, Vortex.Connector.IVortexObject, IStaticMatrix, IShadowStaticMatrix, Vortex.Connector.IVortexOnlineObject, Vortex.Connector.IVortexShadowObject + { + Vortex.Connector.ValueTypes.OnlinerUInt _Rows_; + public Vortex.Connector.ValueTypes.OnlinerUInt Rows_ + { + get + { + return _Rows_; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IStaticMatrix.Rows_ + { + get + { + return Rows_; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowStaticMatrix.Rows_ + { + get + { + return Rows_; + } + } + + Vortex.Connector.ValueTypes.OnlinerUInt _Cols_; + public Vortex.Connector.ValueTypes.OnlinerUInt Cols_ + { + get + { + return _Cols_; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt IStaticMatrix.Cols_ + { + get + { + return Cols_; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowStaticMatrix.Cols_ + { + get + { + return Cols_; + } + } + + public new void LazyOnlineToShadow() + { + base.LazyOnlineToShadow(); + Rows_.Shadow = Rows_.LastValue; + Cols_.Shadow = Cols_.LastValue; + } + + public new void LazyShadowToOnline() + { + base.LazyShadowToOnline(); + Rows_.Cyclic = Rows_.Shadow; + Cols_.Cyclic = Cols_.Shadow; + } + + public new PlainStaticMatrix CreatePlainerType() + { + var cloned = new PlainStaticMatrix(); + base.CreatePlainerType(cloned); + return cloned; + } + + protected PlainStaticMatrix CreatePlainerType(PlainStaticMatrix cloned) + { + base.CreatePlainerType(cloned); + return cloned; + } + + partial void PexPreConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexPreConstructorParameterless(); + partial void PexConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexConstructorParameterless(); + public void FlushPlainToOnline(TcMatrix.PlainStaticMatrix source) + { + source.CopyPlainToCyclic(this); + this.Write(); + } + + public void CopyPlainToShadow(TcMatrix.PlainStaticMatrix source) + { + source.CopyPlainToShadow(this); + } + + public new void FlushShadowToOnline() + { + this.LazyShadowToOnline(); + this.Write(); + } + + public new void FlushOnlineToShadow() + { + this.Read(); + this.LazyOnlineToShadow(); + } + + public void FlushOnlineToPlain(TcMatrix.PlainStaticMatrix source) + { + this.Read(); + source.CopyCyclicToPlain(this); + } + + public StaticMatrix(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail): base (parent, readableTail, symbolTail) + { + this.@SymbolTail = symbolTail; + this.@Connector = parent.GetConnector(); + this.@Parent = parent; + _humanReadable = Vortex.Connector.IConnector.CreateSymbol(parent.HumanReadable, readableTail); + PexPreConstructor(parent, readableTail, symbolTail); + Symbol = Vortex.Connector.IConnector.CreateSymbol(parent.Symbol, symbolTail); + _Rows_ = @Connector.Online.Adapter.CreateUINT(this, "", "Rows_"); + _Cols_ = @Connector.Online.Adapter.CreateUINT(this, "", "Cols_"); + AttributeName = ""; + PexConstructor(parent, readableTail, symbolTail); + } + + public StaticMatrix(): base () + { + PexPreConstructorParameterless(); + _Rows_ = Vortex.Connector.IConnectorFactory.CreateUINT(); + _Cols_ = Vortex.Connector.IConnectorFactory.CreateUINT(); + AttributeName = ""; + PexConstructorParameterless(); + } + } + + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainStaticMatrix + { + public void CopyPlainToCyclic(TcMatrix.StaticMatrix target) + { + base.CopyPlainToCyclic(target); + target.Rows_.Cyclic = Rows_; + target.Cols_.Cyclic = Cols_; + } + + public void CopyPlainToCyclic(TcMatrix.IStaticMatrix target) + { + this.CopyPlainToCyclic((TcMatrix.StaticMatrix)target); + } + + public void CopyPlainToShadow(TcMatrix.StaticMatrix target) + { + base.CopyPlainToShadow(target); + target.Rows_.Shadow = Rows_; + target.Cols_.Shadow = Cols_; + } + + public void CopyPlainToShadow(TcMatrix.IShadowStaticMatrix target) + { + this.CopyPlainToShadow((TcMatrix.StaticMatrix)target); + } + + public void CopyCyclicToPlain(TcMatrix.StaticMatrix source) + { + base.CopyCyclicToPlain(source); + Rows_ = source.Rows_.LastValue; + Cols_ = source.Cols_.LastValue; + } + + public void CopyCyclicToPlain(TcMatrix.IStaticMatrix source) + { + this.CopyCyclicToPlain((TcMatrix.StaticMatrix)source); + } + + public void CopyShadowToPlain(TcMatrix.StaticMatrix source) + { + base.CopyShadowToPlain(source); + Rows_ = source.Rows_.Shadow; + Cols_ = source.Cols_.Shadow; + } + + public void CopyShadowToPlain(TcMatrix.IShadowStaticMatrix source) + { + this.CopyShadowToPlain((TcMatrix.StaticMatrix)source); + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Onliners/SubMatrixAccessor.g.cs b/docu/TcMatrixConnector/_generated/Onliners/SubMatrixAccessor.g.cs new file mode 100644 index 0000000..4e98e06 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Onliners/SubMatrixAccessor.g.cs @@ -0,0 +1,275 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + +/// +/// See Matrix accessor +/// Allows access to a rectangular subset of the parent matrix as if it were a standalone matrix +/// +/// +#pragma warning disable SA1402, CS1591, CS0108, CS0067 + [Vortex.Connector.Attributes.TypeMetaDescriptorAttribute("{attribute addProperty Name \"\" }", "SubMatrixAccessor", "TcMatrix", TypeComplexityEnum.Complex)] + public partial class SubMatrixAccessor : MatrixAccessor, Vortex.Connector.IVortexObject, ISubMatrixAccessor, IShadowSubMatrixAccessor, Vortex.Connector.IVortexOnlineObject, Vortex.Connector.IVortexShadowObject + { + Vortex.Connector.ValueTypes.OnlinerUInt _RowStart_; + public Vortex.Connector.ValueTypes.OnlinerUInt RowStart_ + { + get + { + return _RowStart_; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt ISubMatrixAccessor.RowStart_ + { + get + { + return RowStart_; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowSubMatrixAccessor.RowStart_ + { + get + { + return RowStart_; + } + } + + Vortex.Connector.ValueTypes.OnlinerUInt _RowCount_; + public Vortex.Connector.ValueTypes.OnlinerUInt RowCount_ + { + get + { + return _RowCount_; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt ISubMatrixAccessor.RowCount_ + { + get + { + return RowCount_; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowSubMatrixAccessor.RowCount_ + { + get + { + return RowCount_; + } + } + + Vortex.Connector.ValueTypes.OnlinerUInt _ColStart_; + public Vortex.Connector.ValueTypes.OnlinerUInt ColStart_ + { + get + { + return _ColStart_; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt ISubMatrixAccessor.ColStart_ + { + get + { + return ColStart_; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowSubMatrixAccessor.ColStart_ + { + get + { + return ColStart_; + } + } + + Vortex.Connector.ValueTypes.OnlinerUInt _ColCount_; + public Vortex.Connector.ValueTypes.OnlinerUInt ColCount_ + { + get + { + return _ColCount_; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt ISubMatrixAccessor.ColCount_ + { + get + { + return ColCount_; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowSubMatrixAccessor.ColCount_ + { + get + { + return ColCount_; + } + } + + public new void LazyOnlineToShadow() + { + base.LazyOnlineToShadow(); + RowStart_.Shadow = RowStart_.LastValue; + RowCount_.Shadow = RowCount_.LastValue; + ColStart_.Shadow = ColStart_.LastValue; + ColCount_.Shadow = ColCount_.LastValue; + } + + public new void LazyShadowToOnline() + { + base.LazyShadowToOnline(); + RowStart_.Cyclic = RowStart_.Shadow; + RowCount_.Cyclic = RowCount_.Shadow; + ColStart_.Cyclic = ColStart_.Shadow; + ColCount_.Cyclic = ColCount_.Shadow; + } + + public new PlainSubMatrixAccessor CreatePlainerType() + { + var cloned = new PlainSubMatrixAccessor(); + base.CreatePlainerType(cloned); + return cloned; + } + + protected PlainSubMatrixAccessor CreatePlainerType(PlainSubMatrixAccessor cloned) + { + base.CreatePlainerType(cloned); + return cloned; + } + + partial void PexPreConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexPreConstructorParameterless(); + partial void PexConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexConstructorParameterless(); + public void FlushPlainToOnline(TcMatrix.PlainSubMatrixAccessor source) + { + source.CopyPlainToCyclic(this); + this.Write(); + } + + public void CopyPlainToShadow(TcMatrix.PlainSubMatrixAccessor source) + { + source.CopyPlainToShadow(this); + } + + public new void FlushShadowToOnline() + { + this.LazyShadowToOnline(); + this.Write(); + } + + public new void FlushOnlineToShadow() + { + this.Read(); + this.LazyOnlineToShadow(); + } + + public void FlushOnlineToPlain(TcMatrix.PlainSubMatrixAccessor source) + { + this.Read(); + source.CopyCyclicToPlain(this); + } + + public SubMatrixAccessor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail): base (parent, readableTail, symbolTail) + { + this.@SymbolTail = symbolTail; + this.@Connector = parent.GetConnector(); + this.@Parent = parent; + _humanReadable = Vortex.Connector.IConnector.CreateSymbol(parent.HumanReadable, readableTail); + PexPreConstructor(parent, readableTail, symbolTail); + Symbol = Vortex.Connector.IConnector.CreateSymbol(parent.Symbol, symbolTail); + _RowStart_ = @Connector.Online.Adapter.CreateUINT(this, "", "RowStart_"); + _RowCount_ = @Connector.Online.Adapter.CreateUINT(this, "", "RowCount_"); + _ColStart_ = @Connector.Online.Adapter.CreateUINT(this, "", "ColStart_"); + _ColCount_ = @Connector.Online.Adapter.CreateUINT(this, "", "ColCount_"); + AttributeName = ""; + PexConstructor(parent, readableTail, symbolTail); + } + + public SubMatrixAccessor(): base () + { + PexPreConstructorParameterless(); + _RowStart_ = Vortex.Connector.IConnectorFactory.CreateUINT(); + _RowCount_ = Vortex.Connector.IConnectorFactory.CreateUINT(); + _ColStart_ = Vortex.Connector.IConnectorFactory.CreateUINT(); + _ColCount_ = Vortex.Connector.IConnectorFactory.CreateUINT(); + AttributeName = ""; + PexConstructorParameterless(); + } + } + + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainSubMatrixAccessor + { + public void CopyPlainToCyclic(TcMatrix.SubMatrixAccessor target) + { + base.CopyPlainToCyclic(target); + target.RowStart_.Cyclic = RowStart_; + target.RowCount_.Cyclic = RowCount_; + target.ColStart_.Cyclic = ColStart_; + target.ColCount_.Cyclic = ColCount_; + } + + public void CopyPlainToCyclic(TcMatrix.ISubMatrixAccessor target) + { + this.CopyPlainToCyclic((TcMatrix.SubMatrixAccessor)target); + } + + public void CopyPlainToShadow(TcMatrix.SubMatrixAccessor target) + { + base.CopyPlainToShadow(target); + target.RowStart_.Shadow = RowStart_; + target.RowCount_.Shadow = RowCount_; + target.ColStart_.Shadow = ColStart_; + target.ColCount_.Shadow = ColCount_; + } + + public void CopyPlainToShadow(TcMatrix.IShadowSubMatrixAccessor target) + { + this.CopyPlainToShadow((TcMatrix.SubMatrixAccessor)target); + } + + public void CopyCyclicToPlain(TcMatrix.SubMatrixAccessor source) + { + base.CopyCyclicToPlain(source); + RowStart_ = source.RowStart_.LastValue; + RowCount_ = source.RowCount_.LastValue; + ColStart_ = source.ColStart_.LastValue; + ColCount_ = source.ColCount_.LastValue; + } + + public void CopyCyclicToPlain(TcMatrix.ISubMatrixAccessor source) + { + this.CopyCyclicToPlain((TcMatrix.SubMatrixAccessor)source); + } + + public void CopyShadowToPlain(TcMatrix.SubMatrixAccessor source) + { + base.CopyShadowToPlain(source); + RowStart_ = source.RowStart_.Shadow; + RowCount_ = source.RowCount_.Shadow; + ColStart_ = source.ColStart_.Shadow; + ColCount_ = source.ColCount_.Shadow; + } + + public void CopyShadowToPlain(TcMatrix.IShadowSubMatrixAccessor source) + { + this.CopyShadowToPlain((TcMatrix.SubMatrixAccessor)source); + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Onliners/TransposeMatrixAccessor.g.cs b/docu/TcMatrixConnector/_generated/Onliners/TransposeMatrixAccessor.g.cs new file mode 100644 index 0000000..cbc9725 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Onliners/TransposeMatrixAccessor.g.cs @@ -0,0 +1,209 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + +/// +/// See Matrix accessor +/// Allows access to the elements of the parent matrix as if it were transposed +/// +/// +#pragma warning disable SA1402, CS1591, CS0108, CS0067 + [Vortex.Connector.Attributes.TypeMetaDescriptorAttribute("{attribute addProperty Name \"\" }", "TransposeMatrixAccessor", "TcMatrix", TypeComplexityEnum.Complex)] + public partial class TransposeMatrixAccessor : MatrixAccessor, Vortex.Connector.IVortexObject, ITransposeMatrixAccessor, IShadowTransposeMatrixAccessor, Vortex.Connector.IVortexOnlineObject, Vortex.Connector.IVortexShadowObject + { + Vortex.Connector.ValueTypes.OnlinerUInt _RowRemoved_; + public Vortex.Connector.ValueTypes.OnlinerUInt RowRemoved_ + { + get + { + return _RowRemoved_; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt ITransposeMatrixAccessor.RowRemoved_ + { + get + { + return RowRemoved_; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowTransposeMatrixAccessor.RowRemoved_ + { + get + { + return RowRemoved_; + } + } + + Vortex.Connector.ValueTypes.OnlinerUInt _ColRemoved_; + public Vortex.Connector.ValueTypes.OnlinerUInt ColRemoved_ + { + get + { + return _ColRemoved_; + } + } + + Vortex.Connector.ValueTypes.Online.IOnlineUInt ITransposeMatrixAccessor.ColRemoved_ + { + get + { + return ColRemoved_; + } + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt IShadowTransposeMatrixAccessor.ColRemoved_ + { + get + { + return ColRemoved_; + } + } + + public new void LazyOnlineToShadow() + { + base.LazyOnlineToShadow(); + RowRemoved_.Shadow = RowRemoved_.LastValue; + ColRemoved_.Shadow = ColRemoved_.LastValue; + } + + public new void LazyShadowToOnline() + { + base.LazyShadowToOnline(); + RowRemoved_.Cyclic = RowRemoved_.Shadow; + ColRemoved_.Cyclic = ColRemoved_.Shadow; + } + + public new PlainTransposeMatrixAccessor CreatePlainerType() + { + var cloned = new PlainTransposeMatrixAccessor(); + base.CreatePlainerType(cloned); + return cloned; + } + + protected PlainTransposeMatrixAccessor CreatePlainerType(PlainTransposeMatrixAccessor cloned) + { + base.CreatePlainerType(cloned); + return cloned; + } + + partial void PexPreConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexPreConstructorParameterless(); + partial void PexConstructor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail); + partial void PexConstructorParameterless(); + public void FlushPlainToOnline(TcMatrix.PlainTransposeMatrixAccessor source) + { + source.CopyPlainToCyclic(this); + this.Write(); + } + + public void CopyPlainToShadow(TcMatrix.PlainTransposeMatrixAccessor source) + { + source.CopyPlainToShadow(this); + } + + public new void FlushShadowToOnline() + { + this.LazyShadowToOnline(); + this.Write(); + } + + public new void FlushOnlineToShadow() + { + this.Read(); + this.LazyOnlineToShadow(); + } + + public void FlushOnlineToPlain(TcMatrix.PlainTransposeMatrixAccessor source) + { + this.Read(); + source.CopyCyclicToPlain(this); + } + + public TransposeMatrixAccessor(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail): base (parent, readableTail, symbolTail) + { + this.@SymbolTail = symbolTail; + this.@Connector = parent.GetConnector(); + this.@Parent = parent; + _humanReadable = Vortex.Connector.IConnector.CreateSymbol(parent.HumanReadable, readableTail); + PexPreConstructor(parent, readableTail, symbolTail); + Symbol = Vortex.Connector.IConnector.CreateSymbol(parent.Symbol, symbolTail); + _RowRemoved_ = @Connector.Online.Adapter.CreateUINT(this, "", "RowRemoved_"); + _ColRemoved_ = @Connector.Online.Adapter.CreateUINT(this, "", "ColRemoved_"); + AttributeName = ""; + PexConstructor(parent, readableTail, symbolTail); + } + + public TransposeMatrixAccessor(): base () + { + PexPreConstructorParameterless(); + _RowRemoved_ = Vortex.Connector.IConnectorFactory.CreateUINT(); + _ColRemoved_ = Vortex.Connector.IConnectorFactory.CreateUINT(); + AttributeName = ""; + PexConstructorParameterless(); + } + } + + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainTransposeMatrixAccessor + { + public void CopyPlainToCyclic(TcMatrix.TransposeMatrixAccessor target) + { + base.CopyPlainToCyclic(target); + target.RowRemoved_.Cyclic = RowRemoved_; + target.ColRemoved_.Cyclic = ColRemoved_; + } + + public void CopyPlainToCyclic(TcMatrix.ITransposeMatrixAccessor target) + { + this.CopyPlainToCyclic((TcMatrix.TransposeMatrixAccessor)target); + } + + public void CopyPlainToShadow(TcMatrix.TransposeMatrixAccessor target) + { + base.CopyPlainToShadow(target); + target.RowRemoved_.Shadow = RowRemoved_; + target.ColRemoved_.Shadow = ColRemoved_; + } + + public void CopyPlainToShadow(TcMatrix.IShadowTransposeMatrixAccessor target) + { + this.CopyPlainToShadow((TcMatrix.TransposeMatrixAccessor)target); + } + + public void CopyCyclicToPlain(TcMatrix.TransposeMatrixAccessor source) + { + base.CopyCyclicToPlain(source); + RowRemoved_ = source.RowRemoved_.LastValue; + ColRemoved_ = source.ColRemoved_.LastValue; + } + + public void CopyCyclicToPlain(TcMatrix.ITransposeMatrixAccessor source) + { + this.CopyCyclicToPlain((TcMatrix.TransposeMatrixAccessor)source); + } + + public void CopyShadowToPlain(TcMatrix.TransposeMatrixAccessor source) + { + base.CopyShadowToPlain(source); + RowRemoved_ = source.RowRemoved_.Shadow; + ColRemoved_ = source.ColRemoved_.Shadow; + } + + public void CopyShadowToPlain(TcMatrix.IShadowTransposeMatrixAccessor source) + { + this.CopyShadowToPlain((TcMatrix.TransposeMatrixAccessor)source); + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Plain/PlainDynamicMatrix.g.cs b/docu/TcMatrixConnector/_generated/Plain/PlainDynamicMatrix.g.cs new file mode 100644 index 0000000..c093add --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Plain/PlainDynamicMatrix.g.cs @@ -0,0 +1,53 @@ +using System; + +namespace TcMatrix +{ + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainDynamicMatrix : TcMatrix.PlainMatrix + { + System.UInt16 _Rows_; + public System.UInt16 Rows_ + { + get + { + return _Rows_; + } + + set + { + if (_Rows_ != value) + { + _Rows_ = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(Rows_))); + } + } + } + + System.UInt16 _Cols_; + public System.UInt16 Cols_ + { + get + { + return _Cols_; + } + + set + { + if (_Cols_ != value) + { + _Cols_ = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(Cols_))); + } + } + } + + public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; + public PlainDynamicMatrix() + { + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Plain/PlainExternalStaticMatrix.g.cs b/docu/TcMatrixConnector/_generated/Plain/PlainExternalStaticMatrix.g.cs new file mode 100644 index 0000000..a08dba2 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Plain/PlainExternalStaticMatrix.g.cs @@ -0,0 +1,35 @@ +using System; + +namespace TcMatrix +{ + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainExternalStaticMatrix : TcMatrix.PlainStaticMatrix + { + System.UInt16 _Length_; + public System.UInt16 Length_ + { + get + { + return _Length_; + } + + set + { + if (_Length_ != value) + { + _Length_ = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(Length_))); + } + } + } + + public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; + public PlainExternalStaticMatrix() + { + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Plain/PlainGlobal_Version.g.cs b/docu/TcMatrixConnector/_generated/Plain/PlainGlobal_Version.g.cs new file mode 100644 index 0000000..5a5647d --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Plain/PlainGlobal_Version.g.cs @@ -0,0 +1,17 @@ +using System; + +namespace TcMatrix +{ + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainGlobal_Version : System.ComponentModel.INotifyPropertyChanged, Vortex.Connector.IPlain + { + public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; + public PlainGlobal_Version() + { + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Plain/PlainMatrix.g.cs b/docu/TcMatrixConnector/_generated/Plain/PlainMatrix.g.cs new file mode 100644 index 0000000..8d903f7 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Plain/PlainMatrix.g.cs @@ -0,0 +1,89 @@ +using System; + +namespace TcMatrix +{ + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainMatrix : System.ComponentModel.INotifyPropertyChanged, Vortex.Connector.IPlain + { + System.UInt16 _Ri; + public System.UInt16 Ri + { + get + { + return _Ri; + } + + set + { + if (_Ri != value) + { + _Ri = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(Ri))); + } + } + } + + System.UInt16 _Ci; + public System.UInt16 Ci + { + get + { + return _Ci; + } + + set + { + if (_Ci != value) + { + _Ci = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(Ci))); + } + } + } + + System.UInt16 _I; + public System.UInt16 I + { + get + { + return _I; + } + + set + { + if (_I != value) + { + _I = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(I))); + } + } + } + + System.Double _ZeroReference_; + public System.Double ZeroReference_ + { + get + { + return _ZeroReference_; + } + + set + { + if (_ZeroReference_ != value) + { + _ZeroReference_ = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(ZeroReference_))); + } + } + } + + public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; + public PlainMatrix() + { + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Plain/PlainMatrixAccessor.g.cs b/docu/TcMatrixConnector/_generated/Plain/PlainMatrixAccessor.g.cs new file mode 100644 index 0000000..9a8c605 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Plain/PlainMatrixAccessor.g.cs @@ -0,0 +1,36 @@ +using System; + +namespace TcMatrix +{ + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainMatrixAccessor : TcMatrix.PlainMatrix + { + PlainMatrix _M_; + public PlainMatrix M_ + { + get + { + return _M_; + } + + set + { + if (_M_ != value) + { + _M_ = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(M_))); + } + } + } + + public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; + public PlainMatrixAccessor() + { + _M_ = new PlainMatrix(); + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Plain/PlainMatrixCsvReader.g.cs b/docu/TcMatrixConnector/_generated/Plain/PlainMatrixCsvReader.g.cs new file mode 100644 index 0000000..e900ab4 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Plain/PlainMatrixCsvReader.g.cs @@ -0,0 +1,549 @@ +using System; + +namespace TcMatrix +{ + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainMatrixCsvReader : System.ComponentModel.INotifyPropertyChanged, Vortex.Connector.IPlain + { + System.Boolean _bExecute; + public System.Boolean bExecute + { + get + { + return _bExecute; + } + + set + { + if (_bExecute != value) + { + _bExecute = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(bExecute))); + } + } + } + + PlainMatrix _M; + public PlainMatrix M + { + get + { + return _M; + } + + set + { + if (_M != value) + { + _M = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(M))); + } + } + } + + System.TimeSpan _tTimeout; + public System.TimeSpan tTimeout + { + get + { + return _tTimeout; + } + + set + { + if (_tTimeout != value) + { + _tTimeout = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(tTimeout))); + } + } + } + + System.UInt32 _nHeaderLines; + public System.UInt32 nHeaderLines + { + get + { + return _nHeaderLines; + } + + set + { + if (_nHeaderLines != value) + { + _nHeaderLines = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(nHeaderLines))); + } + } + } + + System.Boolean _bBusy; + public System.Boolean bBusy + { + get + { + return _bBusy; + } + + set + { + if (_bBusy != value) + { + _bBusy = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(bBusy))); + } + } + } + + System.Boolean _bError; + public System.Boolean bError + { + get + { + return _bError; + } + + set + { + if (_bError != value) + { + _bError = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(bError))); + } + } + } + + System.UInt32 _nErrId; + public System.UInt32 nErrId + { + get + { + return _nErrId; + } + + set + { + if (_nErrId != value) + { + _nErrId = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(nErrId))); + } + } + } + + System.UInt32 _nErrStep; + public System.UInt32 nErrStep + { + get + { + return _nErrStep; + } + + set + { + if (_nErrStep != value) + { + _nErrStep = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(nErrStep))); + } + } + } + + System.UInt16 _nRows; + public System.UInt16 nRows + { + get + { + return _nRows; + } + + set + { + if (_nRows != value) + { + _nRows = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(nRows))); + } + } + } + + System.UInt16 _nCols; + public System.UInt16 nCols + { + get + { + return _nCols; + } + + set + { + if (_nCols != value) + { + _nCols = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(nCols))); + } + } + } + + System.UInt16 _nVals; + public System.UInt16 nVals + { + get + { + return _nVals; + } + + set + { + if (_nVals != value) + { + _nVals = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(nVals))); + } + } + } + + System.UInt16 _hFile; + public System.UInt16 hFile + { + get + { + return _hFile; + } + + set + { + if (_hFile != value) + { + _hFile = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(hFile))); + } + } + } + + System.Boolean _readEOF; + public System.Boolean readEOF + { + get + { + return _readEOF; + } + + set + { + if (_readEOF != value) + { + _readEOF = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(readEOF))); + } + } + } + + System.Int32 _bytesRead; + public System.Int32 bytesRead + { + get + { + return _bytesRead; + } + + set + { + if (_bytesRead != value) + { + _bytesRead = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(bytesRead))); + } + } + } + + System.Int32 _bytesParsed; + public System.Int32 bytesParsed + { + get + { + return _bytesParsed; + } + + set + { + if (_bytesParsed != value) + { + _bytesParsed = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(bytesParsed))); + } + } + } + + System.String _buffer; + public System.String buffer + { + get + { + return _buffer; + } + + set + { + if (_buffer != value) + { + _buffer = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(buffer))); + } + } + } + + System.UInt32 _step; + public System.UInt32 step + { + get + { + return _step; + } + + set + { + if (_step != value) + { + _step = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(step))); + } + } + } + + System.UInt16 _Hi; + public System.UInt16 Hi + { + get + { + return _Hi; + } + + set + { + if (_Hi != value) + { + _Hi = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(Hi))); + } + } + } + + System.UInt16 _Ri; + public System.UInt16 Ri + { + get + { + return _Ri; + } + + set + { + if (_Ri != value) + { + _Ri = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(Ri))); + } + } + } + + System.UInt16 _Ci; + public System.UInt16 Ci + { + get + { + return _Ci; + } + + set + { + if (_Ci != value) + { + _Ci = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(Ci))); + } + } + } + + public const System.UInt32 __constbufferSize = 1024; + System.UInt32 _bufferSize; + public System.UInt32 bufferSize + { + get + { + return _bufferSize; + } + + set + { + if (_bufferSize != value) + { + _bufferSize = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(bufferSize))); + } + } + } + + public const System.UInt32 __constdataSize = 16; + System.UInt32 _dataSize; + public System.UInt32 dataSize + { + get + { + return _dataSize; + } + + set + { + if (_dataSize != value) + { + _dataSize = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(dataSize))); + } + } + } + + public const System.UInt32 __conststepReady = 0; + System.UInt32 _stepReady; + public System.UInt32 stepReady + { + get + { + return _stepReady; + } + + set + { + if (_stepReady != value) + { + _stepReady = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(stepReady))); + } + } + } + + public const System.UInt32 __conststepOpenFile = 1; + System.UInt32 _stepOpenFile; + public System.UInt32 stepOpenFile + { + get + { + return _stepOpenFile; + } + + set + { + if (_stepOpenFile != value) + { + _stepOpenFile = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(stepOpenFile))); + } + } + } + + public const System.UInt32 __conststepFillBuffer = 2; + System.UInt32 _stepFillBuffer; + public System.UInt32 stepFillBuffer + { + get + { + return _stepFillBuffer; + } + + set + { + if (_stepFillBuffer != value) + { + _stepFillBuffer = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(stepFillBuffer))); + } + } + } + + public const System.UInt32 __conststepReadBuffer = 3; + System.UInt32 _stepReadBuffer; + public System.UInt32 stepReadBuffer + { + get + { + return _stepReadBuffer; + } + + set + { + if (_stepReadBuffer != value) + { + _stepReadBuffer = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(stepReadBuffer))); + } + } + } + + public const System.UInt32 __conststepMovePointer = 4; + System.UInt32 _stepMovePointer; + public System.UInt32 stepMovePointer + { + get + { + return _stepMovePointer; + } + + set + { + if (_stepMovePointer != value) + { + _stepMovePointer = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(stepMovePointer))); + } + } + } + + public const System.UInt32 __conststepCloseFile = 5; + System.UInt32 _stepCloseFile; + public System.UInt32 stepCloseFile + { + get + { + return _stepCloseFile; + } + + set + { + if (_stepCloseFile != value) + { + _stepCloseFile = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(stepCloseFile))); + } + } + } + + public const System.UInt32 __conststepDone = 6; + System.UInt32 _stepDone; + public System.UInt32 stepDone + { + get + { + return _stepDone; + } + + set + { + if (_stepDone != value) + { + _stepDone = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(stepDone))); + } + } + } + + public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; + public PlainMatrixCsvReader() + { + _M = new PlainMatrix(); + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Plain/PlainMatrixCsvWriter.g.cs b/docu/TcMatrixConnector/_generated/Plain/PlainMatrixCsvWriter.g.cs new file mode 100644 index 0000000..face65e --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Plain/PlainMatrixCsvWriter.g.cs @@ -0,0 +1,441 @@ +using System; + +namespace TcMatrix +{ + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainMatrixCsvWriter : System.ComponentModel.INotifyPropertyChanged, Vortex.Connector.IPlain + { + System.Boolean _bExecute; + public System.Boolean bExecute + { + get + { + return _bExecute; + } + + set + { + if (_bExecute != value) + { + _bExecute = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(bExecute))); + } + } + } + + PlainMatrix _M; + public PlainMatrix M + { + get + { + return _M; + } + + set + { + if (_M != value) + { + _M = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(M))); + } + } + } + + System.TimeSpan _tTimeout; + public System.TimeSpan tTimeout + { + get + { + return _tTimeout; + } + + set + { + if (_tTimeout != value) + { + _tTimeout = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(tTimeout))); + } + } + } + + System.UInt32 _cbHeaderLen; + public System.UInt32 cbHeaderLen + { + get + { + return _cbHeaderLen; + } + + set + { + if (_cbHeaderLen != value) + { + _cbHeaderLen = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(cbHeaderLen))); + } + } + } + + System.Boolean _bBusy; + public System.Boolean bBusy + { + get + { + return _bBusy; + } + + set + { + if (_bBusy != value) + { + _bBusy = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(bBusy))); + } + } + } + + System.Boolean _bError; + public System.Boolean bError + { + get + { + return _bError; + } + + set + { + if (_bError != value) + { + _bError = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(bError))); + } + } + } + + System.UInt32 _nErrId; + public System.UInt32 nErrId + { + get + { + return _nErrId; + } + + set + { + if (_nErrId != value) + { + _nErrId = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(nErrId))); + } + } + } + + System.UInt32 _nErrStep; + public System.UInt32 nErrStep + { + get + { + return _nErrStep; + } + + set + { + if (_nErrStep != value) + { + _nErrStep = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(nErrStep))); + } + } + } + + System.UInt16 _hFile; + public System.UInt16 hFile + { + get + { + return _hFile; + } + + set + { + if (_hFile != value) + { + _hFile = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(hFile))); + } + } + } + + System.String _buffer; + public System.String buffer + { + get + { + return _buffer; + } + + set + { + if (_buffer != value) + { + _buffer = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(buffer))); + } + } + } + + System.UInt16 _bufferOffset; + public System.UInt16 bufferOffset + { + get + { + return _bufferOffset; + } + + set + { + if (_bufferOffset != value) + { + _bufferOffset = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(bufferOffset))); + } + } + } + + System.UInt32 _step; + public System.UInt32 step + { + get + { + return _step; + } + + set + { + if (_step != value) + { + _step = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(step))); + } + } + } + + System.UInt16 _Ri; + public System.UInt16 Ri + { + get + { + return _Ri; + } + + set + { + if (_Ri != value) + { + _Ri = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(Ri))); + } + } + } + + System.UInt16 _Ci; + public System.UInt16 Ci + { + get + { + return _Ci; + } + + set + { + if (_Ci != value) + { + _Ci = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(Ci))); + } + } + } + + public const System.UInt32 __constbufferSize = 1024; + System.UInt32 _bufferSize; + public System.UInt32 bufferSize + { + get + { + return _bufferSize; + } + + set + { + if (_bufferSize != value) + { + _bufferSize = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(bufferSize))); + } + } + } + + public const System.UInt32 __constdataSize = 16; + System.UInt32 _dataSize; + public System.UInt32 dataSize + { + get + { + return _dataSize; + } + + set + { + if (_dataSize != value) + { + _dataSize = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(dataSize))); + } + } + } + + public const System.UInt32 __conststepReady = 0; + System.UInt32 _stepReady; + public System.UInt32 stepReady + { + get + { + return _stepReady; + } + + set + { + if (_stepReady != value) + { + _stepReady = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(stepReady))); + } + } + } + + public const System.UInt32 __conststepOpenFile = 1; + System.UInt32 _stepOpenFile; + public System.UInt32 stepOpenFile + { + get + { + return _stepOpenFile; + } + + set + { + if (_stepOpenFile != value) + { + _stepOpenFile = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(stepOpenFile))); + } + } + } + + public const System.UInt32 __conststepWriteHeader = 2; + System.UInt32 _stepWriteHeader; + public System.UInt32 stepWriteHeader + { + get + { + return _stepWriteHeader; + } + + set + { + if (_stepWriteHeader != value) + { + _stepWriteHeader = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(stepWriteHeader))); + } + } + } + + public const System.UInt32 __conststepFillBuffer = 3; + System.UInt32 _stepFillBuffer; + public System.UInt32 stepFillBuffer + { + get + { + return _stepFillBuffer; + } + + set + { + if (_stepFillBuffer != value) + { + _stepFillBuffer = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(stepFillBuffer))); + } + } + } + + public const System.UInt32 __conststepWriteBuffer = 4; + System.UInt32 _stepWriteBuffer; + public System.UInt32 stepWriteBuffer + { + get + { + return _stepWriteBuffer; + } + + set + { + if (_stepWriteBuffer != value) + { + _stepWriteBuffer = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(stepWriteBuffer))); + } + } + } + + public const System.UInt32 __conststepCloseFile = 5; + System.UInt32 _stepCloseFile; + public System.UInt32 stepCloseFile + { + get + { + return _stepCloseFile; + } + + set + { + if (_stepCloseFile != value) + { + _stepCloseFile = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(stepCloseFile))); + } + } + } + + public const System.UInt32 __conststepDone = 6; + System.UInt32 _stepDone; + public System.UInt32 stepDone + { + get + { + return _stepDone; + } + + set + { + if (_stepDone != value) + { + _stepDone = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(stepDone))); + } + } + } + + public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; + public PlainMatrixCsvWriter() + { + _M = new PlainMatrix(); + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Plain/PlainShrunkMatrixAccessor.g.cs b/docu/TcMatrixConnector/_generated/Plain/PlainShrunkMatrixAccessor.g.cs new file mode 100644 index 0000000..1467feb --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Plain/PlainShrunkMatrixAccessor.g.cs @@ -0,0 +1,53 @@ +using System; + +namespace TcMatrix +{ + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainShrunkMatrixAccessor : TcMatrix.PlainMatrixAccessor + { + System.UInt16 _RowRemoved_; + public System.UInt16 RowRemoved_ + { + get + { + return _RowRemoved_; + } + + set + { + if (_RowRemoved_ != value) + { + _RowRemoved_ = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(RowRemoved_))); + } + } + } + + System.UInt16 _ColRemoved_; + public System.UInt16 ColRemoved_ + { + get + { + return _ColRemoved_; + } + + set + { + if (_ColRemoved_ != value) + { + _ColRemoved_ = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(ColRemoved_))); + } + } + } + + public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; + public PlainShrunkMatrixAccessor() + { + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Plain/PlainStaticMatrix.g.cs b/docu/TcMatrixConnector/_generated/Plain/PlainStaticMatrix.g.cs new file mode 100644 index 0000000..7052b57 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Plain/PlainStaticMatrix.g.cs @@ -0,0 +1,53 @@ +using System; + +namespace TcMatrix +{ + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainStaticMatrix : TcMatrix.PlainMatrix + { + System.UInt16 _Rows_; + public System.UInt16 Rows_ + { + get + { + return _Rows_; + } + + set + { + if (_Rows_ != value) + { + _Rows_ = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(Rows_))); + } + } + } + + System.UInt16 _Cols_; + public System.UInt16 Cols_ + { + get + { + return _Cols_; + } + + set + { + if (_Cols_ != value) + { + _Cols_ = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(Cols_))); + } + } + } + + public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; + public PlainStaticMatrix() + { + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Plain/PlainSubMatrixAccessor.g.cs b/docu/TcMatrixConnector/_generated/Plain/PlainSubMatrixAccessor.g.cs new file mode 100644 index 0000000..b15b4db --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Plain/PlainSubMatrixAccessor.g.cs @@ -0,0 +1,89 @@ +using System; + +namespace TcMatrix +{ + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainSubMatrixAccessor : TcMatrix.PlainMatrixAccessor + { + System.UInt16 _RowStart_; + public System.UInt16 RowStart_ + { + get + { + return _RowStart_; + } + + set + { + if (_RowStart_ != value) + { + _RowStart_ = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(RowStart_))); + } + } + } + + System.UInt16 _RowCount_; + public System.UInt16 RowCount_ + { + get + { + return _RowCount_; + } + + set + { + if (_RowCount_ != value) + { + _RowCount_ = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(RowCount_))); + } + } + } + + System.UInt16 _ColStart_; + public System.UInt16 ColStart_ + { + get + { + return _ColStart_; + } + + set + { + if (_ColStart_ != value) + { + _ColStart_ = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(ColStart_))); + } + } + } + + System.UInt16 _ColCount_; + public System.UInt16 ColCount_ + { + get + { + return _ColCount_; + } + + set + { + if (_ColCount_ != value) + { + _ColCount_ = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(ColCount_))); + } + } + } + + public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; + public PlainSubMatrixAccessor() + { + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Plain/PlainTransposeMatrixAccessor.g.cs b/docu/TcMatrixConnector/_generated/Plain/PlainTransposeMatrixAccessor.g.cs new file mode 100644 index 0000000..edefedf --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Plain/PlainTransposeMatrixAccessor.g.cs @@ -0,0 +1,53 @@ +using System; + +namespace TcMatrix +{ + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainTransposeMatrixAccessor : TcMatrix.PlainMatrixAccessor + { + System.UInt16 _RowRemoved_; + public System.UInt16 RowRemoved_ + { + get + { + return _RowRemoved_; + } + + set + { + if (_RowRemoved_ != value) + { + _RowRemoved_ = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(RowRemoved_))); + } + } + } + + System.UInt16 _ColRemoved_; + public System.UInt16 ColRemoved_ + { + get + { + return _ColRemoved_; + } + + set + { + if (_ColRemoved_ != value) + { + _ColRemoved_ = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(ColRemoved_))); + } + } + } + + public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; + public PlainTransposeMatrixAccessor() + { + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs new file mode 100644 index 0000000..92e6f3f --- /dev/null +++ b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs @@ -0,0 +1,410 @@ +using System; + +namespace PlcDocu.TcMatrix +{ +#if PLC_DOCU + +/// +/// The DynamicMatrix class uses the FB_DynMem_Manager2 to dynamically allocate as much memory as required for the given operation. +/// This amazing flexibility comes at the cost of some restrictions on use in order to avoid memory leaks. +/// +/// +/// Using the assignment operator (:=) to copy a DynamicMatrix will result in the new matrix retaining a pointer to the data of the old matrix! For this reason, the pragma {attribute 'no_assign'} is used to block assignment at compile-time, but inheriting sub-classes will need to include this pragma themselves. +/// Note that using DynamicMatrix as the return value of a function is essentially an assignment operation and will also not work. Therefore, it is recommended to always pass DynamicMatrix objects in and out of functions using the REFERENCE TO keyword. To alleviate the pain of these assignment rules there are a ton of 'Resultant' helper functions available to use which initialize a new DynamicMatrix as the result of some operation on other matrix objects. +/// +/// +/// The DynamicMatrix FB will automatically free its memory when an instance of the class is created, or goes out of scope. +/// This prevents memory leaks and page faults, but it also prevents you from instantiating a DynamicMatrix inside of a function and then passing a REFERENCE TO it back up the call chain. +/// Another consequnce is that a DynamicMatrix cannot be retained after power-loss. +/// A DynamicMatrix within a GVL will free its memory when the program terminates. +/// + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] + public abstract class DynamicMatrix : PlcDocu.TcMatrix.Matrix + { + +/// +/// Frees all dynamically allocated memory and resets the size of the matrix to 0x0 +/// +///This is PLC method. This method is invokable only from the PLC code. +///Plc type VOID; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public void Free() + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Gets the value of the element in this matrix at the supplied location as if the elements were stored in a 1D row-major array +/// Prerequisites: +/// - I < Rows*Cols +/// - Matrix is not empty +/// +/// +/// If the supplied index is out of bounds the value 0 is returned and a warning is generated in the Error List +/// +/// +/// +/// The index of the element which should have its value returned +/// The value of the element at the specified index, or 0 if an invalid index is supplied +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +///Plc type LREAL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic GetI(dynamic I) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Initializes a RxC matrix, with potentially random non-zero values +/// +/// The number of rows to create +/// The number of collumns to create +/// Returns True if success +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic Init(dynamic Rows, dynamic Cols) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Initializes a RxC matrix where every element is equal to the supplied value +/// +/// Number of rows to create +/// Number of columns to create +/// The value to to initiliaze with +/// Returns True if success +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : LREAL [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic InitConstant(dynamic Rows, dynamic Cols, dynamic Val) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Initializes a matrix with the exact size and contents of the supplied matrix +/// +/// Supplied matrix +/// Returns True if success +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : Matrix [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic InitCopy(dynamic M) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Initializes a square identity matrix of size Size x Size +/// +/// Size of the square matrix +/// Returns True if success +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic InitIdentity(dynamic Size) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Initializes a RxC matrix then fills is using FillTrapezoidal() +/// +/// Number of rows to create +/// Number of columns to create +/// Every element on the main diagonal of the matrix is set to this value. +/// Every element above or to the right of the main diagonal is set to this value +/// Every element below or to the left of the main diagonal is set to this value +/// Returns True if success +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : LREAL [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : LREAL [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : LREAL [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic InitTrapezoidal(dynamic Rows, dynamic Cols, dynamic Diagonal, dynamic UpperRight, dynamic LowerLeft) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Initializes an Lx1 column vector where the 0th element is equal to Val and every subsequent element is Inc larger than the previous +/// +/// Length of the vector +/// Value of 0th element +/// Value by witch every other value is incremented by +/// Returns True if success +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : LREAL [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : LREAL [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic InitVector(dynamic Length, dynamic Value, dynamic Increment) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Initializes a RxC matrix where every element is equal to 0.0 +/// +/// The number of rows to create +/// The number of collumns to create +/// Returns True if success +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic InitZeros(dynamic Rows, dynamic Cols) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Changes the total number of Rows and Cols in the matrix. +/// If Retain is seleced then any element within the bounds of both the initial and resulting matrix will have its value retained. +/// If Init is selected then any newly created element will have its value set to zero. +/// +/// The row of the element to fetch +/// The column of the element to fetch +/// If selected then any element within the bounds of both the initial and resulting matrix will have its value retained. +/// If selected then any newly created element will have its value set to zero. +/// Returns TRUE on success +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : BOOL [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : BOOL [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic Resize(dynamic NewRows, dynamic NewCols, dynamic RetainVals, dynamic ClearVals) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Sets the element specified BY the supplied index TO the suppleid value, assuming the data OF the matrix is stored in a 1D row-major ARRAY +/// Prerequisites: - I < Rows*Cols +/// +/// The index specifying which element should be modified +/// The value copied to the corresponding element +/// TRUE if the specified index is valid and the data is copied. FLASE otherwise +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : LREAL [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic SetI(dynamic I, dynamic Val) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Removes the specified Row and Column from the matrix, resuling in a new size of (Rows-1,Cols-1). +/// No dimension can be shrunk from 1 to 0 (therefore vectors only shrink in one direction). +/// +/// Returns TRUE on success +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic Shrink(dynamic Row, dynamic Col) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Similar to TransposeSquare, however it works on rectangular matricies (swapping Rows and Cols) +/// +/// Returns TRUE on success +///This is PLC method. This method is invokable only from the PLC code. +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic Transpose() + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +///This is PLC property. This method is accessible only from the PLC code. +///Plc type UINT; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic Cols + { + get + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + } + + +/// +///This is PLC property. This method is accessible only from the PLC code. +///Plc type UINT; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic Rows + { + get + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + } + + public object Rows_; + public object Cols_; + public object Data; + public object MemManager; + ///Prevents creating instance of this class via public constructor + public DynamicMatrix() + { + } + } +#endif +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuExternalStaticMatrix.g.cs b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuExternalStaticMatrix.g.cs new file mode 100644 index 0000000..b352c9a --- /dev/null +++ b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuExternalStaticMatrix.g.cs @@ -0,0 +1,91 @@ +using System; + +namespace PlcDocu.TcMatrix +{ +#if PLC_DOCU + +/// +/// This simple concrete derivative of the StaticMatrix class uses an external ARRAY OF LREAL as the memory source for the matrix data. +/// It is accessed in row-major order based on the logic in the GetI and SetI functions. +/// It is most useful when someone doesn't trust dynamically allocated memory, but also doesn't want to make multiple size-specific custom derived FBs just to set up a single complex matrix operation. +/// Init(R,C,pD) : Must be called in order to setup the matrix (it will be empty until this method is called). +/// +/// +/// It is the callers responsibility to ensure that the pointer provided to the initializer is valid: +/// - The length of the data structure pointed to (probably an array of LREAL) is at least as long as Rows x Cols +/// - The scope of the data structure pointed to is the same as the scope of the corresponding ExternalStaticMatrix (probably declared adjacent to eachother as a VAR or GVL) +/// Additionally, direct assignment (:=) should not be used with this type of matrix because a second copy of the Matrix, but with a pointer to the original's data source, would be created. For this reason, the pragma {attribute 'no_assign'} is used to block assignment at compile-time. Keep in mind that returning a value from a function is also a form of assignment and is not allowed. +/// +/// +/// +/// The row of the element to fetch +/// The column of the element to fetch +/// Returns the value of the element at the specified (0-indexed) position within the matrix + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] + public abstract class ExternalStaticMatrix : PlcDocu.TcMatrix.StaticMatrix + { + +/// +/// Gets the value of the element in this matrix at the supplied location as if the elements were stored in a 1D row-major array +/// Prerequisites: +/// - I < Rows*Cols +/// - Matrix is not empty +/// +/// +/// If the supplied index is out of bounds the value 0 is returned and a warning is generated in the Error List +/// +/// +/// +/// The index of the element which should have its value returned +/// The value of the element at the specified index, or 0 if an invalid index is supplied +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +///Plc type LREAL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic GetI(dynamic I) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Sets the element specified BY the supplied index TO the suppleid value, assuming the data OF the matrix is stored in a 1D row-major ARRAY +/// Prerequisites: - I < Rows*Cols +/// +/// The index specifying which element should be modified +/// The value copied to the corresponding element +/// TRUE if the specified index is valid and the data is copied. FLASE otherwise +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : LREAL [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic SetI(dynamic I, dynamic Val) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + public object Length_; + public object Data; + ///Prevents creating instance of this class via public constructor + public ExternalStaticMatrix() + { + } + } +#endif +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuGlobal_Version.g.cs b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuGlobal_Version.g.cs new file mode 100644 index 0000000..38bfcae --- /dev/null +++ b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuGlobal_Version.g.cs @@ -0,0 +1,16 @@ +using System; + +namespace PlcDocu.TcMatrix +{ +#if PLC_DOCU + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] + public abstract class Global_Version + { + public object stLibVersion_TcMatrix; + ///Prevents creating instance of this class via public constructor + public Global_Version() + { + } + } +#endif +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs new file mode 100644 index 0000000..362604f --- /dev/null +++ b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs @@ -0,0 +1,705 @@ +using System; + +namespace PlcDocu.TcMatrix +{ +#if PLC_DOCU + +/// +/// This abstract FB is the basis for all other matrix FBs. It represents a 2D array of LREAL elements. +/// It provides dozens of methods and properties useful for manipulating itself, calculating values, and comparing to other matricies. +/// Critically, this base class does not actually contain any mechanism for storing the values of the matrix (that is the responsibility of the specific inheriting sub-class). +/// +/// +/// Because Matrix is an abstract FB it cannot be assigned (:=) directly. +/// Instead, each Matrix is always passed in and out of a function AS REFERENCE. +/// This also allows interactions with inhereted sub-classes of Matrix more easily. +/// +/// +/// + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] + public abstract class Matrix + { + +/// +/// Resets the value of every element in this matrix to zero +/// Sets the value of every element to 0.0 +/// +///This is PLC method. This method is invokable only from the PLC code. +///Plc type VOID; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public void Clear() + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Copy the value from each element in the source matrix to each corresponding element in this matrix +/// Prerequisites: +/// - This matrix is the same size as the source matrix +/// - Neither matrix is empty +/// +/// Source of the copy operation +/// Returns true if the prerequisites were met and the data was copied, false otherwise +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : Matrix [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic CopyFrom(dynamic M) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// For each element in this matrix, calculate a new value by Subtracting the value of the corresponding element of the supplied matrix from the value in this matrix +/// THIS := THIS - M +/// :Prerequisites: +/// - This matrix is the same size as the supplied matrix +/// - Neither matrix is empty +/// +/// The subtrahend in the subtraction +/// TRUE if the operation completes successfully, false if the prerequisites are not met +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : Matrix [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic ElementDifference(dynamic M) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// For each element in this matrix, calculate a new value by Multiplying the value of the corresponding element of the supplied matrix with the value in this matrix +/// THIS := THIS .* M +/// :Prerequisites: +/// - This matrix is the same size as the supplied matrix +/// - Neither matrix is empty +/// +/// the supplied matrix to be multiplied element-by-element to this matrix +/// TRUE if the operation completes successfully, false if the prerequisites are not met +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : Matrix [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic ElementProduct(dynamic M) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// For each element in this matrix, calculate a new value by Adding the value of the corresponding element of the supplied matrix with the value in this matrix +/// THIS := THIS + M +/// Prerequisites: +/// - This matrix is the same size as the supplied matrix +/// - Neither matrix is empty +/// +/// The supplied matrix to be added to this matrix +/// TRUE if the operation completes successfully, false if the prerequisites are not met +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : Matrix [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic ElementSum(dynamic M) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// For every element that exist in both this matrix and the source matrix, copy the value from the source matrix into this matrix +/// +/// source matrix for element copy operation +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : Matrix [VAR_INPUT]; Twin type : +/// +/// + +///Plc type VOID; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public void FillFrom(dynamic M) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Fills all elements of this matrix based on which of three zones it is located into when considered as a trapezoidal matrix +/// +/// Every element on the main diagonal of the matrix is set to this value. +/// Every element above or to the right of the main diagonal is set to this value +/// Every element below or to the left of the main diagonal is set to this value +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : LREAL [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : LREAL [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : LREAL [VAR_INPUT]; Twin type : +/// +/// + +///Plc type VOID; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public void FillTrapezoidal(dynamic Diagonal, dynamic UpperRight, dynamic LowerLeft) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Gets the value of the element in this matrix at the supplied location as if the elements were stored in a 1D row-major array +/// Prerequisites: +/// - I < Rows*Cols +/// - Matrix is not empty +/// +/// +/// If the supplied index is out of bounds the value 0 is returned and a warning is generated in the Error List +/// +/// +/// +/// The index of the element which should have its value returned +/// The value of the element at the specified index, or 0 if an invalid index is supplied +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +///Plc type LREAL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic GetI(dynamic I) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Returns the value of the element of this matrix at the specified row and column. +/// Prerequisites: +/// - Row < Rows +/// - Col < Cols +/// - Matrix is not empty +/// +/// +/// If the supplied or or column is out of bounds then a warning message is generated in the Error List and the value 0 is returned +/// +/// +/// The value of the element at the specified row and column, or 0 if an invalid index is supplied +/// +/// +/// +/// The row of the element to fetch +/// The column of the element to fetch +/// Returns the value of the element at the specified (0-indexed) position within the matrix +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +///Plc type LREAL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic GetRC(dynamic Row, dynamic Col) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Returns the length of the matrix in the specified dimension +/// +/// GetSize(0) is equivalent to Rows +/// GetSize(1) is equivalent to Cols +/// +/// +/// +/// If an invalid dimension is supplied then a warning is generated in the Error List and the value 0 is returned +/// +/// +/// The length of the matrix in the specified dimension, or 0 if the dimension specified is invalid +/// +/// +/// +/// The dimension of the matrix for which the size should be returned. 0=Rows, 1=Cols +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +///Plc type UINT; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic GetSize(dynamic Dim) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Calcualtes the vector magnitude of this matrix (square root of the sum of the squares), assuming it is a vector. +/// :Prerequisites: +/// - This matrix is not empty and is a vector +/// +/// +/// If this matrix is empty or is not a vector, 0 is returned +/// +/// +/// +/// The vector magnitude of this matrix if it is a vector, otherwise 0 +///This is PLC method. This method is invokable only from the PLC code. +///Plc type LREAL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic GetVectorMagnitude() + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Inverts the matrix. May fail if the matrix is too close to being singular. Use the tolerance input to specify how close to go (1E-6 to 1E-9 is porbably good). +/// :Prerequisites: +/// - This matrix is square +/// - This matrix is not empty +/// +/// The smallest magnitude of number that is allowed to be used as a denominator in the calculation of the inverse +/// True if the inverse has been calculated. False if a precondition was not met, or a near-singularity was detected (data may be malformed). +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : LREAL [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic InvertSquare(dynamic Tolerance) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Returns TRUE if IsEqualSize is true AND every element in this matrix is equal to its corresponding element in the supplied matrix +/// Checks if this matrix is the same size (number of rows and number of columns match) as the supplied matrix. +/// +/// +/// two empty matricies are considered the same size. +/// +/// +/// +/// The matrix which should have its size compared to the size of this matrix +/// True if this matrix is the same size as the supplied matrix +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : Matrix [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic IsEqualSize(dynamic M) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Determines if this matrix is *nearly* equal to a supplied matrix, based on a supplied precision. +/// Two matricies are considered nearly equal if they are the same size and every set of corresponding elements are equal to within the supplied precision. +/// +/// +/// Note that two empty matricies are considered equal +/// +/// +/// +/// The other matrix to compare to this one +/// Deviation between two elements larger than this value makes them unequal +/// TRUE if the two matricies are nearly equal, FALSE if they are not +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : Matrix [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : LREAL [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic IsNearlyEqual(dynamic M, dynamic Precision) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Raises every element of the matrix to the supplied power +/// +/// +/// Many values of exponent could easily cause all of the elements to turn into NaN! +/// +/// +/// +/// Power with which to raise every element of the matrix +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : LREAL [VAR_INPUT]; Twin type : +/// +/// + +///Plc type VOID; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public void Power(dynamic Exponent) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Scales every element of this matrix by the supplied value +/// +/// Value with which to scale every element of this matrix +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : LREAL [VAR_INPUT]; Twin type : +/// +/// + +///Plc type VOID; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public void Scale(dynamic Scalar) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Sets the element specified BY the supplied index TO the suppleid value, assuming the data OF the matrix is stored in a 1D row-major ARRAY +/// Prerequisites: - I < Rows*Cols +/// +/// The index specifying which element should be modified +/// The value copied to the corresponding element +/// TRUE if the specified index is valid and the data is copied. FLASE otherwise +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : LREAL [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic SetI(dynamic I, dynamic Val) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Sets the element specified by the supplied row and column to the suppleid value +/// Prerequisites: +/// - Row < Rows +/// - Col < Cols +/// - Matrix is not empty +/// +/// +/// If the supplied or or column is out of bounds then a warning message is generated in the Error List and the value 0 is returned +/// The value of the element at the specified row and column, or 0 if an invalid index is supplied +/// +/// +/// +/// The row of the element to set +/// The column of the element to set +/// The value to copy into the specified element +/// TRUE if the specified row and column are valid and the data is copied. FALSE otherwise +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : LREAL [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic SetRC(dynamic Row, dynamic Col, dynamic Val) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Sorts the matrix by swapping entire rows around until the specified column is in ascending order. The relative position of equal rows will remain unchanged so as to allow tiered sorting. +/// In-place bubble sort of rows by the specified col, into ascending order +/// algorithm is 'stable', meaning that two equivalent rows will maintain their relative position after +/// This is nice because it lets you sort by secondary/tertiary/etc columns (if you do them in reverse) +/// +/// The row of the element to fetch +/// The column of the element to fetch +/// Returns the value of the element at the specified (0-indexed) position within the matrix +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic SortByColAsc(dynamic SortCol) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Transposes the matrix. +/// :Prerequisites: +/// - This matrix is square +/// - This matrix is not empty +/// +/// TRUE if the operation completes successfully, false if the prerequisites are not met +///This is PLC method. This method is invokable only from the PLC code. +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic TransposeSquare() + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Returns the average value of all elements +/// +///This is PLC property. This method is accessible only from the PLC code. +///Plc type LREAL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic Average + { + get + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + } + + +/// +/// Returns the number of columns in the matrix +/// +///This is PLC property. This method is accessible only from the PLC code. +///Plc type UINT; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic Cols + { + get + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + } + + +/// +/// Returns true if the matrix does not have any addresible elements +/// +///This is PLC property. This method is accessible only from the PLC code. +///Plc type Bool; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic IsEmpty + { + get + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + } + + +/// +/// Returns true if this matrix is not empty, and the number of columns is equal to the number of rows +/// +///This is PLC property. This method is accessible only from the PLC code. +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic IsSquare + { + get + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + } + + +/// +/// Returns true if this matrix is not empty, and at least one dimension has a size of 1 (row vector or column vector). +/// +///This is PLC property. This method is accessible only from the PLC code. +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic IsVector + { + get + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + } + + +/// +/// Total number of elements in this matrix +/// +///This is PLC property. This method is accessible only from the PLC code. +///Plc type UINT; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic Length + { + get + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + } + + +/// +/// Returns the maximum value from all elements +/// +///This is PLC property. This method is accessible only from the PLC code. +///Plc type LREAL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic MaxVal + { + get + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + } + + +/// +/// Returns the minimum value from all elements +/// +///This is PLC property. This method is accessible only from the PLC code. +///Plc type LREAL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic MinVal + { + get + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + } + + +/// +/// Total number of rows in this matrix +/// +///This is PLC property. This method is accessible only from the PLC code. +///Plc type UINT; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic Rows + { + get + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + } + + +/// +/// Returns the sum of all elements +/// +///This is PLC property. This method is accessible only from the PLC code. +///Plc type LREAL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic Sum + { + get + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + } + + public object sPath_; + public object Ri; + public object Ci; + public object I; + public object ZeroReference_; + ///Prevents creating instance of this class via public constructor + public Matrix() + { + } + } +#endif +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixAccessor.g.cs b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixAccessor.g.cs new file mode 100644 index 0000000..78d2efc --- /dev/null +++ b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixAccessor.g.cs @@ -0,0 +1,86 @@ +using System; + +namespace PlcDocu.TcMatrix +{ +#if PLC_DOCU + +/// +/// Matrix accessors are a way of interacting with the data of a parent Matrix through a special lens, without copying the data into a new Matrix and then back again. +/// This type of Matrix works by creating a function that converts the I-based indexing of the accessor matrix into the I-based indexing of the parent matrix, then using it to intercept calls to GetI and SetI. +/// Concrete Matrix Accessor Classes can be easily created from the parent MatrixAccessor abstract class by implementing the This2Parent method in order to define the index conversion. +/// +/// +/// Note that matrix accessor allow both read and write access to the parent matrix! +/// +/// +/// Matrix Accessors inherently store a pointer (BY REFERENCE) to their parent matrix. If the parent matrix goes out of scope (through function return) or is moved (through an online change) then the Matrix Accessor will no longer work. Therefore, they are best used quickly then destroyed, all within the scope of a single F or FB. +/// +/// +/// + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] + public abstract class MatrixAccessor : PlcDocu.TcMatrix.Matrix + { + +/// +/// Gets the value of the element in this matrix at the supplied location as if the elements were stored in a 1D row-major array +/// Prerequisites: +/// - I < Rows*Cols +/// - Matrix is not empty +/// +/// +/// If the supplied index is out of bounds the value 0 is returned and a warning is generated in the Error List +/// +/// +/// +/// The index of the element which should have its value returned +/// The value of the element at the specified index, or 0 if an invalid index is supplied +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +///Plc type LREAL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic GetI(dynamic I) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + +/// +/// Sets the element specified BY the supplied index TO the suppleid value, assuming the data OF the matrix is stored in a 1D row-major ARRAY +/// Prerequisites: - I < Rows*Cols +/// +/// The index specifying which element should be modified +/// The value copied to the corresponding element +/// TRUE if the specified index is valid and the data is copied. FLASE otherwise +///This is PLC method. This method is invokable only from the PLC code. +/// +///Plc type : UINT [VAR_INPUT]; Twin type : +/// +/// + +/// +///Plc type : LREAL [VAR_INPUT]; Twin type : +/// +/// + +///Plc type BOOL; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic SetI(dynamic I, dynamic Val) + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + + public Matrix M_; + ///Prevents creating instance of this class via public constructor + public MatrixAccessor() + { + } + } +#endif +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs new file mode 100644 index 0000000..dab9bcb --- /dev/null +++ b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs @@ -0,0 +1,51 @@ +using System; + +namespace PlcDocu.TcMatrix +{ +#if PLC_DOCU + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] + public abstract class MatrixCsvReader + { + public object bExecute; + public Matrix M; + public object sPathName; + public object tTimeout; + public object nHeaderLines; + public object bBusy; + public object bError; + public object nErrId; + public object nErrStep; + public object nRows; + public object nCols; + public object nVals; + public object FileOpen; + public object CsvRead; + public object FileRead; + public object FileSeek; + public object FileClose; + public object hFile; + public object readEOF; + public object bytesRead; + public object bytesParsed; + public object buffer; + public object step; + public object Hi; + public object Ri; + public object Ci; + public object BuffCmd; + public object bufferSize; + public object dataSize; + public object stepReady; + public object stepOpenFile; + public object stepFillBuffer; + public object stepReadBuffer; + public object stepMovePointer; + public object stepCloseFile; + public object stepDone; + ///Prevents creating instance of this class via public constructor + public MatrixCsvReader() + { + } + } +#endif +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvWriter.g.cs b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvWriter.g.cs new file mode 100644 index 0000000..6b56476 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvWriter.g.cs @@ -0,0 +1,45 @@ +using System; + +namespace PlcDocu.TcMatrix +{ +#if PLC_DOCU + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] + public abstract class MatrixCsvWriter + { + public object bExecute; + public Matrix M; + public object sPathName; + public object tTimeout; + public object pHeader; + public object cbHeaderLen; + public object bBusy; + public object bError; + public object nErrId; + public object nErrStep; + public object FileOpen; + public object CsvWrite; + public object FileWrite; + public object FileClose; + public object hFile; + public object buffer; + public object bufferOffset; + public object step; + public object Ri; + public object Ci; + public object BuffCmd; + public object bufferSize; + public object dataSize; + public object stepReady; + public object stepOpenFile; + public object stepWriteHeader; + public object stepFillBuffer; + public object stepWriteBuffer; + public object stepCloseFile; + public object stepDone; + ///Prevents creating instance of this class via public constructor + public MatrixCsvWriter() + { + } + } +#endif +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs new file mode 100644 index 0000000..8edfa9f --- /dev/null +++ b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs @@ -0,0 +1,51 @@ +using System; + +namespace PlcDocu.TcMatrix +{ +#if PLC_DOCU + +/// +/// See Matrix accessor +/// Allows access to the parent matrix as if the Shrink function had been called +/// + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] + public abstract class ShrunkMatrixAccessor : PlcDocu.TcMatrix.MatrixAccessor + { + +/// +///This is PLC property. This method is accessible only from the PLC code. +///Plc type UINT; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic Cols + { + get + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + } + + +/// +///This is PLC property. This method is accessible only from the PLC code. +///Plc type UINT; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic Rows + { + get + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + } + + public object RowRemoved_; + public object ColRemoved_; + ///Prevents creating instance of this class via public constructor + public ShrunkMatrixAccessor() + { + } + } +#endif +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuStaticMatrix.g.cs b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuStaticMatrix.g.cs new file mode 100644 index 0000000..73ed47d --- /dev/null +++ b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuStaticMatrix.g.cs @@ -0,0 +1,66 @@ +using System; + +namespace PlcDocu.TcMatrix +{ +#if PLC_DOCU + +/// +/// This type of matrix has the number of rows and columns set during initialization and then they cannot be changed. +/// Derived class must: +/// - Declare a VAR array of LREAL named Data_ +/// - Call Init_ in FB_init, pointing to the local arrays, with Rows and Cols such that Rows*Cols <= Length(Data_) +/// This simple abstract class sets the rules for all static memory matricies by creating a protected Init_(R,C) method that must be called to set the initial size of the matrix. +/// It also implements the required Rows and Cols properties to return the values that were set during initialization. +/// +/// +/// It is the callers responsibility to ensure that the pointer provided to the initializer is valid: +/// - The length of the data structure pointed to (probably an array of LREAL) is at least as long as Rows x Cols +/// - The scope of the data structure pointed to is the same as the scope of the corresponding ExternalStaticMatrix (probably declared adjacent to eachother as a VAR or GVL) +/// Additionally, direct assignment (:=) should not be used with this type of matrix because a second copy of the Matrix, but with a pointer to the original's data source, would be created. For this reason, the pragma {attribute 'no_assign'} is used to block assignment at compile-time. Keep in mind that returning a value from a function is also a form of assignment and is not allowed. +/// +/// +/// +/// The row of the element to fetch +/// The column of the element to fetch +/// Returns the value of the element at the specified (0-indexed) position within the matrix + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] + public abstract class StaticMatrix : PlcDocu.TcMatrix.Matrix + { + +/// +///This is PLC property. This method is accessible only from the PLC code. +///Plc type UINT; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic Cols + { + get + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + } + + +/// +///This is PLC property. This method is accessible only from the PLC code. +///Plc type UINT; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic Rows + { + get + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + } + + public object Rows_; + public object Cols_; + ///Prevents creating instance of this class via public constructor + public StaticMatrix() + { + } + } +#endif +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuSubMatrixAccessor.g.cs b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuSubMatrixAccessor.g.cs new file mode 100644 index 0000000..c441b4b --- /dev/null +++ b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuSubMatrixAccessor.g.cs @@ -0,0 +1,53 @@ +using System; + +namespace PlcDocu.TcMatrix +{ +#if PLC_DOCU + +/// +/// See Matrix accessor +/// Allows access to a rectangular subset of the parent matrix as if it were a standalone matrix +/// + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] + public abstract class SubMatrixAccessor : PlcDocu.TcMatrix.MatrixAccessor + { + +/// +///This is PLC property. This method is accessible only from the PLC code. +///Plc type UINT; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic Cols + { + get + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + } + + +/// +///This is PLC property. This method is accessible only from the PLC code. +///Plc type UINT; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic Rows + { + get + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + } + + public object RowStart_; + public object RowCount_; + public object ColStart_; + public object ColCount_; + ///Prevents creating instance of this class via public constructor + public SubMatrixAccessor() + { + } + } +#endif +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuTransposeMatrixAccessor.g.cs b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuTransposeMatrixAccessor.g.cs new file mode 100644 index 0000000..032f2bf --- /dev/null +++ b/docu/TcMatrixConnector/_generated/PlcDocumentation/PlcDocuTransposeMatrixAccessor.g.cs @@ -0,0 +1,51 @@ +using System; + +namespace PlcDocu.TcMatrix +{ +#if PLC_DOCU + +/// +/// See Matrix accessor +/// Allows access to the elements of the parent matrix as if it were transposed +/// + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] + public abstract class TransposeMatrixAccessor : PlcDocu.TcMatrix.MatrixAccessor + { + +/// +///This is PLC property. This method is accessible only from the PLC code. +///Plc type UINT; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic Cols + { + get + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + } + + +/// +///This is PLC property. This method is accessible only from the PLC code. +///Plc type UINT; Twin type: + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced), Vortex.Connector.IgnoreReflectionAttribute()] + public dynamic Rows + { + get + { + throw new NotImplementedException("This is PLC member; not invokable form the PC side."); + } + } + + public object RowRemoved_; + public object ColRemoved_; + ///Prevents creating instance of this class via public constructor + public TransposeMatrixAccessor() + { + } + } +#endif +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Shadow/IShadowDynamicMatrix.g.cs b/docu/TcMatrixConnector/_generated/Shadow/IShadowDynamicMatrix.g.cs new file mode 100644 index 0000000..45b58e7 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Shadow/IShadowDynamicMatrix.g.cs @@ -0,0 +1,31 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is shadow interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface IShadowDynamicMatrix : Vortex.Connector.IVortexShadowObject, TcMatrix.IShadowMatrix + { + Vortex.Connector.ValueTypes.Shadows.IShadowUInt Rows_ + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt Cols_ + { + get; + } + + new TcMatrix.PlainDynamicMatrix CreatePlainerType(); + new void FlushShadowToOnline(); + void CopyPlainToShadow(TcMatrix.PlainDynamicMatrix source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Shadow/IShadowExternalStaticMatrix.g.cs b/docu/TcMatrixConnector/_generated/Shadow/IShadowExternalStaticMatrix.g.cs new file mode 100644 index 0000000..23d429f --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Shadow/IShadowExternalStaticMatrix.g.cs @@ -0,0 +1,26 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is shadow interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface IShadowExternalStaticMatrix : Vortex.Connector.IVortexShadowObject, TcMatrix.IShadowStaticMatrix + { + Vortex.Connector.ValueTypes.Shadows.IShadowUInt Length_ + { + get; + } + + new TcMatrix.PlainExternalStaticMatrix CreatePlainerType(); + new void FlushShadowToOnline(); + void CopyPlainToShadow(TcMatrix.PlainExternalStaticMatrix source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Shadow/IShadowGlobal_Version.g.cs b/docu/TcMatrixConnector/_generated/Shadow/IShadowGlobal_Version.g.cs new file mode 100644 index 0000000..800868a --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Shadow/IShadowGlobal_Version.g.cs @@ -0,0 +1,26 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is shadow interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface IShadowGlobal_Version : Vortex.Connector.IVortexShadowObject + { + System.String AttributeName + { + get; + } + + TcMatrix.PlainGlobal_Version CreatePlainerType(); + void FlushShadowToOnline(); + void CopyPlainToShadow(TcMatrix.PlainGlobal_Version source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Shadow/IShadowMatrix.g.cs b/docu/TcMatrixConnector/_generated/Shadow/IShadowMatrix.g.cs new file mode 100644 index 0000000..a943048 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Shadow/IShadowMatrix.g.cs @@ -0,0 +1,46 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is shadow interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface IShadowMatrix : Vortex.Connector.IVortexShadowObject + { + Vortex.Connector.ValueTypes.Shadows.IShadowUInt Ri + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt Ci + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt I + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowLReal ZeroReference_ + { + get; + } + + System.String AttributeName + { + get; + } + + TcMatrix.PlainMatrix CreatePlainerType(); + void FlushShadowToOnline(); + void CopyPlainToShadow(TcMatrix.PlainMatrix source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Shadow/IShadowMatrixAccessor.g.cs b/docu/TcMatrixConnector/_generated/Shadow/IShadowMatrixAccessor.g.cs new file mode 100644 index 0000000..30d2c52 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Shadow/IShadowMatrixAccessor.g.cs @@ -0,0 +1,26 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is shadow interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface IShadowMatrixAccessor : Vortex.Connector.IVortexShadowObject, TcMatrix.IShadowMatrix + { + IShadowMatrix M_ + { + get; + } + + new TcMatrix.PlainMatrixAccessor CreatePlainerType(); + new void FlushShadowToOnline(); + void CopyPlainToShadow(TcMatrix.PlainMatrixAccessor source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Shadow/IShadowMatrixCsvReader.g.cs b/docu/TcMatrixConnector/_generated/Shadow/IShadowMatrixCsvReader.g.cs new file mode 100644 index 0000000..47b678a --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Shadow/IShadowMatrixCsvReader.g.cs @@ -0,0 +1,126 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is shadow interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface IShadowMatrixCsvReader : Vortex.Connector.IVortexShadowObject + { + Vortex.Connector.ValueTypes.Shadows.IShadowBool bExecute + { + get; + } + + IShadowMatrix M + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowTime tTimeout + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUDInt nHeaderLines + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowBool bBusy + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowBool bError + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUDInt nErrId + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUDInt nErrStep + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt nRows + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt nCols + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt nVals + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt hFile + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowBool readEOF + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowDInt bytesRead + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowDInt bytesParsed + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowString buffer + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUDInt step + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt Hi + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt Ri + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt Ci + { + get; + } + + System.String AttributeName + { + get; + } + + TcMatrix.PlainMatrixCsvReader CreatePlainerType(); + void FlushShadowToOnline(); + void CopyPlainToShadow(TcMatrix.PlainMatrixCsvReader source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Shadow/IShadowMatrixCsvWriter.g.cs b/docu/TcMatrixConnector/_generated/Shadow/IShadowMatrixCsvWriter.g.cs new file mode 100644 index 0000000..d48f355 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Shadow/IShadowMatrixCsvWriter.g.cs @@ -0,0 +1,96 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is shadow interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface IShadowMatrixCsvWriter : Vortex.Connector.IVortexShadowObject + { + Vortex.Connector.ValueTypes.Shadows.IShadowBool bExecute + { + get; + } + + IShadowMatrix M + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowTime tTimeout + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUDInt cbHeaderLen + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowBool bBusy + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowBool bError + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUDInt nErrId + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUDInt nErrStep + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt hFile + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowString buffer + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt bufferOffset + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUDInt step + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt Ri + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt Ci + { + get; + } + + System.String AttributeName + { + get; + } + + TcMatrix.PlainMatrixCsvWriter CreatePlainerType(); + void FlushShadowToOnline(); + void CopyPlainToShadow(TcMatrix.PlainMatrixCsvWriter source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Shadow/IShadowShrunkMatrixAccessor.g.cs b/docu/TcMatrixConnector/_generated/Shadow/IShadowShrunkMatrixAccessor.g.cs new file mode 100644 index 0000000..e35aeba --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Shadow/IShadowShrunkMatrixAccessor.g.cs @@ -0,0 +1,31 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is shadow interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface IShadowShrunkMatrixAccessor : Vortex.Connector.IVortexShadowObject, TcMatrix.IShadowMatrixAccessor + { + Vortex.Connector.ValueTypes.Shadows.IShadowUInt RowRemoved_ + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt ColRemoved_ + { + get; + } + + new TcMatrix.PlainShrunkMatrixAccessor CreatePlainerType(); + new void FlushShadowToOnline(); + void CopyPlainToShadow(TcMatrix.PlainShrunkMatrixAccessor source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Shadow/IShadowStaticMatrix.g.cs b/docu/TcMatrixConnector/_generated/Shadow/IShadowStaticMatrix.g.cs new file mode 100644 index 0000000..7b757b9 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Shadow/IShadowStaticMatrix.g.cs @@ -0,0 +1,31 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is shadow interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface IShadowStaticMatrix : Vortex.Connector.IVortexShadowObject, TcMatrix.IShadowMatrix + { + Vortex.Connector.ValueTypes.Shadows.IShadowUInt Rows_ + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt Cols_ + { + get; + } + + new TcMatrix.PlainStaticMatrix CreatePlainerType(); + new void FlushShadowToOnline(); + void CopyPlainToShadow(TcMatrix.PlainStaticMatrix source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Shadow/IShadowSubMatrixAccessor.g.cs b/docu/TcMatrixConnector/_generated/Shadow/IShadowSubMatrixAccessor.g.cs new file mode 100644 index 0000000..07751c8 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Shadow/IShadowSubMatrixAccessor.g.cs @@ -0,0 +1,41 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is shadow interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface IShadowSubMatrixAccessor : Vortex.Connector.IVortexShadowObject, TcMatrix.IShadowMatrixAccessor + { + Vortex.Connector.ValueTypes.Shadows.IShadowUInt RowStart_ + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt RowCount_ + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt ColStart_ + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt ColCount_ + { + get; + } + + new TcMatrix.PlainSubMatrixAccessor CreatePlainerType(); + new void FlushShadowToOnline(); + void CopyPlainToShadow(TcMatrix.PlainSubMatrixAccessor source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/Shadow/IShadowTransposeMatrixAccessor.g.cs b/docu/TcMatrixConnector/_generated/Shadow/IShadowTransposeMatrixAccessor.g.cs new file mode 100644 index 0000000..5f07f90 --- /dev/null +++ b/docu/TcMatrixConnector/_generated/Shadow/IShadowTransposeMatrixAccessor.g.cs @@ -0,0 +1,31 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; + +namespace TcMatrix +{ + + /// + /// This is shadow interface for its respective class. For documentation of this type see the onliner class. + /// + /// + public partial interface IShadowTransposeMatrixAccessor : Vortex.Connector.IVortexShadowObject, TcMatrix.IShadowMatrixAccessor + { + Vortex.Connector.ValueTypes.Shadows.IShadowUInt RowRemoved_ + { + get; + } + + Vortex.Connector.ValueTypes.Shadows.IShadowUInt ColRemoved_ + { + get; + } + + new TcMatrix.PlainTransposeMatrixAccessor CreatePlainerType(); + new void FlushShadowToOnline(); + void CopyPlainToShadow(TcMatrix.PlainTransposeMatrixAccessor source); + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_generated/TcMatrix.g.cs b/docu/TcMatrixConnector/_generated/TcMatrix.g.cs new file mode 100644 index 0000000..e90d6cc --- /dev/null +++ b/docu/TcMatrixConnector/_generated/TcMatrix.g.cs @@ -0,0 +1,229 @@ +using System; +using Vortex.Connector; +using Vortex.Connector.Peripheries; +using Vortex.Connector.Attributes; +using Vortex.Connector.ValueTypes; +using Vortex.Connector.Identity; +using TcMatrixConnector.Properties; + +[assembly: Vortex.Connector.Attributes.AssemblyPlcCounterPart("{\r\n \"Types\": [\r\n {\r\n \"TypeAttributes\": \"\\n{attribute addProperty Name \\\"\\\" }\",\r\n \"TypeName\": \"MatrixCsvReader\",\r\n \"Namespace\": \"TcMatrix\",\r\n \"TypeMetaInfo\": 4\r\n },\r\n {\r\n \"TypeAttributes\": \"\\n{attribute addProperty Name \\\"\\\" }\",\r\n \"TypeName\": \"MatrixCsvWriter\",\r\n \"Namespace\": \"TcMatrix\",\r\n \"TypeMetaInfo\": 4\r\n },\r\n {\r\n \"TypeAttributes\": \"\\n{attribute addProperty Name \\\"\\\" }\",\r\n \"TypeName\": \"DynamicMatrix\",\r\n \"Namespace\": \"TcMatrix\",\r\n \"TypeMetaInfo\": 4\r\n },\r\n {\r\n \"TypeAttributes\": \"\\n{attribute addProperty Name \\\"\\\" }\",\r\n \"TypeName\": \"ExternalStaticMatrix\",\r\n \"Namespace\": \"TcMatrix\",\r\n \"TypeMetaInfo\": 4\r\n },\r\n {\r\n \"TypeAttributes\": \"\\n{attribute addProperty Name \\\"\\\" }\",\r\n \"TypeName\": \"Matrix\",\r\n \"Namespace\": \"TcMatrix\",\r\n \"TypeMetaInfo\": 4\r\n },\r\n {\r\n \"TypeAttributes\": \"\\n{attribute addProperty Name \\\"\\\" }\",\r\n \"TypeName\": \"MatrixAccessor\",\r\n \"Namespace\": \"TcMatrix\",\r\n \"TypeMetaInfo\": 4\r\n },\r\n {\r\n \"TypeAttributes\": \"\\n{attribute addProperty Name \\\"\\\" }\",\r\n \"TypeName\": \"ShrunkMatrixAccessor\",\r\n \"Namespace\": \"TcMatrix\",\r\n \"TypeMetaInfo\": 4\r\n },\r\n {\r\n \"TypeAttributes\": \"\\n{attribute addProperty Name \\\"\\\" }\",\r\n \"TypeName\": \"SubMatrixAccessor\",\r\n \"Namespace\": \"TcMatrix\",\r\n \"TypeMetaInfo\": 4\r\n },\r\n {\r\n \"TypeAttributes\": \"\\n{attribute addProperty Name \\\"\\\" }\",\r\n \"TypeName\": \"TransposeMatrixAccessor\",\r\n \"Namespace\": \"TcMatrix\",\r\n \"TypeMetaInfo\": 4\r\n },\r\n {\r\n \"TypeAttributes\": \"\\n{attribute addProperty Name \\\"\\\" }\",\r\n \"TypeName\": \"StaticMatrix\",\r\n \"Namespace\": \"TcMatrix\",\r\n \"TypeMetaInfo\": 4\r\n },\r\n {\r\n \"TypeAttributes\": \"\\n{attribute addProperty Name \\\"\\\" }\",\r\n \"TypeName\": \"Global_Version\",\r\n \"Namespace\": \"TcMatrix\",\r\n \"TypeMetaInfo\": 0\r\n }\r\n ],\r\n \"Name\": \"TcMatrix\",\r\n \"Namespace\": \"TcMatrix\"\r\n}")] +#pragma warning disable SA1402, CS1591, CS0108, CS0067 +namespace TcMatrix +{ + public partial class TcMatrixTwinController : Vortex.Connector.ITwinController, ITcMatrixTwinController, IShadowTcMatrixTwinController + { + public string Symbol + { + get; + protected set; + } + + public string HumanReadable + { + get + { + return TcMatrixTwinController.Translator.Translate(_humanReadable).Interpolate(this); + } + + protected set + { + _humanReadable = value; + } + } + + protected string _humanReadable; + Global_Version _Global_Version; + public Global_Version Global_Version + { + get + { + return _Global_Version; + } + } + + IGlobal_Version ITcMatrixTwinController.Global_Version + { + get + { + return Global_Version; + } + } + + IShadowGlobal_Version IShadowTcMatrixTwinController.Global_Version + { + get + { + return Global_Version; + } + } + + public void LazyOnlineToShadow() + { + Global_Version.LazyOnlineToShadow(); + } + + public void LazyShadowToOnline() + { + Global_Version.LazyShadowToOnline(); + } + + public PlainTcMatrixTwinController CreatePlainerType() + { + var cloned = new PlainTcMatrixTwinController(); + cloned.Global_Version = Global_Version.CreatePlainerType(); + return cloned; + } + + protected PlainTcMatrixTwinController CreatePlainerType(PlainTcMatrixTwinController cloned) + { + cloned.Global_Version = Global_Version.CreatePlainerType(); + return cloned; + } + + public System.String AttributeName + { + get + { + return TcMatrixTwinController.Translator.Translate(_AttributeName).Interpolate(this); + } + + set + { + _AttributeName = value; + } + } + + private System.String _AttributeName + { + get; + set; + } + + public ITcMatrixTwinController Online + { + get + { + return (ITcMatrixTwinController)this; + } + } + + public IShadowTcMatrixTwinController Shadow + { + get + { + return (IShadowTcMatrixTwinController)this; + } + } + + public Vortex.Connector.IConnector Connector + { + get; + set; + } + + public TcMatrixTwinController() + { + var adapter = new Vortex.Connector.ConnectorAdapter(typeof (DummyConnectorFactory)); + this.Connector = adapter.GetConnector(new object[]{}); + _Global_Version = new Global_Version(this.Connector, "", "Global_Version"); + } + + public TcMatrixTwinController(Vortex.Connector.ConnectorAdapter adapter, object[] parameters) + { + this.Connector = adapter.GetConnector(parameters); + _Global_Version = new Global_Version(this.Connector, "", "Global_Version"); + } + + public TcMatrixTwinController(Vortex.Connector.ConnectorAdapter adapter) + { + this.Connector = adapter.GetConnector(adapter.Parameters); + _Global_Version = new Global_Version(this.Connector, "", "Global_Version"); + } + + public static string LocalizationDirectory + { + get; + set; + } + + private static Vortex.Localizations.Abstractions.ITranslator _translator + { + get; + set; + } + + internal static Vortex.Localizations.Abstractions.ITranslator Translator + { + get + { + if (_translator == null) + { + _translator = Vortex.Localizations.Abstractions.ITranslator.Get(typeof (Localizations)); + } return _translator ; + + } + } + } + + public partial interface ITcMatrixTwinController + { + IGlobal_Version Global_Version + { + get; + } + + System.String AttributeName + { + get; + } + + TcMatrix.PlainTcMatrixTwinController CreatePlainerType(); + } + + public partial interface IShadowTcMatrixTwinController + { + IShadowGlobal_Version Global_Version + { + get; + } + + System.String AttributeName + { + get; + } + + TcMatrix.PlainTcMatrixTwinController CreatePlainerType(); + } + + + /// + /// This is POCO object for its respective onliner class. For documentation of this type see the onliner class. + /// + /// + public partial class PlainTcMatrixTwinController : System.ComponentModel.INotifyPropertyChanged, Vortex.Connector.IPlain + { + PlainGlobal_Version _Global_Version; + public PlainGlobal_Version Global_Version + { + get + { + return _Global_Version; + } + + set + { + if (_Global_Version != value) + { + _Global_Version = value; + PropertyChanged?.Invoke(this, new System.ComponentModel.PropertyChangedEventArgs(nameof(Global_Version))); + } + } + } + + public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; + public PlainTcMatrixTwinController() + { + _Global_Version = new PlainGlobal_Version(); + } + } +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_meta/TcMatrix.json b/docu/TcMatrixConnector/_meta/TcMatrix.json new file mode 100644 index 0000000..878424e --- /dev/null +++ b/docu/TcMatrixConnector/_meta/TcMatrix.json @@ -0,0 +1,72 @@ +{ + "Types": [ + { + "TypeAttributes": "\n{attribute addProperty Name \"\" }", + "TypeName": "MatrixCsvReader", + "Namespace": "TcMatrix", + "TypeMetaInfo": 4 + }, + { + "TypeAttributes": "\n{attribute addProperty Name \"\" }", + "TypeName": "MatrixCsvWriter", + "Namespace": "TcMatrix", + "TypeMetaInfo": 4 + }, + { + "TypeAttributes": "\n{attribute addProperty Name \"\" }", + "TypeName": "DynamicMatrix", + "Namespace": "TcMatrix", + "TypeMetaInfo": 4 + }, + { + "TypeAttributes": "\n{attribute addProperty Name \"\" }", + "TypeName": "ExternalStaticMatrix", + "Namespace": "TcMatrix", + "TypeMetaInfo": 4 + }, + { + "TypeAttributes": "\n{attribute addProperty Name \"\" }", + "TypeName": "Matrix", + "Namespace": "TcMatrix", + "TypeMetaInfo": 4 + }, + { + "TypeAttributes": "\n{attribute addProperty Name \"\" }", + "TypeName": "MatrixAccessor", + "Namespace": "TcMatrix", + "TypeMetaInfo": 4 + }, + { + "TypeAttributes": "\n{attribute addProperty Name \"\" }", + "TypeName": "ShrunkMatrixAccessor", + "Namespace": "TcMatrix", + "TypeMetaInfo": 4 + }, + { + "TypeAttributes": "\n{attribute addProperty Name \"\" }", + "TypeName": "SubMatrixAccessor", + "Namespace": "TcMatrix", + "TypeMetaInfo": 4 + }, + { + "TypeAttributes": "\n{attribute addProperty Name \"\" }", + "TypeName": "TransposeMatrixAccessor", + "Namespace": "TcMatrix", + "TypeMetaInfo": 4 + }, + { + "TypeAttributes": "\n{attribute addProperty Name \"\" }", + "TypeName": "StaticMatrix", + "Namespace": "TcMatrix", + "TypeMetaInfo": 4 + }, + { + "TypeAttributes": "\n{attribute addProperty Name \"\" }", + "TypeName": "Global_Version", + "Namespace": "TcMatrix", + "TypeMetaInfo": 0 + } + ], + "Name": "TcMatrix", + "Namespace": "TcMatrix" +} \ No newline at end of file diff --git a/docu/TcMatrixConnector/_meta/version.info b/docu/TcMatrixConnector/_meta/version.info new file mode 100644 index 0000000..589268e --- /dev/null +++ b/docu/TcMatrixConnector/_meta/version.info @@ -0,0 +1 @@ +1.3.0 \ No newline at end of file diff --git a/docu/TcMatrixDocu/.gitignore b/docu/TcMatrixDocu/.gitignore new file mode 100644 index 0000000..4378419 --- /dev/null +++ b/docu/TcMatrixDocu/.gitignore @@ -0,0 +1,9 @@ +############### +# folder # +############### +/**/DROP/ +/**/TEMP/ +/**/packages/ +/**/bin/ +/**/obj/ +_site diff --git a/docu/TcMatrixDocu/TcMatrixDocu.csproj b/docu/TcMatrixDocu/TcMatrixDocu.csproj new file mode 100644 index 0000000..67a5ada --- /dev/null +++ b/docu/TcMatrixDocu/TcMatrixDocu.csproj @@ -0,0 +1,22 @@ + + + + net48 + + + + 1701;1702;CS0108 + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + diff --git a/docu/TcMatrixDocu/api/.manifest b/docu/TcMatrixDocu/api/.manifest new file mode 100644 index 0000000..ffa8c69 --- /dev/null +++ b/docu/TcMatrixDocu/api/.manifest @@ -0,0 +1,114 @@ +{ + "PlcDocu.TcMatrix": "PlcDocu.TcMatrix.yml", + "PlcDocu.TcMatrix.DynamicMatrix": "PlcDocu.TcMatrix.DynamicMatrix.yml", + "PlcDocu.TcMatrix.DynamicMatrix.Cols": "PlcDocu.TcMatrix.DynamicMatrix.yml", + "PlcDocu.TcMatrix.DynamicMatrix.Free": "PlcDocu.TcMatrix.DynamicMatrix.yml", + "PlcDocu.TcMatrix.DynamicMatrix.GetI(System.Object)": "PlcDocu.TcMatrix.DynamicMatrix.yml", + "PlcDocu.TcMatrix.DynamicMatrix.Init(System.Object,System.Object)": "PlcDocu.TcMatrix.DynamicMatrix.yml", + "PlcDocu.TcMatrix.DynamicMatrix.InitConstant(System.Object,System.Object,System.Object)": "PlcDocu.TcMatrix.DynamicMatrix.yml", + "PlcDocu.TcMatrix.DynamicMatrix.InitCopy(System.Object)": "PlcDocu.TcMatrix.DynamicMatrix.yml", + "PlcDocu.TcMatrix.DynamicMatrix.InitIdentity(System.Object)": "PlcDocu.TcMatrix.DynamicMatrix.yml", + "PlcDocu.TcMatrix.DynamicMatrix.InitTrapezoidal(System.Object,System.Object,System.Object,System.Object,System.Object)": "PlcDocu.TcMatrix.DynamicMatrix.yml", + "PlcDocu.TcMatrix.DynamicMatrix.InitVector(System.Object,System.Object,System.Object)": "PlcDocu.TcMatrix.DynamicMatrix.yml", + "PlcDocu.TcMatrix.DynamicMatrix.InitZeros(System.Object,System.Object)": "PlcDocu.TcMatrix.DynamicMatrix.yml", + "PlcDocu.TcMatrix.DynamicMatrix.Resize(System.Object,System.Object,System.Object,System.Object)": "PlcDocu.TcMatrix.DynamicMatrix.yml", + "PlcDocu.TcMatrix.DynamicMatrix.Rows": "PlcDocu.TcMatrix.DynamicMatrix.yml", + "PlcDocu.TcMatrix.DynamicMatrix.SetI(System.Object,System.Object)": "PlcDocu.TcMatrix.DynamicMatrix.yml", + "PlcDocu.TcMatrix.DynamicMatrix.Shrink(System.Object,System.Object)": "PlcDocu.TcMatrix.DynamicMatrix.yml", + "PlcDocu.TcMatrix.DynamicMatrix.Transpose": "PlcDocu.TcMatrix.DynamicMatrix.yml", + "PlcDocu.TcMatrix.ExternalStaticMatrix": "PlcDocu.TcMatrix.ExternalStaticMatrix.yml", + "PlcDocu.TcMatrix.ExternalStaticMatrix.GetI(System.Object)": "PlcDocu.TcMatrix.ExternalStaticMatrix.yml", + "PlcDocu.TcMatrix.ExternalStaticMatrix.SetI(System.Object,System.Object)": "PlcDocu.TcMatrix.ExternalStaticMatrix.yml", + "PlcDocu.TcMatrix.Matrix": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.Average": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.Clear": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.Cols": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object)": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object)": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object)": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.ElementSum(System.Object)": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.FillFrom(System.Object)": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object)": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.GetI(System.Object)": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object)": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.GetSize(System.Object)": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.GetVectorMagnitude": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object)": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.IsEmpty": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object)": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object)": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.IsSquare": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.IsVector": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.Length": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.MaxVal": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.MinVal": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.Power(System.Object)": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.Rows": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.Scale(System.Object)": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.SetI(System.Object,System.Object)": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object)": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object)": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.Sum": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.Matrix.TransposeSquare": "PlcDocu.TcMatrix.Matrix.yml", + "PlcDocu.TcMatrix.MatrixAccessor": "PlcDocu.TcMatrix.MatrixAccessor.yml", + "PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object)": "PlcDocu.TcMatrix.MatrixAccessor.yml", + "PlcDocu.TcMatrix.MatrixAccessor.M_": "PlcDocu.TcMatrix.MatrixAccessor.yml", + "PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object,System.Object)": "PlcDocu.TcMatrix.MatrixAccessor.yml", + "PlcDocu.TcMatrix.MatrixCsvReader": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.bBusy": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.bError": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.bExecute": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.BuffCmd": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.buffer": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.bufferSize": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.bytesParsed": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.bytesRead": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.Ci": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.CsvRead": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.dataSize": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.FileClose": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.FileOpen": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.FileRead": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.FileSeek": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.hFile": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.Hi": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.M": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.nCols": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.nErrId": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.nErrStep": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.nHeaderLines": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.nRows": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.nVals": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.readEOF": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.Ri": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.sPathName": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.step": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.stepCloseFile": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.stepDone": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.stepFillBuffer": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.stepMovePointer": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.stepOpenFile": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.stepReadBuffer": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.stepReady": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.MatrixCsvReader.tTimeout": "PlcDocu.TcMatrix.MatrixCsvReader.yml", + "PlcDocu.TcMatrix.ShrunkMatrixAccessor": "PlcDocu.TcMatrix.ShrunkMatrixAccessor.yml", + "PlcDocu.TcMatrix.ShrunkMatrixAccessor.ColRemoved_": "PlcDocu.TcMatrix.ShrunkMatrixAccessor.yml", + "PlcDocu.TcMatrix.ShrunkMatrixAccessor.Cols": "PlcDocu.TcMatrix.ShrunkMatrixAccessor.yml", + "PlcDocu.TcMatrix.ShrunkMatrixAccessor.RowRemoved_": "PlcDocu.TcMatrix.ShrunkMatrixAccessor.yml", + "PlcDocu.TcMatrix.ShrunkMatrixAccessor.Rows": "PlcDocu.TcMatrix.ShrunkMatrixAccessor.yml", + "PlcDocu.TcMatrix.StaticMatrix": "PlcDocu.TcMatrix.StaticMatrix.yml", + "PlcDocu.TcMatrix.StaticMatrix.Cols": "PlcDocu.TcMatrix.StaticMatrix.yml", + "PlcDocu.TcMatrix.StaticMatrix.Rows": "PlcDocu.TcMatrix.StaticMatrix.yml", + "PlcDocu.TcMatrix.SubMatrixAccessor": "PlcDocu.TcMatrix.SubMatrixAccessor.yml", + "PlcDocu.TcMatrix.SubMatrixAccessor.ColCount_": "PlcDocu.TcMatrix.SubMatrixAccessor.yml", + "PlcDocu.TcMatrix.SubMatrixAccessor.Cols": "PlcDocu.TcMatrix.SubMatrixAccessor.yml", + "PlcDocu.TcMatrix.SubMatrixAccessor.ColStart_": "PlcDocu.TcMatrix.SubMatrixAccessor.yml", + "PlcDocu.TcMatrix.SubMatrixAccessor.RowCount_": "PlcDocu.TcMatrix.SubMatrixAccessor.yml", + "PlcDocu.TcMatrix.SubMatrixAccessor.Rows": "PlcDocu.TcMatrix.SubMatrixAccessor.yml", + "PlcDocu.TcMatrix.SubMatrixAccessor.RowStart_": "PlcDocu.TcMatrix.SubMatrixAccessor.yml", + "PlcDocu.TcMatrix.TransposeMatrixAccessor": "PlcDocu.TcMatrix.TransposeMatrixAccessor.yml", + "PlcDocu.TcMatrix.TransposeMatrixAccessor.ColRemoved_": "PlcDocu.TcMatrix.TransposeMatrixAccessor.yml", + "PlcDocu.TcMatrix.TransposeMatrixAccessor.Cols": "PlcDocu.TcMatrix.TransposeMatrixAccessor.yml", + "PlcDocu.TcMatrix.TransposeMatrixAccessor.RowRemoved_": "PlcDocu.TcMatrix.TransposeMatrixAccessor.yml", + "PlcDocu.TcMatrix.TransposeMatrixAccessor.Rows": "PlcDocu.TcMatrix.TransposeMatrixAccessor.yml" +} \ No newline at end of file diff --git a/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.DynamicMatrix.yml b/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.DynamicMatrix.yml new file mode 100644 index 0000000..357fe6e --- /dev/null +++ b/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.DynamicMatrix.yml @@ -0,0 +1,1681 @@ +### YamlMime:ManagedReference +items: +- uid: PlcDocu.TcMatrix.DynamicMatrix + commentId: T:PlcDocu.TcMatrix.DynamicMatrix + id: DynamicMatrix + parent: PlcDocu.TcMatrix + children: + - PlcDocu.TcMatrix.DynamicMatrix.Cols + - PlcDocu.TcMatrix.DynamicMatrix.Free + - PlcDocu.TcMatrix.DynamicMatrix.GetI(System.Object) + - PlcDocu.TcMatrix.DynamicMatrix.Init(System.Object,System.Object) + - PlcDocu.TcMatrix.DynamicMatrix.InitConstant(System.Object,System.Object,System.Object) + - PlcDocu.TcMatrix.DynamicMatrix.InitCopy(System.Object) + - PlcDocu.TcMatrix.DynamicMatrix.InitIdentity(System.Object) + - PlcDocu.TcMatrix.DynamicMatrix.InitTrapezoidal(System.Object,System.Object,System.Object,System.Object,System.Object) + - PlcDocu.TcMatrix.DynamicMatrix.InitVector(System.Object,System.Object,System.Object) + - PlcDocu.TcMatrix.DynamicMatrix.InitZeros(System.Object,System.Object) + - PlcDocu.TcMatrix.DynamicMatrix.Resize(System.Object,System.Object,System.Object,System.Object) + - PlcDocu.TcMatrix.DynamicMatrix.Rows + - PlcDocu.TcMatrix.DynamicMatrix.SetI(System.Object,System.Object) + - PlcDocu.TcMatrix.DynamicMatrix.Shrink(System.Object,System.Object) + - PlcDocu.TcMatrix.DynamicMatrix.Transpose + langs: + - csharp + - vb + name: DynamicMatrix + nameWithType: DynamicMatrix + fullName: PlcDocu.TcMatrix.DynamicMatrix + type: Class + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: DynamicMatrix + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + startLine: 21 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nThe DynamicMatrix class uses the FB_DynMem_Manager2 to dynamically allocate as much memory as required for the given operation.\nThis amazing flexibility comes at the cost of some restrictions on use in order to avoid memory leaks.\n \n
warning

\n Using the assignment operator (:=) to copy a DynamicMatrix will result in the new matrix retaining a pointer to the data of the old matrix! For this reason, the pragma {attribute 'no_assign'} is used to block assignment at compile-time, but inheriting sub-classes will need to include this pragma themselves.\n Note that using DynamicMatrix as the return value of a function is essentially an assignment operation and will also not work. Therefore, it is recommended to always pass DynamicMatrix objects in and out of functions using the REFERENCE TO keyword. To alleviate the pain of these assignment rules there are a ton of 'Resultant' helper functions available to use which initialize a new DynamicMatrix as the result of some operation on other matrix objects. \n

\n
\nThe DynamicMatrix FB will automatically free its memory when an instance of the class is created, or goes out of scope.\nThis prevents memory leaks and page faults, but it also prevents you from instantiating a DynamicMatrix inside of a function and then passing a REFERENCE TO it back up the call chain.\nAnother consequnce is that a DynamicMatrix cannot be retained after power-loss. \nA DynamicMatrix within a GVL will free its memory when the program terminates. \n" + example: [] + syntax: + content: 'public abstract class DynamicMatrix : Matrix' + content.vb: >- + Public MustInherit Class DynamicMatrix + Inherits Matrix + inheritance: + - System.Object + - PlcDocu.TcMatrix.Matrix + inheritedMembers: + - PlcDocu.TcMatrix.Matrix.Clear + - PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + - PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + - PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + - PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + - PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + - PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.Power(System.Object) + - PlcDocu.TcMatrix.Matrix.Scale(System.Object) + - PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + - PlcDocu.TcMatrix.Matrix.TransposeSquare + - PlcDocu.TcMatrix.Matrix.Average + - PlcDocu.TcMatrix.Matrix.IsEmpty + - PlcDocu.TcMatrix.Matrix.IsSquare + - PlcDocu.TcMatrix.Matrix.IsVector + - PlcDocu.TcMatrix.Matrix.Length + - PlcDocu.TcMatrix.Matrix.MaxVal + - PlcDocu.TcMatrix.Matrix.MinVal + - PlcDocu.TcMatrix.Matrix.Sum + modifiers.csharp: + - public + - abstract + - class + modifiers.vb: + - Public + - MustInherit + - Class +- uid: PlcDocu.TcMatrix.DynamicMatrix.Free + commentId: M:PlcDocu.TcMatrix.DynamicMatrix.Free + id: Free + parent: PlcDocu.TcMatrix.DynamicMatrix + langs: + - csharp + - vb + name: Free() + nameWithType: DynamicMatrix.Free() + fullName: PlcDocu.TcMatrix.DynamicMatrix.Free() + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Free + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + startLine: 31 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nFrees all dynamically allocated memory and resets the size of the matrix to 0x0\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public void Free() + content.vb: >- + + + Public Sub Free + overload: PlcDocu.TcMatrix.DynamicMatrix.Free* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.DynamicMatrix.GetI(System.Object) + commentId: M:PlcDocu.TcMatrix.DynamicMatrix.GetI(System.Object) + id: GetI(System.Object) + parent: PlcDocu.TcMatrix.DynamicMatrix + langs: + - csharp + - vb + name: GetI(Object) + nameWithType: DynamicMatrix.GetI(Object) + fullName: PlcDocu.TcMatrix.DynamicMatrix.GetI(System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: GetI + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + startLine: 59 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nGets the value of the element in this matrix at the supplied location as if the elements were stored in a 1D row-major array\nPrerequisites:\n- I < Rows*Cols\n- Matrix is not empty\n \n
note

\n If the supplied index is out of bounds the value 0 is returned and a warning is generated in the Error List\n

\n
\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic GetI(dynamic I) + parameters: + - id: I + type: System.Object + description: The index of the element which should have its value returned + return: + type: System.Object + description: The value of the element at the specified index, or 0 if an invalid index is supplied + content.vb: >- + + + Public Function GetI(I As Object) As Object + overload: PlcDocu.TcMatrix.DynamicMatrix.GetI* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.DynamicMatrix.Init(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.DynamicMatrix.Init(System.Object,System.Object) + id: Init(System.Object,System.Object) + parent: PlcDocu.TcMatrix.DynamicMatrix + langs: + - csharp + - vb + name: Init(Object, Object) + nameWithType: DynamicMatrix.Init(Object, Object) + fullName: PlcDocu.TcMatrix.DynamicMatrix.Init(System.Object, System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Init + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + startLine: 85 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nInitializes a RxC matrix, with potentially random non-zero values\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic Init(dynamic Rows, dynamic Cols) + parameters: + - id: Rows + type: System.Object + description: The number of rows to create + - id: Cols + type: System.Object + description: The number of collumns to create + return: + type: System.Object + description: Returns True if success + content.vb: >- + + + Public Function Init(Rows As Object, Cols As Object) As Object + overload: PlcDocu.TcMatrix.DynamicMatrix.Init* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.DynamicMatrix.InitConstant(System.Object,System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.DynamicMatrix.InitConstant(System.Object,System.Object,System.Object) + id: InitConstant(System.Object,System.Object,System.Object) + parent: PlcDocu.TcMatrix.DynamicMatrix + langs: + - csharp + - vb + name: InitConstant(Object, Object, Object) + nameWithType: DynamicMatrix.InitConstant(Object, Object, Object) + fullName: PlcDocu.TcMatrix.DynamicMatrix.InitConstant(System.Object, System.Object, System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: InitConstant + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + startLine: 117 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nInitializes a RxC matrix where every element is equal to the supplied value\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic InitConstant(dynamic Rows, dynamic Cols, dynamic Val) + parameters: + - id: Rows + type: System.Object + description: Number of rows to create + - id: Cols + type: System.Object + description: Number of columns to create + - id: Val + type: System.Object + description: The value to to initiliaze with + return: + type: System.Object + description: Returns True if success + content.vb: >- + + + Public Function InitConstant(Rows As Object, Cols As Object, Val As Object) As Object + overload: PlcDocu.TcMatrix.DynamicMatrix.InitConstant* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.DynamicMatrix.InitCopy(System.Object) + commentId: M:PlcDocu.TcMatrix.DynamicMatrix.InitCopy(System.Object) + id: InitCopy(System.Object) + parent: PlcDocu.TcMatrix.DynamicMatrix + langs: + - csharp + - vb + name: InitCopy(Object) + nameWithType: DynamicMatrix.InitCopy(Object) + fullName: PlcDocu.TcMatrix.DynamicMatrix.InitCopy(System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: InitCopy + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + startLine: 137 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nInitializes a matrix with the exact size and contents of the supplied matrix\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic InitCopy(dynamic M) + parameters: + - id: M + type: System.Object + description: Supplied matrix + return: + type: System.Object + description: Returns True if success + content.vb: >- + + + Public Function InitCopy(M As Object) As Object + overload: PlcDocu.TcMatrix.DynamicMatrix.InitCopy* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.DynamicMatrix.InitIdentity(System.Object) + commentId: M:PlcDocu.TcMatrix.DynamicMatrix.InitIdentity(System.Object) + id: InitIdentity(System.Object) + parent: PlcDocu.TcMatrix.DynamicMatrix + langs: + - csharp + - vb + name: InitIdentity(Object) + nameWithType: DynamicMatrix.InitIdentity(Object) + fullName: PlcDocu.TcMatrix.DynamicMatrix.InitIdentity(System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: InitIdentity + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + startLine: 157 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nInitializes a square identity matrix of size Size x Size\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic InitIdentity(dynamic Size) + parameters: + - id: Size + type: System.Object + description: Size of the square matrix + return: + type: System.Object + description: Returns True if success + content.vb: >- + + + Public Function InitIdentity(Size As Object) As Object + overload: PlcDocu.TcMatrix.DynamicMatrix.InitIdentity* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.DynamicMatrix.InitTrapezoidal(System.Object,System.Object,System.Object,System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.DynamicMatrix.InitTrapezoidal(System.Object,System.Object,System.Object,System.Object,System.Object) + id: InitTrapezoidal(System.Object,System.Object,System.Object,System.Object,System.Object) + parent: PlcDocu.TcMatrix.DynamicMatrix + langs: + - csharp + - vb + name: InitTrapezoidal(Object, Object, Object, Object, Object) + nameWithType: DynamicMatrix.InitTrapezoidal(Object, Object, Object, Object, Object) + fullName: PlcDocu.TcMatrix.DynamicMatrix.InitTrapezoidal(System.Object, System.Object, System.Object, System.Object, System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: InitTrapezoidal + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + startLine: 201 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nInitializes a RxC matrix then fills is using FillTrapezoidal()\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic InitTrapezoidal(dynamic Rows, dynamic Cols, dynamic Diagonal, dynamic UpperRight, dynamic LowerLeft) + parameters: + - id: Rows + type: System.Object + description: Number of rows to create + - id: Cols + type: System.Object + description: Number of columns to create + - id: Diagonal + type: System.Object + description: Every element on the main diagonal of the matrix is set to this value. + - id: UpperRight + type: System.Object + description: Every element above or to the right of the main diagonal is set to this value + - id: LowerLeft + type: System.Object + description: Every element below or to the left of the main diagonal is set to this value + return: + type: System.Object + description: Returns True if success + content.vb: >- + + + Public Function InitTrapezoidal(Rows As Object, Cols As Object, Diagonal As Object, UpperRight As Object, LowerLeft As Object) As Object + overload: PlcDocu.TcMatrix.DynamicMatrix.InitTrapezoidal* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.DynamicMatrix.InitVector(System.Object,System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.DynamicMatrix.InitVector(System.Object,System.Object,System.Object) + id: InitVector(System.Object,System.Object,System.Object) + parent: PlcDocu.TcMatrix.DynamicMatrix + langs: + - csharp + - vb + name: InitVector(Object, Object, Object) + nameWithType: DynamicMatrix.InitVector(Object, Object, Object) + fullName: PlcDocu.TcMatrix.DynamicMatrix.InitVector(System.Object, System.Object, System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: InitVector + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + startLine: 233 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nInitializes an Lx1 column vector where the 0th element is equal to Val and every subsequent element is Inc larger than the previous\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic InitVector(dynamic Length, dynamic Value, dynamic Increment) + parameters: + - id: Length + type: System.Object + description: Length of the vector + - id: Value + type: System.Object + description: Value of 0th element + - id: Increment + type: System.Object + description: Value by witch every other value is incremented by + return: + type: System.Object + description: Returns True if success + content.vb: >- + + + Public Function InitVector(Length As Object, Value As Object, Increment As Object) As Object + overload: PlcDocu.TcMatrix.DynamicMatrix.InitVector* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.DynamicMatrix.InitZeros(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.DynamicMatrix.InitZeros(System.Object,System.Object) + id: InitZeros(System.Object,System.Object) + parent: PlcDocu.TcMatrix.DynamicMatrix + langs: + - csharp + - vb + name: InitZeros(Object, Object) + nameWithType: DynamicMatrix.InitZeros(Object, Object) + fullName: PlcDocu.TcMatrix.DynamicMatrix.InitZeros(System.Object, System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: InitZeros + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + startLine: 259 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nInitializes a RxC matrix where every element is equal to 0.0\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic InitZeros(dynamic Rows, dynamic Cols) + parameters: + - id: Rows + type: System.Object + description: The number of rows to create + - id: Cols + type: System.Object + description: The number of collumns to create + return: + type: System.Object + description: Returns True if success + content.vb: >- + + + Public Function InitZeros(Rows As Object, Cols As Object) As Object + overload: PlcDocu.TcMatrix.DynamicMatrix.InitZeros* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.DynamicMatrix.Resize(System.Object,System.Object,System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.DynamicMatrix.Resize(System.Object,System.Object,System.Object,System.Object) + id: Resize(System.Object,System.Object,System.Object,System.Object) + parent: PlcDocu.TcMatrix.DynamicMatrix + langs: + - csharp + - vb + name: Resize(Object, Object, Object, Object) + nameWithType: DynamicMatrix.Resize(Object, Object, Object, Object) + fullName: PlcDocu.TcMatrix.DynamicMatrix.Resize(System.Object, System.Object, System.Object, System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Resize + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + startLine: 299 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nChanges the total number of Rows and Cols in the matrix. \nIf Retain is seleced then any element within the bounds of both the initial and resulting matrix will have its value retained.\nIf Init is selected then any newly created element will have its value set to zero.\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic Resize(dynamic NewRows, dynamic NewCols, dynamic RetainVals, dynamic ClearVals) + parameters: + - id: NewRows + type: System.Object + description: The row of the element to fetch + - id: NewCols + type: System.Object + description: The column of the element to fetch + - id: RetainVals + type: System.Object + description: If selected then any element within the bounds of both the initial and resulting matrix will have its value retained. + - id: ClearVals + type: System.Object + description: If selected then any newly created element will have its value set to zero. + return: + type: System.Object + description: Returns TRUE on success + content.vb: >- + + + Public Function Resize(NewRows As Object, NewCols As Object, RetainVals As Object, ClearVals As Object) As Object + overload: PlcDocu.TcMatrix.DynamicMatrix.Resize* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.DynamicMatrix.SetI(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.DynamicMatrix.SetI(System.Object,System.Object) + id: SetI(System.Object,System.Object) + parent: PlcDocu.TcMatrix.DynamicMatrix + langs: + - csharp + - vb + name: SetI(Object, Object) + nameWithType: DynamicMatrix.SetI(Object, Object) + fullName: PlcDocu.TcMatrix.DynamicMatrix.SetI(System.Object, System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: SetI + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + startLine: 326 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nSets the element specified BY the supplied index TO the suppleid value, assuming the data OF the matrix is stored in a 1D row-major ARRAY\nPrerequisites: - I < Rows*Cols\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic SetI(dynamic I, dynamic Val) + parameters: + - id: I + type: System.Object + description: The index specifying which element should be modified + - id: Val + type: System.Object + description: The value copied to the corresponding element + return: + type: System.Object + description: TRUE if the specified index is valid and the data is copied. FLASE otherwise + content.vb: >- + + + Public Function SetI(I As Object, Val As Object) As Object + overload: PlcDocu.TcMatrix.DynamicMatrix.SetI* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.DynamicMatrix.Shrink(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.DynamicMatrix.Shrink(System.Object,System.Object) + id: Shrink(System.Object,System.Object) + parent: PlcDocu.TcMatrix.DynamicMatrix + langs: + - csharp + - vb + name: Shrink(Object, Object) + nameWithType: DynamicMatrix.Shrink(Object, Object) + fullName: PlcDocu.TcMatrix.DynamicMatrix.Shrink(System.Object, System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Shrink + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + startLine: 351 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nRemoves the specified Row and Column from the matrix, resuling in a new size of (Rows-1,Cols-1).\nNo dimension can be shrunk from 1 to 0 (therefore vectors only shrink in one direction).\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic Shrink(dynamic Row, dynamic Col) + parameters: + - id: Row + type: System.Object + description: "\n

Plc type : UINT [VAR_INPUT]; Twin type :

\n

\n" + - id: Col + type: System.Object + description: "\n

Plc type : UINT [VAR_INPUT]; Twin type :

\n

\n" + return: + type: System.Object + description: Returns TRUE on success + content.vb: >- + + + Public Function Shrink(Row As Object, Col As Object) As Object + overload: PlcDocu.TcMatrix.DynamicMatrix.Shrink* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.DynamicMatrix.Transpose + commentId: M:PlcDocu.TcMatrix.DynamicMatrix.Transpose + id: Transpose + parent: PlcDocu.TcMatrix.DynamicMatrix + langs: + - csharp + - vb + name: Transpose() + nameWithType: DynamicMatrix.Transpose() + fullName: PlcDocu.TcMatrix.DynamicMatrix.Transpose() + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Transpose + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + startLine: 365 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nSimilar to , however it works on rectangular matricies (swapping Rows and Cols)\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic Transpose() + return: + type: System.Object + description: Returns TRUE on success + content.vb: >- + + + Public Function Transpose As Object + overload: PlcDocu.TcMatrix.DynamicMatrix.Transpose* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.DynamicMatrix.Cols + commentId: P:PlcDocu.TcMatrix.DynamicMatrix.Cols + id: Cols + parent: PlcDocu.TcMatrix.DynamicMatrix + langs: + - csharp + - vb + name: Cols + nameWithType: DynamicMatrix.Cols + fullName: PlcDocu.TcMatrix.DynamicMatrix.Cols + type: Property + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Cols + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + startLine: 376 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary:
note

This is PLC property. This method is accessible only from the PLC code.

+ example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic Cols { get; } + parameters: [] + return: + type: System.Object + description: 'Plc type UINT; Twin type: ' + content.vb: >- + + + Public ReadOnly Property Cols As Object + overload: PlcDocu.TcMatrix.DynamicMatrix.Cols* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: PlcDocu.TcMatrix.DynamicMatrix.Rows + commentId: P:PlcDocu.TcMatrix.DynamicMatrix.Rows + id: Rows + parent: PlcDocu.TcMatrix.DynamicMatrix + langs: + - csharp + - vb + name: Rows + nameWithType: DynamicMatrix.Rows + fullName: PlcDocu.TcMatrix.DynamicMatrix.Rows + type: Property + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Rows + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs + startLine: 390 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary:
note

This is PLC property. This method is accessible only from the PLC code.

+ example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic Rows { get; } + parameters: [] + return: + type: System.Object + description: 'Plc type UINT; Twin type: ' + content.vb: >- + + + Public ReadOnly Property Rows As Object + overload: PlcDocu.TcMatrix.DynamicMatrix.Rows* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +references: +- uid: PlcDocu.TcMatrix + commentId: N:PlcDocu.TcMatrix + name: PlcDocu.TcMatrix + nameWithType: PlcDocu.TcMatrix + fullName: PlcDocu.TcMatrix +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: PlcDocu.TcMatrix.Matrix + commentId: T:PlcDocu.TcMatrix.Matrix + parent: PlcDocu.TcMatrix + name: Matrix + nameWithType: Matrix + fullName: PlcDocu.TcMatrix.Matrix +- uid: PlcDocu.TcMatrix.Matrix.Clear + commentId: M:PlcDocu.TcMatrix.Matrix.Clear + parent: PlcDocu.TcMatrix.Matrix + name: Clear() + nameWithType: Matrix.Clear() + fullName: PlcDocu.TcMatrix.Matrix.Clear() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Clear + name: Clear + nameWithType: Matrix.Clear + fullName: PlcDocu.TcMatrix.Matrix.Clear + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Clear + name: Clear + nameWithType: Matrix.Clear + fullName: PlcDocu.TcMatrix.Matrix.Clear + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: CopyFrom(Object) + nameWithType: Matrix.CopyFrom(Object) + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + nameWithType.vb: Matrix.CopyFrom() + fullName.vb: PlcDocu.TcMatrix.Matrix.CopyFrom() + name.vb: CopyFrom() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + name: CopyFrom + nameWithType: Matrix.CopyFrom + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + name: CopyFrom + nameWithType: Matrix.CopyFrom + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementDifference(Object) + nameWithType: Matrix.ElementDifference(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + nameWithType.vb: Matrix.ElementDifference() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementDifference() + name.vb: ElementDifference() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + name: ElementDifference + nameWithType: Matrix.ElementDifference + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + name: ElementDifference + nameWithType: Matrix.ElementDifference + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementProduct(Object) + nameWithType: Matrix.ElementProduct(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + nameWithType.vb: Matrix.ElementProduct() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementProduct() + name.vb: ElementProduct() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + name: ElementProduct + nameWithType: Matrix.ElementProduct + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + name: ElementProduct + nameWithType: Matrix.ElementProduct + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementSum(Object) + nameWithType: Matrix.ElementSum(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + nameWithType.vb: Matrix.ElementSum() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementSum() + name.vb: ElementSum() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + name: ElementSum + nameWithType: Matrix.ElementSum + fullName: PlcDocu.TcMatrix.Matrix.ElementSum + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + name: ElementSum + nameWithType: Matrix.ElementSum + fullName: PlcDocu.TcMatrix.Matrix.ElementSum + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: FillFrom(Object) + nameWithType: Matrix.FillFrom(Object) + fullName: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + nameWithType.vb: Matrix.FillFrom() + fullName.vb: PlcDocu.TcMatrix.Matrix.FillFrom() + name.vb: FillFrom() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + name: FillFrom + nameWithType: Matrix.FillFrom + fullName: PlcDocu.TcMatrix.Matrix.FillFrom + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + name: FillFrom + nameWithType: Matrix.FillFrom + fullName: PlcDocu.TcMatrix.Matrix.FillFrom + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: FillTrapezoidal(Object, Object, Object) + nameWithType: Matrix.FillTrapezoidal(Object, Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object, System.Object, System.Object) + nameWithType.vb: Matrix.FillTrapezoidal(, , ) + fullName.vb: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(, , ) + name.vb: FillTrapezoidal(, , ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + name: FillTrapezoidal + nameWithType: Matrix.FillTrapezoidal + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + name: FillTrapezoidal + nameWithType: Matrix.FillTrapezoidal + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: GetRC(Object, Object) + nameWithType: Matrix.GetRC(Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.GetRC(System.Object, System.Object) + nameWithType.vb: Matrix.GetRC(, ) + fullName.vb: PlcDocu.TcMatrix.Matrix.GetRC(, ) + name.vb: GetRC(, ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + name: GetRC + nameWithType: Matrix.GetRC + fullName: PlcDocu.TcMatrix.Matrix.GetRC + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + name: GetRC + nameWithType: Matrix.GetRC + fullName: PlcDocu.TcMatrix.Matrix.GetRC + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: GetSize(Object) + nameWithType: Matrix.GetSize(Object) + fullName: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + nameWithType.vb: Matrix.GetSize() + fullName.vb: PlcDocu.TcMatrix.Matrix.GetSize() + name.vb: GetSize() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + name: GetSize + nameWithType: Matrix.GetSize + fullName: PlcDocu.TcMatrix.Matrix.GetSize + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + name: GetSize + nameWithType: Matrix.GetSize + fullName: PlcDocu.TcMatrix.Matrix.GetSize + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + commentId: M:PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + parent: PlcDocu.TcMatrix.Matrix + name: GetVectorMagnitude() + nameWithType: Matrix.GetVectorMagnitude() + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + name: GetVectorMagnitude + nameWithType: Matrix.GetVectorMagnitude + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + name: GetVectorMagnitude + nameWithType: Matrix.GetVectorMagnitude + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: InvertSquare(Object) + nameWithType: Matrix.InvertSquare(Object) + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + nameWithType.vb: Matrix.InvertSquare() + fullName.vb: PlcDocu.TcMatrix.Matrix.InvertSquare() + name.vb: InvertSquare() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + name: InvertSquare + nameWithType: Matrix.InvertSquare + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + name: InvertSquare + nameWithType: Matrix.InvertSquare + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: IsEqualSize(Object) + nameWithType: Matrix.IsEqualSize(Object) + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + nameWithType.vb: Matrix.IsEqualSize() + fullName.vb: PlcDocu.TcMatrix.Matrix.IsEqualSize() + name.vb: IsEqualSize() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + name: IsEqualSize + nameWithType: Matrix.IsEqualSize + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + name: IsEqualSize + nameWithType: Matrix.IsEqualSize + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: IsNearlyEqual(Object, Object) + nameWithType: Matrix.IsNearlyEqual(Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object, System.Object) + nameWithType.vb: Matrix.IsNearlyEqual(, ) + fullName.vb: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(, ) + name.vb: IsNearlyEqual(, ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + name: IsNearlyEqual + nameWithType: Matrix.IsNearlyEqual + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + name: IsNearlyEqual + nameWithType: Matrix.IsNearlyEqual + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.Power(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: Power(Object) + nameWithType: Matrix.Power(Object) + fullName: PlcDocu.TcMatrix.Matrix.Power(System.Object) + nameWithType.vb: Matrix.Power() + fullName.vb: PlcDocu.TcMatrix.Matrix.Power() + name.vb: Power() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + name: Power + nameWithType: Matrix.Power + fullName: PlcDocu.TcMatrix.Matrix.Power + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + name: Power + nameWithType: Matrix.Power + fullName: PlcDocu.TcMatrix.Matrix.Power + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.Scale(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: Scale(Object) + nameWithType: Matrix.Scale(Object) + fullName: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + nameWithType.vb: Matrix.Scale() + fullName.vb: PlcDocu.TcMatrix.Matrix.Scale() + name.vb: Scale() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + name: Scale + nameWithType: Matrix.Scale + fullName: PlcDocu.TcMatrix.Matrix.Scale + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + name: Scale + nameWithType: Matrix.Scale + fullName: PlcDocu.TcMatrix.Matrix.Scale + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: SetRC(Object, Object, Object) + nameWithType: Matrix.SetRC(Object, Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.SetRC(System.Object, System.Object, System.Object) + nameWithType.vb: Matrix.SetRC(, , ) + fullName.vb: PlcDocu.TcMatrix.Matrix.SetRC(, , ) + name.vb: SetRC(, , ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + name: SetRC + nameWithType: Matrix.SetRC + fullName: PlcDocu.TcMatrix.Matrix.SetRC + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + name: SetRC + nameWithType: Matrix.SetRC + fullName: PlcDocu.TcMatrix.Matrix.SetRC + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: SortByColAsc(Object) + nameWithType: Matrix.SortByColAsc(Object) + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + nameWithType.vb: Matrix.SortByColAsc() + fullName.vb: PlcDocu.TcMatrix.Matrix.SortByColAsc() + name.vb: SortByColAsc() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + name: SortByColAsc + nameWithType: Matrix.SortByColAsc + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + name: SortByColAsc + nameWithType: Matrix.SortByColAsc + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + commentId: M:PlcDocu.TcMatrix.Matrix.TransposeSquare + parent: PlcDocu.TcMatrix.Matrix + name: TransposeSquare() + nameWithType: Matrix.TransposeSquare() + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + name: TransposeSquare + nameWithType: Matrix.TransposeSquare + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + name: TransposeSquare + nameWithType: Matrix.TransposeSquare + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Average + commentId: P:PlcDocu.TcMatrix.Matrix.Average + parent: PlcDocu.TcMatrix.Matrix + name: Average + nameWithType: Matrix.Average + fullName: PlcDocu.TcMatrix.Matrix.Average +- uid: PlcDocu.TcMatrix.Matrix.IsEmpty + commentId: P:PlcDocu.TcMatrix.Matrix.IsEmpty + parent: PlcDocu.TcMatrix.Matrix + name: IsEmpty + nameWithType: Matrix.IsEmpty + fullName: PlcDocu.TcMatrix.Matrix.IsEmpty +- uid: PlcDocu.TcMatrix.Matrix.IsSquare + commentId: P:PlcDocu.TcMatrix.Matrix.IsSquare + parent: PlcDocu.TcMatrix.Matrix + name: IsSquare + nameWithType: Matrix.IsSquare + fullName: PlcDocu.TcMatrix.Matrix.IsSquare +- uid: PlcDocu.TcMatrix.Matrix.IsVector + commentId: P:PlcDocu.TcMatrix.Matrix.IsVector + parent: PlcDocu.TcMatrix.Matrix + name: IsVector + nameWithType: Matrix.IsVector + fullName: PlcDocu.TcMatrix.Matrix.IsVector +- uid: PlcDocu.TcMatrix.Matrix.Length + commentId: P:PlcDocu.TcMatrix.Matrix.Length + parent: PlcDocu.TcMatrix.Matrix + name: Length + nameWithType: Matrix.Length + fullName: PlcDocu.TcMatrix.Matrix.Length +- uid: PlcDocu.TcMatrix.Matrix.MaxVal + commentId: P:PlcDocu.TcMatrix.Matrix.MaxVal + parent: PlcDocu.TcMatrix.Matrix + name: MaxVal + nameWithType: Matrix.MaxVal + fullName: PlcDocu.TcMatrix.Matrix.MaxVal +- uid: PlcDocu.TcMatrix.Matrix.MinVal + commentId: P:PlcDocu.TcMatrix.Matrix.MinVal + parent: PlcDocu.TcMatrix.Matrix + name: MinVal + nameWithType: Matrix.MinVal + fullName: PlcDocu.TcMatrix.Matrix.MinVal +- uid: PlcDocu.TcMatrix.Matrix.Sum + commentId: P:PlcDocu.TcMatrix.Matrix.Sum + parent: PlcDocu.TcMatrix.Matrix + name: Sum + nameWithType: Matrix.Sum + fullName: PlcDocu.TcMatrix.Matrix.Sum +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: System.Void + commentId: T:System.Void + isExternal: true +- uid: PlcDocu.TcMatrix.DynamicMatrix.Free* + commentId: Overload:PlcDocu.TcMatrix.DynamicMatrix.Free + name: Free + nameWithType: DynamicMatrix.Free + fullName: PlcDocu.TcMatrix.DynamicMatrix.Free +- uid: Vortex.Connector.ValueTypes.OnlinerUInt + commentId: T:Vortex.Connector.ValueTypes.OnlinerUInt + isExternal: true +- uid: Vortex.Connector.ValueTypes.OnlinerLReal + commentId: T:Vortex.Connector.ValueTypes.OnlinerLReal + isExternal: true +- uid: PlcDocu.TcMatrix.DynamicMatrix.GetI* + commentId: Overload:PlcDocu.TcMatrix.DynamicMatrix.GetI + name: GetI + nameWithType: DynamicMatrix.GetI + fullName: PlcDocu.TcMatrix.DynamicMatrix.GetI +- uid: Vortex.Connector.ValueTypes.OnlinerBool + commentId: T:Vortex.Connector.ValueTypes.OnlinerBool + isExternal: true +- uid: PlcDocu.TcMatrix.DynamicMatrix.Init* + commentId: Overload:PlcDocu.TcMatrix.DynamicMatrix.Init + name: Init + nameWithType: DynamicMatrix.Init + fullName: PlcDocu.TcMatrix.DynamicMatrix.Init +- uid: PlcDocu.TcMatrix.DynamicMatrix.InitConstant* + commentId: Overload:PlcDocu.TcMatrix.DynamicMatrix.InitConstant + name: InitConstant + nameWithType: DynamicMatrix.InitConstant + fullName: PlcDocu.TcMatrix.DynamicMatrix.InitConstant +- uid: PlcDocu.TcMatrix.DynamicMatrix.InitCopy* + commentId: Overload:PlcDocu.TcMatrix.DynamicMatrix.InitCopy + name: InitCopy + nameWithType: DynamicMatrix.InitCopy + fullName: PlcDocu.TcMatrix.DynamicMatrix.InitCopy +- uid: PlcDocu.TcMatrix.DynamicMatrix.InitIdentity* + commentId: Overload:PlcDocu.TcMatrix.DynamicMatrix.InitIdentity + name: InitIdentity + nameWithType: DynamicMatrix.InitIdentity + fullName: PlcDocu.TcMatrix.DynamicMatrix.InitIdentity +- uid: PlcDocu.TcMatrix.DynamicMatrix.InitTrapezoidal* + commentId: Overload:PlcDocu.TcMatrix.DynamicMatrix.InitTrapezoidal + name: InitTrapezoidal + nameWithType: DynamicMatrix.InitTrapezoidal + fullName: PlcDocu.TcMatrix.DynamicMatrix.InitTrapezoidal +- uid: PlcDocu.TcMatrix.DynamicMatrix.InitVector* + commentId: Overload:PlcDocu.TcMatrix.DynamicMatrix.InitVector + name: InitVector + nameWithType: DynamicMatrix.InitVector + fullName: PlcDocu.TcMatrix.DynamicMatrix.InitVector +- uid: PlcDocu.TcMatrix.DynamicMatrix.InitZeros* + commentId: Overload:PlcDocu.TcMatrix.DynamicMatrix.InitZeros + name: InitZeros + nameWithType: DynamicMatrix.InitZeros + fullName: PlcDocu.TcMatrix.DynamicMatrix.InitZeros +- uid: PlcDocu.TcMatrix.DynamicMatrix.Resize* + commentId: Overload:PlcDocu.TcMatrix.DynamicMatrix.Resize + name: Resize + nameWithType: DynamicMatrix.Resize + fullName: PlcDocu.TcMatrix.DynamicMatrix.Resize +- uid: PlcDocu.TcMatrix.DynamicMatrix.SetI* + commentId: Overload:PlcDocu.TcMatrix.DynamicMatrix.SetI + name: SetI + nameWithType: DynamicMatrix.SetI + fullName: PlcDocu.TcMatrix.DynamicMatrix.SetI +- uid: PlcDocu.TcMatrix.DynamicMatrix.Shrink* + commentId: Overload:PlcDocu.TcMatrix.DynamicMatrix.Shrink + name: Shrink + nameWithType: DynamicMatrix.Shrink + fullName: PlcDocu.TcMatrix.DynamicMatrix.Shrink +- uid: PlcDocu.TcMatrix.DynamicMatrix.Transpose* + commentId: Overload:PlcDocu.TcMatrix.DynamicMatrix.Transpose + name: Transpose + nameWithType: DynamicMatrix.Transpose + fullName: PlcDocu.TcMatrix.DynamicMatrix.Transpose +- uid: PlcDocu.TcMatrix.DynamicMatrix.Cols* + commentId: Overload:PlcDocu.TcMatrix.DynamicMatrix.Cols + name: Cols + nameWithType: DynamicMatrix.Cols + fullName: PlcDocu.TcMatrix.DynamicMatrix.Cols +- uid: PlcDocu.TcMatrix.DynamicMatrix.Rows* + commentId: Overload:PlcDocu.TcMatrix.DynamicMatrix.Rows + name: Rows + nameWithType: DynamicMatrix.Rows + fullName: PlcDocu.TcMatrix.DynamicMatrix.Rows diff --git a/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.ExternalStaticMatrix.yml b/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.ExternalStaticMatrix.yml new file mode 100644 index 0000000..37424c2 --- /dev/null +++ b/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.ExternalStaticMatrix.yml @@ -0,0 +1,955 @@ +### YamlMime:ManagedReference +items: +- uid: PlcDocu.TcMatrix.ExternalStaticMatrix + commentId: T:PlcDocu.TcMatrix.ExternalStaticMatrix + id: ExternalStaticMatrix + parent: PlcDocu.TcMatrix + children: + - PlcDocu.TcMatrix.ExternalStaticMatrix.GetI(System.Object) + - PlcDocu.TcMatrix.ExternalStaticMatrix.SetI(System.Object,System.Object) + langs: + - csharp + - vb + name: ExternalStaticMatrix + nameWithType: ExternalStaticMatrix + fullName: PlcDocu.TcMatrix.ExternalStaticMatrix + type: Class + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuExternalStaticMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: ExternalStaticMatrix + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuExternalStaticMatrix.g.cs + startLine: 24 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nThis simple concrete derivative of the StaticMatrix class uses an external ARRAY OF LREAL as the memory source for the matrix data.\nIt is accessed in row-major order based on the logic in the GetI and SetI functions.\nIt is most useful when someone doesn't trust dynamically allocated memory, but also doesn't want to make multiple size-specific custom derived FBs just to set up a single complex matrix operation.\n
Init(R,C,pD)
: Must be called in order to setup the matrix (it will be empty until this method is called).\n \n
warning

\nIt is the callers responsibility to ensure that the pointer provided to the initializer is valid:\n - The length of the data structure pointed to (probably an array of LREAL) is at least as long as Rows x Cols\n - The scope of the data structure pointed to is the same as the scope of the corresponding ExternalStaticMatrix (probably declared adjacent to eachother as a VAR or GVL)\nAdditionally, direct assignment (:=) should not be used with this type of matrix because a second copy of the Matrix, but with a pointer to the original's data source, would be created. For this reason, the pragma {attribute 'no_assign'} is used to block assignment at compile-time. Keep in mind that returning a value from a function is also a form of assignment and is not allowed. \n

\n
\n" + example: [] + syntax: + content: 'public abstract class ExternalStaticMatrix : StaticMatrix' + content.vb: >- + Public MustInherit Class ExternalStaticMatrix + Inherits StaticMatrix + inheritance: + - System.Object + - PlcDocu.TcMatrix.Matrix + - PlcDocu.TcMatrix.StaticMatrix + inheritedMembers: + - PlcDocu.TcMatrix.StaticMatrix.Cols + - PlcDocu.TcMatrix.StaticMatrix.Rows + - PlcDocu.TcMatrix.Matrix.Clear + - PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + - PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + - PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + - PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + - PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + - PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.Power(System.Object) + - PlcDocu.TcMatrix.Matrix.Scale(System.Object) + - PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + - PlcDocu.TcMatrix.Matrix.TransposeSquare + - PlcDocu.TcMatrix.Matrix.Average + - PlcDocu.TcMatrix.Matrix.IsEmpty + - PlcDocu.TcMatrix.Matrix.IsSquare + - PlcDocu.TcMatrix.Matrix.IsVector + - PlcDocu.TcMatrix.Matrix.Length + - PlcDocu.TcMatrix.Matrix.MaxVal + - PlcDocu.TcMatrix.Matrix.MinVal + - PlcDocu.TcMatrix.Matrix.Sum + modifiers.csharp: + - public + - abstract + - class + modifiers.vb: + - Public + - MustInherit + - Class +- uid: PlcDocu.TcMatrix.ExternalStaticMatrix.GetI(System.Object) + commentId: M:PlcDocu.TcMatrix.ExternalStaticMatrix.GetI(System.Object) + id: GetI(System.Object) + parent: PlcDocu.TcMatrix.ExternalStaticMatrix + langs: + - csharp + - vb + name: GetI(Object) + nameWithType: ExternalStaticMatrix.GetI(Object) + fullName: PlcDocu.TcMatrix.ExternalStaticMatrix.GetI(System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuExternalStaticMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: GetI + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuExternalStaticMatrix.g.cs + startLine: 49 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nGets the value of the element in this matrix at the supplied location as if the elements were stored in a 1D row-major array\nPrerequisites:\n- I < Rows*Cols\n- Matrix is not empty\n \n
note

\n If the supplied index is out of bounds the value 0 is returned and a warning is generated in the Error List\n

\n
\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic GetI(dynamic I) + parameters: + - id: I + type: System.Object + description: The index of the element which should have its value returned + return: + type: System.Object + description: The value of the element at the specified index, or 0 if an invalid index is supplied + content.vb: >- + + + Public Function GetI(I As Object) As Object + overload: PlcDocu.TcMatrix.ExternalStaticMatrix.GetI* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.ExternalStaticMatrix.SetI(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.ExternalStaticMatrix.SetI(System.Object,System.Object) + id: SetI(System.Object,System.Object) + parent: PlcDocu.TcMatrix.ExternalStaticMatrix + langs: + - csharp + - vb + name: SetI(Object, Object) + nameWithType: ExternalStaticMatrix.SetI(Object, Object) + fullName: PlcDocu.TcMatrix.ExternalStaticMatrix.SetI(System.Object, System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuExternalStaticMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: SetI + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuExternalStaticMatrix.g.cs + startLine: 76 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nSets the element specified BY the supplied index TO the suppleid value, assuming the data OF the matrix is stored in a 1D row-major ARRAY\nPrerequisites: - I < Rows*Cols\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic SetI(dynamic I, dynamic Val) + parameters: + - id: I + type: System.Object + description: The index specifying which element should be modified + - id: Val + type: System.Object + description: The value copied to the corresponding element + return: + type: System.Object + description: TRUE if the specified index is valid and the data is copied. FLASE otherwise + content.vb: >- + + + Public Function SetI(I As Object, Val As Object) As Object + overload: PlcDocu.TcMatrix.ExternalStaticMatrix.SetI* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: PlcDocu.TcMatrix + commentId: N:PlcDocu.TcMatrix + name: PlcDocu.TcMatrix + nameWithType: PlcDocu.TcMatrix + fullName: PlcDocu.TcMatrix +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: PlcDocu.TcMatrix.Matrix + commentId: T:PlcDocu.TcMatrix.Matrix + parent: PlcDocu.TcMatrix + name: Matrix + nameWithType: Matrix + fullName: PlcDocu.TcMatrix.Matrix +- uid: PlcDocu.TcMatrix.StaticMatrix + commentId: T:PlcDocu.TcMatrix.StaticMatrix + parent: PlcDocu.TcMatrix + name: StaticMatrix + nameWithType: StaticMatrix + fullName: PlcDocu.TcMatrix.StaticMatrix +- uid: PlcDocu.TcMatrix.StaticMatrix.Cols + commentId: P:PlcDocu.TcMatrix.StaticMatrix.Cols + parent: PlcDocu.TcMatrix.StaticMatrix + name: Cols + nameWithType: StaticMatrix.Cols + fullName: PlcDocu.TcMatrix.StaticMatrix.Cols +- uid: PlcDocu.TcMatrix.StaticMatrix.Rows + commentId: P:PlcDocu.TcMatrix.StaticMatrix.Rows + parent: PlcDocu.TcMatrix.StaticMatrix + name: Rows + nameWithType: StaticMatrix.Rows + fullName: PlcDocu.TcMatrix.StaticMatrix.Rows +- uid: PlcDocu.TcMatrix.Matrix.Clear + commentId: M:PlcDocu.TcMatrix.Matrix.Clear + parent: PlcDocu.TcMatrix.Matrix + name: Clear() + nameWithType: Matrix.Clear() + fullName: PlcDocu.TcMatrix.Matrix.Clear() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Clear + name: Clear + nameWithType: Matrix.Clear + fullName: PlcDocu.TcMatrix.Matrix.Clear + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Clear + name: Clear + nameWithType: Matrix.Clear + fullName: PlcDocu.TcMatrix.Matrix.Clear + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: CopyFrom(Object) + nameWithType: Matrix.CopyFrom(Object) + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + nameWithType.vb: Matrix.CopyFrom() + fullName.vb: PlcDocu.TcMatrix.Matrix.CopyFrom() + name.vb: CopyFrom() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + name: CopyFrom + nameWithType: Matrix.CopyFrom + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + name: CopyFrom + nameWithType: Matrix.CopyFrom + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementDifference(Object) + nameWithType: Matrix.ElementDifference(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + nameWithType.vb: Matrix.ElementDifference() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementDifference() + name.vb: ElementDifference() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + name: ElementDifference + nameWithType: Matrix.ElementDifference + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + name: ElementDifference + nameWithType: Matrix.ElementDifference + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementProduct(Object) + nameWithType: Matrix.ElementProduct(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + nameWithType.vb: Matrix.ElementProduct() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementProduct() + name.vb: ElementProduct() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + name: ElementProduct + nameWithType: Matrix.ElementProduct + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + name: ElementProduct + nameWithType: Matrix.ElementProduct + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementSum(Object) + nameWithType: Matrix.ElementSum(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + nameWithType.vb: Matrix.ElementSum() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementSum() + name.vb: ElementSum() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + name: ElementSum + nameWithType: Matrix.ElementSum + fullName: PlcDocu.TcMatrix.Matrix.ElementSum + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + name: ElementSum + nameWithType: Matrix.ElementSum + fullName: PlcDocu.TcMatrix.Matrix.ElementSum + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: FillFrom(Object) + nameWithType: Matrix.FillFrom(Object) + fullName: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + nameWithType.vb: Matrix.FillFrom() + fullName.vb: PlcDocu.TcMatrix.Matrix.FillFrom() + name.vb: FillFrom() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + name: FillFrom + nameWithType: Matrix.FillFrom + fullName: PlcDocu.TcMatrix.Matrix.FillFrom + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + name: FillFrom + nameWithType: Matrix.FillFrom + fullName: PlcDocu.TcMatrix.Matrix.FillFrom + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: FillTrapezoidal(Object, Object, Object) + nameWithType: Matrix.FillTrapezoidal(Object, Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object, System.Object, System.Object) + nameWithType.vb: Matrix.FillTrapezoidal(, , ) + fullName.vb: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(, , ) + name.vb: FillTrapezoidal(, , ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + name: FillTrapezoidal + nameWithType: Matrix.FillTrapezoidal + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + name: FillTrapezoidal + nameWithType: Matrix.FillTrapezoidal + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: GetRC(Object, Object) + nameWithType: Matrix.GetRC(Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.GetRC(System.Object, System.Object) + nameWithType.vb: Matrix.GetRC(, ) + fullName.vb: PlcDocu.TcMatrix.Matrix.GetRC(, ) + name.vb: GetRC(, ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + name: GetRC + nameWithType: Matrix.GetRC + fullName: PlcDocu.TcMatrix.Matrix.GetRC + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + name: GetRC + nameWithType: Matrix.GetRC + fullName: PlcDocu.TcMatrix.Matrix.GetRC + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: GetSize(Object) + nameWithType: Matrix.GetSize(Object) + fullName: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + nameWithType.vb: Matrix.GetSize() + fullName.vb: PlcDocu.TcMatrix.Matrix.GetSize() + name.vb: GetSize() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + name: GetSize + nameWithType: Matrix.GetSize + fullName: PlcDocu.TcMatrix.Matrix.GetSize + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + name: GetSize + nameWithType: Matrix.GetSize + fullName: PlcDocu.TcMatrix.Matrix.GetSize + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + commentId: M:PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + parent: PlcDocu.TcMatrix.Matrix + name: GetVectorMagnitude() + nameWithType: Matrix.GetVectorMagnitude() + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + name: GetVectorMagnitude + nameWithType: Matrix.GetVectorMagnitude + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + name: GetVectorMagnitude + nameWithType: Matrix.GetVectorMagnitude + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: InvertSquare(Object) + nameWithType: Matrix.InvertSquare(Object) + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + nameWithType.vb: Matrix.InvertSquare() + fullName.vb: PlcDocu.TcMatrix.Matrix.InvertSquare() + name.vb: InvertSquare() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + name: InvertSquare + nameWithType: Matrix.InvertSquare + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + name: InvertSquare + nameWithType: Matrix.InvertSquare + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: IsEqualSize(Object) + nameWithType: Matrix.IsEqualSize(Object) + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + nameWithType.vb: Matrix.IsEqualSize() + fullName.vb: PlcDocu.TcMatrix.Matrix.IsEqualSize() + name.vb: IsEqualSize() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + name: IsEqualSize + nameWithType: Matrix.IsEqualSize + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + name: IsEqualSize + nameWithType: Matrix.IsEqualSize + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: IsNearlyEqual(Object, Object) + nameWithType: Matrix.IsNearlyEqual(Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object, System.Object) + nameWithType.vb: Matrix.IsNearlyEqual(, ) + fullName.vb: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(, ) + name.vb: IsNearlyEqual(, ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + name: IsNearlyEqual + nameWithType: Matrix.IsNearlyEqual + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + name: IsNearlyEqual + nameWithType: Matrix.IsNearlyEqual + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.Power(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: Power(Object) + nameWithType: Matrix.Power(Object) + fullName: PlcDocu.TcMatrix.Matrix.Power(System.Object) + nameWithType.vb: Matrix.Power() + fullName.vb: PlcDocu.TcMatrix.Matrix.Power() + name.vb: Power() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + name: Power + nameWithType: Matrix.Power + fullName: PlcDocu.TcMatrix.Matrix.Power + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + name: Power + nameWithType: Matrix.Power + fullName: PlcDocu.TcMatrix.Matrix.Power + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.Scale(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: Scale(Object) + nameWithType: Matrix.Scale(Object) + fullName: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + nameWithType.vb: Matrix.Scale() + fullName.vb: PlcDocu.TcMatrix.Matrix.Scale() + name.vb: Scale() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + name: Scale + nameWithType: Matrix.Scale + fullName: PlcDocu.TcMatrix.Matrix.Scale + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + name: Scale + nameWithType: Matrix.Scale + fullName: PlcDocu.TcMatrix.Matrix.Scale + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: SetRC(Object, Object, Object) + nameWithType: Matrix.SetRC(Object, Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.SetRC(System.Object, System.Object, System.Object) + nameWithType.vb: Matrix.SetRC(, , ) + fullName.vb: PlcDocu.TcMatrix.Matrix.SetRC(, , ) + name.vb: SetRC(, , ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + name: SetRC + nameWithType: Matrix.SetRC + fullName: PlcDocu.TcMatrix.Matrix.SetRC + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + name: SetRC + nameWithType: Matrix.SetRC + fullName: PlcDocu.TcMatrix.Matrix.SetRC + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: SortByColAsc(Object) + nameWithType: Matrix.SortByColAsc(Object) + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + nameWithType.vb: Matrix.SortByColAsc() + fullName.vb: PlcDocu.TcMatrix.Matrix.SortByColAsc() + name.vb: SortByColAsc() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + name: SortByColAsc + nameWithType: Matrix.SortByColAsc + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + name: SortByColAsc + nameWithType: Matrix.SortByColAsc + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + commentId: M:PlcDocu.TcMatrix.Matrix.TransposeSquare + parent: PlcDocu.TcMatrix.Matrix + name: TransposeSquare() + nameWithType: Matrix.TransposeSquare() + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + name: TransposeSquare + nameWithType: Matrix.TransposeSquare + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + name: TransposeSquare + nameWithType: Matrix.TransposeSquare + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Average + commentId: P:PlcDocu.TcMatrix.Matrix.Average + parent: PlcDocu.TcMatrix.Matrix + name: Average + nameWithType: Matrix.Average + fullName: PlcDocu.TcMatrix.Matrix.Average +- uid: PlcDocu.TcMatrix.Matrix.IsEmpty + commentId: P:PlcDocu.TcMatrix.Matrix.IsEmpty + parent: PlcDocu.TcMatrix.Matrix + name: IsEmpty + nameWithType: Matrix.IsEmpty + fullName: PlcDocu.TcMatrix.Matrix.IsEmpty +- uid: PlcDocu.TcMatrix.Matrix.IsSquare + commentId: P:PlcDocu.TcMatrix.Matrix.IsSquare + parent: PlcDocu.TcMatrix.Matrix + name: IsSquare + nameWithType: Matrix.IsSquare + fullName: PlcDocu.TcMatrix.Matrix.IsSquare +- uid: PlcDocu.TcMatrix.Matrix.IsVector + commentId: P:PlcDocu.TcMatrix.Matrix.IsVector + parent: PlcDocu.TcMatrix.Matrix + name: IsVector + nameWithType: Matrix.IsVector + fullName: PlcDocu.TcMatrix.Matrix.IsVector +- uid: PlcDocu.TcMatrix.Matrix.Length + commentId: P:PlcDocu.TcMatrix.Matrix.Length + parent: PlcDocu.TcMatrix.Matrix + name: Length + nameWithType: Matrix.Length + fullName: PlcDocu.TcMatrix.Matrix.Length +- uid: PlcDocu.TcMatrix.Matrix.MaxVal + commentId: P:PlcDocu.TcMatrix.Matrix.MaxVal + parent: PlcDocu.TcMatrix.Matrix + name: MaxVal + nameWithType: Matrix.MaxVal + fullName: PlcDocu.TcMatrix.Matrix.MaxVal +- uid: PlcDocu.TcMatrix.Matrix.MinVal + commentId: P:PlcDocu.TcMatrix.Matrix.MinVal + parent: PlcDocu.TcMatrix.Matrix + name: MinVal + nameWithType: Matrix.MinVal + fullName: PlcDocu.TcMatrix.Matrix.MinVal +- uid: PlcDocu.TcMatrix.Matrix.Sum + commentId: P:PlcDocu.TcMatrix.Matrix.Sum + parent: PlcDocu.TcMatrix.Matrix + name: Sum + nameWithType: Matrix.Sum + fullName: PlcDocu.TcMatrix.Matrix.Sum +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: Vortex.Connector.ValueTypes.OnlinerUInt + commentId: T:Vortex.Connector.ValueTypes.OnlinerUInt + isExternal: true +- uid: Vortex.Connector.ValueTypes.OnlinerLReal + commentId: T:Vortex.Connector.ValueTypes.OnlinerLReal + isExternal: true +- uid: PlcDocu.TcMatrix.ExternalStaticMatrix.GetI* + commentId: Overload:PlcDocu.TcMatrix.ExternalStaticMatrix.GetI + name: GetI + nameWithType: ExternalStaticMatrix.GetI + fullName: PlcDocu.TcMatrix.ExternalStaticMatrix.GetI +- uid: Vortex.Connector.ValueTypes.OnlinerBool + commentId: T:Vortex.Connector.ValueTypes.OnlinerBool + isExternal: true +- uid: PlcDocu.TcMatrix.ExternalStaticMatrix.SetI* + commentId: Overload:PlcDocu.TcMatrix.ExternalStaticMatrix.SetI + name: SetI + nameWithType: ExternalStaticMatrix.SetI + fullName: PlcDocu.TcMatrix.ExternalStaticMatrix.SetI diff --git a/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.Matrix.yml b/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.Matrix.yml new file mode 100644 index 0000000..d6d1b4d --- /dev/null +++ b/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.Matrix.yml @@ -0,0 +1,1715 @@ +### YamlMime:ManagedReference +items: +- uid: PlcDocu.TcMatrix.Matrix + commentId: T:PlcDocu.TcMatrix.Matrix + id: Matrix + parent: PlcDocu.TcMatrix + children: + - PlcDocu.TcMatrix.Matrix.Average + - PlcDocu.TcMatrix.Matrix.Clear + - PlcDocu.TcMatrix.Matrix.Cols + - PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + - PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + - PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.GetI(System.Object) + - PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + - PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + - PlcDocu.TcMatrix.Matrix.IsEmpty + - PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + - PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.IsSquare + - PlcDocu.TcMatrix.Matrix.IsVector + - PlcDocu.TcMatrix.Matrix.Length + - PlcDocu.TcMatrix.Matrix.MaxVal + - PlcDocu.TcMatrix.Matrix.MinVal + - PlcDocu.TcMatrix.Matrix.Power(System.Object) + - PlcDocu.TcMatrix.Matrix.Rows + - PlcDocu.TcMatrix.Matrix.Scale(System.Object) + - PlcDocu.TcMatrix.Matrix.SetI(System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + - PlcDocu.TcMatrix.Matrix.Sum + - PlcDocu.TcMatrix.Matrix.TransposeSquare + langs: + - csharp + - vb + name: Matrix + nameWithType: Matrix + fullName: PlcDocu.TcMatrix.Matrix + type: Class + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Matrix + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 19 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nThis abstract FB is the basis for all other matrix FBs. It represents a 2D array of LREAL elements. \nIt provides dozens of methods and properties useful for manipulating itself, calculating values, and comparing to other matricies.\nCritically, this base class does not actually contain any mechanism for storing the values of the matrix (that is the responsibility of the specific inheriting sub-class).\n \n
info

\n Because Matrix is an abstract FB it cannot be assigned (:=) directly. \n Instead, each Matrix is always passed in and out of a function AS REFERENCE.\n This also allows interactions with inhereted sub-classes of Matrix more easily. \n

\n
\n" + example: [] + syntax: + content: public abstract class Matrix + content.vb: Public MustInherit Class Matrix + inheritance: + - System.Object + derivedClasses: + - PlcDocu.TcMatrix.DynamicMatrix + - PlcDocu.TcMatrix.MatrixAccessor + - PlcDocu.TcMatrix.StaticMatrix + modifiers.csharp: + - public + - abstract + - class + modifiers.vb: + - Public + - MustInherit + - Class +- uid: PlcDocu.TcMatrix.Matrix.Clear + commentId: M:PlcDocu.TcMatrix.Matrix.Clear + id: Clear + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: Clear() + nameWithType: Matrix.Clear() + fullName: PlcDocu.TcMatrix.Matrix.Clear() + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Clear + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 30 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nResets the value of every element in this matrix to zero\nSets the value of every element to 0.0\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public void Clear() + content.vb: >- + + + Public Sub Clear + overload: PlcDocu.TcMatrix.Matrix.Clear* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + id: CopyFrom(System.Object) + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: CopyFrom(Object) + nameWithType: Matrix.CopyFrom(Object) + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: CopyFrom + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 53 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nCopy the value from each element in the source matrix to each corresponding element in this matrix\nPrerequisites:\n- This matrix is the same size as the source matrix\n- Neither matrix is empty\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic CopyFrom(dynamic M) + parameters: + - id: M + type: System.Object + description: Source of the copy operation + return: + type: System.Object + description: Returns true if the prerequisites were met and the data was copied, false otherwise + content.vb: >- + + + Public Function CopyFrom(M As Object) As Object + overload: PlcDocu.TcMatrix.Matrix.CopyFrom* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + id: ElementDifference(System.Object) + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: ElementDifference(Object) + nameWithType: Matrix.ElementDifference(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: ElementDifference + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 77 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nFor each element in this matrix, calculate a new value by Subtracting the value of the corresponding element of the supplied matrix from the value in this matrix\nTHIS := THIS - M\n:Prerequisites:\n- This matrix is the same size as the supplied matrix\n- Neither matrix is empty\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic ElementDifference(dynamic M) + parameters: + - id: M + type: System.Object + description: The subtrahend in the subtraction + return: + type: System.Object + description: TRUE if the operation completes successfully, false if the prerequisites are not met + content.vb: >- + + + Public Function ElementDifference(M As Object) As Object + overload: PlcDocu.TcMatrix.Matrix.ElementDifference* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + id: ElementProduct(System.Object) + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: ElementProduct(Object) + nameWithType: Matrix.ElementProduct(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: ElementProduct + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 101 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nFor each element in this matrix, calculate a new value by Multiplying the value of the corresponding element of the supplied matrix with the value in this matrix\nTHIS := THIS .* M\n:Prerequisites:\n- This matrix is the same size as the supplied matrix\n- Neither matrix is empty\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic ElementProduct(dynamic M) + parameters: + - id: M + type: System.Object + description: the supplied matrix to be multiplied element-by-element to this matrix + return: + type: System.Object + description: TRUE if the operation completes successfully, false if the prerequisites are not met + content.vb: >- + + + Public Function ElementProduct(M As Object) As Object + overload: PlcDocu.TcMatrix.Matrix.ElementProduct* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + id: ElementSum(System.Object) + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: ElementSum(Object) + nameWithType: Matrix.ElementSum(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: ElementSum + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 125 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nFor each element in this matrix, calculate a new value by Adding the value of the corresponding element of the supplied matrix with the value in this matrix\nTHIS := THIS + M\nPrerequisites:\n- This matrix is the same size as the supplied matrix\n- Neither matrix is empty\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic ElementSum(dynamic M) + parameters: + - id: M + type: System.Object + description: The supplied matrix to be added to this matrix + return: + type: System.Object + description: TRUE if the operation completes successfully, false if the prerequisites are not met + content.vb: >- + + + Public Function ElementSum(M As Object) As Object + overload: PlcDocu.TcMatrix.Matrix.ElementSum* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + id: FillFrom(System.Object) + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: FillFrom(Object) + nameWithType: Matrix.FillFrom(Object) + fullName: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: FillFrom + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 144 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nFor every element that exist in both this matrix and the source matrix, copy the value from the source matrix into this matrix\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public void FillFrom(dynamic M) + parameters: + - id: M + type: System.Object + description: source matrix for element copy operation + content.vb: >- + + + Public Sub FillFrom(M As Object) + overload: PlcDocu.TcMatrix.Matrix.FillFrom* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + id: FillTrapezoidal(System.Object,System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: FillTrapezoidal(Object, Object, Object) + nameWithType: Matrix.FillTrapezoidal(Object, Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object, System.Object, System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: FillTrapezoidal + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 175 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nFills all elements of this matrix based on which of three zones it is located into when considered as a trapezoidal matrix\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public void FillTrapezoidal(dynamic Diagonal, dynamic UpperRight, dynamic LowerLeft) + parameters: + - id: Diagonal + type: System.Object + description: Every element on the main diagonal of the matrix is set to this value. + - id: UpperRight + type: System.Object + description: Every element above or to the right of the main diagonal is set to this value + - id: LowerLeft + type: System.Object + description: Every element below or to the left of the main diagonal is set to this value + content.vb: >- + + + Public Sub FillTrapezoidal(Diagonal As Object, UpperRight As Object, LowerLeft As Object) + overload: PlcDocu.TcMatrix.Matrix.FillTrapezoidal* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.Matrix.GetI(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.GetI(System.Object) + id: GetI(System.Object) + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: GetI(Object) + nameWithType: Matrix.GetI(Object) + fullName: PlcDocu.TcMatrix.Matrix.GetI(System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: GetI + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 203 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nGets the value of the element in this matrix at the supplied location as if the elements were stored in a 1D row-major array\nPrerequisites:\n- I < Rows*Cols\n- Matrix is not empty\n \n
note

\n If the supplied index is out of bounds the value 0 is returned and a warning is generated in the Error List\n

\n
\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic GetI(dynamic I) + parameters: + - id: I + type: System.Object + description: The index of the element which should have its value returned + return: + type: System.Object + description: The value of the element at the specified index, or 0 if an invalid index is supplied + content.vb: >- + + + Public Function GetI(I As Object) As Object + overload: PlcDocu.TcMatrix.Matrix.GetI* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + id: GetRC(System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: GetRC(Object, Object) + nameWithType: Matrix.GetRC(Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.GetRC(System.Object, System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: GetRC + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 241 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nReturns the value of the element of this matrix at the specified row and column.\nPrerequisites:\n- Row < Rows\n- Col < Cols\n- Matrix is not empty\n \n
important

\n If the supplied or or column is out of bounds then a warning message is generated in the Error List and the value 0 is returned\n

\n
important

\n The value of the element at the specified row and column, or 0 if an invalid index is supplied\n

\n
\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic GetRC(dynamic Row, dynamic Col) + parameters: + - id: Row + type: System.Object + description: The row of the element to fetch + - id: Col + type: System.Object + description: The column of the element to fetch + return: + type: System.Object + description: Returns the value of the element at the specified (0-indexed) position within the matrix + content.vb: >- + + + Public Function GetRC(Row As Object, Col As Object) As Object + overload: PlcDocu.TcMatrix.Matrix.GetRC* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + id: GetSize(System.Object) + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: GetSize(Object) + nameWithType: Matrix.GetSize(Object) + fullName: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: GetSize + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 272 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nReturns the length of the matrix in the specified dimension\n\n GetSize(0) is equivalent to Rows \n GetSize(1) is equivalent to Cols\n\n \n
important

\n If an invalid dimension is supplied then a warning is generated in the Error List and the value 0 is returned \n

\n
important

\n The length of the matrix in the specified dimension, or 0 if the dimension specified is invalid\n

\n
\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic GetSize(dynamic Dim) + parameters: + - id: Dim + type: System.Object + description: The dimension of the matrix for which the size should be returned. 0=Rows, 1=Cols + return: + type: System.Object + description: 'Plc type UINT; Twin type: ' + content.vb: >- + + + Public Function GetSize(Dim As Object) As Object + overload: PlcDocu.TcMatrix.Matrix.GetSize* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + commentId: M:PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + id: GetVectorMagnitude + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: GetVectorMagnitude() + nameWithType: Matrix.GetVectorMagnitude() + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude() + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: GetVectorMagnitude + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 293 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nCalcualtes the vector magnitude of this matrix (square root of the sum of the squares), assuming it is a vector.\n:Prerequisites:\n- This matrix is not empty and is a vector\n \n
important

\n If this matrix is empty or is not a vector, 0 is returned\n

\n
\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic GetVectorMagnitude() + return: + type: System.Object + description: The vector magnitude of this matrix if it is a vector, otherwise 0 + content.vb: >- + + + Public Function GetVectorMagnitude As Object + overload: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + id: InvertSquare(System.Object) + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: InvertSquare(Object) + nameWithType: Matrix.InvertSquare(Object) + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: InvertSquare + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 316 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nInverts the matrix. May fail if the matrix is too close to being singular. Use the tolerance input to specify how close to go (1E-6 to 1E-9 is porbably good).\n:Prerequisites:\n- This matrix is square\n- This matrix is not empty\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic InvertSquare(dynamic Tolerance) + parameters: + - id: Tolerance + type: System.Object + description: The smallest magnitude of number that is allowed to be used as a denominator in the calculation of the inverse + return: + type: System.Object + description: True if the inverse has been calculated. False if a precondition was not met, or a near-singularity was detected (data may be malformed). + content.vb: >- + + + Public Function InvertSquare(Tolerance As Object) As Object + overload: PlcDocu.TcMatrix.Matrix.InvertSquare* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + id: IsEqualSize(System.Object) + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: IsEqualSize(Object) + nameWithType: Matrix.IsEqualSize(Object) + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: IsEqualSize + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 342 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nReturns TRUE if IsEqualSize is true AND every element in this matrix is equal to its corresponding element in the supplied matrix\nChecks if this matrix is the same size (number of rows and number of columns match) as the supplied matrix.\n \n
note

\n two empty matricies are considered the same size.\n

\n
\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic IsEqualSize(dynamic M) + parameters: + - id: M + type: System.Object + description: The matrix which should have its size compared to the size of this matrix + return: + type: System.Object + description: True if this matrix is the same size as the supplied matrix + content.vb: >- + + + Public Function IsEqualSize(M As Object) As Object + overload: PlcDocu.TcMatrix.Matrix.IsEqualSize* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + id: IsNearlyEqual(System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: IsNearlyEqual(Object, Object) + nameWithType: Matrix.IsNearlyEqual(Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object, System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: IsNearlyEqual + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 374 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nDetermines if this matrix is *nearly* equal to a supplied matrix, based on a supplied precision.\nTwo matricies are considered nearly equal if they are the same size and every set of corresponding elements are equal to within the supplied precision.\n \n
note

\n Note that two empty matricies are considered equal\n

\n
\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic IsNearlyEqual(dynamic M, dynamic Precision) + parameters: + - id: M + type: System.Object + description: The other matrix to compare to this one + - id: Precision + type: System.Object + description: Deviation between two elements larger than this value makes them unequal + return: + type: System.Object + description: TRUE if the two matricies are nearly equal, FALSE if they are not + content.vb: >- + + + Public Function IsNearlyEqual(M As Object, Precision As Object) As Object + overload: PlcDocu.TcMatrix.Matrix.IsNearlyEqual* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.Power(System.Object) + id: Power(System.Object) + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: Power(Object) + nameWithType: Matrix.Power(Object) + fullName: PlcDocu.TcMatrix.Matrix.Power(System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Power + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 398 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nRaises every element of the matrix to the supplied power\n \n
important

\n Many values of exponent could easily cause all of the elements to turn into NaN!\n

\n
\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public void Power(dynamic Exponent) + parameters: + - id: Exponent + type: System.Object + description: Power with which to raise every element of the matrix + content.vb: >- + + + Public Sub Power(Exponent As Object) + overload: PlcDocu.TcMatrix.Matrix.Power* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.Scale(System.Object) + id: Scale(System.Object) + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: Scale(Object) + nameWithType: Matrix.Scale(Object) + fullName: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Scale + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 417 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nScales every element of this matrix by the supplied value\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public void Scale(dynamic Scalar) + parameters: + - id: Scalar + type: System.Object + description: Value with which to scale every element of this matrix + content.vb: >- + + + Public Sub Scale(Scalar As Object) + overload: PlcDocu.TcMatrix.Matrix.Scale* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.Matrix.SetI(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.SetI(System.Object,System.Object) + id: SetI(System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: SetI(Object, Object) + nameWithType: Matrix.SetI(Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.SetI(System.Object, System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: SetI + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 444 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nSets the element specified BY the supplied index TO the suppleid value, assuming the data OF the matrix is stored in a 1D row-major ARRAY\nPrerequisites: - I < Rows*Cols\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic SetI(dynamic I, dynamic Val) + parameters: + - id: I + type: System.Object + description: The index specifying which element should be modified + - id: Val + type: System.Object + description: The value copied to the corresponding element + return: + type: System.Object + description: TRUE if the specified index is valid and the data is copied. FLASE otherwise + content.vb: >- + + + Public Function SetI(I As Object, Val As Object) As Object + overload: PlcDocu.TcMatrix.Matrix.SetI* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + id: SetRC(System.Object,System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: SetRC(Object, Object, Object) + nameWithType: Matrix.SetRC(Object, Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.SetRC(System.Object, System.Object, System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: SetRC + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 486 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nSets the element specified by the supplied row and column to the suppleid value\nPrerequisites:\n- Row < Rows\n- Col < Cols\n- Matrix is not empty\n \n
important

\n If the supplied or or column is out of bounds then a warning message is generated in the Error List and the value 0 is returned\n The value of the element at the specified row and column, or 0 if an invalid index is supplied\n

\n
\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic SetRC(dynamic Row, dynamic Col, dynamic Val) + parameters: + - id: Row + type: System.Object + description: The row of the element to set + - id: Col + type: System.Object + description: The column of the element to set + - id: Val + type: System.Object + description: The value to copy into the specified element + return: + type: System.Object + description: TRUE if the specified row and column are valid and the data is copied. FALSE otherwise + content.vb: >- + + + Public Function SetRC(Row As Object, Col As Object, Val As Object) As Object + overload: PlcDocu.TcMatrix.Matrix.SetRC* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + id: SortByColAsc(System.Object) + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: SortByColAsc(Object) + nameWithType: Matrix.SortByColAsc(Object) + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: SortByColAsc + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 510 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nSorts the matrix by swapping entire rows around until the specified column is in ascending order. The relative position of equal rows will remain unchanged so as to allow tiered sorting.\nIn-place bubble sort of rows by the specified col, into ascending order\nalgorithm is 'stable', meaning that two equivalent rows will maintain their relative position after\nThis is nice because it lets you sort by secondary/tertiary/etc columns (if you do them in reverse)\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic SortByColAsc(dynamic SortCol) + parameters: + - id: SortCol + type: System.Object + description: "\n

Plc type : UINT [VAR_INPUT]; Twin type :

\n

\n" + return: + type: System.Object + description: Returns the value of the element at the specified (0-indexed) position within the matrix + content.vb: >- + + + Public Function SortByColAsc(SortCol As Object) As Object + overload: PlcDocu.TcMatrix.Matrix.SortByColAsc* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + commentId: M:PlcDocu.TcMatrix.Matrix.TransposeSquare + id: TransposeSquare + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: TransposeSquare() + nameWithType: Matrix.TransposeSquare() + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare() + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: TransposeSquare + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 527 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nTransposes the matrix. \n:Prerequisites: \n- This matrix is square \n- This matrix is not empty\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic TransposeSquare() + return: + type: System.Object + description: TRUE if the operation completes successfully, false if the prerequisites are not met + content.vb: >- + + + Public Function TransposeSquare As Object + overload: PlcDocu.TcMatrix.Matrix.TransposeSquare* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.Matrix.Average + commentId: P:PlcDocu.TcMatrix.Matrix.Average + id: Average + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: Average + nameWithType: Matrix.Average + fullName: PlcDocu.TcMatrix.Matrix.Average + type: Property + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Average + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 540 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nReturns the average value of all elements\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic Average { get; } + parameters: [] + return: + type: System.Object + description: 'Plc type LREAL; Twin type: ' + content.vb: >- + + + Public ReadOnly Property Average As Object + overload: PlcDocu.TcMatrix.Matrix.Average* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: PlcDocu.TcMatrix.Matrix.Cols + commentId: P:PlcDocu.TcMatrix.Matrix.Cols + id: Cols + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: Cols + nameWithType: Matrix.Cols + fullName: PlcDocu.TcMatrix.Matrix.Cols + type: Property + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Cols + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 556 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nReturns the number of columns in the matrix\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic Cols { get; } + parameters: [] + return: + type: System.Object + description: 'Plc type UINT; Twin type: ' + content.vb: >- + + + Public ReadOnly Property Cols As Object + overload: PlcDocu.TcMatrix.Matrix.Cols* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: PlcDocu.TcMatrix.Matrix.IsEmpty + commentId: P:PlcDocu.TcMatrix.Matrix.IsEmpty + id: IsEmpty + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: IsEmpty + nameWithType: Matrix.IsEmpty + fullName: PlcDocu.TcMatrix.Matrix.IsEmpty + type: Property + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: IsEmpty + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 572 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nReturns true if the matrix does not have any addresible elements\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic IsEmpty { get; } + parameters: [] + return: + type: System.Object + description: 'Plc type Bool; Twin type: ' + content.vb: >- + + + Public ReadOnly Property IsEmpty As Object + overload: PlcDocu.TcMatrix.Matrix.IsEmpty* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: PlcDocu.TcMatrix.Matrix.IsSquare + commentId: P:PlcDocu.TcMatrix.Matrix.IsSquare + id: IsSquare + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: IsSquare + nameWithType: Matrix.IsSquare + fullName: PlcDocu.TcMatrix.Matrix.IsSquare + type: Property + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: IsSquare + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 588 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nReturns true if this matrix is not empty, and the number of columns is equal to the number of rows\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic IsSquare { get; } + parameters: [] + return: + type: System.Object + description: 'Plc type BOOL; Twin type: ' + content.vb: >- + + + Public ReadOnly Property IsSquare As Object + overload: PlcDocu.TcMatrix.Matrix.IsSquare* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: PlcDocu.TcMatrix.Matrix.IsVector + commentId: P:PlcDocu.TcMatrix.Matrix.IsVector + id: IsVector + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: IsVector + nameWithType: Matrix.IsVector + fullName: PlcDocu.TcMatrix.Matrix.IsVector + type: Property + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: IsVector + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 604 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nReturns true if this matrix is not empty, and at least one dimension has a size of 1 (row vector or column vector).\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic IsVector { get; } + parameters: [] + return: + type: System.Object + description: 'Plc type BOOL; Twin type: ' + content.vb: >- + + + Public ReadOnly Property IsVector As Object + overload: PlcDocu.TcMatrix.Matrix.IsVector* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: PlcDocu.TcMatrix.Matrix.Length + commentId: P:PlcDocu.TcMatrix.Matrix.Length + id: Length + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: Length + nameWithType: Matrix.Length + fullName: PlcDocu.TcMatrix.Matrix.Length + type: Property + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Length + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 620 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nTotal number of elements in this matrix\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic Length { get; } + parameters: [] + return: + type: System.Object + description: 'Plc type UINT; Twin type: ' + content.vb: >- + + + Public ReadOnly Property Length As Object + overload: PlcDocu.TcMatrix.Matrix.Length* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: PlcDocu.TcMatrix.Matrix.MaxVal + commentId: P:PlcDocu.TcMatrix.Matrix.MaxVal + id: MaxVal + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: MaxVal + nameWithType: Matrix.MaxVal + fullName: PlcDocu.TcMatrix.Matrix.MaxVal + type: Property + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: MaxVal + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 636 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nReturns the maximum value from all elements\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic MaxVal { get; } + parameters: [] + return: + type: System.Object + description: 'Plc type LREAL; Twin type: ' + content.vb: >- + + + Public ReadOnly Property MaxVal As Object + overload: PlcDocu.TcMatrix.Matrix.MaxVal* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: PlcDocu.TcMatrix.Matrix.MinVal + commentId: P:PlcDocu.TcMatrix.Matrix.MinVal + id: MinVal + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: MinVal + nameWithType: Matrix.MinVal + fullName: PlcDocu.TcMatrix.Matrix.MinVal + type: Property + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: MinVal + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 652 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nReturns the minimum value from all elements\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic MinVal { get; } + parameters: [] + return: + type: System.Object + description: 'Plc type LREAL; Twin type: ' + content.vb: >- + + + Public ReadOnly Property MinVal As Object + overload: PlcDocu.TcMatrix.Matrix.MinVal* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: PlcDocu.TcMatrix.Matrix.Rows + commentId: P:PlcDocu.TcMatrix.Matrix.Rows + id: Rows + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: Rows + nameWithType: Matrix.Rows + fullName: PlcDocu.TcMatrix.Matrix.Rows + type: Property + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Rows + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 668 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nTotal number of rows in this matrix\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic Rows { get; } + parameters: [] + return: + type: System.Object + description: 'Plc type UINT; Twin type: ' + content.vb: >- + + + Public ReadOnly Property Rows As Object + overload: PlcDocu.TcMatrix.Matrix.Rows* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: PlcDocu.TcMatrix.Matrix.Sum + commentId: P:PlcDocu.TcMatrix.Matrix.Sum + id: Sum + parent: PlcDocu.TcMatrix.Matrix + langs: + - csharp + - vb + name: Sum + nameWithType: Matrix.Sum + fullName: PlcDocu.TcMatrix.Matrix.Sum + type: Property + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Sum + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs + startLine: 684 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nReturns the sum of all elements\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic Sum { get; } + parameters: [] + return: + type: System.Object + description: 'Plc type LREAL; Twin type: ' + content.vb: >- + + + Public ReadOnly Property Sum As Object + overload: PlcDocu.TcMatrix.Matrix.Sum* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +references: +- uid: PlcDocu.TcMatrix + commentId: N:PlcDocu.TcMatrix + name: PlcDocu.TcMatrix + nameWithType: PlcDocu.TcMatrix + fullName: PlcDocu.TcMatrix +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: System.Void + commentId: T:System.Void + isExternal: true +- uid: PlcDocu.TcMatrix.Matrix.Clear* + commentId: Overload:PlcDocu.TcMatrix.Matrix.Clear + name: Clear + nameWithType: Matrix.Clear + fullName: PlcDocu.TcMatrix.Matrix.Clear +- uid: PlcDocu.TcMatrix.Matrix + commentId: T:PlcDocu.TcMatrix.Matrix + parent: PlcDocu.TcMatrix + name: Matrix + nameWithType: Matrix + fullName: PlcDocu.TcMatrix.Matrix +- uid: Vortex.Connector.ValueTypes.OnlinerBool + commentId: T:Vortex.Connector.ValueTypes.OnlinerBool + isExternal: true +- uid: PlcDocu.TcMatrix.Matrix.CopyFrom* + commentId: Overload:PlcDocu.TcMatrix.Matrix.CopyFrom + name: CopyFrom + nameWithType: Matrix.CopyFrom + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom +- uid: PlcDocu.TcMatrix.Matrix.ElementDifference* + commentId: Overload:PlcDocu.TcMatrix.Matrix.ElementDifference + name: ElementDifference + nameWithType: Matrix.ElementDifference + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference +- uid: PlcDocu.TcMatrix.Matrix.ElementProduct* + commentId: Overload:PlcDocu.TcMatrix.Matrix.ElementProduct + name: ElementProduct + nameWithType: Matrix.ElementProduct + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct +- uid: PlcDocu.TcMatrix.Matrix.ElementSum* + commentId: Overload:PlcDocu.TcMatrix.Matrix.ElementSum + name: ElementSum + nameWithType: Matrix.ElementSum + fullName: PlcDocu.TcMatrix.Matrix.ElementSum +- uid: PlcDocu.TcMatrix.Matrix.FillFrom* + commentId: Overload:PlcDocu.TcMatrix.Matrix.FillFrom + name: FillFrom + nameWithType: Matrix.FillFrom + fullName: PlcDocu.TcMatrix.Matrix.FillFrom +- uid: Vortex.Connector.ValueTypes.OnlinerLReal + commentId: T:Vortex.Connector.ValueTypes.OnlinerLReal + isExternal: true +- uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal* + commentId: Overload:PlcDocu.TcMatrix.Matrix.FillTrapezoidal + name: FillTrapezoidal + nameWithType: Matrix.FillTrapezoidal + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal +- uid: Vortex.Connector.ValueTypes.OnlinerUInt + commentId: T:Vortex.Connector.ValueTypes.OnlinerUInt + isExternal: true +- uid: PlcDocu.TcMatrix.Matrix.GetI* + commentId: Overload:PlcDocu.TcMatrix.Matrix.GetI + name: GetI + nameWithType: Matrix.GetI + fullName: PlcDocu.TcMatrix.Matrix.GetI +- uid: PlcDocu.TcMatrix.Matrix.GetRC* + commentId: Overload:PlcDocu.TcMatrix.Matrix.GetRC + name: GetRC + nameWithType: Matrix.GetRC + fullName: PlcDocu.TcMatrix.Matrix.GetRC +- uid: PlcDocu.TcMatrix.Matrix.GetSize* + commentId: Overload:PlcDocu.TcMatrix.Matrix.GetSize + name: GetSize + nameWithType: Matrix.GetSize + fullName: PlcDocu.TcMatrix.Matrix.GetSize +- uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude* + commentId: Overload:PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + name: GetVectorMagnitude + nameWithType: Matrix.GetVectorMagnitude + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude +- uid: PlcDocu.TcMatrix.Matrix.InvertSquare* + commentId: Overload:PlcDocu.TcMatrix.Matrix.InvertSquare + name: InvertSquare + nameWithType: Matrix.InvertSquare + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare +- uid: PlcDocu.TcMatrix.Matrix.IsEqualSize* + commentId: Overload:PlcDocu.TcMatrix.Matrix.IsEqualSize + name: IsEqualSize + nameWithType: Matrix.IsEqualSize + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize +- uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual* + commentId: Overload:PlcDocu.TcMatrix.Matrix.IsNearlyEqual + name: IsNearlyEqual + nameWithType: Matrix.IsNearlyEqual + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual +- uid: PlcDocu.TcMatrix.Matrix.Power* + commentId: Overload:PlcDocu.TcMatrix.Matrix.Power + name: Power + nameWithType: Matrix.Power + fullName: PlcDocu.TcMatrix.Matrix.Power +- uid: PlcDocu.TcMatrix.Matrix.Scale* + commentId: Overload:PlcDocu.TcMatrix.Matrix.Scale + name: Scale + nameWithType: Matrix.Scale + fullName: PlcDocu.TcMatrix.Matrix.Scale +- uid: PlcDocu.TcMatrix.Matrix.SetI* + commentId: Overload:PlcDocu.TcMatrix.Matrix.SetI + name: SetI + nameWithType: Matrix.SetI + fullName: PlcDocu.TcMatrix.Matrix.SetI +- uid: PlcDocu.TcMatrix.Matrix.SetRC* + commentId: Overload:PlcDocu.TcMatrix.Matrix.SetRC + name: SetRC + nameWithType: Matrix.SetRC + fullName: PlcDocu.TcMatrix.Matrix.SetRC +- uid: PlcDocu.TcMatrix.Matrix.SortByColAsc* + commentId: Overload:PlcDocu.TcMatrix.Matrix.SortByColAsc + name: SortByColAsc + nameWithType: Matrix.SortByColAsc + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc +- uid: PlcDocu.TcMatrix.Matrix.TransposeSquare* + commentId: Overload:PlcDocu.TcMatrix.Matrix.TransposeSquare + name: TransposeSquare + nameWithType: Matrix.TransposeSquare + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare +- uid: PlcDocu.TcMatrix.Matrix.Average* + commentId: Overload:PlcDocu.TcMatrix.Matrix.Average + name: Average + nameWithType: Matrix.Average + fullName: PlcDocu.TcMatrix.Matrix.Average +- uid: PlcDocu.TcMatrix.Matrix.Cols* + commentId: Overload:PlcDocu.TcMatrix.Matrix.Cols + name: Cols + nameWithType: Matrix.Cols + fullName: PlcDocu.TcMatrix.Matrix.Cols +- uid: PlcDocu.TcMatrix.Matrix.IsEmpty* + commentId: Overload:PlcDocu.TcMatrix.Matrix.IsEmpty + name: IsEmpty + nameWithType: Matrix.IsEmpty + fullName: PlcDocu.TcMatrix.Matrix.IsEmpty +- uid: PlcDocu.TcMatrix.Matrix.IsSquare* + commentId: Overload:PlcDocu.TcMatrix.Matrix.IsSquare + name: IsSquare + nameWithType: Matrix.IsSquare + fullName: PlcDocu.TcMatrix.Matrix.IsSquare +- uid: PlcDocu.TcMatrix.Matrix.IsVector* + commentId: Overload:PlcDocu.TcMatrix.Matrix.IsVector + name: IsVector + nameWithType: Matrix.IsVector + fullName: PlcDocu.TcMatrix.Matrix.IsVector +- uid: PlcDocu.TcMatrix.Matrix.Length* + commentId: Overload:PlcDocu.TcMatrix.Matrix.Length + name: Length + nameWithType: Matrix.Length + fullName: PlcDocu.TcMatrix.Matrix.Length +- uid: PlcDocu.TcMatrix.Matrix.MaxVal* + commentId: Overload:PlcDocu.TcMatrix.Matrix.MaxVal + name: MaxVal + nameWithType: Matrix.MaxVal + fullName: PlcDocu.TcMatrix.Matrix.MaxVal +- uid: PlcDocu.TcMatrix.Matrix.MinVal* + commentId: Overload:PlcDocu.TcMatrix.Matrix.MinVal + name: MinVal + nameWithType: Matrix.MinVal + fullName: PlcDocu.TcMatrix.Matrix.MinVal +- uid: PlcDocu.TcMatrix.Matrix.Rows* + commentId: Overload:PlcDocu.TcMatrix.Matrix.Rows + name: Rows + nameWithType: Matrix.Rows + fullName: PlcDocu.TcMatrix.Matrix.Rows +- uid: PlcDocu.TcMatrix.Matrix.Sum* + commentId: Overload:PlcDocu.TcMatrix.Matrix.Sum + name: Sum + nameWithType: Matrix.Sum + fullName: PlcDocu.TcMatrix.Matrix.Sum diff --git a/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.MatrixAccessor.yml b/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.MatrixAccessor.yml new file mode 100644 index 0000000..9abb212 --- /dev/null +++ b/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.MatrixAccessor.yml @@ -0,0 +1,984 @@ +### YamlMime:ManagedReference +items: +- uid: PlcDocu.TcMatrix.MatrixAccessor + commentId: T:PlcDocu.TcMatrix.MatrixAccessor + id: MatrixAccessor + parent: PlcDocu.TcMatrix + children: + - PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + - PlcDocu.TcMatrix.MatrixAccessor.M_ + - PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object,System.Object) + langs: + - csharp + - vb + name: MatrixAccessor + nameWithType: MatrixAccessor + fullName: PlcDocu.TcMatrix.MatrixAccessor + type: Class + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: MatrixAccessor + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixAccessor.g.cs + startLine: 20 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nMatrix accessors are a way of interacting with the data of a parent Matrix through a special lens, without copying the data into a new Matrix and then back again.\nThis type of Matrix works by creating a function that converts the I-based indexing of the accessor matrix into the I-based indexing of the parent matrix, then using it to intercept calls to GetI and SetI.\nConcrete Matrix Accessor Classes can be easily created from the parent MatrixAccessor abstract class by implementing the This2Parent method in order to define the index conversion.\n \n
note

\n Note that matrix accessor allow both read and write access to the parent matrix! \n

\n
warning

\n Matrix Accessors inherently store a pointer (BY REFERENCE) to their parent matrix. If the parent matrix goes out of scope (through function return) or is moved (through an online change) then the Matrix Accessor will no longer work. Therefore, they are best used quickly then destroyed, all within the scope of a single F or FB.\n

\n
\n" + example: [] + syntax: + content: 'public abstract class MatrixAccessor : Matrix' + content.vb: >- + Public MustInherit Class MatrixAccessor + Inherits Matrix + inheritance: + - System.Object + - PlcDocu.TcMatrix.Matrix + derivedClasses: + - PlcDocu.TcMatrix.ShrunkMatrixAccessor + - PlcDocu.TcMatrix.SubMatrixAccessor + - PlcDocu.TcMatrix.TransposeMatrixAccessor + inheritedMembers: + - PlcDocu.TcMatrix.Matrix.Clear + - PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + - PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + - PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + - PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + - PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + - PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.Power(System.Object) + - PlcDocu.TcMatrix.Matrix.Scale(System.Object) + - PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + - PlcDocu.TcMatrix.Matrix.TransposeSquare + - PlcDocu.TcMatrix.Matrix.Average + - PlcDocu.TcMatrix.Matrix.Cols + - PlcDocu.TcMatrix.Matrix.IsEmpty + - PlcDocu.TcMatrix.Matrix.IsSquare + - PlcDocu.TcMatrix.Matrix.IsVector + - PlcDocu.TcMatrix.Matrix.Length + - PlcDocu.TcMatrix.Matrix.MaxVal + - PlcDocu.TcMatrix.Matrix.MinVal + - PlcDocu.TcMatrix.Matrix.Rows + - PlcDocu.TcMatrix.Matrix.Sum + modifiers.csharp: + - public + - abstract + - class + modifiers.vb: + - Public + - MustInherit + - Class +- uid: PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + commentId: M:PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + id: GetI(System.Object) + parent: PlcDocu.TcMatrix.MatrixAccessor + langs: + - csharp + - vb + name: GetI(Object) + nameWithType: MatrixAccessor.GetI(Object) + fullName: PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: GetI + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixAccessor.g.cs + startLine: 45 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nGets the value of the element in this matrix at the supplied location as if the elements were stored in a 1D row-major array\nPrerequisites:\n- I < Rows*Cols\n- Matrix is not empty\n \n
note

\n If the supplied index is out of bounds the value 0 is returned and a warning is generated in the Error List\n

\n
\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic GetI(dynamic I) + parameters: + - id: I + type: System.Object + description: The index of the element which should have its value returned + return: + type: System.Object + description: The value of the element at the specified index, or 0 if an invalid index is supplied + content.vb: >- + + + Public Function GetI(I As Object) As Object + overload: PlcDocu.TcMatrix.MatrixAccessor.GetI* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object,System.Object) + id: SetI(System.Object,System.Object) + parent: PlcDocu.TcMatrix.MatrixAccessor + langs: + - csharp + - vb + name: SetI(Object, Object) + nameWithType: MatrixAccessor.SetI(Object, Object) + fullName: PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object, System.Object) + type: Method + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: SetI + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixAccessor.g.cs + startLine: 72 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nSets the element specified BY the supplied index TO the suppleid value, assuming the data OF the matrix is stored in a 1D row-major ARRAY\nPrerequisites: - I < Rows*Cols\n" + example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic SetI(dynamic I, dynamic Val) + parameters: + - id: I + type: System.Object + description: The index specifying which element should be modified + - id: Val + type: System.Object + description: The value copied to the corresponding element + return: + type: System.Object + description: TRUE if the specified index is valid and the data is copied. FLASE otherwise + content.vb: >- + + + Public Function SetI(I As Object, Val As Object) As Object + overload: PlcDocu.TcMatrix.MatrixAccessor.SetI* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixAccessor.M_ + commentId: F:PlcDocu.TcMatrix.MatrixAccessor.M_ + id: M_ + parent: PlcDocu.TcMatrix.MatrixAccessor + langs: + - csharp + - vb + name: M_ + nameWithType: MatrixAccessor.M_ + fullName: PlcDocu.TcMatrix.MatrixAccessor.M_ + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: M_ + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixAccessor.g.cs + startLine: 78 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public Matrix M_ + return: + type: PlcDocu.TcMatrix.Matrix + content.vb: Public M_ As Matrix + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: PlcDocu.TcMatrix + commentId: N:PlcDocu.TcMatrix + name: PlcDocu.TcMatrix + nameWithType: PlcDocu.TcMatrix + fullName: PlcDocu.TcMatrix +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: PlcDocu.TcMatrix.Matrix + commentId: T:PlcDocu.TcMatrix.Matrix + parent: PlcDocu.TcMatrix + name: Matrix + nameWithType: Matrix + fullName: PlcDocu.TcMatrix.Matrix +- uid: PlcDocu.TcMatrix.Matrix.Clear + commentId: M:PlcDocu.TcMatrix.Matrix.Clear + parent: PlcDocu.TcMatrix.Matrix + name: Clear() + nameWithType: Matrix.Clear() + fullName: PlcDocu.TcMatrix.Matrix.Clear() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Clear + name: Clear + nameWithType: Matrix.Clear + fullName: PlcDocu.TcMatrix.Matrix.Clear + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Clear + name: Clear + nameWithType: Matrix.Clear + fullName: PlcDocu.TcMatrix.Matrix.Clear + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: CopyFrom(Object) + nameWithType: Matrix.CopyFrom(Object) + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + nameWithType.vb: Matrix.CopyFrom() + fullName.vb: PlcDocu.TcMatrix.Matrix.CopyFrom() + name.vb: CopyFrom() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + name: CopyFrom + nameWithType: Matrix.CopyFrom + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + name: CopyFrom + nameWithType: Matrix.CopyFrom + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementDifference(Object) + nameWithType: Matrix.ElementDifference(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + nameWithType.vb: Matrix.ElementDifference() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementDifference() + name.vb: ElementDifference() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + name: ElementDifference + nameWithType: Matrix.ElementDifference + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + name: ElementDifference + nameWithType: Matrix.ElementDifference + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementProduct(Object) + nameWithType: Matrix.ElementProduct(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + nameWithType.vb: Matrix.ElementProduct() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementProduct() + name.vb: ElementProduct() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + name: ElementProduct + nameWithType: Matrix.ElementProduct + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + name: ElementProduct + nameWithType: Matrix.ElementProduct + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementSum(Object) + nameWithType: Matrix.ElementSum(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + nameWithType.vb: Matrix.ElementSum() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementSum() + name.vb: ElementSum() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + name: ElementSum + nameWithType: Matrix.ElementSum + fullName: PlcDocu.TcMatrix.Matrix.ElementSum + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + name: ElementSum + nameWithType: Matrix.ElementSum + fullName: PlcDocu.TcMatrix.Matrix.ElementSum + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: FillFrom(Object) + nameWithType: Matrix.FillFrom(Object) + fullName: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + nameWithType.vb: Matrix.FillFrom() + fullName.vb: PlcDocu.TcMatrix.Matrix.FillFrom() + name.vb: FillFrom() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + name: FillFrom + nameWithType: Matrix.FillFrom + fullName: PlcDocu.TcMatrix.Matrix.FillFrom + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + name: FillFrom + nameWithType: Matrix.FillFrom + fullName: PlcDocu.TcMatrix.Matrix.FillFrom + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: FillTrapezoidal(Object, Object, Object) + nameWithType: Matrix.FillTrapezoidal(Object, Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object, System.Object, System.Object) + nameWithType.vb: Matrix.FillTrapezoidal(, , ) + fullName.vb: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(, , ) + name.vb: FillTrapezoidal(, , ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + name: FillTrapezoidal + nameWithType: Matrix.FillTrapezoidal + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + name: FillTrapezoidal + nameWithType: Matrix.FillTrapezoidal + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: GetRC(Object, Object) + nameWithType: Matrix.GetRC(Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.GetRC(System.Object, System.Object) + nameWithType.vb: Matrix.GetRC(, ) + fullName.vb: PlcDocu.TcMatrix.Matrix.GetRC(, ) + name.vb: GetRC(, ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + name: GetRC + nameWithType: Matrix.GetRC + fullName: PlcDocu.TcMatrix.Matrix.GetRC + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + name: GetRC + nameWithType: Matrix.GetRC + fullName: PlcDocu.TcMatrix.Matrix.GetRC + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: GetSize(Object) + nameWithType: Matrix.GetSize(Object) + fullName: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + nameWithType.vb: Matrix.GetSize() + fullName.vb: PlcDocu.TcMatrix.Matrix.GetSize() + name.vb: GetSize() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + name: GetSize + nameWithType: Matrix.GetSize + fullName: PlcDocu.TcMatrix.Matrix.GetSize + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + name: GetSize + nameWithType: Matrix.GetSize + fullName: PlcDocu.TcMatrix.Matrix.GetSize + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + commentId: M:PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + parent: PlcDocu.TcMatrix.Matrix + name: GetVectorMagnitude() + nameWithType: Matrix.GetVectorMagnitude() + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + name: GetVectorMagnitude + nameWithType: Matrix.GetVectorMagnitude + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + name: GetVectorMagnitude + nameWithType: Matrix.GetVectorMagnitude + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: InvertSquare(Object) + nameWithType: Matrix.InvertSquare(Object) + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + nameWithType.vb: Matrix.InvertSquare() + fullName.vb: PlcDocu.TcMatrix.Matrix.InvertSquare() + name.vb: InvertSquare() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + name: InvertSquare + nameWithType: Matrix.InvertSquare + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + name: InvertSquare + nameWithType: Matrix.InvertSquare + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: IsEqualSize(Object) + nameWithType: Matrix.IsEqualSize(Object) + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + nameWithType.vb: Matrix.IsEqualSize() + fullName.vb: PlcDocu.TcMatrix.Matrix.IsEqualSize() + name.vb: IsEqualSize() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + name: IsEqualSize + nameWithType: Matrix.IsEqualSize + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + name: IsEqualSize + nameWithType: Matrix.IsEqualSize + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: IsNearlyEqual(Object, Object) + nameWithType: Matrix.IsNearlyEqual(Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object, System.Object) + nameWithType.vb: Matrix.IsNearlyEqual(, ) + fullName.vb: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(, ) + name.vb: IsNearlyEqual(, ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + name: IsNearlyEqual + nameWithType: Matrix.IsNearlyEqual + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + name: IsNearlyEqual + nameWithType: Matrix.IsNearlyEqual + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.Power(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: Power(Object) + nameWithType: Matrix.Power(Object) + fullName: PlcDocu.TcMatrix.Matrix.Power(System.Object) + nameWithType.vb: Matrix.Power() + fullName.vb: PlcDocu.TcMatrix.Matrix.Power() + name.vb: Power() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + name: Power + nameWithType: Matrix.Power + fullName: PlcDocu.TcMatrix.Matrix.Power + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + name: Power + nameWithType: Matrix.Power + fullName: PlcDocu.TcMatrix.Matrix.Power + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.Scale(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: Scale(Object) + nameWithType: Matrix.Scale(Object) + fullName: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + nameWithType.vb: Matrix.Scale() + fullName.vb: PlcDocu.TcMatrix.Matrix.Scale() + name.vb: Scale() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + name: Scale + nameWithType: Matrix.Scale + fullName: PlcDocu.TcMatrix.Matrix.Scale + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + name: Scale + nameWithType: Matrix.Scale + fullName: PlcDocu.TcMatrix.Matrix.Scale + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: SetRC(Object, Object, Object) + nameWithType: Matrix.SetRC(Object, Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.SetRC(System.Object, System.Object, System.Object) + nameWithType.vb: Matrix.SetRC(, , ) + fullName.vb: PlcDocu.TcMatrix.Matrix.SetRC(, , ) + name.vb: SetRC(, , ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + name: SetRC + nameWithType: Matrix.SetRC + fullName: PlcDocu.TcMatrix.Matrix.SetRC + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + name: SetRC + nameWithType: Matrix.SetRC + fullName: PlcDocu.TcMatrix.Matrix.SetRC + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: SortByColAsc(Object) + nameWithType: Matrix.SortByColAsc(Object) + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + nameWithType.vb: Matrix.SortByColAsc() + fullName.vb: PlcDocu.TcMatrix.Matrix.SortByColAsc() + name.vb: SortByColAsc() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + name: SortByColAsc + nameWithType: Matrix.SortByColAsc + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + name: SortByColAsc + nameWithType: Matrix.SortByColAsc + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + commentId: M:PlcDocu.TcMatrix.Matrix.TransposeSquare + parent: PlcDocu.TcMatrix.Matrix + name: TransposeSquare() + nameWithType: Matrix.TransposeSquare() + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + name: TransposeSquare + nameWithType: Matrix.TransposeSquare + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + name: TransposeSquare + nameWithType: Matrix.TransposeSquare + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Average + commentId: P:PlcDocu.TcMatrix.Matrix.Average + parent: PlcDocu.TcMatrix.Matrix + name: Average + nameWithType: Matrix.Average + fullName: PlcDocu.TcMatrix.Matrix.Average +- uid: PlcDocu.TcMatrix.Matrix.Cols + commentId: P:PlcDocu.TcMatrix.Matrix.Cols + parent: PlcDocu.TcMatrix.Matrix + name: Cols + nameWithType: Matrix.Cols + fullName: PlcDocu.TcMatrix.Matrix.Cols +- uid: PlcDocu.TcMatrix.Matrix.IsEmpty + commentId: P:PlcDocu.TcMatrix.Matrix.IsEmpty + parent: PlcDocu.TcMatrix.Matrix + name: IsEmpty + nameWithType: Matrix.IsEmpty + fullName: PlcDocu.TcMatrix.Matrix.IsEmpty +- uid: PlcDocu.TcMatrix.Matrix.IsSquare + commentId: P:PlcDocu.TcMatrix.Matrix.IsSquare + parent: PlcDocu.TcMatrix.Matrix + name: IsSquare + nameWithType: Matrix.IsSquare + fullName: PlcDocu.TcMatrix.Matrix.IsSquare +- uid: PlcDocu.TcMatrix.Matrix.IsVector + commentId: P:PlcDocu.TcMatrix.Matrix.IsVector + parent: PlcDocu.TcMatrix.Matrix + name: IsVector + nameWithType: Matrix.IsVector + fullName: PlcDocu.TcMatrix.Matrix.IsVector +- uid: PlcDocu.TcMatrix.Matrix.Length + commentId: P:PlcDocu.TcMatrix.Matrix.Length + parent: PlcDocu.TcMatrix.Matrix + name: Length + nameWithType: Matrix.Length + fullName: PlcDocu.TcMatrix.Matrix.Length +- uid: PlcDocu.TcMatrix.Matrix.MaxVal + commentId: P:PlcDocu.TcMatrix.Matrix.MaxVal + parent: PlcDocu.TcMatrix.Matrix + name: MaxVal + nameWithType: Matrix.MaxVal + fullName: PlcDocu.TcMatrix.Matrix.MaxVal +- uid: PlcDocu.TcMatrix.Matrix.MinVal + commentId: P:PlcDocu.TcMatrix.Matrix.MinVal + parent: PlcDocu.TcMatrix.Matrix + name: MinVal + nameWithType: Matrix.MinVal + fullName: PlcDocu.TcMatrix.Matrix.MinVal +- uid: PlcDocu.TcMatrix.Matrix.Rows + commentId: P:PlcDocu.TcMatrix.Matrix.Rows + parent: PlcDocu.TcMatrix.Matrix + name: Rows + nameWithType: Matrix.Rows + fullName: PlcDocu.TcMatrix.Matrix.Rows +- uid: PlcDocu.TcMatrix.Matrix.Sum + commentId: P:PlcDocu.TcMatrix.Matrix.Sum + parent: PlcDocu.TcMatrix.Matrix + name: Sum + nameWithType: Matrix.Sum + fullName: PlcDocu.TcMatrix.Matrix.Sum +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: Vortex.Connector.ValueTypes.OnlinerUInt + commentId: T:Vortex.Connector.ValueTypes.OnlinerUInt + isExternal: true +- uid: Vortex.Connector.ValueTypes.OnlinerLReal + commentId: T:Vortex.Connector.ValueTypes.OnlinerLReal + isExternal: true +- uid: PlcDocu.TcMatrix.MatrixAccessor.GetI* + commentId: Overload:PlcDocu.TcMatrix.MatrixAccessor.GetI + name: GetI + nameWithType: MatrixAccessor.GetI + fullName: PlcDocu.TcMatrix.MatrixAccessor.GetI +- uid: Vortex.Connector.ValueTypes.OnlinerBool + commentId: T:Vortex.Connector.ValueTypes.OnlinerBool + isExternal: true +- uid: PlcDocu.TcMatrix.MatrixAccessor.SetI* + commentId: Overload:PlcDocu.TcMatrix.MatrixAccessor.SetI + name: SetI + nameWithType: MatrixAccessor.SetI + fullName: PlcDocu.TcMatrix.MatrixAccessor.SetI diff --git a/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.MatrixCsvReader.yml b/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.MatrixCsvReader.yml new file mode 100644 index 0000000..8efcbc4 --- /dev/null +++ b/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.MatrixCsvReader.yml @@ -0,0 +1,1215 @@ +### YamlMime:ManagedReference +items: +- uid: PlcDocu.TcMatrix.MatrixCsvReader + commentId: T:PlcDocu.TcMatrix.MatrixCsvReader + id: MatrixCsvReader + parent: PlcDocu.TcMatrix + children: + - PlcDocu.TcMatrix.MatrixCsvReader.bBusy + - PlcDocu.TcMatrix.MatrixCsvReader.bError + - PlcDocu.TcMatrix.MatrixCsvReader.bExecute + - PlcDocu.TcMatrix.MatrixCsvReader.BuffCmd + - PlcDocu.TcMatrix.MatrixCsvReader.buffer + - PlcDocu.TcMatrix.MatrixCsvReader.bufferSize + - PlcDocu.TcMatrix.MatrixCsvReader.bytesParsed + - PlcDocu.TcMatrix.MatrixCsvReader.bytesRead + - PlcDocu.TcMatrix.MatrixCsvReader.Ci + - PlcDocu.TcMatrix.MatrixCsvReader.CsvRead + - PlcDocu.TcMatrix.MatrixCsvReader.dataSize + - PlcDocu.TcMatrix.MatrixCsvReader.FileClose + - PlcDocu.TcMatrix.MatrixCsvReader.FileOpen + - PlcDocu.TcMatrix.MatrixCsvReader.FileRead + - PlcDocu.TcMatrix.MatrixCsvReader.FileSeek + - PlcDocu.TcMatrix.MatrixCsvReader.hFile + - PlcDocu.TcMatrix.MatrixCsvReader.Hi + - PlcDocu.TcMatrix.MatrixCsvReader.M + - PlcDocu.TcMatrix.MatrixCsvReader.nCols + - PlcDocu.TcMatrix.MatrixCsvReader.nErrId + - PlcDocu.TcMatrix.MatrixCsvReader.nErrStep + - PlcDocu.TcMatrix.MatrixCsvReader.nHeaderLines + - PlcDocu.TcMatrix.MatrixCsvReader.nRows + - PlcDocu.TcMatrix.MatrixCsvReader.nVals + - PlcDocu.TcMatrix.MatrixCsvReader.readEOF + - PlcDocu.TcMatrix.MatrixCsvReader.Ri + - PlcDocu.TcMatrix.MatrixCsvReader.sPathName + - PlcDocu.TcMatrix.MatrixCsvReader.step + - PlcDocu.TcMatrix.MatrixCsvReader.stepCloseFile + - PlcDocu.TcMatrix.MatrixCsvReader.stepDone + - PlcDocu.TcMatrix.MatrixCsvReader.stepFillBuffer + - PlcDocu.TcMatrix.MatrixCsvReader.stepMovePointer + - PlcDocu.TcMatrix.MatrixCsvReader.stepOpenFile + - PlcDocu.TcMatrix.MatrixCsvReader.stepReadBuffer + - PlcDocu.TcMatrix.MatrixCsvReader.stepReady + - PlcDocu.TcMatrix.MatrixCsvReader.tTimeout + langs: + - csharp + - vb + name: MatrixCsvReader + nameWithType: MatrixCsvReader + fullName: PlcDocu.TcMatrix.MatrixCsvReader + type: Class + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: MatrixCsvReader + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 5 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public abstract class MatrixCsvReader + content.vb: Public MustInherit Class MatrixCsvReader + inheritance: + - System.Object + modifiers.csharp: + - public + - abstract + - class + modifiers.vb: + - Public + - MustInherit + - Class +- uid: PlcDocu.TcMatrix.MatrixCsvReader.bExecute + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.bExecute + id: bExecute + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: bExecute + nameWithType: MatrixCsvReader.bExecute + fullName: PlcDocu.TcMatrix.MatrixCsvReader.bExecute + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: bExecute + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 8 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object bExecute + return: + type: System.Object + content.vb: Public bExecute As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.M + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.M + id: M + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: M + nameWithType: MatrixCsvReader.M + fullName: PlcDocu.TcMatrix.MatrixCsvReader.M + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: M + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 9 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public Matrix M + return: + type: PlcDocu.TcMatrix.Matrix + content.vb: Public M As Matrix + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.sPathName + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.sPathName + id: sPathName + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: sPathName + nameWithType: MatrixCsvReader.sPathName + fullName: PlcDocu.TcMatrix.MatrixCsvReader.sPathName + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: sPathName + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 10 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object sPathName + return: + type: System.Object + content.vb: Public sPathName As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.tTimeout + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.tTimeout + id: tTimeout + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: tTimeout + nameWithType: MatrixCsvReader.tTimeout + fullName: PlcDocu.TcMatrix.MatrixCsvReader.tTimeout + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: tTimeout + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 11 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object tTimeout + return: + type: System.Object + content.vb: Public tTimeout As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.nHeaderLines + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.nHeaderLines + id: nHeaderLines + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: nHeaderLines + nameWithType: MatrixCsvReader.nHeaderLines + fullName: PlcDocu.TcMatrix.MatrixCsvReader.nHeaderLines + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: nHeaderLines + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 12 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object nHeaderLines + return: + type: System.Object + content.vb: Public nHeaderLines As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.bBusy + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.bBusy + id: bBusy + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: bBusy + nameWithType: MatrixCsvReader.bBusy + fullName: PlcDocu.TcMatrix.MatrixCsvReader.bBusy + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: bBusy + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 13 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object bBusy + return: + type: System.Object + content.vb: Public bBusy As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.bError + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.bError + id: bError + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: bError + nameWithType: MatrixCsvReader.bError + fullName: PlcDocu.TcMatrix.MatrixCsvReader.bError + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: bError + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 14 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object bError + return: + type: System.Object + content.vb: Public bError As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.nErrId + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.nErrId + id: nErrId + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: nErrId + nameWithType: MatrixCsvReader.nErrId + fullName: PlcDocu.TcMatrix.MatrixCsvReader.nErrId + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: nErrId + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 15 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object nErrId + return: + type: System.Object + content.vb: Public nErrId As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.nErrStep + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.nErrStep + id: nErrStep + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: nErrStep + nameWithType: MatrixCsvReader.nErrStep + fullName: PlcDocu.TcMatrix.MatrixCsvReader.nErrStep + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: nErrStep + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 16 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object nErrStep + return: + type: System.Object + content.vb: Public nErrStep As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.nRows + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.nRows + id: nRows + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: nRows + nameWithType: MatrixCsvReader.nRows + fullName: PlcDocu.TcMatrix.MatrixCsvReader.nRows + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: nRows + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 17 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object nRows + return: + type: System.Object + content.vb: Public nRows As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.nCols + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.nCols + id: nCols + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: nCols + nameWithType: MatrixCsvReader.nCols + fullName: PlcDocu.TcMatrix.MatrixCsvReader.nCols + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: nCols + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 18 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object nCols + return: + type: System.Object + content.vb: Public nCols As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.nVals + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.nVals + id: nVals + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: nVals + nameWithType: MatrixCsvReader.nVals + fullName: PlcDocu.TcMatrix.MatrixCsvReader.nVals + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: nVals + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 19 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object nVals + return: + type: System.Object + content.vb: Public nVals As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.FileOpen + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.FileOpen + id: FileOpen + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: FileOpen + nameWithType: MatrixCsvReader.FileOpen + fullName: PlcDocu.TcMatrix.MatrixCsvReader.FileOpen + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: FileOpen + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 20 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object FileOpen + return: + type: System.Object + content.vb: Public FileOpen As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.CsvRead + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.CsvRead + id: CsvRead + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: CsvRead + nameWithType: MatrixCsvReader.CsvRead + fullName: PlcDocu.TcMatrix.MatrixCsvReader.CsvRead + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: CsvRead + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 21 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object CsvRead + return: + type: System.Object + content.vb: Public CsvRead As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.FileRead + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.FileRead + id: FileRead + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: FileRead + nameWithType: MatrixCsvReader.FileRead + fullName: PlcDocu.TcMatrix.MatrixCsvReader.FileRead + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: FileRead + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 22 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object FileRead + return: + type: System.Object + content.vb: Public FileRead As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.FileSeek + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.FileSeek + id: FileSeek + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: FileSeek + nameWithType: MatrixCsvReader.FileSeek + fullName: PlcDocu.TcMatrix.MatrixCsvReader.FileSeek + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: FileSeek + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 23 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object FileSeek + return: + type: System.Object + content.vb: Public FileSeek As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.FileClose + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.FileClose + id: FileClose + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: FileClose + nameWithType: MatrixCsvReader.FileClose + fullName: PlcDocu.TcMatrix.MatrixCsvReader.FileClose + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: FileClose + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 24 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object FileClose + return: + type: System.Object + content.vb: Public FileClose As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.hFile + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.hFile + id: hFile + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: hFile + nameWithType: MatrixCsvReader.hFile + fullName: PlcDocu.TcMatrix.MatrixCsvReader.hFile + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: hFile + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 25 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object hFile + return: + type: System.Object + content.vb: Public hFile As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.readEOF + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.readEOF + id: readEOF + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: readEOF + nameWithType: MatrixCsvReader.readEOF + fullName: PlcDocu.TcMatrix.MatrixCsvReader.readEOF + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: readEOF + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 26 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object readEOF + return: + type: System.Object + content.vb: Public readEOF As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.bytesRead + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.bytesRead + id: bytesRead + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: bytesRead + nameWithType: MatrixCsvReader.bytesRead + fullName: PlcDocu.TcMatrix.MatrixCsvReader.bytesRead + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: bytesRead + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 27 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object bytesRead + return: + type: System.Object + content.vb: Public bytesRead As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.bytesParsed + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.bytesParsed + id: bytesParsed + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: bytesParsed + nameWithType: MatrixCsvReader.bytesParsed + fullName: PlcDocu.TcMatrix.MatrixCsvReader.bytesParsed + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: bytesParsed + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 28 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object bytesParsed + return: + type: System.Object + content.vb: Public bytesParsed As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.buffer + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.buffer + id: buffer + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: buffer + nameWithType: MatrixCsvReader.buffer + fullName: PlcDocu.TcMatrix.MatrixCsvReader.buffer + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: buffer + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 29 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object buffer + return: + type: System.Object + content.vb: Public buffer As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.step + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.step + id: step + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: step + nameWithType: MatrixCsvReader.step + fullName: PlcDocu.TcMatrix.MatrixCsvReader.step + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: step + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 30 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object step + return: + type: System.Object + content.vb: Public step As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.Hi + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.Hi + id: Hi + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: Hi + nameWithType: MatrixCsvReader.Hi + fullName: PlcDocu.TcMatrix.MatrixCsvReader.Hi + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Hi + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 31 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object Hi + return: + type: System.Object + content.vb: Public Hi As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.Ri + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.Ri + id: Ri + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: Ri + nameWithType: MatrixCsvReader.Ri + fullName: PlcDocu.TcMatrix.MatrixCsvReader.Ri + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Ri + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 32 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object Ri + return: + type: System.Object + content.vb: Public Ri As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.Ci + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.Ci + id: Ci + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: Ci + nameWithType: MatrixCsvReader.Ci + fullName: PlcDocu.TcMatrix.MatrixCsvReader.Ci + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Ci + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 33 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object Ci + return: + type: System.Object + content.vb: Public Ci As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.BuffCmd + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.BuffCmd + id: BuffCmd + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: BuffCmd + nameWithType: MatrixCsvReader.BuffCmd + fullName: PlcDocu.TcMatrix.MatrixCsvReader.BuffCmd + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: BuffCmd + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 34 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object BuffCmd + return: + type: System.Object + content.vb: Public BuffCmd As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.bufferSize + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.bufferSize + id: bufferSize + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: bufferSize + nameWithType: MatrixCsvReader.bufferSize + fullName: PlcDocu.TcMatrix.MatrixCsvReader.bufferSize + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: bufferSize + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 35 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object bufferSize + return: + type: System.Object + content.vb: Public bufferSize As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.dataSize + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.dataSize + id: dataSize + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: dataSize + nameWithType: MatrixCsvReader.dataSize + fullName: PlcDocu.TcMatrix.MatrixCsvReader.dataSize + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: dataSize + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 36 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object dataSize + return: + type: System.Object + content.vb: Public dataSize As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.stepReady + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.stepReady + id: stepReady + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: stepReady + nameWithType: MatrixCsvReader.stepReady + fullName: PlcDocu.TcMatrix.MatrixCsvReader.stepReady + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: stepReady + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 37 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object stepReady + return: + type: System.Object + content.vb: Public stepReady As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.stepOpenFile + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.stepOpenFile + id: stepOpenFile + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: stepOpenFile + nameWithType: MatrixCsvReader.stepOpenFile + fullName: PlcDocu.TcMatrix.MatrixCsvReader.stepOpenFile + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: stepOpenFile + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 38 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object stepOpenFile + return: + type: System.Object + content.vb: Public stepOpenFile As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.stepFillBuffer + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.stepFillBuffer + id: stepFillBuffer + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: stepFillBuffer + nameWithType: MatrixCsvReader.stepFillBuffer + fullName: PlcDocu.TcMatrix.MatrixCsvReader.stepFillBuffer + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: stepFillBuffer + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 39 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object stepFillBuffer + return: + type: System.Object + content.vb: Public stepFillBuffer As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.stepReadBuffer + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.stepReadBuffer + id: stepReadBuffer + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: stepReadBuffer + nameWithType: MatrixCsvReader.stepReadBuffer + fullName: PlcDocu.TcMatrix.MatrixCsvReader.stepReadBuffer + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: stepReadBuffer + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 40 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object stepReadBuffer + return: + type: System.Object + content.vb: Public stepReadBuffer As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.stepMovePointer + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.stepMovePointer + id: stepMovePointer + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: stepMovePointer + nameWithType: MatrixCsvReader.stepMovePointer + fullName: PlcDocu.TcMatrix.MatrixCsvReader.stepMovePointer + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: stepMovePointer + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 41 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object stepMovePointer + return: + type: System.Object + content.vb: Public stepMovePointer As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.stepCloseFile + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.stepCloseFile + id: stepCloseFile + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: stepCloseFile + nameWithType: MatrixCsvReader.stepCloseFile + fullName: PlcDocu.TcMatrix.MatrixCsvReader.stepCloseFile + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: stepCloseFile + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 42 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object stepCloseFile + return: + type: System.Object + content.vb: Public stepCloseFile As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.MatrixCsvReader.stepDone + commentId: F:PlcDocu.TcMatrix.MatrixCsvReader.stepDone + id: stepDone + parent: PlcDocu.TcMatrix.MatrixCsvReader + langs: + - csharp + - vb + name: stepDone + nameWithType: MatrixCsvReader.stepDone + fullName: PlcDocu.TcMatrix.MatrixCsvReader.stepDone + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: stepDone + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrixCsvReader.g.cs + startLine: 43 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object stepDone + return: + type: System.Object + content.vb: Public stepDone As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: PlcDocu.TcMatrix + commentId: N:PlcDocu.TcMatrix + name: PlcDocu.TcMatrix + nameWithType: PlcDocu.TcMatrix + fullName: PlcDocu.TcMatrix +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: PlcDocu.TcMatrix.Matrix + commentId: T:PlcDocu.TcMatrix.Matrix + parent: PlcDocu.TcMatrix + name: Matrix + nameWithType: Matrix + fullName: PlcDocu.TcMatrix.Matrix diff --git a/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.ShrunkMatrixAccessor.yml b/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.ShrunkMatrixAccessor.yml new file mode 100644 index 0000000..bded76b --- /dev/null +++ b/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.ShrunkMatrixAccessor.yml @@ -0,0 +1,1086 @@ +### YamlMime:ManagedReference +items: +- uid: PlcDocu.TcMatrix.ShrunkMatrixAccessor + commentId: T:PlcDocu.TcMatrix.ShrunkMatrixAccessor + id: ShrunkMatrixAccessor + parent: PlcDocu.TcMatrix + children: + - PlcDocu.TcMatrix.ShrunkMatrixAccessor.ColRemoved_ + - PlcDocu.TcMatrix.ShrunkMatrixAccessor.Cols + - PlcDocu.TcMatrix.ShrunkMatrixAccessor.RowRemoved_ + - PlcDocu.TcMatrix.ShrunkMatrixAccessor.Rows + langs: + - csharp + - vb + name: ShrunkMatrixAccessor + nameWithType: ShrunkMatrixAccessor + fullName: PlcDocu.TcMatrix.ShrunkMatrixAccessor + type: Class + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: ShrunkMatrixAccessor + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs + startLine: 11 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\n\nAllows access to the parent matrix as if the function had been called\n" + example: [] + syntax: + content: 'public abstract class ShrunkMatrixAccessor : MatrixAccessor' + content.vb: >- + Public MustInherit Class ShrunkMatrixAccessor + Inherits MatrixAccessor + inheritance: + - System.Object + - PlcDocu.TcMatrix.Matrix + - PlcDocu.TcMatrix.MatrixAccessor + inheritedMembers: + - PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + - PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object,System.Object) + - PlcDocu.TcMatrix.MatrixAccessor.M_ + - PlcDocu.TcMatrix.Matrix.Clear + - PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + - PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + - PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + - PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + - PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + - PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.Power(System.Object) + - PlcDocu.TcMatrix.Matrix.Scale(System.Object) + - PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + - PlcDocu.TcMatrix.Matrix.TransposeSquare + - PlcDocu.TcMatrix.Matrix.Average + - PlcDocu.TcMatrix.Matrix.IsEmpty + - PlcDocu.TcMatrix.Matrix.IsSquare + - PlcDocu.TcMatrix.Matrix.IsVector + - PlcDocu.TcMatrix.Matrix.Length + - PlcDocu.TcMatrix.Matrix.MaxVal + - PlcDocu.TcMatrix.Matrix.MinVal + - PlcDocu.TcMatrix.Matrix.Sum + modifiers.csharp: + - public + - abstract + - class + modifiers.vb: + - Public + - MustInherit + - Class +- uid: PlcDocu.TcMatrix.ShrunkMatrixAccessor.Cols + commentId: P:PlcDocu.TcMatrix.ShrunkMatrixAccessor.Cols + id: Cols + parent: PlcDocu.TcMatrix.ShrunkMatrixAccessor + langs: + - csharp + - vb + name: Cols + nameWithType: ShrunkMatrixAccessor.Cols + fullName: PlcDocu.TcMatrix.ShrunkMatrixAccessor.Cols + type: Property + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Cols + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs + startLine: 19 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary:
note

This is PLC property. This method is accessible only from the PLC code.

+ example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic Cols { get; } + parameters: [] + return: + type: System.Object + description: 'Plc type UINT; Twin type: ' + content.vb: >- + + + Public ReadOnly Property Cols As Object + overload: PlcDocu.TcMatrix.ShrunkMatrixAccessor.Cols* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: PlcDocu.TcMatrix.ShrunkMatrixAccessor.Rows + commentId: P:PlcDocu.TcMatrix.ShrunkMatrixAccessor.Rows + id: Rows + parent: PlcDocu.TcMatrix.ShrunkMatrixAccessor + langs: + - csharp + - vb + name: Rows + nameWithType: ShrunkMatrixAccessor.Rows + fullName: PlcDocu.TcMatrix.ShrunkMatrixAccessor.Rows + type: Property + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Rows + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs + startLine: 33 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary:
note

This is PLC property. This method is accessible only from the PLC code.

+ example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic Rows { get; } + parameters: [] + return: + type: System.Object + description: 'Plc type UINT; Twin type: ' + content.vb: >- + + + Public ReadOnly Property Rows As Object + overload: PlcDocu.TcMatrix.ShrunkMatrixAccessor.Rows* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: PlcDocu.TcMatrix.ShrunkMatrixAccessor.RowRemoved_ + commentId: F:PlcDocu.TcMatrix.ShrunkMatrixAccessor.RowRemoved_ + id: RowRemoved_ + parent: PlcDocu.TcMatrix.ShrunkMatrixAccessor + langs: + - csharp + - vb + name: RowRemoved_ + nameWithType: ShrunkMatrixAccessor.RowRemoved_ + fullName: PlcDocu.TcMatrix.ShrunkMatrixAccessor.RowRemoved_ + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: RowRemoved_ + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs + startLine: 42 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object RowRemoved_ + return: + type: System.Object + content.vb: Public RowRemoved_ As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.ShrunkMatrixAccessor.ColRemoved_ + commentId: F:PlcDocu.TcMatrix.ShrunkMatrixAccessor.ColRemoved_ + id: ColRemoved_ + parent: PlcDocu.TcMatrix.ShrunkMatrixAccessor + langs: + - csharp + - vb + name: ColRemoved_ + nameWithType: ShrunkMatrixAccessor.ColRemoved_ + fullName: PlcDocu.TcMatrix.ShrunkMatrixAccessor.ColRemoved_ + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: ColRemoved_ + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs + startLine: 43 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object ColRemoved_ + return: + type: System.Object + content.vb: Public ColRemoved_ As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: PlcDocu.TcMatrix.MatrixAccessor + commentId: T:PlcDocu.TcMatrix.MatrixAccessor + parent: PlcDocu.TcMatrix + name: MatrixAccessor + nameWithType: MatrixAccessor + fullName: PlcDocu.TcMatrix.MatrixAccessor +- uid: PlcDocu.TcMatrix.DynamicMatrix.Shrink(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.DynamicMatrix.Shrink(System.Object,System.Object) + isExternal: true +- uid: PlcDocu.TcMatrix + commentId: N:PlcDocu.TcMatrix + name: PlcDocu.TcMatrix + nameWithType: PlcDocu.TcMatrix + fullName: PlcDocu.TcMatrix +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: PlcDocu.TcMatrix.Matrix + commentId: T:PlcDocu.TcMatrix.Matrix + parent: PlcDocu.TcMatrix + name: Matrix + nameWithType: Matrix + fullName: PlcDocu.TcMatrix.Matrix +- uid: PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + commentId: M:PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + parent: PlcDocu.TcMatrix.MatrixAccessor + name: GetI(Object) + nameWithType: MatrixAccessor.GetI(Object) + fullName: PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + nameWithType.vb: MatrixAccessor.GetI() + fullName.vb: PlcDocu.TcMatrix.MatrixAccessor.GetI() + name.vb: GetI() + spec.csharp: + - uid: PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + name: GetI + nameWithType: MatrixAccessor.GetI + fullName: PlcDocu.TcMatrix.MatrixAccessor.GetI + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + name: GetI + nameWithType: MatrixAccessor.GetI + fullName: PlcDocu.TcMatrix.MatrixAccessor.GetI + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object,System.Object) + parent: PlcDocu.TcMatrix.MatrixAccessor + name: SetI(Object, Object) + nameWithType: MatrixAccessor.SetI(Object, Object) + fullName: PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object, System.Object) + nameWithType.vb: MatrixAccessor.SetI(, ) + fullName.vb: PlcDocu.TcMatrix.MatrixAccessor.SetI(, ) + name.vb: SetI(, ) + spec.csharp: + - uid: PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object,System.Object) + name: SetI + nameWithType: MatrixAccessor.SetI + fullName: PlcDocu.TcMatrix.MatrixAccessor.SetI + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object,System.Object) + name: SetI + nameWithType: MatrixAccessor.SetI + fullName: PlcDocu.TcMatrix.MatrixAccessor.SetI + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.MatrixAccessor.M_ + commentId: F:PlcDocu.TcMatrix.MatrixAccessor.M_ + parent: PlcDocu.TcMatrix.MatrixAccessor + name: M_ + nameWithType: MatrixAccessor.M_ + fullName: PlcDocu.TcMatrix.MatrixAccessor.M_ +- uid: PlcDocu.TcMatrix.Matrix.Clear + commentId: M:PlcDocu.TcMatrix.Matrix.Clear + parent: PlcDocu.TcMatrix.Matrix + name: Clear() + nameWithType: Matrix.Clear() + fullName: PlcDocu.TcMatrix.Matrix.Clear() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Clear + name: Clear + nameWithType: Matrix.Clear + fullName: PlcDocu.TcMatrix.Matrix.Clear + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Clear + name: Clear + nameWithType: Matrix.Clear + fullName: PlcDocu.TcMatrix.Matrix.Clear + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: CopyFrom(Object) + nameWithType: Matrix.CopyFrom(Object) + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + nameWithType.vb: Matrix.CopyFrom() + fullName.vb: PlcDocu.TcMatrix.Matrix.CopyFrom() + name.vb: CopyFrom() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + name: CopyFrom + nameWithType: Matrix.CopyFrom + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + name: CopyFrom + nameWithType: Matrix.CopyFrom + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementDifference(Object) + nameWithType: Matrix.ElementDifference(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + nameWithType.vb: Matrix.ElementDifference() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementDifference() + name.vb: ElementDifference() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + name: ElementDifference + nameWithType: Matrix.ElementDifference + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + name: ElementDifference + nameWithType: Matrix.ElementDifference + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementProduct(Object) + nameWithType: Matrix.ElementProduct(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + nameWithType.vb: Matrix.ElementProduct() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementProduct() + name.vb: ElementProduct() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + name: ElementProduct + nameWithType: Matrix.ElementProduct + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + name: ElementProduct + nameWithType: Matrix.ElementProduct + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementSum(Object) + nameWithType: Matrix.ElementSum(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + nameWithType.vb: Matrix.ElementSum() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementSum() + name.vb: ElementSum() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + name: ElementSum + nameWithType: Matrix.ElementSum + fullName: PlcDocu.TcMatrix.Matrix.ElementSum + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + name: ElementSum + nameWithType: Matrix.ElementSum + fullName: PlcDocu.TcMatrix.Matrix.ElementSum + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: FillFrom(Object) + nameWithType: Matrix.FillFrom(Object) + fullName: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + nameWithType.vb: Matrix.FillFrom() + fullName.vb: PlcDocu.TcMatrix.Matrix.FillFrom() + name.vb: FillFrom() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + name: FillFrom + nameWithType: Matrix.FillFrom + fullName: PlcDocu.TcMatrix.Matrix.FillFrom + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + name: FillFrom + nameWithType: Matrix.FillFrom + fullName: PlcDocu.TcMatrix.Matrix.FillFrom + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: FillTrapezoidal(Object, Object, Object) + nameWithType: Matrix.FillTrapezoidal(Object, Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object, System.Object, System.Object) + nameWithType.vb: Matrix.FillTrapezoidal(, , ) + fullName.vb: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(, , ) + name.vb: FillTrapezoidal(, , ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + name: FillTrapezoidal + nameWithType: Matrix.FillTrapezoidal + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + name: FillTrapezoidal + nameWithType: Matrix.FillTrapezoidal + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: GetRC(Object, Object) + nameWithType: Matrix.GetRC(Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.GetRC(System.Object, System.Object) + nameWithType.vb: Matrix.GetRC(, ) + fullName.vb: PlcDocu.TcMatrix.Matrix.GetRC(, ) + name.vb: GetRC(, ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + name: GetRC + nameWithType: Matrix.GetRC + fullName: PlcDocu.TcMatrix.Matrix.GetRC + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + name: GetRC + nameWithType: Matrix.GetRC + fullName: PlcDocu.TcMatrix.Matrix.GetRC + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: GetSize(Object) + nameWithType: Matrix.GetSize(Object) + fullName: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + nameWithType.vb: Matrix.GetSize() + fullName.vb: PlcDocu.TcMatrix.Matrix.GetSize() + name.vb: GetSize() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + name: GetSize + nameWithType: Matrix.GetSize + fullName: PlcDocu.TcMatrix.Matrix.GetSize + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + name: GetSize + nameWithType: Matrix.GetSize + fullName: PlcDocu.TcMatrix.Matrix.GetSize + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + commentId: M:PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + parent: PlcDocu.TcMatrix.Matrix + name: GetVectorMagnitude() + nameWithType: Matrix.GetVectorMagnitude() + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + name: GetVectorMagnitude + nameWithType: Matrix.GetVectorMagnitude + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + name: GetVectorMagnitude + nameWithType: Matrix.GetVectorMagnitude + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: InvertSquare(Object) + nameWithType: Matrix.InvertSquare(Object) + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + nameWithType.vb: Matrix.InvertSquare() + fullName.vb: PlcDocu.TcMatrix.Matrix.InvertSquare() + name.vb: InvertSquare() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + name: InvertSquare + nameWithType: Matrix.InvertSquare + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + name: InvertSquare + nameWithType: Matrix.InvertSquare + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: IsEqualSize(Object) + nameWithType: Matrix.IsEqualSize(Object) + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + nameWithType.vb: Matrix.IsEqualSize() + fullName.vb: PlcDocu.TcMatrix.Matrix.IsEqualSize() + name.vb: IsEqualSize() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + name: IsEqualSize + nameWithType: Matrix.IsEqualSize + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + name: IsEqualSize + nameWithType: Matrix.IsEqualSize + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: IsNearlyEqual(Object, Object) + nameWithType: Matrix.IsNearlyEqual(Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object, System.Object) + nameWithType.vb: Matrix.IsNearlyEqual(, ) + fullName.vb: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(, ) + name.vb: IsNearlyEqual(, ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + name: IsNearlyEqual + nameWithType: Matrix.IsNearlyEqual + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + name: IsNearlyEqual + nameWithType: Matrix.IsNearlyEqual + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.Power(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: Power(Object) + nameWithType: Matrix.Power(Object) + fullName: PlcDocu.TcMatrix.Matrix.Power(System.Object) + nameWithType.vb: Matrix.Power() + fullName.vb: PlcDocu.TcMatrix.Matrix.Power() + name.vb: Power() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + name: Power + nameWithType: Matrix.Power + fullName: PlcDocu.TcMatrix.Matrix.Power + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + name: Power + nameWithType: Matrix.Power + fullName: PlcDocu.TcMatrix.Matrix.Power + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.Scale(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: Scale(Object) + nameWithType: Matrix.Scale(Object) + fullName: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + nameWithType.vb: Matrix.Scale() + fullName.vb: PlcDocu.TcMatrix.Matrix.Scale() + name.vb: Scale() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + name: Scale + nameWithType: Matrix.Scale + fullName: PlcDocu.TcMatrix.Matrix.Scale + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + name: Scale + nameWithType: Matrix.Scale + fullName: PlcDocu.TcMatrix.Matrix.Scale + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: SetRC(Object, Object, Object) + nameWithType: Matrix.SetRC(Object, Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.SetRC(System.Object, System.Object, System.Object) + nameWithType.vb: Matrix.SetRC(, , ) + fullName.vb: PlcDocu.TcMatrix.Matrix.SetRC(, , ) + name.vb: SetRC(, , ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + name: SetRC + nameWithType: Matrix.SetRC + fullName: PlcDocu.TcMatrix.Matrix.SetRC + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + name: SetRC + nameWithType: Matrix.SetRC + fullName: PlcDocu.TcMatrix.Matrix.SetRC + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: SortByColAsc(Object) + nameWithType: Matrix.SortByColAsc(Object) + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + nameWithType.vb: Matrix.SortByColAsc() + fullName.vb: PlcDocu.TcMatrix.Matrix.SortByColAsc() + name.vb: SortByColAsc() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + name: SortByColAsc + nameWithType: Matrix.SortByColAsc + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + name: SortByColAsc + nameWithType: Matrix.SortByColAsc + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + commentId: M:PlcDocu.TcMatrix.Matrix.TransposeSquare + parent: PlcDocu.TcMatrix.Matrix + name: TransposeSquare() + nameWithType: Matrix.TransposeSquare() + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + name: TransposeSquare + nameWithType: Matrix.TransposeSquare + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + name: TransposeSquare + nameWithType: Matrix.TransposeSquare + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Average + commentId: P:PlcDocu.TcMatrix.Matrix.Average + parent: PlcDocu.TcMatrix.Matrix + name: Average + nameWithType: Matrix.Average + fullName: PlcDocu.TcMatrix.Matrix.Average +- uid: PlcDocu.TcMatrix.Matrix.IsEmpty + commentId: P:PlcDocu.TcMatrix.Matrix.IsEmpty + parent: PlcDocu.TcMatrix.Matrix + name: IsEmpty + nameWithType: Matrix.IsEmpty + fullName: PlcDocu.TcMatrix.Matrix.IsEmpty +- uid: PlcDocu.TcMatrix.Matrix.IsSquare + commentId: P:PlcDocu.TcMatrix.Matrix.IsSquare + parent: PlcDocu.TcMatrix.Matrix + name: IsSquare + nameWithType: Matrix.IsSquare + fullName: PlcDocu.TcMatrix.Matrix.IsSquare +- uid: PlcDocu.TcMatrix.Matrix.IsVector + commentId: P:PlcDocu.TcMatrix.Matrix.IsVector + parent: PlcDocu.TcMatrix.Matrix + name: IsVector + nameWithType: Matrix.IsVector + fullName: PlcDocu.TcMatrix.Matrix.IsVector +- uid: PlcDocu.TcMatrix.Matrix.Length + commentId: P:PlcDocu.TcMatrix.Matrix.Length + parent: PlcDocu.TcMatrix.Matrix + name: Length + nameWithType: Matrix.Length + fullName: PlcDocu.TcMatrix.Matrix.Length +- uid: PlcDocu.TcMatrix.Matrix.MaxVal + commentId: P:PlcDocu.TcMatrix.Matrix.MaxVal + parent: PlcDocu.TcMatrix.Matrix + name: MaxVal + nameWithType: Matrix.MaxVal + fullName: PlcDocu.TcMatrix.Matrix.MaxVal +- uid: PlcDocu.TcMatrix.Matrix.MinVal + commentId: P:PlcDocu.TcMatrix.Matrix.MinVal + parent: PlcDocu.TcMatrix.Matrix + name: MinVal + nameWithType: Matrix.MinVal + fullName: PlcDocu.TcMatrix.Matrix.MinVal +- uid: PlcDocu.TcMatrix.Matrix.Sum + commentId: P:PlcDocu.TcMatrix.Matrix.Sum + parent: PlcDocu.TcMatrix.Matrix + name: Sum + nameWithType: Matrix.Sum + fullName: PlcDocu.TcMatrix.Matrix.Sum +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: Vortex.Connector.ValueTypes.OnlinerUInt + commentId: T:Vortex.Connector.ValueTypes.OnlinerUInt + isExternal: true +- uid: PlcDocu.TcMatrix.ShrunkMatrixAccessor.Cols* + commentId: Overload:PlcDocu.TcMatrix.ShrunkMatrixAccessor.Cols + name: Cols + nameWithType: ShrunkMatrixAccessor.Cols + fullName: PlcDocu.TcMatrix.ShrunkMatrixAccessor.Cols +- uid: PlcDocu.TcMatrix.ShrunkMatrixAccessor.Rows* + commentId: Overload:PlcDocu.TcMatrix.ShrunkMatrixAccessor.Rows + name: Rows + nameWithType: ShrunkMatrixAccessor.Rows + fullName: PlcDocu.TcMatrix.ShrunkMatrixAccessor.Rows diff --git a/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.StaticMatrix.yml b/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.StaticMatrix.yml new file mode 100644 index 0000000..d275c9e --- /dev/null +++ b/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.StaticMatrix.yml @@ -0,0 +1,1007 @@ +### YamlMime:ManagedReference +items: +- uid: PlcDocu.TcMatrix.StaticMatrix + commentId: T:PlcDocu.TcMatrix.StaticMatrix + id: StaticMatrix + parent: PlcDocu.TcMatrix + children: + - PlcDocu.TcMatrix.StaticMatrix.Cols + - PlcDocu.TcMatrix.StaticMatrix.Rows + langs: + - csharp + - vb + name: StaticMatrix + nameWithType: StaticMatrix + fullName: PlcDocu.TcMatrix.StaticMatrix + type: Class + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuStaticMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: StaticMatrix + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuStaticMatrix.g.cs + startLine: 26 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\nThis type of matrix has the number of rows and columns set during initialization and then they cannot be changed.\nDerived class must:\n- Declare a VAR array of LREAL named Data_\n- Call Init_ in FB_init, pointing to the local arrays, with Rows and Cols such that Rows*Cols <= Length(Data_)\nThis simple abstract class sets the rules for all static memory matricies by creating a protected Init_(R,C) method that must be called to set the initial size of the matrix.\nIt also implements the required Rows and Cols properties to return the values that were set during initialization.\n \n
warning

\nIt is the callers responsibility to ensure that the pointer provided to the initializer is valid:\n - The length of the data structure pointed to (probably an array of LREAL) is at least as long as Rows x Cols\n - The scope of the data structure pointed to is the same as the scope of the corresponding ExternalStaticMatrix (probably declared adjacent to eachother as a VAR or GVL)\nAdditionally, direct assignment (:=) should not be used with this type of matrix because a second copy of the Matrix, but with a pointer to the original's data source, would be created. For this reason, the pragma {attribute 'no_assign'} is used to block assignment at compile-time. Keep in mind that returning a value from a function is also a form of assignment and is not allowed. \n

\n
\n" + example: [] + syntax: + content: 'public abstract class StaticMatrix : Matrix' + content.vb: >- + Public MustInherit Class StaticMatrix + Inherits Matrix + inheritance: + - System.Object + - PlcDocu.TcMatrix.Matrix + derivedClasses: + - PlcDocu.TcMatrix.ExternalStaticMatrix + inheritedMembers: + - PlcDocu.TcMatrix.Matrix.Clear + - PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + - PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + - PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.GetI(System.Object) + - PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + - PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + - PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + - PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.Power(System.Object) + - PlcDocu.TcMatrix.Matrix.Scale(System.Object) + - PlcDocu.TcMatrix.Matrix.SetI(System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + - PlcDocu.TcMatrix.Matrix.TransposeSquare + - PlcDocu.TcMatrix.Matrix.Average + - PlcDocu.TcMatrix.Matrix.IsEmpty + - PlcDocu.TcMatrix.Matrix.IsSquare + - PlcDocu.TcMatrix.Matrix.IsVector + - PlcDocu.TcMatrix.Matrix.Length + - PlcDocu.TcMatrix.Matrix.MaxVal + - PlcDocu.TcMatrix.Matrix.MinVal + - PlcDocu.TcMatrix.Matrix.Sum + modifiers.csharp: + - public + - abstract + - class + modifiers.vb: + - Public + - MustInherit + - Class +- uid: PlcDocu.TcMatrix.StaticMatrix.Cols + commentId: P:PlcDocu.TcMatrix.StaticMatrix.Cols + id: Cols + parent: PlcDocu.TcMatrix.StaticMatrix + langs: + - csharp + - vb + name: Cols + nameWithType: StaticMatrix.Cols + fullName: PlcDocu.TcMatrix.StaticMatrix.Cols + type: Property + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuStaticMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Cols + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuStaticMatrix.g.cs + startLine: 34 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary:
note

This is PLC property. This method is accessible only from the PLC code.

+ example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic Cols { get; } + parameters: [] + return: + type: System.Object + description: 'Plc type UINT; Twin type: ' + content.vb: >- + + + Public ReadOnly Property Cols As Object + overload: PlcDocu.TcMatrix.StaticMatrix.Cols* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: PlcDocu.TcMatrix.StaticMatrix.Rows + commentId: P:PlcDocu.TcMatrix.StaticMatrix.Rows + id: Rows + parent: PlcDocu.TcMatrix.StaticMatrix + langs: + - csharp + - vb + name: Rows + nameWithType: StaticMatrix.Rows + fullName: PlcDocu.TcMatrix.StaticMatrix.Rows + type: Property + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuStaticMatrix.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Rows + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuStaticMatrix.g.cs + startLine: 48 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary:
note

This is PLC property. This method is accessible only from the PLC code.

+ example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic Rows { get; } + parameters: [] + return: + type: System.Object + description: 'Plc type UINT; Twin type: ' + content.vb: >- + + + Public ReadOnly Property Rows As Object + overload: PlcDocu.TcMatrix.StaticMatrix.Rows* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +references: +- uid: PlcDocu.TcMatrix + commentId: N:PlcDocu.TcMatrix + name: PlcDocu.TcMatrix + nameWithType: PlcDocu.TcMatrix + fullName: PlcDocu.TcMatrix +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: PlcDocu.TcMatrix.Matrix + commentId: T:PlcDocu.TcMatrix.Matrix + parent: PlcDocu.TcMatrix + name: Matrix + nameWithType: Matrix + fullName: PlcDocu.TcMatrix.Matrix +- uid: PlcDocu.TcMatrix.Matrix.Clear + commentId: M:PlcDocu.TcMatrix.Matrix.Clear + parent: PlcDocu.TcMatrix.Matrix + name: Clear() + nameWithType: Matrix.Clear() + fullName: PlcDocu.TcMatrix.Matrix.Clear() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Clear + name: Clear + nameWithType: Matrix.Clear + fullName: PlcDocu.TcMatrix.Matrix.Clear + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Clear + name: Clear + nameWithType: Matrix.Clear + fullName: PlcDocu.TcMatrix.Matrix.Clear + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: CopyFrom(Object) + nameWithType: Matrix.CopyFrom(Object) + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + nameWithType.vb: Matrix.CopyFrom() + fullName.vb: PlcDocu.TcMatrix.Matrix.CopyFrom() + name.vb: CopyFrom() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + name: CopyFrom + nameWithType: Matrix.CopyFrom + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + name: CopyFrom + nameWithType: Matrix.CopyFrom + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementDifference(Object) + nameWithType: Matrix.ElementDifference(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + nameWithType.vb: Matrix.ElementDifference() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementDifference() + name.vb: ElementDifference() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + name: ElementDifference + nameWithType: Matrix.ElementDifference + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + name: ElementDifference + nameWithType: Matrix.ElementDifference + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementProduct(Object) + nameWithType: Matrix.ElementProduct(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + nameWithType.vb: Matrix.ElementProduct() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementProduct() + name.vb: ElementProduct() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + name: ElementProduct + nameWithType: Matrix.ElementProduct + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + name: ElementProduct + nameWithType: Matrix.ElementProduct + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementSum(Object) + nameWithType: Matrix.ElementSum(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + nameWithType.vb: Matrix.ElementSum() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementSum() + name.vb: ElementSum() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + name: ElementSum + nameWithType: Matrix.ElementSum + fullName: PlcDocu.TcMatrix.Matrix.ElementSum + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + name: ElementSum + nameWithType: Matrix.ElementSum + fullName: PlcDocu.TcMatrix.Matrix.ElementSum + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: FillFrom(Object) + nameWithType: Matrix.FillFrom(Object) + fullName: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + nameWithType.vb: Matrix.FillFrom() + fullName.vb: PlcDocu.TcMatrix.Matrix.FillFrom() + name.vb: FillFrom() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + name: FillFrom + nameWithType: Matrix.FillFrom + fullName: PlcDocu.TcMatrix.Matrix.FillFrom + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + name: FillFrom + nameWithType: Matrix.FillFrom + fullName: PlcDocu.TcMatrix.Matrix.FillFrom + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: FillTrapezoidal(Object, Object, Object) + nameWithType: Matrix.FillTrapezoidal(Object, Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object, System.Object, System.Object) + nameWithType.vb: Matrix.FillTrapezoidal(, , ) + fullName.vb: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(, , ) + name.vb: FillTrapezoidal(, , ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + name: FillTrapezoidal + nameWithType: Matrix.FillTrapezoidal + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + name: FillTrapezoidal + nameWithType: Matrix.FillTrapezoidal + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetI(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.GetI(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: GetI(Object) + nameWithType: Matrix.GetI(Object) + fullName: PlcDocu.TcMatrix.Matrix.GetI(System.Object) + nameWithType.vb: Matrix.GetI() + fullName.vb: PlcDocu.TcMatrix.Matrix.GetI() + name.vb: GetI() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetI(System.Object) + name: GetI + nameWithType: Matrix.GetI + fullName: PlcDocu.TcMatrix.Matrix.GetI + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetI(System.Object) + name: GetI + nameWithType: Matrix.GetI + fullName: PlcDocu.TcMatrix.Matrix.GetI + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: GetRC(Object, Object) + nameWithType: Matrix.GetRC(Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.GetRC(System.Object, System.Object) + nameWithType.vb: Matrix.GetRC(, ) + fullName.vb: PlcDocu.TcMatrix.Matrix.GetRC(, ) + name.vb: GetRC(, ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + name: GetRC + nameWithType: Matrix.GetRC + fullName: PlcDocu.TcMatrix.Matrix.GetRC + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + name: GetRC + nameWithType: Matrix.GetRC + fullName: PlcDocu.TcMatrix.Matrix.GetRC + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: GetSize(Object) + nameWithType: Matrix.GetSize(Object) + fullName: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + nameWithType.vb: Matrix.GetSize() + fullName.vb: PlcDocu.TcMatrix.Matrix.GetSize() + name.vb: GetSize() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + name: GetSize + nameWithType: Matrix.GetSize + fullName: PlcDocu.TcMatrix.Matrix.GetSize + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + name: GetSize + nameWithType: Matrix.GetSize + fullName: PlcDocu.TcMatrix.Matrix.GetSize + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + commentId: M:PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + parent: PlcDocu.TcMatrix.Matrix + name: GetVectorMagnitude() + nameWithType: Matrix.GetVectorMagnitude() + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + name: GetVectorMagnitude + nameWithType: Matrix.GetVectorMagnitude + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + name: GetVectorMagnitude + nameWithType: Matrix.GetVectorMagnitude + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: InvertSquare(Object) + nameWithType: Matrix.InvertSquare(Object) + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + nameWithType.vb: Matrix.InvertSquare() + fullName.vb: PlcDocu.TcMatrix.Matrix.InvertSquare() + name.vb: InvertSquare() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + name: InvertSquare + nameWithType: Matrix.InvertSquare + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + name: InvertSquare + nameWithType: Matrix.InvertSquare + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: IsEqualSize(Object) + nameWithType: Matrix.IsEqualSize(Object) + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + nameWithType.vb: Matrix.IsEqualSize() + fullName.vb: PlcDocu.TcMatrix.Matrix.IsEqualSize() + name.vb: IsEqualSize() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + name: IsEqualSize + nameWithType: Matrix.IsEqualSize + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + name: IsEqualSize + nameWithType: Matrix.IsEqualSize + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: IsNearlyEqual(Object, Object) + nameWithType: Matrix.IsNearlyEqual(Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object, System.Object) + nameWithType.vb: Matrix.IsNearlyEqual(, ) + fullName.vb: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(, ) + name.vb: IsNearlyEqual(, ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + name: IsNearlyEqual + nameWithType: Matrix.IsNearlyEqual + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + name: IsNearlyEqual + nameWithType: Matrix.IsNearlyEqual + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.Power(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: Power(Object) + nameWithType: Matrix.Power(Object) + fullName: PlcDocu.TcMatrix.Matrix.Power(System.Object) + nameWithType.vb: Matrix.Power() + fullName.vb: PlcDocu.TcMatrix.Matrix.Power() + name.vb: Power() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + name: Power + nameWithType: Matrix.Power + fullName: PlcDocu.TcMatrix.Matrix.Power + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + name: Power + nameWithType: Matrix.Power + fullName: PlcDocu.TcMatrix.Matrix.Power + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.Scale(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: Scale(Object) + nameWithType: Matrix.Scale(Object) + fullName: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + nameWithType.vb: Matrix.Scale() + fullName.vb: PlcDocu.TcMatrix.Matrix.Scale() + name.vb: Scale() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + name: Scale + nameWithType: Matrix.Scale + fullName: PlcDocu.TcMatrix.Matrix.Scale + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + name: Scale + nameWithType: Matrix.Scale + fullName: PlcDocu.TcMatrix.Matrix.Scale + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.SetI(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.SetI(System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: SetI(Object, Object) + nameWithType: Matrix.SetI(Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.SetI(System.Object, System.Object) + nameWithType.vb: Matrix.SetI(, ) + fullName.vb: PlcDocu.TcMatrix.Matrix.SetI(, ) + name.vb: SetI(, ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.SetI(System.Object,System.Object) + name: SetI + nameWithType: Matrix.SetI + fullName: PlcDocu.TcMatrix.Matrix.SetI + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.SetI(System.Object,System.Object) + name: SetI + nameWithType: Matrix.SetI + fullName: PlcDocu.TcMatrix.Matrix.SetI + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: SetRC(Object, Object, Object) + nameWithType: Matrix.SetRC(Object, Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.SetRC(System.Object, System.Object, System.Object) + nameWithType.vb: Matrix.SetRC(, , ) + fullName.vb: PlcDocu.TcMatrix.Matrix.SetRC(, , ) + name.vb: SetRC(, , ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + name: SetRC + nameWithType: Matrix.SetRC + fullName: PlcDocu.TcMatrix.Matrix.SetRC + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + name: SetRC + nameWithType: Matrix.SetRC + fullName: PlcDocu.TcMatrix.Matrix.SetRC + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: SortByColAsc(Object) + nameWithType: Matrix.SortByColAsc(Object) + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + nameWithType.vb: Matrix.SortByColAsc() + fullName.vb: PlcDocu.TcMatrix.Matrix.SortByColAsc() + name.vb: SortByColAsc() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + name: SortByColAsc + nameWithType: Matrix.SortByColAsc + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + name: SortByColAsc + nameWithType: Matrix.SortByColAsc + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + commentId: M:PlcDocu.TcMatrix.Matrix.TransposeSquare + parent: PlcDocu.TcMatrix.Matrix + name: TransposeSquare() + nameWithType: Matrix.TransposeSquare() + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + name: TransposeSquare + nameWithType: Matrix.TransposeSquare + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + name: TransposeSquare + nameWithType: Matrix.TransposeSquare + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Average + commentId: P:PlcDocu.TcMatrix.Matrix.Average + parent: PlcDocu.TcMatrix.Matrix + name: Average + nameWithType: Matrix.Average + fullName: PlcDocu.TcMatrix.Matrix.Average +- uid: PlcDocu.TcMatrix.Matrix.IsEmpty + commentId: P:PlcDocu.TcMatrix.Matrix.IsEmpty + parent: PlcDocu.TcMatrix.Matrix + name: IsEmpty + nameWithType: Matrix.IsEmpty + fullName: PlcDocu.TcMatrix.Matrix.IsEmpty +- uid: PlcDocu.TcMatrix.Matrix.IsSquare + commentId: P:PlcDocu.TcMatrix.Matrix.IsSquare + parent: PlcDocu.TcMatrix.Matrix + name: IsSquare + nameWithType: Matrix.IsSquare + fullName: PlcDocu.TcMatrix.Matrix.IsSquare +- uid: PlcDocu.TcMatrix.Matrix.IsVector + commentId: P:PlcDocu.TcMatrix.Matrix.IsVector + parent: PlcDocu.TcMatrix.Matrix + name: IsVector + nameWithType: Matrix.IsVector + fullName: PlcDocu.TcMatrix.Matrix.IsVector +- uid: PlcDocu.TcMatrix.Matrix.Length + commentId: P:PlcDocu.TcMatrix.Matrix.Length + parent: PlcDocu.TcMatrix.Matrix + name: Length + nameWithType: Matrix.Length + fullName: PlcDocu.TcMatrix.Matrix.Length +- uid: PlcDocu.TcMatrix.Matrix.MaxVal + commentId: P:PlcDocu.TcMatrix.Matrix.MaxVal + parent: PlcDocu.TcMatrix.Matrix + name: MaxVal + nameWithType: Matrix.MaxVal + fullName: PlcDocu.TcMatrix.Matrix.MaxVal +- uid: PlcDocu.TcMatrix.Matrix.MinVal + commentId: P:PlcDocu.TcMatrix.Matrix.MinVal + parent: PlcDocu.TcMatrix.Matrix + name: MinVal + nameWithType: Matrix.MinVal + fullName: PlcDocu.TcMatrix.Matrix.MinVal +- uid: PlcDocu.TcMatrix.Matrix.Sum + commentId: P:PlcDocu.TcMatrix.Matrix.Sum + parent: PlcDocu.TcMatrix.Matrix + name: Sum + nameWithType: Matrix.Sum + fullName: PlcDocu.TcMatrix.Matrix.Sum +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: Vortex.Connector.ValueTypes.OnlinerUInt + commentId: T:Vortex.Connector.ValueTypes.OnlinerUInt + isExternal: true +- uid: PlcDocu.TcMatrix.StaticMatrix.Cols* + commentId: Overload:PlcDocu.TcMatrix.StaticMatrix.Cols + name: Cols + nameWithType: StaticMatrix.Cols + fullName: PlcDocu.TcMatrix.StaticMatrix.Cols +- uid: PlcDocu.TcMatrix.StaticMatrix.Rows* + commentId: Overload:PlcDocu.TcMatrix.StaticMatrix.Rows + name: Rows + nameWithType: StaticMatrix.Rows + fullName: PlcDocu.TcMatrix.StaticMatrix.Rows diff --git a/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.SubMatrixAccessor.yml b/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.SubMatrixAccessor.yml new file mode 100644 index 0000000..8dfc59a --- /dev/null +++ b/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.SubMatrixAccessor.yml @@ -0,0 +1,1147 @@ +### YamlMime:ManagedReference +items: +- uid: PlcDocu.TcMatrix.SubMatrixAccessor + commentId: T:PlcDocu.TcMatrix.SubMatrixAccessor + id: SubMatrixAccessor + parent: PlcDocu.TcMatrix + children: + - PlcDocu.TcMatrix.SubMatrixAccessor.ColCount_ + - PlcDocu.TcMatrix.SubMatrixAccessor.Cols + - PlcDocu.TcMatrix.SubMatrixAccessor.ColStart_ + - PlcDocu.TcMatrix.SubMatrixAccessor.RowCount_ + - PlcDocu.TcMatrix.SubMatrixAccessor.Rows + - PlcDocu.TcMatrix.SubMatrixAccessor.RowStart_ + langs: + - csharp + - vb + name: SubMatrixAccessor + nameWithType: SubMatrixAccessor + fullName: PlcDocu.TcMatrix.SubMatrixAccessor + type: Class + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuSubMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: SubMatrixAccessor + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuSubMatrixAccessor.g.cs + startLine: 11 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\n\nAllows access to a rectangular subset of the parent matrix as if it were a standalone matrix\n" + example: [] + syntax: + content: 'public abstract class SubMatrixAccessor : MatrixAccessor' + content.vb: >- + Public MustInherit Class SubMatrixAccessor + Inherits MatrixAccessor + inheritance: + - System.Object + - PlcDocu.TcMatrix.Matrix + - PlcDocu.TcMatrix.MatrixAccessor + inheritedMembers: + - PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + - PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object,System.Object) + - PlcDocu.TcMatrix.MatrixAccessor.M_ + - PlcDocu.TcMatrix.Matrix.Clear + - PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + - PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + - PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + - PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + - PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + - PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.Power(System.Object) + - PlcDocu.TcMatrix.Matrix.Scale(System.Object) + - PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + - PlcDocu.TcMatrix.Matrix.TransposeSquare + - PlcDocu.TcMatrix.Matrix.Average + - PlcDocu.TcMatrix.Matrix.IsEmpty + - PlcDocu.TcMatrix.Matrix.IsSquare + - PlcDocu.TcMatrix.Matrix.IsVector + - PlcDocu.TcMatrix.Matrix.Length + - PlcDocu.TcMatrix.Matrix.MaxVal + - PlcDocu.TcMatrix.Matrix.MinVal + - PlcDocu.TcMatrix.Matrix.Sum + modifiers.csharp: + - public + - abstract + - class + modifiers.vb: + - Public + - MustInherit + - Class +- uid: PlcDocu.TcMatrix.SubMatrixAccessor.Cols + commentId: P:PlcDocu.TcMatrix.SubMatrixAccessor.Cols + id: Cols + parent: PlcDocu.TcMatrix.SubMatrixAccessor + langs: + - csharp + - vb + name: Cols + nameWithType: SubMatrixAccessor.Cols + fullName: PlcDocu.TcMatrix.SubMatrixAccessor.Cols + type: Property + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuSubMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Cols + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuSubMatrixAccessor.g.cs + startLine: 19 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary:
note

This is PLC property. This method is accessible only from the PLC code.

+ example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic Cols { get; } + parameters: [] + return: + type: System.Object + description: 'Plc type UINT; Twin type: ' + content.vb: >- + + + Public ReadOnly Property Cols As Object + overload: PlcDocu.TcMatrix.SubMatrixAccessor.Cols* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: PlcDocu.TcMatrix.SubMatrixAccessor.Rows + commentId: P:PlcDocu.TcMatrix.SubMatrixAccessor.Rows + id: Rows + parent: PlcDocu.TcMatrix.SubMatrixAccessor + langs: + - csharp + - vb + name: Rows + nameWithType: SubMatrixAccessor.Rows + fullName: PlcDocu.TcMatrix.SubMatrixAccessor.Rows + type: Property + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuSubMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Rows + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuSubMatrixAccessor.g.cs + startLine: 33 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary:
note

This is PLC property. This method is accessible only from the PLC code.

+ example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic Rows { get; } + parameters: [] + return: + type: System.Object + description: 'Plc type UINT; Twin type: ' + content.vb: >- + + + Public ReadOnly Property Rows As Object + overload: PlcDocu.TcMatrix.SubMatrixAccessor.Rows* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: PlcDocu.TcMatrix.SubMatrixAccessor.RowStart_ + commentId: F:PlcDocu.TcMatrix.SubMatrixAccessor.RowStart_ + id: RowStart_ + parent: PlcDocu.TcMatrix.SubMatrixAccessor + langs: + - csharp + - vb + name: RowStart_ + nameWithType: SubMatrixAccessor.RowStart_ + fullName: PlcDocu.TcMatrix.SubMatrixAccessor.RowStart_ + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuSubMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: RowStart_ + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuSubMatrixAccessor.g.cs + startLine: 42 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object RowStart_ + return: + type: System.Object + content.vb: Public RowStart_ As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.SubMatrixAccessor.RowCount_ + commentId: F:PlcDocu.TcMatrix.SubMatrixAccessor.RowCount_ + id: RowCount_ + parent: PlcDocu.TcMatrix.SubMatrixAccessor + langs: + - csharp + - vb + name: RowCount_ + nameWithType: SubMatrixAccessor.RowCount_ + fullName: PlcDocu.TcMatrix.SubMatrixAccessor.RowCount_ + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuSubMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: RowCount_ + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuSubMatrixAccessor.g.cs + startLine: 43 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object RowCount_ + return: + type: System.Object + content.vb: Public RowCount_ As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.SubMatrixAccessor.ColStart_ + commentId: F:PlcDocu.TcMatrix.SubMatrixAccessor.ColStart_ + id: ColStart_ + parent: PlcDocu.TcMatrix.SubMatrixAccessor + langs: + - csharp + - vb + name: ColStart_ + nameWithType: SubMatrixAccessor.ColStart_ + fullName: PlcDocu.TcMatrix.SubMatrixAccessor.ColStart_ + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuSubMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: ColStart_ + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuSubMatrixAccessor.g.cs + startLine: 44 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object ColStart_ + return: + type: System.Object + content.vb: Public ColStart_ As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.SubMatrixAccessor.ColCount_ + commentId: F:PlcDocu.TcMatrix.SubMatrixAccessor.ColCount_ + id: ColCount_ + parent: PlcDocu.TcMatrix.SubMatrixAccessor + langs: + - csharp + - vb + name: ColCount_ + nameWithType: SubMatrixAccessor.ColCount_ + fullName: PlcDocu.TcMatrix.SubMatrixAccessor.ColCount_ + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuSubMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: ColCount_ + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuSubMatrixAccessor.g.cs + startLine: 45 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object ColCount_ + return: + type: System.Object + content.vb: Public ColCount_ As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: PlcDocu.TcMatrix.MatrixAccessor + commentId: T:PlcDocu.TcMatrix.MatrixAccessor + parent: PlcDocu.TcMatrix + name: MatrixAccessor + nameWithType: MatrixAccessor + fullName: PlcDocu.TcMatrix.MatrixAccessor +- uid: PlcDocu.TcMatrix + commentId: N:PlcDocu.TcMatrix + name: PlcDocu.TcMatrix + nameWithType: PlcDocu.TcMatrix + fullName: PlcDocu.TcMatrix +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: PlcDocu.TcMatrix.Matrix + commentId: T:PlcDocu.TcMatrix.Matrix + parent: PlcDocu.TcMatrix + name: Matrix + nameWithType: Matrix + fullName: PlcDocu.TcMatrix.Matrix +- uid: PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + commentId: M:PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + parent: PlcDocu.TcMatrix.MatrixAccessor + name: GetI(Object) + nameWithType: MatrixAccessor.GetI(Object) + fullName: PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + nameWithType.vb: MatrixAccessor.GetI() + fullName.vb: PlcDocu.TcMatrix.MatrixAccessor.GetI() + name.vb: GetI() + spec.csharp: + - uid: PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + name: GetI + nameWithType: MatrixAccessor.GetI + fullName: PlcDocu.TcMatrix.MatrixAccessor.GetI + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + name: GetI + nameWithType: MatrixAccessor.GetI + fullName: PlcDocu.TcMatrix.MatrixAccessor.GetI + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object,System.Object) + parent: PlcDocu.TcMatrix.MatrixAccessor + name: SetI(Object, Object) + nameWithType: MatrixAccessor.SetI(Object, Object) + fullName: PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object, System.Object) + nameWithType.vb: MatrixAccessor.SetI(, ) + fullName.vb: PlcDocu.TcMatrix.MatrixAccessor.SetI(, ) + name.vb: SetI(, ) + spec.csharp: + - uid: PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object,System.Object) + name: SetI + nameWithType: MatrixAccessor.SetI + fullName: PlcDocu.TcMatrix.MatrixAccessor.SetI + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object,System.Object) + name: SetI + nameWithType: MatrixAccessor.SetI + fullName: PlcDocu.TcMatrix.MatrixAccessor.SetI + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.MatrixAccessor.M_ + commentId: F:PlcDocu.TcMatrix.MatrixAccessor.M_ + parent: PlcDocu.TcMatrix.MatrixAccessor + name: M_ + nameWithType: MatrixAccessor.M_ + fullName: PlcDocu.TcMatrix.MatrixAccessor.M_ +- uid: PlcDocu.TcMatrix.Matrix.Clear + commentId: M:PlcDocu.TcMatrix.Matrix.Clear + parent: PlcDocu.TcMatrix.Matrix + name: Clear() + nameWithType: Matrix.Clear() + fullName: PlcDocu.TcMatrix.Matrix.Clear() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Clear + name: Clear + nameWithType: Matrix.Clear + fullName: PlcDocu.TcMatrix.Matrix.Clear + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Clear + name: Clear + nameWithType: Matrix.Clear + fullName: PlcDocu.TcMatrix.Matrix.Clear + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: CopyFrom(Object) + nameWithType: Matrix.CopyFrom(Object) + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + nameWithType.vb: Matrix.CopyFrom() + fullName.vb: PlcDocu.TcMatrix.Matrix.CopyFrom() + name.vb: CopyFrom() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + name: CopyFrom + nameWithType: Matrix.CopyFrom + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + name: CopyFrom + nameWithType: Matrix.CopyFrom + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementDifference(Object) + nameWithType: Matrix.ElementDifference(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + nameWithType.vb: Matrix.ElementDifference() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementDifference() + name.vb: ElementDifference() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + name: ElementDifference + nameWithType: Matrix.ElementDifference + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + name: ElementDifference + nameWithType: Matrix.ElementDifference + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementProduct(Object) + nameWithType: Matrix.ElementProduct(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + nameWithType.vb: Matrix.ElementProduct() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementProduct() + name.vb: ElementProduct() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + name: ElementProduct + nameWithType: Matrix.ElementProduct + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + name: ElementProduct + nameWithType: Matrix.ElementProduct + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementSum(Object) + nameWithType: Matrix.ElementSum(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + nameWithType.vb: Matrix.ElementSum() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementSum() + name.vb: ElementSum() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + name: ElementSum + nameWithType: Matrix.ElementSum + fullName: PlcDocu.TcMatrix.Matrix.ElementSum + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + name: ElementSum + nameWithType: Matrix.ElementSum + fullName: PlcDocu.TcMatrix.Matrix.ElementSum + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: FillFrom(Object) + nameWithType: Matrix.FillFrom(Object) + fullName: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + nameWithType.vb: Matrix.FillFrom() + fullName.vb: PlcDocu.TcMatrix.Matrix.FillFrom() + name.vb: FillFrom() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + name: FillFrom + nameWithType: Matrix.FillFrom + fullName: PlcDocu.TcMatrix.Matrix.FillFrom + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + name: FillFrom + nameWithType: Matrix.FillFrom + fullName: PlcDocu.TcMatrix.Matrix.FillFrom + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: FillTrapezoidal(Object, Object, Object) + nameWithType: Matrix.FillTrapezoidal(Object, Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object, System.Object, System.Object) + nameWithType.vb: Matrix.FillTrapezoidal(, , ) + fullName.vb: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(, , ) + name.vb: FillTrapezoidal(, , ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + name: FillTrapezoidal + nameWithType: Matrix.FillTrapezoidal + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + name: FillTrapezoidal + nameWithType: Matrix.FillTrapezoidal + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: GetRC(Object, Object) + nameWithType: Matrix.GetRC(Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.GetRC(System.Object, System.Object) + nameWithType.vb: Matrix.GetRC(, ) + fullName.vb: PlcDocu.TcMatrix.Matrix.GetRC(, ) + name.vb: GetRC(, ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + name: GetRC + nameWithType: Matrix.GetRC + fullName: PlcDocu.TcMatrix.Matrix.GetRC + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + name: GetRC + nameWithType: Matrix.GetRC + fullName: PlcDocu.TcMatrix.Matrix.GetRC + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: GetSize(Object) + nameWithType: Matrix.GetSize(Object) + fullName: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + nameWithType.vb: Matrix.GetSize() + fullName.vb: PlcDocu.TcMatrix.Matrix.GetSize() + name.vb: GetSize() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + name: GetSize + nameWithType: Matrix.GetSize + fullName: PlcDocu.TcMatrix.Matrix.GetSize + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + name: GetSize + nameWithType: Matrix.GetSize + fullName: PlcDocu.TcMatrix.Matrix.GetSize + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + commentId: M:PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + parent: PlcDocu.TcMatrix.Matrix + name: GetVectorMagnitude() + nameWithType: Matrix.GetVectorMagnitude() + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + name: GetVectorMagnitude + nameWithType: Matrix.GetVectorMagnitude + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + name: GetVectorMagnitude + nameWithType: Matrix.GetVectorMagnitude + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: InvertSquare(Object) + nameWithType: Matrix.InvertSquare(Object) + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + nameWithType.vb: Matrix.InvertSquare() + fullName.vb: PlcDocu.TcMatrix.Matrix.InvertSquare() + name.vb: InvertSquare() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + name: InvertSquare + nameWithType: Matrix.InvertSquare + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + name: InvertSquare + nameWithType: Matrix.InvertSquare + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: IsEqualSize(Object) + nameWithType: Matrix.IsEqualSize(Object) + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + nameWithType.vb: Matrix.IsEqualSize() + fullName.vb: PlcDocu.TcMatrix.Matrix.IsEqualSize() + name.vb: IsEqualSize() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + name: IsEqualSize + nameWithType: Matrix.IsEqualSize + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + name: IsEqualSize + nameWithType: Matrix.IsEqualSize + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: IsNearlyEqual(Object, Object) + nameWithType: Matrix.IsNearlyEqual(Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object, System.Object) + nameWithType.vb: Matrix.IsNearlyEqual(, ) + fullName.vb: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(, ) + name.vb: IsNearlyEqual(, ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + name: IsNearlyEqual + nameWithType: Matrix.IsNearlyEqual + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + name: IsNearlyEqual + nameWithType: Matrix.IsNearlyEqual + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.Power(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: Power(Object) + nameWithType: Matrix.Power(Object) + fullName: PlcDocu.TcMatrix.Matrix.Power(System.Object) + nameWithType.vb: Matrix.Power() + fullName.vb: PlcDocu.TcMatrix.Matrix.Power() + name.vb: Power() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + name: Power + nameWithType: Matrix.Power + fullName: PlcDocu.TcMatrix.Matrix.Power + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + name: Power + nameWithType: Matrix.Power + fullName: PlcDocu.TcMatrix.Matrix.Power + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.Scale(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: Scale(Object) + nameWithType: Matrix.Scale(Object) + fullName: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + nameWithType.vb: Matrix.Scale() + fullName.vb: PlcDocu.TcMatrix.Matrix.Scale() + name.vb: Scale() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + name: Scale + nameWithType: Matrix.Scale + fullName: PlcDocu.TcMatrix.Matrix.Scale + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + name: Scale + nameWithType: Matrix.Scale + fullName: PlcDocu.TcMatrix.Matrix.Scale + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: SetRC(Object, Object, Object) + nameWithType: Matrix.SetRC(Object, Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.SetRC(System.Object, System.Object, System.Object) + nameWithType.vb: Matrix.SetRC(, , ) + fullName.vb: PlcDocu.TcMatrix.Matrix.SetRC(, , ) + name.vb: SetRC(, , ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + name: SetRC + nameWithType: Matrix.SetRC + fullName: PlcDocu.TcMatrix.Matrix.SetRC + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + name: SetRC + nameWithType: Matrix.SetRC + fullName: PlcDocu.TcMatrix.Matrix.SetRC + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: SortByColAsc(Object) + nameWithType: Matrix.SortByColAsc(Object) + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + nameWithType.vb: Matrix.SortByColAsc() + fullName.vb: PlcDocu.TcMatrix.Matrix.SortByColAsc() + name.vb: SortByColAsc() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + name: SortByColAsc + nameWithType: Matrix.SortByColAsc + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + name: SortByColAsc + nameWithType: Matrix.SortByColAsc + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + commentId: M:PlcDocu.TcMatrix.Matrix.TransposeSquare + parent: PlcDocu.TcMatrix.Matrix + name: TransposeSquare() + nameWithType: Matrix.TransposeSquare() + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + name: TransposeSquare + nameWithType: Matrix.TransposeSquare + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + name: TransposeSquare + nameWithType: Matrix.TransposeSquare + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Average + commentId: P:PlcDocu.TcMatrix.Matrix.Average + parent: PlcDocu.TcMatrix.Matrix + name: Average + nameWithType: Matrix.Average + fullName: PlcDocu.TcMatrix.Matrix.Average +- uid: PlcDocu.TcMatrix.Matrix.IsEmpty + commentId: P:PlcDocu.TcMatrix.Matrix.IsEmpty + parent: PlcDocu.TcMatrix.Matrix + name: IsEmpty + nameWithType: Matrix.IsEmpty + fullName: PlcDocu.TcMatrix.Matrix.IsEmpty +- uid: PlcDocu.TcMatrix.Matrix.IsSquare + commentId: P:PlcDocu.TcMatrix.Matrix.IsSquare + parent: PlcDocu.TcMatrix.Matrix + name: IsSquare + nameWithType: Matrix.IsSquare + fullName: PlcDocu.TcMatrix.Matrix.IsSquare +- uid: PlcDocu.TcMatrix.Matrix.IsVector + commentId: P:PlcDocu.TcMatrix.Matrix.IsVector + parent: PlcDocu.TcMatrix.Matrix + name: IsVector + nameWithType: Matrix.IsVector + fullName: PlcDocu.TcMatrix.Matrix.IsVector +- uid: PlcDocu.TcMatrix.Matrix.Length + commentId: P:PlcDocu.TcMatrix.Matrix.Length + parent: PlcDocu.TcMatrix.Matrix + name: Length + nameWithType: Matrix.Length + fullName: PlcDocu.TcMatrix.Matrix.Length +- uid: PlcDocu.TcMatrix.Matrix.MaxVal + commentId: P:PlcDocu.TcMatrix.Matrix.MaxVal + parent: PlcDocu.TcMatrix.Matrix + name: MaxVal + nameWithType: Matrix.MaxVal + fullName: PlcDocu.TcMatrix.Matrix.MaxVal +- uid: PlcDocu.TcMatrix.Matrix.MinVal + commentId: P:PlcDocu.TcMatrix.Matrix.MinVal + parent: PlcDocu.TcMatrix.Matrix + name: MinVal + nameWithType: Matrix.MinVal + fullName: PlcDocu.TcMatrix.Matrix.MinVal +- uid: PlcDocu.TcMatrix.Matrix.Sum + commentId: P:PlcDocu.TcMatrix.Matrix.Sum + parent: PlcDocu.TcMatrix.Matrix + name: Sum + nameWithType: Matrix.Sum + fullName: PlcDocu.TcMatrix.Matrix.Sum +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: Vortex.Connector.ValueTypes.OnlinerUInt + commentId: T:Vortex.Connector.ValueTypes.OnlinerUInt + isExternal: true +- uid: PlcDocu.TcMatrix.SubMatrixAccessor.Cols* + commentId: Overload:PlcDocu.TcMatrix.SubMatrixAccessor.Cols + name: Cols + nameWithType: SubMatrixAccessor.Cols + fullName: PlcDocu.TcMatrix.SubMatrixAccessor.Cols +- uid: PlcDocu.TcMatrix.SubMatrixAccessor.Rows* + commentId: Overload:PlcDocu.TcMatrix.SubMatrixAccessor.Rows + name: Rows + nameWithType: SubMatrixAccessor.Rows + fullName: PlcDocu.TcMatrix.SubMatrixAccessor.Rows diff --git a/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.TransposeMatrixAccessor.yml b/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.TransposeMatrixAccessor.yml new file mode 100644 index 0000000..cb461b9 --- /dev/null +++ b/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.TransposeMatrixAccessor.yml @@ -0,0 +1,1083 @@ +### YamlMime:ManagedReference +items: +- uid: PlcDocu.TcMatrix.TransposeMatrixAccessor + commentId: T:PlcDocu.TcMatrix.TransposeMatrixAccessor + id: TransposeMatrixAccessor + parent: PlcDocu.TcMatrix + children: + - PlcDocu.TcMatrix.TransposeMatrixAccessor.ColRemoved_ + - PlcDocu.TcMatrix.TransposeMatrixAccessor.Cols + - PlcDocu.TcMatrix.TransposeMatrixAccessor.RowRemoved_ + - PlcDocu.TcMatrix.TransposeMatrixAccessor.Rows + langs: + - csharp + - vb + name: TransposeMatrixAccessor + nameWithType: TransposeMatrixAccessor + fullName: PlcDocu.TcMatrix.TransposeMatrixAccessor + type: Class + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuTransposeMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: TransposeMatrixAccessor + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuTransposeMatrixAccessor.g.cs + startLine: 11 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary: "\n\nAllows access to the elements of the parent matrix as if it were transposed\n" + example: [] + syntax: + content: 'public abstract class TransposeMatrixAccessor : MatrixAccessor' + content.vb: >- + Public MustInherit Class TransposeMatrixAccessor + Inherits MatrixAccessor + inheritance: + - System.Object + - PlcDocu.TcMatrix.Matrix + - PlcDocu.TcMatrix.MatrixAccessor + inheritedMembers: + - PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + - PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object,System.Object) + - PlcDocu.TcMatrix.MatrixAccessor.M_ + - PlcDocu.TcMatrix.Matrix.Clear + - PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + - PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + - PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + - PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + - PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + - PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + - PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.Power(System.Object) + - PlcDocu.TcMatrix.Matrix.Scale(System.Object) + - PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + - PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + - PlcDocu.TcMatrix.Matrix.TransposeSquare + - PlcDocu.TcMatrix.Matrix.Average + - PlcDocu.TcMatrix.Matrix.IsEmpty + - PlcDocu.TcMatrix.Matrix.IsSquare + - PlcDocu.TcMatrix.Matrix.IsVector + - PlcDocu.TcMatrix.Matrix.Length + - PlcDocu.TcMatrix.Matrix.MaxVal + - PlcDocu.TcMatrix.Matrix.MinVal + - PlcDocu.TcMatrix.Matrix.Sum + modifiers.csharp: + - public + - abstract + - class + modifiers.vb: + - Public + - MustInherit + - Class +- uid: PlcDocu.TcMatrix.TransposeMatrixAccessor.Cols + commentId: P:PlcDocu.TcMatrix.TransposeMatrixAccessor.Cols + id: Cols + parent: PlcDocu.TcMatrix.TransposeMatrixAccessor + langs: + - csharp + - vb + name: Cols + nameWithType: TransposeMatrixAccessor.Cols + fullName: PlcDocu.TcMatrix.TransposeMatrixAccessor.Cols + type: Property + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuTransposeMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Cols + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuTransposeMatrixAccessor.g.cs + startLine: 19 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary:
note

This is PLC property. This method is accessible only from the PLC code.

+ example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic Cols { get; } + parameters: [] + return: + type: System.Object + description: 'Plc type UINT; Twin type: ' + content.vb: >- + + + Public ReadOnly Property Cols As Object + overload: PlcDocu.TcMatrix.TransposeMatrixAccessor.Cols* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: PlcDocu.TcMatrix.TransposeMatrixAccessor.Rows + commentId: P:PlcDocu.TcMatrix.TransposeMatrixAccessor.Rows + id: Rows + parent: PlcDocu.TcMatrix.TransposeMatrixAccessor + langs: + - csharp + - vb + name: Rows + nameWithType: TransposeMatrixAccessor.Rows + fullName: PlcDocu.TcMatrix.TransposeMatrixAccessor.Rows + type: Property + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuTransposeMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: Rows + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuTransposeMatrixAccessor.g.cs + startLine: 33 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + summary:
note

This is PLC property. This method is accessible only from the PLC code.

+ example: [] + syntax: + content: >- + [IgnoreReflection] + + public dynamic Rows { get; } + parameters: [] + return: + type: System.Object + description: 'Plc type UINT; Twin type: ' + content.vb: >- + + + Public ReadOnly Property Rows As Object + overload: PlcDocu.TcMatrix.TransposeMatrixAccessor.Rows* + attributes: + - type: Vortex.Connector.IgnoreReflectionAttribute + ctor: Vortex.Connector.IgnoreReflectionAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: PlcDocu.TcMatrix.TransposeMatrixAccessor.RowRemoved_ + commentId: F:PlcDocu.TcMatrix.TransposeMatrixAccessor.RowRemoved_ + id: RowRemoved_ + parent: PlcDocu.TcMatrix.TransposeMatrixAccessor + langs: + - csharp + - vb + name: RowRemoved_ + nameWithType: TransposeMatrixAccessor.RowRemoved_ + fullName: PlcDocu.TcMatrix.TransposeMatrixAccessor.RowRemoved_ + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuTransposeMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: RowRemoved_ + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuTransposeMatrixAccessor.g.cs + startLine: 42 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object RowRemoved_ + return: + type: System.Object + content.vb: Public RowRemoved_ As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: PlcDocu.TcMatrix.TransposeMatrixAccessor.ColRemoved_ + commentId: F:PlcDocu.TcMatrix.TransposeMatrixAccessor.ColRemoved_ + id: ColRemoved_ + parent: PlcDocu.TcMatrix.TransposeMatrixAccessor + langs: + - csharp + - vb + name: ColRemoved_ + nameWithType: TransposeMatrixAccessor.ColRemoved_ + fullName: PlcDocu.TcMatrix.TransposeMatrixAccessor.ColRemoved_ + type: Field + source: + remote: + path: TcMatrixConnector/_generated/PlcDocumentation/PlcDocuTransposeMatrixAccessor.g.cs + branch: main + repo: https://github.com/jozefchmelar/TcMatrix.git + id: ColRemoved_ + path: ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuTransposeMatrixAccessor.g.cs + startLine: 43 + assemblies: + - TcMatrixConnector + namespace: PlcDocu.TcMatrix + syntax: + content: public object ColRemoved_ + return: + type: System.Object + content.vb: Public ColRemoved_ As Object + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: PlcDocu.TcMatrix.MatrixAccessor + commentId: T:PlcDocu.TcMatrix.MatrixAccessor + parent: PlcDocu.TcMatrix + name: MatrixAccessor + nameWithType: MatrixAccessor + fullName: PlcDocu.TcMatrix.MatrixAccessor +- uid: PlcDocu.TcMatrix + commentId: N:PlcDocu.TcMatrix + name: PlcDocu.TcMatrix + nameWithType: PlcDocu.TcMatrix + fullName: PlcDocu.TcMatrix +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: PlcDocu.TcMatrix.Matrix + commentId: T:PlcDocu.TcMatrix.Matrix + parent: PlcDocu.TcMatrix + name: Matrix + nameWithType: Matrix + fullName: PlcDocu.TcMatrix.Matrix +- uid: PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + commentId: M:PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + parent: PlcDocu.TcMatrix.MatrixAccessor + name: GetI(Object) + nameWithType: MatrixAccessor.GetI(Object) + fullName: PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + nameWithType.vb: MatrixAccessor.GetI() + fullName.vb: PlcDocu.TcMatrix.MatrixAccessor.GetI() + name.vb: GetI() + spec.csharp: + - uid: PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + name: GetI + nameWithType: MatrixAccessor.GetI + fullName: PlcDocu.TcMatrix.MatrixAccessor.GetI + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.MatrixAccessor.GetI(System.Object) + name: GetI + nameWithType: MatrixAccessor.GetI + fullName: PlcDocu.TcMatrix.MatrixAccessor.GetI + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object,System.Object) + parent: PlcDocu.TcMatrix.MatrixAccessor + name: SetI(Object, Object) + nameWithType: MatrixAccessor.SetI(Object, Object) + fullName: PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object, System.Object) + nameWithType.vb: MatrixAccessor.SetI(, ) + fullName.vb: PlcDocu.TcMatrix.MatrixAccessor.SetI(, ) + name.vb: SetI(, ) + spec.csharp: + - uid: PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object,System.Object) + name: SetI + nameWithType: MatrixAccessor.SetI + fullName: PlcDocu.TcMatrix.MatrixAccessor.SetI + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.MatrixAccessor.SetI(System.Object,System.Object) + name: SetI + nameWithType: MatrixAccessor.SetI + fullName: PlcDocu.TcMatrix.MatrixAccessor.SetI + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.MatrixAccessor.M_ + commentId: F:PlcDocu.TcMatrix.MatrixAccessor.M_ + parent: PlcDocu.TcMatrix.MatrixAccessor + name: M_ + nameWithType: MatrixAccessor.M_ + fullName: PlcDocu.TcMatrix.MatrixAccessor.M_ +- uid: PlcDocu.TcMatrix.Matrix.Clear + commentId: M:PlcDocu.TcMatrix.Matrix.Clear + parent: PlcDocu.TcMatrix.Matrix + name: Clear() + nameWithType: Matrix.Clear() + fullName: PlcDocu.TcMatrix.Matrix.Clear() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Clear + name: Clear + nameWithType: Matrix.Clear + fullName: PlcDocu.TcMatrix.Matrix.Clear + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Clear + name: Clear + nameWithType: Matrix.Clear + fullName: PlcDocu.TcMatrix.Matrix.Clear + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: CopyFrom(Object) + nameWithType: Matrix.CopyFrom(Object) + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + nameWithType.vb: Matrix.CopyFrom() + fullName.vb: PlcDocu.TcMatrix.Matrix.CopyFrom() + name.vb: CopyFrom() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + name: CopyFrom + nameWithType: Matrix.CopyFrom + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.CopyFrom(System.Object) + name: CopyFrom + nameWithType: Matrix.CopyFrom + fullName: PlcDocu.TcMatrix.Matrix.CopyFrom + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementDifference(Object) + nameWithType: Matrix.ElementDifference(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + nameWithType.vb: Matrix.ElementDifference() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementDifference() + name.vb: ElementDifference() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + name: ElementDifference + nameWithType: Matrix.ElementDifference + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementDifference(System.Object) + name: ElementDifference + nameWithType: Matrix.ElementDifference + fullName: PlcDocu.TcMatrix.Matrix.ElementDifference + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementProduct(Object) + nameWithType: Matrix.ElementProduct(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + nameWithType.vb: Matrix.ElementProduct() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementProduct() + name.vb: ElementProduct() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + name: ElementProduct + nameWithType: Matrix.ElementProduct + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementProduct(System.Object) + name: ElementProduct + nameWithType: Matrix.ElementProduct + fullName: PlcDocu.TcMatrix.Matrix.ElementProduct + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: ElementSum(Object) + nameWithType: Matrix.ElementSum(Object) + fullName: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + nameWithType.vb: Matrix.ElementSum() + fullName.vb: PlcDocu.TcMatrix.Matrix.ElementSum() + name.vb: ElementSum() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + name: ElementSum + nameWithType: Matrix.ElementSum + fullName: PlcDocu.TcMatrix.Matrix.ElementSum + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.ElementSum(System.Object) + name: ElementSum + nameWithType: Matrix.ElementSum + fullName: PlcDocu.TcMatrix.Matrix.ElementSum + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: FillFrom(Object) + nameWithType: Matrix.FillFrom(Object) + fullName: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + nameWithType.vb: Matrix.FillFrom() + fullName.vb: PlcDocu.TcMatrix.Matrix.FillFrom() + name.vb: FillFrom() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + name: FillFrom + nameWithType: Matrix.FillFrom + fullName: PlcDocu.TcMatrix.Matrix.FillFrom + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.FillFrom(System.Object) + name: FillFrom + nameWithType: Matrix.FillFrom + fullName: PlcDocu.TcMatrix.Matrix.FillFrom + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: FillTrapezoidal(Object, Object, Object) + nameWithType: Matrix.FillTrapezoidal(Object, Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object, System.Object, System.Object) + nameWithType.vb: Matrix.FillTrapezoidal(, , ) + fullName.vb: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(, , ) + name.vb: FillTrapezoidal(, , ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + name: FillTrapezoidal + nameWithType: Matrix.FillTrapezoidal + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.FillTrapezoidal(System.Object,System.Object,System.Object) + name: FillTrapezoidal + nameWithType: Matrix.FillTrapezoidal + fullName: PlcDocu.TcMatrix.Matrix.FillTrapezoidal + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: GetRC(Object, Object) + nameWithType: Matrix.GetRC(Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.GetRC(System.Object, System.Object) + nameWithType.vb: Matrix.GetRC(, ) + fullName.vb: PlcDocu.TcMatrix.Matrix.GetRC(, ) + name.vb: GetRC(, ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + name: GetRC + nameWithType: Matrix.GetRC + fullName: PlcDocu.TcMatrix.Matrix.GetRC + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetRC(System.Object,System.Object) + name: GetRC + nameWithType: Matrix.GetRC + fullName: PlcDocu.TcMatrix.Matrix.GetRC + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: GetSize(Object) + nameWithType: Matrix.GetSize(Object) + fullName: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + nameWithType.vb: Matrix.GetSize() + fullName.vb: PlcDocu.TcMatrix.Matrix.GetSize() + name.vb: GetSize() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + name: GetSize + nameWithType: Matrix.GetSize + fullName: PlcDocu.TcMatrix.Matrix.GetSize + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetSize(System.Object) + name: GetSize + nameWithType: Matrix.GetSize + fullName: PlcDocu.TcMatrix.Matrix.GetSize + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + commentId: M:PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + parent: PlcDocu.TcMatrix.Matrix + name: GetVectorMagnitude() + nameWithType: Matrix.GetVectorMagnitude() + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + name: GetVectorMagnitude + nameWithType: Matrix.GetVectorMagnitude + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + name: GetVectorMagnitude + nameWithType: Matrix.GetVectorMagnitude + fullName: PlcDocu.TcMatrix.Matrix.GetVectorMagnitude + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: InvertSquare(Object) + nameWithType: Matrix.InvertSquare(Object) + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + nameWithType.vb: Matrix.InvertSquare() + fullName.vb: PlcDocu.TcMatrix.Matrix.InvertSquare() + name.vb: InvertSquare() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + name: InvertSquare + nameWithType: Matrix.InvertSquare + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.InvertSquare(System.Object) + name: InvertSquare + nameWithType: Matrix.InvertSquare + fullName: PlcDocu.TcMatrix.Matrix.InvertSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: IsEqualSize(Object) + nameWithType: Matrix.IsEqualSize(Object) + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + nameWithType.vb: Matrix.IsEqualSize() + fullName.vb: PlcDocu.TcMatrix.Matrix.IsEqualSize() + name.vb: IsEqualSize() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + name: IsEqualSize + nameWithType: Matrix.IsEqualSize + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.IsEqualSize(System.Object) + name: IsEqualSize + nameWithType: Matrix.IsEqualSize + fullName: PlcDocu.TcMatrix.Matrix.IsEqualSize + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: IsNearlyEqual(Object, Object) + nameWithType: Matrix.IsNearlyEqual(Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object, System.Object) + nameWithType.vb: Matrix.IsNearlyEqual(, ) + fullName.vb: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(, ) + name.vb: IsNearlyEqual(, ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + name: IsNearlyEqual + nameWithType: Matrix.IsNearlyEqual + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.IsNearlyEqual(System.Object,System.Object) + name: IsNearlyEqual + nameWithType: Matrix.IsNearlyEqual + fullName: PlcDocu.TcMatrix.Matrix.IsNearlyEqual + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.Power(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: Power(Object) + nameWithType: Matrix.Power(Object) + fullName: PlcDocu.TcMatrix.Matrix.Power(System.Object) + nameWithType.vb: Matrix.Power() + fullName.vb: PlcDocu.TcMatrix.Matrix.Power() + name.vb: Power() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + name: Power + nameWithType: Matrix.Power + fullName: PlcDocu.TcMatrix.Matrix.Power + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Power(System.Object) + name: Power + nameWithType: Matrix.Power + fullName: PlcDocu.TcMatrix.Matrix.Power + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.Scale(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: Scale(Object) + nameWithType: Matrix.Scale(Object) + fullName: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + nameWithType.vb: Matrix.Scale() + fullName.vb: PlcDocu.TcMatrix.Matrix.Scale() + name.vb: Scale() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + name: Scale + nameWithType: Matrix.Scale + fullName: PlcDocu.TcMatrix.Matrix.Scale + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.Scale(System.Object) + name: Scale + nameWithType: Matrix.Scale + fullName: PlcDocu.TcMatrix.Matrix.Scale + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: SetRC(Object, Object, Object) + nameWithType: Matrix.SetRC(Object, Object, Object) + fullName: PlcDocu.TcMatrix.Matrix.SetRC(System.Object, System.Object, System.Object) + nameWithType.vb: Matrix.SetRC(, , ) + fullName.vb: PlcDocu.TcMatrix.Matrix.SetRC(, , ) + name.vb: SetRC(, , ) + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + name: SetRC + nameWithType: Matrix.SetRC + fullName: PlcDocu.TcMatrix.Matrix.SetRC + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.SetRC(System.Object,System.Object,System.Object) + name: SetRC + nameWithType: Matrix.SetRC + fullName: PlcDocu.TcMatrix.Matrix.SetRC + - name: ( + nameWithType: ( + fullName: ( + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + commentId: M:PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + parent: PlcDocu.TcMatrix.Matrix + name: SortByColAsc(Object) + nameWithType: Matrix.SortByColAsc(Object) + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + nameWithType.vb: Matrix.SortByColAsc() + fullName.vb: PlcDocu.TcMatrix.Matrix.SortByColAsc() + name.vb: SortByColAsc() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + name: SortByColAsc + nameWithType: Matrix.SortByColAsc + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.SortByColAsc(System.Object) + name: SortByColAsc + nameWithType: Matrix.SortByColAsc + fullName: PlcDocu.TcMatrix.Matrix.SortByColAsc + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + commentId: M:PlcDocu.TcMatrix.Matrix.TransposeSquare + parent: PlcDocu.TcMatrix.Matrix + name: TransposeSquare() + nameWithType: Matrix.TransposeSquare() + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare() + spec.csharp: + - uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + name: TransposeSquare + nameWithType: Matrix.TransposeSquare + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: PlcDocu.TcMatrix.Matrix.TransposeSquare + name: TransposeSquare + nameWithType: Matrix.TransposeSquare + fullName: PlcDocu.TcMatrix.Matrix.TransposeSquare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: PlcDocu.TcMatrix.Matrix.Average + commentId: P:PlcDocu.TcMatrix.Matrix.Average + parent: PlcDocu.TcMatrix.Matrix + name: Average + nameWithType: Matrix.Average + fullName: PlcDocu.TcMatrix.Matrix.Average +- uid: PlcDocu.TcMatrix.Matrix.IsEmpty + commentId: P:PlcDocu.TcMatrix.Matrix.IsEmpty + parent: PlcDocu.TcMatrix.Matrix + name: IsEmpty + nameWithType: Matrix.IsEmpty + fullName: PlcDocu.TcMatrix.Matrix.IsEmpty +- uid: PlcDocu.TcMatrix.Matrix.IsSquare + commentId: P:PlcDocu.TcMatrix.Matrix.IsSquare + parent: PlcDocu.TcMatrix.Matrix + name: IsSquare + nameWithType: Matrix.IsSquare + fullName: PlcDocu.TcMatrix.Matrix.IsSquare +- uid: PlcDocu.TcMatrix.Matrix.IsVector + commentId: P:PlcDocu.TcMatrix.Matrix.IsVector + parent: PlcDocu.TcMatrix.Matrix + name: IsVector + nameWithType: Matrix.IsVector + fullName: PlcDocu.TcMatrix.Matrix.IsVector +- uid: PlcDocu.TcMatrix.Matrix.Length + commentId: P:PlcDocu.TcMatrix.Matrix.Length + parent: PlcDocu.TcMatrix.Matrix + name: Length + nameWithType: Matrix.Length + fullName: PlcDocu.TcMatrix.Matrix.Length +- uid: PlcDocu.TcMatrix.Matrix.MaxVal + commentId: P:PlcDocu.TcMatrix.Matrix.MaxVal + parent: PlcDocu.TcMatrix.Matrix + name: MaxVal + nameWithType: Matrix.MaxVal + fullName: PlcDocu.TcMatrix.Matrix.MaxVal +- uid: PlcDocu.TcMatrix.Matrix.MinVal + commentId: P:PlcDocu.TcMatrix.Matrix.MinVal + parent: PlcDocu.TcMatrix.Matrix + name: MinVal + nameWithType: Matrix.MinVal + fullName: PlcDocu.TcMatrix.Matrix.MinVal +- uid: PlcDocu.TcMatrix.Matrix.Sum + commentId: P:PlcDocu.TcMatrix.Matrix.Sum + parent: PlcDocu.TcMatrix.Matrix + name: Sum + nameWithType: Matrix.Sum + fullName: PlcDocu.TcMatrix.Matrix.Sum +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: Vortex.Connector.ValueTypes.OnlinerUInt + commentId: T:Vortex.Connector.ValueTypes.OnlinerUInt + isExternal: true +- uid: PlcDocu.TcMatrix.TransposeMatrixAccessor.Cols* + commentId: Overload:PlcDocu.TcMatrix.TransposeMatrixAccessor.Cols + name: Cols + nameWithType: TransposeMatrixAccessor.Cols + fullName: PlcDocu.TcMatrix.TransposeMatrixAccessor.Cols +- uid: PlcDocu.TcMatrix.TransposeMatrixAccessor.Rows* + commentId: Overload:PlcDocu.TcMatrix.TransposeMatrixAccessor.Rows + name: Rows + nameWithType: TransposeMatrixAccessor.Rows + fullName: PlcDocu.TcMatrix.TransposeMatrixAccessor.Rows diff --git a/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.yml b/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.yml new file mode 100644 index 0000000..7193272 --- /dev/null +++ b/docu/TcMatrixDocu/api/PlcDocu.TcMatrix.yml @@ -0,0 +1,78 @@ +### YamlMime:ManagedReference +items: +- uid: PlcDocu.TcMatrix + commentId: N:PlcDocu.TcMatrix + id: PlcDocu.TcMatrix + children: + - PlcDocu.TcMatrix.DynamicMatrix + - PlcDocu.TcMatrix.ExternalStaticMatrix + - PlcDocu.TcMatrix.Matrix + - PlcDocu.TcMatrix.MatrixAccessor + - PlcDocu.TcMatrix.MatrixCsvReader + - PlcDocu.TcMatrix.ShrunkMatrixAccessor + - PlcDocu.TcMatrix.StaticMatrix + - PlcDocu.TcMatrix.SubMatrixAccessor + - PlcDocu.TcMatrix.TransposeMatrixAccessor + langs: + - csharp + - vb + name: PlcDocu.TcMatrix + nameWithType: PlcDocu.TcMatrix + fullName: PlcDocu.TcMatrix + type: Namespace + assemblies: + - TcMatrixConnector +references: +- uid: PlcDocu.TcMatrix.DynamicMatrix + commentId: T:PlcDocu.TcMatrix.DynamicMatrix + name: DynamicMatrix + nameWithType: DynamicMatrix + fullName: PlcDocu.TcMatrix.DynamicMatrix +- uid: PlcDocu.TcMatrix.ExternalStaticMatrix + commentId: T:PlcDocu.TcMatrix.ExternalStaticMatrix + name: ExternalStaticMatrix + nameWithType: ExternalStaticMatrix + fullName: PlcDocu.TcMatrix.ExternalStaticMatrix +- uid: PlcDocu.TcMatrix.Matrix + commentId: T:PlcDocu.TcMatrix.Matrix + parent: PlcDocu.TcMatrix + name: Matrix + nameWithType: Matrix + fullName: PlcDocu.TcMatrix.Matrix +- uid: PlcDocu.TcMatrix.MatrixAccessor + commentId: T:PlcDocu.TcMatrix.MatrixAccessor + parent: PlcDocu.TcMatrix + name: MatrixAccessor + nameWithType: MatrixAccessor + fullName: PlcDocu.TcMatrix.MatrixAccessor +- uid: PlcDocu.TcMatrix.MatrixCsvReader + commentId: T:PlcDocu.TcMatrix.MatrixCsvReader + name: MatrixCsvReader + nameWithType: MatrixCsvReader + fullName: PlcDocu.TcMatrix.MatrixCsvReader +- uid: PlcDocu.TcMatrix.ShrunkMatrixAccessor + commentId: T:PlcDocu.TcMatrix.ShrunkMatrixAccessor + name: ShrunkMatrixAccessor + nameWithType: ShrunkMatrixAccessor + fullName: PlcDocu.TcMatrix.ShrunkMatrixAccessor +- uid: PlcDocu.TcMatrix.StaticMatrix + commentId: T:PlcDocu.TcMatrix.StaticMatrix + parent: PlcDocu.TcMatrix + name: StaticMatrix + nameWithType: StaticMatrix + fullName: PlcDocu.TcMatrix.StaticMatrix +- uid: PlcDocu.TcMatrix.SubMatrixAccessor + commentId: T:PlcDocu.TcMatrix.SubMatrixAccessor + name: SubMatrixAccessor + nameWithType: SubMatrixAccessor + fullName: PlcDocu.TcMatrix.SubMatrixAccessor +- uid: PlcDocu.TcMatrix.TransposeMatrixAccessor + commentId: T:PlcDocu.TcMatrix.TransposeMatrixAccessor + name: TransposeMatrixAccessor + nameWithType: TransposeMatrixAccessor + fullName: PlcDocu.TcMatrix.TransposeMatrixAccessor +- uid: PlcDocu.TcMatrix + commentId: N:PlcDocu.TcMatrix + name: PlcDocu.TcMatrix + nameWithType: PlcDocu.TcMatrix + fullName: PlcDocu.TcMatrix diff --git a/docu/TcMatrixDocu/api/toc.yml b/docu/TcMatrixDocu/api/toc.yml new file mode 100644 index 0000000..dcd95a6 --- /dev/null +++ b/docu/TcMatrixDocu/api/toc.yml @@ -0,0 +1,25 @@ +### YamlMime:TableOfContent +- name : Matrixes + items: + - uid: PlcDocu.TcMatrix.Matrix + name: Matrix + - uid: PlcDocu.TcMatrix.DynamicMatrix + name: Dynamic Matrix + - uid: PlcDocu.TcMatrix.ExternalStaticMatrix + name: External Static Matrix + - uid: PlcDocu.TcMatrix.StaticMatrix + name: StaticMatrix +- name : Accessors + items: + - uid: PlcDocu.TcMatrix.MatrixAccessor + name: MatrixAccessor + - uid: PlcDocu.TcMatrix.ShrunkMatrixAccessor + name: ShrunkMatrixAccessor + - uid: PlcDocu.TcMatrix.SubMatrixAccessor + name: SubMatrixAccessor + - uid: PlcDocu.TcMatrix.TransposeMatrixAccessor + name: TransposeMatrixAccessor +- name : Csv + items: + - uid: PlcDocu.TcMatrix.MatrixCsvReader + name: MatrixCsvReader \ No newline at end of file diff --git a/docu/TcMatrixDocu/articles/intro.md b/docu/TcMatrixDocu/articles/intro.md new file mode 100644 index 0000000..c0478ce --- /dev/null +++ b/docu/TcMatrixDocu/articles/intro.md @@ -0,0 +1 @@ +# Add your introductions here! diff --git a/docu/TcMatrixDocu/articles/toc.yml b/docu/TcMatrixDocu/articles/toc.yml new file mode 100644 index 0000000..ff89ef1 --- /dev/null +++ b/docu/TcMatrixDocu/articles/toc.yml @@ -0,0 +1,2 @@ +- name: Introduction + href: intro.md diff --git a/docu/TcMatrixDocu/docfx.json b/docu/TcMatrixDocu/docfx.json new file mode 100644 index 0000000..828c662 --- /dev/null +++ b/docu/TcMatrixDocu/docfx.json @@ -0,0 +1,67 @@ +{ + "metadata": [ + { + "src": [ + { + "files": [ + "**.csproj" + ], + "src": "..\\TcMatrixConnector\\" + } + ], + "dest": "api", + "filter": "filterConfig.yml", + "disableGitFeatures": false, + "disableDefaultFilter": false + } + ], + "build": { + "content": [ + { + "files": [ + "api/**.yml", + "api/index.md" + ] + }, + { + "files": [ + "articles/**.md", + "articles/**/toc.yml", + "toc.yml", + "*.md" + ] + } + ], + "resource": [ + { + "files": [ + "images/**" + ] + } + ], + "overwrite": [ + { + "files": [ + "apidoc/**.md" + ], + "exclude": [ + "obj/**", + "_site/**" + ] + } + ], + "dest": "_site", + "globalMetadataFiles": [], + "fileMetadataFiles": [], + "template": [ + "default", + "material/material" + ], + "postProcessors": [], + "markdownEngineName": "markdig", + "noLangKeyword": false, + "keepFileLink": false, + "cleanupCacheHistory": false, + "disableGitFeatures": false + } +} \ No newline at end of file diff --git a/docu/TcMatrixDocu/filterConfig.yml b/docu/TcMatrixDocu/filterConfig.yml new file mode 100644 index 0000000..91ad377 --- /dev/null +++ b/docu/TcMatrixDocu/filterConfig.yml @@ -0,0 +1,19 @@ +apiRules: + - exclude: + uidRegex: ^TcMatrix$ + - exclude: + uidRegex: ^TcMatrixConnector.Properties$ + - exclude: + uidRegex: ^PlcDocu.TcMatrix.Global_Version$ + - exclude: + uidRegex: ^System\.Object + type: Type + - exclude: + uidRegex : ^PlcDocu.TcMatrix.*Matrix.(M_|MemManager|Length_|Rows_|Cols_|Data|Ci|I|Ri|sPath_|ZeroReference_)$ + Type: Field + - exclude: + uidRegex : ^PlcDocu.TcMatrix.MatrixCsvWriter.*$ + Type: Field + - exclude: + uidRegex : ^*#ctor$ + Type: Field diff --git a/docu/TcMatrixDocu/index.md b/docu/TcMatrixDocu/index.md new file mode 100644 index 0000000..1100019 --- /dev/null +++ b/docu/TcMatrixDocu/index.md @@ -0,0 +1,72 @@ +# TcMatrix + +## Description + +A TwinCAT 3 library for manipulating 2D data sets of LREAL. + +Features include: + +* Element-wise setting, getting, summing, scaling, and power functions +* Initialization as copies, zeros, trapezoidal, and other pre-defined matrix types +* Matrix operations like multiplication, transposition, and inversion +* Vector operations for 1D matricies like dot/cross product and normalization +* Complex access operations similar to ['slicing'](https://en.wikipedia.org/wiki/Array_slicing) +* Options to use static or dynamically allocated memory +* Reading/Writing with CSV files, output to the ADS message logger + +Compare to: + +* [CODESYS Matrix Library](https://us.store.codesys.com/matrix-library.html) ([docs](https://store.codesys.com/media/n98_media_assets/files/2111000003-D/4/Matrix%20Bibliothek_en.pdf)) +* [Siemens Library of General Functions](https://support.industry.siemens.com/cs/document/109479728/library-of-general-functions-(lgf)-for-simatic-step-7-(tia-portal)-and-simatic-s7-1200-s7-1500) ([docs](https://cache.industry.siemens.com/dl/files/728/109479728/att_1019474/v3/109479728_LGF_TIAV16_DOC_V5_0_0_en.pdf)) + +## Contents + +* [Installation](#twincat-3-installation) +* [Full API reference](/api/PlcDocu.TcMatrix.Matrix.html) +* [Examples](#examples) + * [Projects](#projects-with-implementations) + +## TwinCAT 3 Installation + +### From Binary + +1. Go to the [releases page](https://github.com/BurksEngineering/TcMatrix/releases) and download the *.library file from the latest release, saving it to a temporary directory somewhere on the computer running TwinCAT. +1. Follow the [library installation instructions](https://infosys.beckhoff.com/english.php?content=../content/1033/tc3_plc_intro/4189333259.html) from Beckhoff, using the 'Install' option and browsing for the local copy you had just downloaded. +1. After installtion, you may delete the local copy of the library that you had downloaded. Beckhoff has likely copied it to a version-specific folder in `C:\TwinCAT\3.1\Components\Plc\Managed Libraries\Burks Engineering\TcMatrix\` + +### From Source + +Preconditions: + +* TwinCAT 3.1.4024 XAE +* TwinCAT 3.1.4024 XAR, ideally configured with an isolated core +* Visual Studio Community or Shell, 2019 or higher +* [TcUnit](https://github.com/tcunit/TcUnit) v1.2 or higher + +Compilation: + +1. Clone the repository to a computer running TwinCAT 3 +1. Open the [main solution file](TcMatrix.sln) in Visual Studio +1. Within the Visual Studio *TcMatrix* project, right click on the *TcMatrix/TcMatrix Project* item and select *Rebuild* + 1. There should be no compile errors, although there may be warnings +1. Right click on the *TcMatrix/TcMatrix Project* item again and select *Save as library and install* + 1. The file can be saved anywhere, but a local *Builds* folder is always a good choice + +Test: + +1. Within the Visual Studio *TcMatrixTest* project, right click on the *PLC/TcMatrixTest/TcMatrixTest Project* item and select *Rebuild* + 1. There should be no compile errors, although there may be warnings +1. Open the *SYSTEM/Real-Time* item and click *Read From Target*, then assign all tasks to an isolated core from your system +1. In the Visual Studio toolbar (or TwinCAT file menu) click *Activate Configuration* +1. When prompted, agree to start the project in run mode and auto-start the boot project +1. After a few seconds the TcUnit results should be visible in the Error List window. Verify that all tests have passed. + + + +## Examples + +### Projects With Implementations + +* [TcTransform](https://github.com/BurksEngineering/TcTransform): Static memory 3x1, 3x3, and 4x4 matricies for common 3D coordinate system transformations +* The unit tests within this project provide a large number of simple examples and usages +* The ExternalStaticMatrix is one example of how to implement the StaticMatrix base class \ No newline at end of file diff --git a/docu/TcMatrixDocu/log.txt b/docu/TcMatrixDocu/log.txt new file mode 100644 index 0000000..c64d51b --- /dev/null +++ b/docu/TcMatrixDocu/log.txt @@ -0,0 +1,2678 @@ +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixDocu.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixDocu.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixDocu/TcMatrixDocu.csproj","date_time":"2021-10-26T10:16:08.4283364Z","message_severity":"warning","correlation_id":"42531433-4234-4BC2-A7DB-4BCDA048FFB2.1.1.5"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixDocu/TcMatrixDocu.csproj","date_time":"2021-10-26T10:16:08.7103366Z","message_severity":"warning","correlation_id":"42531433-4234-4BC2-A7DB-4BCDA048FFB2.1.1.6"} +{"message":"Workspace failed with: [Warning] Found project reference without a matching metadata reference: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixDocu/TcMatrixDocu.csproj","date_time":"2021-10-26T10:16:08.7283361Z","message_severity":"warning","correlation_id":"42531433-4234-4BC2-A7DB-4BCDA048FFB2.1.1.7"} +{"message":"No metadata is generated for TcMatrixDocu.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T10:16:10.3983038Z","message_severity":"warning","correlation_id":"42531433-4234-4BC2-A7DB-4BCDA048FFB2.1.1.14"} +{"message":"No project detected for extracting metadata.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T10:18:17.8572661Z","message_severity":"warning","correlation_id":"30AF6540-AA5B-4249-94E7-F3070AD06BFF.1.1.3"} +{"message":"No metadata is generated for cs.temp.dll.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T10:18:36.3482493Z","message_severity":"warning","correlation_id":"4515C3D3-EE34-407F-AB1F-27CE740B3B2C.1.1.7"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T10:18:55.5632442Z","message_severity":"warning","correlation_id":"56870E11-19C3-4C92-82DC-C6A96373A722.1.1.5"} +{"message":"Invalid cref value \"!:PlcDynamicMatrix\" found in triple-slash-comments for DynamicMatrix defined in ../TcMatrixConnector/_generated/Onliners/DynamicMatrix.g.cs Line 26, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T10:18:58.0372437Z","message_severity":"warning","correlation_id":"56870E11-19C3-4C92-82DC-C6A96373A722.1.1.9"} +{"message":"Invalid cref value \"!:PlcMatrix\" found in triple-slash-comments for Matrix defined in ../TcMatrixConnector/_generated/Onliners/Matrix.g.cs Line 24, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T10:18:58.3962394Z","message_severity":"warning","correlation_id":"56870E11-19C3-4C92-82DC-C6A96373A722.1.1.10"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T10:18:58.7932401Z","message_severity":"warning","correlation_id":"56870E11-19C3-4C92-82DC-C6A96373A722.1.1.11"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T10:18:58.7942406Z","message_severity":"warning","correlation_id":"56870E11-19C3-4C92-82DC-C6A96373A722.1.1.12"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T10:18:58.7942406Z","message_severity":"warning","correlation_id":"56870E11-19C3-4C92-82DC-C6A96373A722.1.1.13"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 151, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T10:18:58.7952533Z","message_severity":"warning","correlation_id":"56870E11-19C3-4C92-82DC-C6A96373A722.1.1.14"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:15:18.971721Z","message_severity":"warning","correlation_id":"B831677A-73FF-4D9D-A3B2-36F90B4DDC9C.1.1.5"} +{"message":"Invalid cref value \"!:PlcDynamicMatrix\" found in triple-slash-comments for DynamicMatrix defined in ../TcMatrixConnector/_generated/Onliners/DynamicMatrix.g.cs Line 26, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:15:21.8327686Z","message_severity":"warning","correlation_id":"B831677A-73FF-4D9D-A3B2-36F90B4DDC9C.1.1.11"} +{"message":"Invalid cref value \"!:PlcMatrix\" found in triple-slash-comments for Matrix defined in ../TcMatrixConnector/_generated/Onliners/Matrix.g.cs Line 24, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:15:22.252716Z","message_severity":"warning","correlation_id":"B831677A-73FF-4D9D-A3B2-36F90B4DDC9C.1.1.12"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:15:22.7188119Z","message_severity":"warning","correlation_id":"B831677A-73FF-4D9D-A3B2-36F90B4DDC9C.1.1.13"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:15:22.7207427Z","message_severity":"warning","correlation_id":"B831677A-73FF-4D9D-A3B2-36F90B4DDC9C.1.1.14"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:15:22.7217419Z","message_severity":"warning","correlation_id":"B831677A-73FF-4D9D-A3B2-36F90B4DDC9C.1.1.15"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 151, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:15:22.7257498Z","message_severity":"warning","correlation_id":"B831677A-73FF-4D9D-A3B2-36F90B4DDC9C.1.1.16"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:16:24.4156721Z","message_severity":"warning","correlation_id":"D7E7D01F-2172-400D-A6F1-2D878C5D48B4.1.1.5"} +{"message":"Invalid cref value \"!:PlcDynamicMatrix\" found in triple-slash-comments for DynamicMatrix defined in ../TcMatrixConnector/_generated/Onliners/DynamicMatrix.g.cs Line 26, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:16:27.1007715Z","message_severity":"warning","correlation_id":"D7E7D01F-2172-400D-A6F1-2D878C5D48B4.1.1.13"} +{"message":"Invalid cref value \"!:PlcMatrix\" found in triple-slash-comments for Matrix defined in ../TcMatrixConnector/_generated/Onliners/Matrix.g.cs Line 24, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:16:27.540788Z","message_severity":"warning","correlation_id":"D7E7D01F-2172-400D-A6F1-2D878C5D48B4.1.1.14"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:16:28.0467884Z","message_severity":"warning","correlation_id":"D7E7D01F-2172-400D-A6F1-2D878C5D48B4.1.1.15"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:16:28.047792Z","message_severity":"warning","correlation_id":"D7E7D01F-2172-400D-A6F1-2D878C5D48B4.1.1.16"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:16:28.0487614Z","message_severity":"warning","correlation_id":"D7E7D01F-2172-400D-A6F1-2D878C5D48B4.1.1.17"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 151, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:16:28.0507504Z","message_severity":"warning","correlation_id":"D7E7D01F-2172-400D-A6F1-2D878C5D48B4.1.1.18"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:18:11.357673Z","message_severity":"warning","correlation_id":"B4C8602D-A22F-4040-9FAF-3D2D66A87C8B.1.1.5"} +{"message":"Invalid cref value \"!:PlcDynamicMatrix\" found in triple-slash-comments for DynamicMatrix defined in ../TcMatrixConnector/_generated/Onliners/DynamicMatrix.g.cs Line 26, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:18:13.9957039Z","message_severity":"warning","correlation_id":"B4C8602D-A22F-4040-9FAF-3D2D66A87C8B.1.1.13"} +{"message":"Invalid cref value \"!:PlcMatrix\" found in triple-slash-comments for Matrix defined in ../TcMatrixConnector/_generated/Onliners/Matrix.g.cs Line 24, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:18:14.3906675Z","message_severity":"warning","correlation_id":"B4C8602D-A22F-4040-9FAF-3D2D66A87C8B.1.1.14"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:18:14.8017056Z","message_severity":"warning","correlation_id":"B4C8602D-A22F-4040-9FAF-3D2D66A87C8B.1.1.15"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:18:14.8026698Z","message_severity":"warning","correlation_id":"B4C8602D-A22F-4040-9FAF-3D2D66A87C8B.1.1.16"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:18:14.8036942Z","message_severity":"warning","correlation_id":"B4C8602D-A22F-4040-9FAF-3D2D66A87C8B.1.1.17"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 151, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:18:14.8046916Z","message_severity":"warning","correlation_id":"B4C8602D-A22F-4040-9FAF-3D2D66A87C8B.1.1.18"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:22:13.3864675Z","message_severity":"warning","correlation_id":"4A13D963-FF85-42A4-A29B-5A5C1ED63628.1.1.5"} +{"message":"Invalid cref value \"!:PlcDynamicMatrix\" found in triple-slash-comments for DynamicMatrix defined in ../TcMatrixConnector/_generated/Onliners/DynamicMatrix.g.cs Line 26, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:22:15.9595017Z","message_severity":"warning","correlation_id":"4A13D963-FF85-42A4-A29B-5A5C1ED63628.1.1.9"} +{"message":"Invalid cref value \"!:PlcMatrix\" found in triple-slash-comments for Matrix defined in ../TcMatrixConnector/_generated/Onliners/Matrix.g.cs Line 24, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:22:16.3555021Z","message_severity":"warning","correlation_id":"4A13D963-FF85-42A4-A29B-5A5C1ED63628.1.1.10"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:22:16.7504719Z","message_severity":"warning","correlation_id":"4A13D963-FF85-42A4-A29B-5A5C1ED63628.1.1.11"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:22:16.7515491Z","message_severity":"warning","correlation_id":"4A13D963-FF85-42A4-A29B-5A5C1ED63628.1.1.12"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:22:16.7525389Z","message_severity":"warning","correlation_id":"4A13D963-FF85-42A4-A29B-5A5C1ED63628.1.1.13"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 151, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:22:16.7804651Z","message_severity":"warning","correlation_id":"4A13D963-FF85-42A4-A29B-5A5C1ED63628.1.1.14"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:25:30.0438309Z","message_severity":"warning","correlation_id":"DD8D7E22-C073-4705-BDFF-8AAB0A76DE5E.1.1.5"} +{"message":"Invalid cref value \"!:PlcDynamicMatrix\" found in triple-slash-comments for DynamicMatrix defined in ../TcMatrixConnector/_generated/Onliners/DynamicMatrix.g.cs Line 26, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:25:32.66763Z","message_severity":"warning","correlation_id":"DD8D7E22-C073-4705-BDFF-8AAB0A76DE5E.1.1.9"} +{"message":"Invalid cref value \"!:PlcMatrix\" found in triple-slash-comments for Matrix defined in ../TcMatrixConnector/_generated/Onliners/Matrix.g.cs Line 24, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:25:33.077571Z","message_severity":"warning","correlation_id":"DD8D7E22-C073-4705-BDFF-8AAB0A76DE5E.1.1.10"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:25:33.5425563Z","message_severity":"warning","correlation_id":"DD8D7E22-C073-4705-BDFF-8AAB0A76DE5E.1.1.11"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:25:33.5435357Z","message_severity":"warning","correlation_id":"DD8D7E22-C073-4705-BDFF-8AAB0A76DE5E.1.1.12"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:25:33.5445419Z","message_severity":"warning","correlation_id":"DD8D7E22-C073-4705-BDFF-8AAB0A76DE5E.1.1.13"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 157, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:25:33.5455545Z","message_severity":"warning","correlation_id":"DD8D7E22-C073-4705-BDFF-8AAB0A76DE5E.1.1.14"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:30:02.7610669Z","message_severity":"warning","correlation_id":"FE8B606D-2BCE-49D4-9091-21ED78475B5E.1.1.5"} +{"message":"Invalid cref value \"!:PlcDynamicMatrix\" found in triple-slash-comments for DynamicMatrix defined in ../TcMatrixConnector/_generated/Onliners/DynamicMatrix.g.cs Line 26, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:30:05.4040038Z","message_severity":"warning","correlation_id":"FE8B606D-2BCE-49D4-9091-21ED78475B5E.1.1.13"} +{"message":"Invalid cref value \"!:PlcMatrix\" found in triple-slash-comments for Matrix defined in ../TcMatrixConnector/_generated/Onliners/Matrix.g.cs Line 24, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:30:05.7929605Z","message_severity":"warning","correlation_id":"FE8B606D-2BCE-49D4-9091-21ED78475B5E.1.1.14"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:30:06.2109763Z","message_severity":"warning","correlation_id":"FE8B606D-2BCE-49D4-9091-21ED78475B5E.1.1.15"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:30:06.2119447Z","message_severity":"warning","correlation_id":"FE8B606D-2BCE-49D4-9091-21ED78475B5E.1.1.16"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:30:06.2129401Z","message_severity":"warning","correlation_id":"FE8B606D-2BCE-49D4-9091-21ED78475B5E.1.1.17"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 157, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:30:06.2139721Z","message_severity":"warning","correlation_id":"FE8B606D-2BCE-49D4-9091-21ED78475B5E.1.1.18"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:33:15.5333141Z","message_severity":"warning","correlation_id":"8362640D-E75E-4942-9E59-9F7EADCA2D5B.1.1.5"} +{"message":"Invalid cref value \"!:PlcDynamicMatrix\" found in triple-slash-comments for DynamicMatrix defined in ../TcMatrixConnector/_generated/Onliners/DynamicMatrix.g.cs Line 26, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:33:18.146296Z","message_severity":"warning","correlation_id":"8362640D-E75E-4942-9E59-9F7EADCA2D5B.1.1.13"} +{"message":"Invalid cref value \"!:PlcMatrix\" found in triple-slash-comments for Matrix defined in ../TcMatrixConnector/_generated/Onliners/Matrix.g.cs Line 24, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:33:18.539235Z","message_severity":"warning","correlation_id":"8362640D-E75E-4942-9E59-9F7EADCA2D5B.1.1.14"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:33:18.9532573Z","message_severity":"warning","correlation_id":"8362640D-E75E-4942-9E59-9F7EADCA2D5B.1.1.15"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:33:18.9542586Z","message_severity":"warning","correlation_id":"8362640D-E75E-4942-9E59-9F7EADCA2D5B.1.1.16"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:33:18.9562578Z","message_severity":"warning","correlation_id":"8362640D-E75E-4942-9E59-9F7EADCA2D5B.1.1.17"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 157, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:33:18.9572579Z","message_severity":"warning","correlation_id":"8362640D-E75E-4942-9E59-9F7EADCA2D5B.1.1.18"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:42:48.7808815Z","message_severity":"warning","correlation_id":"7D8BD3A8-3A9E-4171-B511-4F0099D217EB.1.1.5"} +{"message":"Invalid cref value \"!:PlcDynamicMatrix\" found in triple-slash-comments for DynamicMatrix defined in ../TcMatrixConnector/_generated/Onliners/DynamicMatrix.g.cs Line 26, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:42:51.3009115Z","message_severity":"warning","correlation_id":"7D8BD3A8-3A9E-4171-B511-4F0099D217EB.1.1.11"} +{"message":"Invalid cref value \"!:PlcMatrix\" found in triple-slash-comments for Matrix defined in ../TcMatrixConnector/_generated/Onliners/Matrix.g.cs Line 24, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:42:51.6659111Z","message_severity":"warning","correlation_id":"7D8BD3A8-3A9E-4171-B511-4F0099D217EB.1.1.12"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:42:52.0558965Z","message_severity":"warning","correlation_id":"7D8BD3A8-3A9E-4171-B511-4F0099D217EB.1.1.13"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:42:52.0558965Z","message_severity":"warning","correlation_id":"7D8BD3A8-3A9E-4171-B511-4F0099D217EB.1.1.14"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:42:52.0578999Z","message_severity":"warning","correlation_id":"7D8BD3A8-3A9E-4171-B511-4F0099D217EB.1.1.15"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 152, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:42:52.0588651Z","message_severity":"warning","correlation_id":"7D8BD3A8-3A9E-4171-B511-4F0099D217EB.1.1.16"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:43:09.4247828Z","message_severity":"warning","correlation_id":"0BD18A61-39D7-4A60-BD0A-29100B414EFC.1.1.5"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:43:27.1202884Z","message_severity":"warning","correlation_id":"CCE8AB77-6673-411F-91B5-E54A4C54AE09.1.1.5"} +{"message":"Invalid cref value \"!:PlcDynamicMatrix\" found in triple-slash-comments for DynamicMatrix defined in ../TcMatrixConnector/_generated/Onliners/DynamicMatrix.g.cs Line 26, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:43:29.5732765Z","message_severity":"warning","correlation_id":"CCE8AB77-6673-411F-91B5-E54A4C54AE09.1.1.9"} +{"message":"Invalid cref value \"!:PlcMatrix\" found in triple-slash-comments for Matrix defined in ../TcMatrixConnector/_generated/Onliners/Matrix.g.cs Line 24, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:43:29.9262767Z","message_severity":"warning","correlation_id":"CCE8AB77-6673-411F-91B5-E54A4C54AE09.1.1.10"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:43:30.3102746Z","message_severity":"warning","correlation_id":"CCE8AB77-6673-411F-91B5-E54A4C54AE09.1.1.11"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:43:30.3112746Z","message_severity":"warning","correlation_id":"CCE8AB77-6673-411F-91B5-E54A4C54AE09.1.1.12"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:43:30.3132795Z","message_severity":"warning","correlation_id":"CCE8AB77-6673-411F-91B5-E54A4C54AE09.1.1.13"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 152, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:43:30.3142752Z","message_severity":"warning","correlation_id":"CCE8AB77-6673-411F-91B5-E54A4C54AE09.1.1.14"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:47:19.2302208Z","message_severity":"warning","correlation_id":"C48AD623-7141-4E48-A348-FF2F82C7A745.1.1.6"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:48:44.6404644Z","message_severity":"warning","correlation_id":"0F002EA3-8158-435B-9804-8B183D343F68.1.1.6"} +{"message":"Invalid cref value \"!:PlcDynamicMatrix\" found in triple-slash-comments for DynamicMatrix defined in ../TcMatrixConnector/_generated/Onliners/DynamicMatrix.g.cs Line 26, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:48:47.1034897Z","message_severity":"warning","correlation_id":"0F002EA3-8158-435B-9804-8B183D343F68.1.1.10"} +{"message":"Invalid cref value \"!:PlcMatrix\" found in triple-slash-comments for Matrix defined in ../TcMatrixConnector/_generated/Onliners/Matrix.g.cs Line 24, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:48:47.4704898Z","message_severity":"warning","correlation_id":"0F002EA3-8158-435B-9804-8B183D343F68.1.1.11"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:48:47.8514848Z","message_severity":"warning","correlation_id":"0F002EA3-8158-435B-9804-8B183D343F68.1.1.12"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:48:47.8514848Z","message_severity":"warning","correlation_id":"0F002EA3-8158-435B-9804-8B183D343F68.1.1.13"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:48:47.8534854Z","message_severity":"warning","correlation_id":"0F002EA3-8158-435B-9804-8B183D343F68.1.1.14"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 152, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:48:47.8544884Z","message_severity":"warning","correlation_id":"0F002EA3-8158-435B-9804-8B183D343F68.1.1.15"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:49:02.497401Z","message_severity":"warning","correlation_id":"AFA6B2C3-D50B-4D7D-ADAD-1A1DDA10D053.1.1.6"} +{"message":"Invalid cref value \"!:PlcDynamicMatrix\" found in triple-slash-comments for DynamicMatrix defined in ../TcMatrixConnector/_generated/Onliners/DynamicMatrix.g.cs Line 26, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:49:04.9523865Z","message_severity":"warning","correlation_id":"AFA6B2C3-D50B-4D7D-ADAD-1A1DDA10D053.1.1.10"} +{"message":"Invalid cref value \"!:PlcMatrix\" found in triple-slash-comments for Matrix defined in ../TcMatrixConnector/_generated/Onliners/Matrix.g.cs Line 24, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:49:05.3334186Z","message_severity":"warning","correlation_id":"AFA6B2C3-D50B-4D7D-ADAD-1A1DDA10D053.1.1.11"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:49:05.719421Z","message_severity":"warning","correlation_id":"AFA6B2C3-D50B-4D7D-ADAD-1A1DDA10D053.1.1.12"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:49:05.7203898Z","message_severity":"warning","correlation_id":"AFA6B2C3-D50B-4D7D-ADAD-1A1DDA10D053.1.1.13"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:49:05.7224209Z","message_severity":"warning","correlation_id":"AFA6B2C3-D50B-4D7D-ADAD-1A1DDA10D053.1.1.14"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 152, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:49:05.7234283Z","message_severity":"warning","correlation_id":"AFA6B2C3-D50B-4D7D-ADAD-1A1DDA10D053.1.1.15"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:49:39.8652699Z","message_severity":"warning","correlation_id":"7FB611C5-D61B-42C5-BD53-1F38CC07E4F0.1.1.6"} +{"message":"Invalid cref value \"!:PlcDynamicMatrix\" found in triple-slash-comments for DynamicMatrix defined in ../TcMatrixConnector/_generated/Onliners/DynamicMatrix.g.cs Line 26, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:49:42.3272921Z","message_severity":"warning","correlation_id":"7FB611C5-D61B-42C5-BD53-1F38CC07E4F0.1.1.10"} +{"message":"Invalid cref value \"!:PlcMatrix\" found in triple-slash-comments for Matrix defined in ../TcMatrixConnector/_generated/Onliners/Matrix.g.cs Line 24, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:49:42.6992916Z","message_severity":"warning","correlation_id":"7FB611C5-D61B-42C5-BD53-1F38CC07E4F0.1.1.11"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:49:43.0842906Z","message_severity":"warning","correlation_id":"7FB611C5-D61B-42C5-BD53-1F38CC07E4F0.1.1.12"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:49:43.0842906Z","message_severity":"warning","correlation_id":"7FB611C5-D61B-42C5-BD53-1F38CC07E4F0.1.1.13"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:49:43.08629Z","message_severity":"warning","correlation_id":"7FB611C5-D61B-42C5-BD53-1F38CC07E4F0.1.1.14"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 152, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:49:43.0872902Z","message_severity":"warning","correlation_id":"7FB611C5-D61B-42C5-BD53-1F38CC07E4F0.1.1.15"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:51:56.1673785Z","message_severity":"warning","correlation_id":"8CCDB4AA-4122-4412-9A8E-EC3E3FC7B901.1.1.5"} +{"message":"Error extracting metadata for C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj: System.IO.InvalidDataException: Error parsing filter config file C:/MTS/Develop/GitHub/TcMatrix/TcMatrixDocu/filterConfig.yml: (Line: 1, Col: 1, Idx: 0) - (Line: 1, Col: 1, Idx: 0): No node deserializer was able to deserialize the node into type Microsoft.DocAsCode.Metadata.ManagedReference.ConfigFilterRule, Microsoft.DocAsCode.Metadata.ManagedReference.Common, Version=2.58.5.0, Culture=neutral, PublicKeyToken=null\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.ConfigFilterRule.Load(String configFile)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.ConfigFilterRule.LoadWithDefaults(String filterConfigFile)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.SymbolVisitorAdapter..ctor(YamlModelGenerator generator, SyntaxLanguage language, Compilation compilation, ExtractMetadataOptions options)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.RoslynMetadataExtractor.Extract(ExtractMetadataOptions options)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.ExtractMetadataWorker.GetMetadataFromProjectLevelCache(IBuildController controller, IInputParameters key)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.ExtractMetadataWorker.d__13.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.ExtractMetadataWorker.d__11.MoveNext()","date_time":"2021-10-26T11:51:57.4473747Z","message_severity":"error","code":"FatalError","correlation_id":"8CCDB4AA-4122-4412-9A8E-EC3E3FC7B901.2"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:52:47.3452013Z","message_severity":"warning","correlation_id":"822D0478-4309-4DFF-898D-ACC3FFF7D93B.1.1.5"} +{"message":"Error extracting metadata for C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj: System.IO.InvalidDataException: Error parsing filter config file C:/MTS/Develop/GitHub/TcMatrix/TcMatrixDocu/filterConfig.yml: (Line: 1, Col: 1, Idx: 0) - (Line: 1, Col: 1, Idx: 0): No node deserializer was able to deserialize the node into type Microsoft.DocAsCode.Metadata.ManagedReference.ConfigFilterRule, Microsoft.DocAsCode.Metadata.ManagedReference.Common, Version=2.58.5.0, Culture=neutral, PublicKeyToken=null\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.ConfigFilterRule.Load(String configFile)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.ConfigFilterRule.LoadWithDefaults(String filterConfigFile)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.SymbolVisitorAdapter..ctor(YamlModelGenerator generator, SyntaxLanguage language, Compilation compilation, ExtractMetadataOptions options)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.RoslynMetadataExtractor.Extract(ExtractMetadataOptions options)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.ExtractMetadataWorker.GetMetadataFromProjectLevelCache(IBuildController controller, IInputParameters key)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.ExtractMetadataWorker.d__13.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.ExtractMetadataWorker.d__11.MoveNext()","date_time":"2021-10-26T11:52:48.6292297Z","message_severity":"error","code":"FatalError","correlation_id":"822D0478-4309-4DFF-898D-ACC3FFF7D93B.2"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:53:40.8331611Z","message_severity":"warning","correlation_id":"750CF492-2FC5-4CCE-8C60-93AA2C9AC500.1.1.5"} +{"message":"Error extracting metadata for C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj: System.IO.InvalidDataException: Error parsing filter config file C:/MTS/Develop/GitHub/TcMatrix/TcMatrixDocu/filterConfig.yml: (Line: 1, Col: 3, Idx: 2) - (Line: 1, Col: 3, Idx: 2): No node deserializer was able to deserialize the node into type Microsoft.DocAsCode.Metadata.ManagedReference.ConfigFilterRule, Microsoft.DocAsCode.Metadata.ManagedReference.Common, Version=2.58.5.0, Culture=neutral, PublicKeyToken=null\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.ConfigFilterRule.Load(String configFile)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.ConfigFilterRule.LoadWithDefaults(String filterConfigFile)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.SymbolVisitorAdapter..ctor(YamlModelGenerator generator, SyntaxLanguage language, Compilation compilation, ExtractMetadataOptions options)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.RoslynMetadataExtractor.Extract(ExtractMetadataOptions options)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.ExtractMetadataWorker.GetMetadataFromProjectLevelCache(IBuildController controller, IInputParameters key)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.ExtractMetadataWorker.d__13.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.ExtractMetadataWorker.d__11.MoveNext()","date_time":"2021-10-26T11:53:42.0931623Z","message_severity":"error","code":"FatalError","correlation_id":"750CF492-2FC5-4CCE-8C60-93AA2C9AC500.2"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:54:05.0241289Z","message_severity":"warning","correlation_id":"DE812E4C-0EC1-4BB4-8549-997ADB0A8DA9.1.1.5"} +{"message":"Invalid cref value \"!:PlcDynamicMatrix\" found in triple-slash-comments for DynamicMatrix defined in ../TcMatrixConnector/_generated/Onliners/DynamicMatrix.g.cs Line 26, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:54:07.4710868Z","message_severity":"warning","correlation_id":"DE812E4C-0EC1-4BB4-8549-997ADB0A8DA9.1.1.9"} +{"message":"Invalid cref value \"!:PlcMatrix\" found in triple-slash-comments for Matrix defined in ../TcMatrixConnector/_generated/Onliners/Matrix.g.cs Line 24, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:54:07.8570855Z","message_severity":"warning","correlation_id":"DE812E4C-0EC1-4BB4-8549-997ADB0A8DA9.1.1.10"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:54:08.2480919Z","message_severity":"warning","correlation_id":"DE812E4C-0EC1-4BB4-8549-997ADB0A8DA9.1.1.11"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:54:08.2480919Z","message_severity":"warning","correlation_id":"DE812E4C-0EC1-4BB4-8549-997ADB0A8DA9.1.1.12"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:54:08.2500863Z","message_severity":"warning","correlation_id":"DE812E4C-0EC1-4BB4-8549-997ADB0A8DA9.1.1.13"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 152, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:54:08.2510856Z","message_severity":"warning","correlation_id":"DE812E4C-0EC1-4BB4-8549-997ADB0A8DA9.1.1.14"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:54:41.6760282Z","message_severity":"warning","correlation_id":"29F98E11-98B3-4240-A343-A3ABD485D23A.1.1.5"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:54:44.2550622Z","message_severity":"warning","correlation_id":"29F98E11-98B3-4240-A343-A3ABD485D23A.1.1.9"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:54:44.2800623Z","message_severity":"warning","correlation_id":"29F98E11-98B3-4240-A343-A3ABD485D23A.1.1.10"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:54:44.2830482Z","message_severity":"warning","correlation_id":"29F98E11-98B3-4240-A343-A3ABD485D23A.1.1.11"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 152, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:54:44.306022Z","message_severity":"warning","correlation_id":"29F98E11-98B3-4240-A343-A3ABD485D23A.1.1.12"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:55:51.4005311Z","message_severity":"warning","correlation_id":"BE1BF9A8-8B4A-4225-9A51-8D3BCDBBD39B.1.1.5"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:55:53.9755552Z","message_severity":"warning","correlation_id":"BE1BF9A8-8B4A-4225-9A51-8D3BCDBBD39B.1.1.9"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:55:54.0025241Z","message_severity":"warning","correlation_id":"BE1BF9A8-8B4A-4225-9A51-8D3BCDBBD39B.1.1.10"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:55:54.0055604Z","message_severity":"warning","correlation_id":"BE1BF9A8-8B4A-4225-9A51-8D3BCDBBD39B.1.1.11"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 152, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:55:54.0285561Z","message_severity":"warning","correlation_id":"BE1BF9A8-8B4A-4225-9A51-8D3BCDBBD39B.1.1.12"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:57:07.6263433Z","message_severity":"warning","correlation_id":"1DF501FC-A5D1-457C-A36E-FA8B0D1A3CBA.1.1.5"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:57:10.4373162Z","message_severity":"warning","correlation_id":"1DF501FC-A5D1-457C-A36E-FA8B0D1A3CBA.1.1.87"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:57:10.4413439Z","message_severity":"warning","correlation_id":"1DF501FC-A5D1-457C-A36E-FA8B0D1A3CBA.1.1.88"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 152, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:57:10.4733488Z","message_severity":"warning","correlation_id":"1DF501FC-A5D1-457C-A36E-FA8B0D1A3CBA.1.1.89"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:57:48.4352017Z","message_severity":"warning","correlation_id":"08AEDF6E-2429-4A5C-A981-6678A3A57425.1.1.5"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:57:51.0481954Z","message_severity":"warning","correlation_id":"08AEDF6E-2429-4A5C-A981-6678A3A57425.1.1.9"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:57:51.0762308Z","message_severity":"warning","correlation_id":"08AEDF6E-2429-4A5C-A981-6678A3A57425.1.1.10"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:57:51.078231Z","message_severity":"warning","correlation_id":"08AEDF6E-2429-4A5C-A981-6678A3A57425.1.1.11"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 136, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:57:51.1022306Z","message_severity":"warning","correlation_id":"08AEDF6E-2429-4A5C-A981-6678A3A57425.1.1.12"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:58:50.7138943Z","message_severity":"warning","correlation_id":"F00D4159-E5E1-43D7-ACAD-6A43E85BA8A6.1.1.5"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:58:53.2858727Z","message_severity":"warning","correlation_id":"F00D4159-E5E1-43D7-ACAD-6A43E85BA8A6.1.1.9"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:58:53.313885Z","message_severity":"warning","correlation_id":"F00D4159-E5E1-43D7-ACAD-6A43E85BA8A6.1.1.10"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:58:53.3158741Z","message_severity":"warning","correlation_id":"F00D4159-E5E1-43D7-ACAD-6A43E85BA8A6.1.1.11"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 130, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:58:53.3388724Z","message_severity":"warning","correlation_id":"F00D4159-E5E1-43D7-ACAD-6A43E85BA8A6.1.1.12"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:59:18.1917887Z","message_severity":"warning","correlation_id":"BB969FB8-E94F-465D-983B-34697704E0A9.1.1.5"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:59:20.79681Z","message_severity":"warning","correlation_id":"BB969FB8-E94F-465D-983B-34697704E0A9.1.1.9"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:59:20.8238085Z","message_severity":"warning","correlation_id":"BB969FB8-E94F-465D-983B-34697704E0A9.1.1.10"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:59:20.8258097Z","message_severity":"warning","correlation_id":"BB969FB8-E94F-465D-983B-34697704E0A9.1.1.11"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 130, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:59:20.8498092Z","message_severity":"warning","correlation_id":"BB969FB8-E94F-465D-983B-34697704E0A9.1.1.12"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T11:59:35.6947726Z","message_severity":"warning","correlation_id":"0D3061BB-D346-4E17-AE0C-261CC8432284.1.1.5"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:59:38.2777697Z","message_severity":"warning","correlation_id":"0D3061BB-D346-4E17-AE0C-261CC8432284.1.1.9"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:59:38.2797344Z","message_severity":"warning","correlation_id":"0D3061BB-D346-4E17-AE0C-261CC8432284.1.1.10"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 126, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T11:59:38.3047691Z","message_severity":"warning","correlation_id":"0D3061BB-D346-4E17-AE0C-261CC8432284.1.1.11"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T12:00:14.4164637Z","message_severity":"warning","correlation_id":"F4CD6F55-9C3A-485A-B894-62F6BA6107A3.1.1.5"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:00:16.978465Z","message_severity":"warning","correlation_id":"F4CD6F55-9C3A-485A-B894-62F6BA6107A3.1.1.9"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:00:16.9814786Z","message_severity":"warning","correlation_id":"F4CD6F55-9C3A-485A-B894-62F6BA6107A3.1.1.10"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 130, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:00:17.0054642Z","message_severity":"warning","correlation_id":"F4CD6F55-9C3A-485A-B894-62F6BA6107A3.1.1.11"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T12:00:26.5044113Z","message_severity":"warning","correlation_id":"A9C4F7FA-40CA-4005-8078-E9E549844200.1.1.5"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:00:29.0564406Z","message_severity":"warning","correlation_id":"A9C4F7FA-40CA-4005-8078-E9E549844200.1.1.9"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:00:29.0584671Z","message_severity":"warning","correlation_id":"A9C4F7FA-40CA-4005-8078-E9E549844200.1.1.10"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 130, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:00:29.0824409Z","message_severity":"warning","correlation_id":"A9C4F7FA-40CA-4005-8078-E9E549844200.1.1.11"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T12:00:55.7153482Z","message_severity":"warning","correlation_id":"F996BC8B-59B3-4DAE-884B-721DB85E5F35.1.1.5"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:00:58.266335Z","message_severity":"warning","correlation_id":"F996BC8B-59B3-4DAE-884B-721DB85E5F35.1.1.9"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:00:58.2953825Z","message_severity":"warning","correlation_id":"F996BC8B-59B3-4DAE-884B-721DB85E5F35.1.1.10"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:00:58.2983641Z","message_severity":"warning","correlation_id":"F996BC8B-59B3-4DAE-884B-721DB85E5F35.1.1.11"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 130, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:00:58.3213738Z","message_severity":"warning","correlation_id":"F996BC8B-59B3-4DAE-884B-721DB85E5F35.1.1.12"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T12:03:04.9230512Z","message_severity":"warning","correlation_id":"D528DD6E-E2E3-4D05-9B53-C987AD3DBA74.1.1.5"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:03:07.5180818Z","message_severity":"warning","correlation_id":"D528DD6E-E2E3-4D05-9B53-C987AD3DBA74.1.1.9"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:03:07.5200765Z","message_severity":"warning","correlation_id":"D528DD6E-E2E3-4D05-9B53-C987AD3DBA74.1.1.10"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 130, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:03:07.5440435Z","message_severity":"warning","correlation_id":"D528DD6E-E2E3-4D05-9B53-C987AD3DBA74.1.1.11"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T12:04:01.672256Z","message_severity":"warning","correlation_id":"85218AE1-8ECE-46DC-B0BF-C9645B81EAE3.1.1.5"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:04:04.3422769Z","message_severity":"warning","correlation_id":"85218AE1-8ECE-46DC-B0BF-C9645B81EAE3.1.1.9"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:04:04.3442791Z","message_severity":"warning","correlation_id":"85218AE1-8ECE-46DC-B0BF-C9645B81EAE3.1.1.10"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 153, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:04:04.3692775Z","message_severity":"warning","correlation_id":"85218AE1-8ECE-46DC-B0BF-C9645B81EAE3.1.1.11"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T12:06:07.6510103Z","message_severity":"warning","correlation_id":"CF64146F-EC3E-46A0-8872-A263D6EC0A32.1.1.5"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:06:10.2620419Z","message_severity":"warning","correlation_id":"CF64146F-EC3E-46A0-8872-A263D6EC0A32.1.1.9"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:06:10.2890601Z","message_severity":"warning","correlation_id":"CF64146F-EC3E-46A0-8872-A263D6EC0A32.1.1.10"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:06:10.2900109Z","message_severity":"warning","correlation_id":"CF64146F-EC3E-46A0-8872-A263D6EC0A32.1.1.11"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 153, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:06:10.3150397Z","message_severity":"warning","correlation_id":"CF64146F-EC3E-46A0-8872-A263D6EC0A32.1.1.12"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T12:07:44.9881491Z","message_severity":"warning","correlation_id":"813A0364-4E94-4316-818E-0BC1197C32F5.1.1.5"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:07:47.9192084Z","message_severity":"warning","correlation_id":"813A0364-4E94-4316-818E-0BC1197C32F5.1.1.9"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:07:47.921207Z","message_severity":"warning","correlation_id":"813A0364-4E94-4316-818E-0BC1197C32F5.1.1.10"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 153, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:07:47.9452084Z","message_severity":"warning","correlation_id":"813A0364-4E94-4316-818E-0BC1197C32F5.1.1.11"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T12:09:08.6530762Z","message_severity":"warning","correlation_id":"866C86AC-7A08-491E-BC6A-41A000550732.1.1.5"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:09:12.9476362Z","message_severity":"warning","correlation_id":"866C86AC-7A08-491E-BC6A-41A000550732.1.1.9"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:09:12.950916Z","message_severity":"warning","correlation_id":"866C86AC-7A08-491E-BC6A-41A000550732.1.1.10"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 157, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:09:12.9798723Z","message_severity":"warning","correlation_id":"866C86AC-7A08-491E-BC6A-41A000550732.1.1.11"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T12:09:58.1197651Z","message_severity":"warning","correlation_id":"B34C19DE-49B8-4FDC-B65E-819EB891BFC3.1.1.5"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"57","date_time":"2021-10-26T12:10:01.0139175Z","message_severity":"warning","correlation_id":"B34C19DE-49B8-4FDC-B65E-819EB891BFC3.1.1.9"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"57","date_time":"2021-10-26T12:10:01.0139175Z","message_severity":"warning","correlation_id":"B34C19DE-49B8-4FDC-B65E-819EB891BFC3.1.1.10"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:10:01.0468797Z","message_severity":"warning","correlation_id":"B34C19DE-49B8-4FDC-B65E-819EB891BFC3.1.1.11"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:10:01.0488802Z","message_severity":"warning","correlation_id":"B34C19DE-49B8-4FDC-B65E-819EB891BFC3.1.1.12"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 157, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:10:01.0818853Z","message_severity":"warning","correlation_id":"B34C19DE-49B8-4FDC-B65E-819EB891BFC3.1.1.13"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T12:34:39.3888905Z","message_severity":"warning","correlation_id":"DD446C1F-FE7F-4E24-9625-E54CB495EACD.1.1.5"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-26T12:34:41.9928546Z","message_severity":"warning","correlation_id":"DD446C1F-FE7F-4E24-9625-E54CB495EACD.1.1.15"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-26T12:34:41.9928546Z","message_severity":"warning","correlation_id":"DD446C1F-FE7F-4E24-9625-E54CB495EACD.1.1.16"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:34:42.0201077Z","message_severity":"warning","correlation_id":"DD446C1F-FE7F-4E24-9625-E54CB495EACD.1.1.17"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:34:42.0221208Z","message_severity":"warning","correlation_id":"DD446C1F-FE7F-4E24-9625-E54CB495EACD.1.1.18"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 153, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:34:42.0460985Z","message_severity":"warning","correlation_id":"DD446C1F-FE7F-4E24-9625-E54CB495EACD.1.1.19"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T12:36:06.762984Z","message_severity":"warning","correlation_id":"7C645103-411A-4630-BDE7-19FD75FF3E91.1.1.5"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"54","date_time":"2021-10-26T12:36:09.5406362Z","message_severity":"warning","correlation_id":"7C645103-411A-4630-BDE7-19FD75FF3E91.1.1.15"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"54","date_time":"2021-10-26T12:36:09.5416358Z","message_severity":"warning","correlation_id":"7C645103-411A-4630-BDE7-19FD75FF3E91.1.1.16"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:36:09.567634Z","message_severity":"warning","correlation_id":"7C645103-411A-4630-BDE7-19FD75FF3E91.1.1.17"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:36:09.5696344Z","message_severity":"warning","correlation_id":"7C645103-411A-4630-BDE7-19FD75FF3E91.1.1.18"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 154, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:36:09.5930206Z","message_severity":"warning","correlation_id":"7C645103-411A-4630-BDE7-19FD75FF3E91.1.1.19"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T12:42:34.6330703Z","message_severity":"warning","correlation_id":"CEA47BB8-9785-40EE-B600-50C69610C4F8.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"44","date_time":"2021-10-26T12:42:37.2635989Z","message_severity":"warning","correlation_id":"CEA47BB8-9785-40EE-B600-50C69610C4F8.1.1.15"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"82","date_time":"2021-10-26T12:42:37.2644846Z","message_severity":"warning","correlation_id":"CEA47BB8-9785-40EE-B600-50C69610C4F8.1.1.16"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"82","date_time":"2021-10-26T12:42:37.2644846Z","message_severity":"warning","correlation_id":"CEA47BB8-9785-40EE-B600-50C69610C4F8.1.1.17"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:42:37.2664967Z","message_severity":"warning","correlation_id":"CEA47BB8-9785-40EE-B600-50C69610C4F8.1.1.18"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"155","date_time":"2021-10-26T12:42:37.2674969Z","message_severity":"warning","correlation_id":"CEA47BB8-9785-40EE-B600-50C69610C4F8.1.1.19"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"155","date_time":"2021-10-26T12:42:37.2674969Z","message_severity":"warning","correlation_id":"CEA47BB8-9785-40EE-B600-50C69610C4F8.1.1.20"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"155","date_time":"2021-10-26T12:42:37.2674969Z","message_severity":"warning","correlation_id":"CEA47BB8-9785-40EE-B600-50C69610C4F8.1.1.21"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 184, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T12:42:37.2915168Z","message_severity":"warning","correlation_id":"CEA47BB8-9785-40EE-B600-50C69610C4F8.1.1.22"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-26T13:08:40.6774272Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"46","date_time":"2021-10-26T13:08:43.4254895Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.9"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"73","date_time":"2021-10-26T13:08:43.4964912Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.10"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"73","date_time":"2021-10-26T13:08:43.4964912Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.11"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"30","date_time":"2021-10-26T13:08:43.5584863Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.12"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"57","date_time":"2021-10-26T13:08:43.559464Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"57","date_time":"2021-10-26T13:08:43.559464Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-26T13:08:43.565488Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.15"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-26T13:08:43.5664882Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.16"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-26T13:08:43.5885073Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.17"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-26T13:08:43.5894698Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.18"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-26T13:08:43.590487Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.19"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-26T13:08:43.5914378Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.20"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-26T13:08:43.5914378Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.21"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-26T13:08:43.5914378Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.22"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-26T13:08:43.5924371Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.23"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-26T13:08:43.5934311Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.24"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-26T13:08:43.5934311Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.25"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T13:08:43.5944354Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.26"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"295","date_time":"2021-10-26T13:08:43.5954496Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.27"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"321","date_time":"2021-10-26T13:08:43.5954496Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.28"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"353","date_time":"2021-10-26T13:08:43.5964257Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.29"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"353","date_time":"2021-10-26T13:08:43.5964257Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.30"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"377","date_time":"2021-10-26T13:08:43.5974208Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.31"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"396","date_time":"2021-10-26T13:08:43.5985217Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.32"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"423","date_time":"2021-10-26T13:08:43.5985217Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.33"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"423","date_time":"2021-10-26T13:08:43.5985217Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.34"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"465","date_time":"2021-10-26T13:08:43.6004211Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.35"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"465","date_time":"2021-10-26T13:08:43.6004211Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.36"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"465","date_time":"2021-10-26T13:08:43.6004211Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.37"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 551, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-26T13:08:43.6284568Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.38"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"30","date_time":"2021-10-26T13:08:43.6384566Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.39"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"57","date_time":"2021-10-26T13:08:43.6394504Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.40"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"57","date_time":"2021-10-26T13:08:43.6394504Z","message_severity":"warning","correlation_id":"2833A95E-7796-4E4C-9767-F2C9935B8F23.1.1.41"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T06:59:32.1658148Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T06:59:35.3798285Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T06:59:35.4078013Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T06:59:35.4078013Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T06:59:35.4118198Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T06:59:35.4118198Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T06:59:35.4118198Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T06:59:35.4138286Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T06:59:35.4148298Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T06:59:35.4157917Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T06:59:35.4157917Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T06:59:35.4157917Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T06:59:35.4167994Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T06:59:35.4167994Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T06:59:35.4188244Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T06:59:35.4188244Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T06:59:35.4188244Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T06:59:35.4198233Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T06:59:35.4198233Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T06:59:35.4207948Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T06:59:35.4207948Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T06:59:35.4207948Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T06:59:35.4207948Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T06:59:35.4228253Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T06:59:35.4228253Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T06:59:35.4598122Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T06:59:35.5268221Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T06:59:35.5268221Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T06:59:35.5268221Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T06:59:35.5307865Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T06:59:35.5317869Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T06:59:35.5317869Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T06:59:35.5328209Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T06:59:35.5328209Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T06:59:35.5338243Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T06:59:35.5338243Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T06:59:35.5338243Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T06:59:35.5347914Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T06:59:35.5358208Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T06:59:35.5358208Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T06:59:35.5358208Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T06:59:35.5487856Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T06:59:35.5498368Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T06:59:35.550811Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T06:59:35.550811Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T06:59:35.551786Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T06:59:35.551786Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T06:59:35.5527874Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T06:59:35.5527874Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T06:59:35.5537859Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T06:59:35.5537859Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T06:59:35.5537859Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T06:59:35.5568007Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T06:59:35.5738011Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T06:59:35.576851Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T06:59:35.5817879Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T06:59:35.6027926Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T06:59:35.6148007Z","message_severity":"warning","correlation_id":"E448640B-4972-4930-A54A-8FC7E76613EE.1.1.65"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T07:08:14.5646451Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T07:08:17.107675Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T07:08:17.1306745Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T07:08:17.1306745Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T07:08:17.1326776Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T07:08:17.1326776Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T07:08:17.1326776Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T07:08:17.1336712Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T07:08:17.1346764Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T07:08:17.1356777Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T07:08:17.1356777Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T07:08:17.1356777Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T07:08:17.1356777Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T07:08:17.1356777Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T07:08:17.1366757Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T07:08:17.1366757Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T07:08:17.1366757Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T07:08:17.1376728Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T07:08:17.1376728Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T07:08:17.1386419Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T07:08:17.1396695Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T07:08:17.1396695Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T07:08:17.1396695Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T07:08:17.1406722Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T07:08:17.1406722Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:08:17.1736759Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T07:08:17.234675Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T07:08:17.234675Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T07:08:17.234675Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T07:08:17.2386913Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T07:08:17.2386913Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T07:08:17.2396771Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T07:08:17.2396771Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T07:08:17.2406476Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T07:08:17.2406476Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T07:08:17.2406476Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T07:08:17.2406476Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T07:08:17.2416412Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T07:08:17.2426701Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T07:08:17.2426701Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:08:17.2426701Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T07:08:17.2546789Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T07:08:17.2546789Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T07:08:17.2556468Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T07:08:17.2556468Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T07:08:17.2566756Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T07:08:17.2566756Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T07:08:17.2576459Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T07:08:17.2576459Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T07:08:17.2576459Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T07:08:17.2576459Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T07:08:17.2586548Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:08:17.2606747Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T07:08:17.2666756Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T07:08:17.2676458Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T07:08:17.2676458Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:08:17.2806758Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:08:17.2836776Z","message_severity":"warning","correlation_id":"9041CD6F-2251-4B5F-BB49-EBCB5F817089.1.1.65"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T07:11:45.9686433Z","message_severity":"warning","correlation_id":"DA32AB50-C560-4824-956C-CF24ED3EC081.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:11:47.3206781Z","message_severity":"warning","correlation_id":"DA32AB50-C560-4824-956C-CF24ED3EC081.1.1.14"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T07:13:42.7533147Z","message_severity":"warning","correlation_id":"FB78E4F2-AD33-44E1-AEB2-991ABA11E38A.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:13:44.0973787Z","message_severity":"warning","correlation_id":"FB78E4F2-AD33-44E1-AEB2-991ABA11E38A.1.1.12"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T07:17:55.0412031Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T07:17:57.9038984Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T07:17:57.9288966Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T07:17:57.9288966Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T07:17:57.9319144Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T07:17:57.9319144Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T07:17:57.9319144Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T07:17:57.932934Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T07:17:57.9339252Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T07:17:57.9349291Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T07:17:57.9349291Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T07:17:57.9349291Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T07:17:57.9349291Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T07:17:57.9349291Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T07:17:57.9359008Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T07:17:57.9368946Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T07:17:57.9368946Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T07:17:57.9368946Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T07:17:57.9378953Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T07:17:57.9389229Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T07:17:57.9389229Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T07:17:57.9389229Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T07:17:57.9389229Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T07:17:57.9399311Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T07:17:57.9449314Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:17:57.9739302Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T07:17:58.0398856Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T07:17:58.0408857Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T07:17:58.0408857Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T07:17:58.0438851Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T07:17:58.0448847Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T07:17:58.0458844Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T07:17:58.0458844Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T07:17:58.0468853Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T07:17:58.0478853Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T07:17:58.0478853Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T07:17:58.0478853Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T07:17:58.0488988Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T07:17:58.0488988Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T07:17:58.0488988Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:17:58.0498962Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T07:17:58.0558991Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T07:17:58.0568886Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T07:17:58.0578834Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T07:17:58.0578834Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T07:17:58.0588869Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T07:17:58.0598997Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T07:17:58.0609028Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T07:17:58.0609028Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T07:17:58.0619101Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T07:17:58.0619101Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T07:17:58.0628952Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:17:58.0709049Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T07:17:58.0928997Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T07:17:58.1089212Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T07:17:58.1098838Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:17:58.1228883Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:17:58.1258771Z","message_severity":"warning","correlation_id":"F99EB995-10C9-43FA-B41C-3C4B7FABD27C.1.1.65"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T07:20:30.5517498Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T07:20:33.406491Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T07:20:33.4324543Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T07:20:33.4334496Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T07:20:33.4364962Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T07:20:33.4364962Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T07:20:33.4364962Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T07:20:33.4384622Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T07:20:33.4394833Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T07:20:33.4404857Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T07:20:33.4404857Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T07:20:33.4404857Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T07:20:33.4404857Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T07:20:33.4404857Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T07:20:33.4434501Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T07:20:33.4434501Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T07:20:33.4434501Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T07:20:33.445508Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T07:20:33.445508Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T07:20:33.4474816Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T07:20:33.4474816Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T07:20:33.4474816Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T07:20:33.4474816Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T07:20:33.4494775Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T07:20:33.4494775Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:20:33.4874811Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T07:20:33.5574752Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T07:20:33.5584427Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T07:20:33.5584427Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T07:20:33.5624772Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T07:20:33.5634757Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T07:20:33.5634757Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T07:20:33.5644431Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T07:20:33.5654374Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T07:20:33.5664684Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T07:20:33.5664684Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T07:20:33.5664684Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T07:20:33.5674877Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T07:20:33.5684428Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T07:20:33.5684428Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:20:33.5694366Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T07:20:33.5824358Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T07:20:33.5834352Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T07:20:33.584475Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T07:20:33.584475Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T07:20:33.5854409Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T07:20:33.5854409Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T07:20:33.5864355Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T07:20:33.5864355Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T07:20:33.5874355Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T07:20:33.5874355Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T07:20:33.5874355Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:20:33.5904484Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T07:20:33.5984703Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T07:20:33.5994399Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T07:20:33.5994399Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:20:33.6154533Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:20:33.621478Z","message_severity":"warning","correlation_id":"E02AC6A2-04C1-49C3-A65B-62BF3277A786.1.1.65"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T07:20:56.5633057Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T07:20:59.0941113Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T07:20:59.1170683Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T07:20:59.1170683Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T07:20:59.1190684Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T07:20:59.1190684Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T07:20:59.1190684Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T07:20:59.1201238Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T07:20:59.1210996Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T07:20:59.1210996Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T07:20:59.1210996Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T07:20:59.1210996Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T07:20:59.122068Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T07:20:59.122068Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T07:20:59.123095Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T07:20:59.123095Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T07:20:59.123095Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T07:20:59.124069Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T07:20:59.124069Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T07:20:59.1250971Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T07:20:59.1250971Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T07:20:59.1250971Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T07:20:59.1250971Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T07:20:59.1311114Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T07:20:59.1311114Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:20:59.158095Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T07:20:59.2180921Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T07:20:59.2190897Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T07:20:59.2190897Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T07:20:59.2220902Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T07:20:59.2220902Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T07:20:59.22309Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T07:20:59.22309Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T07:20:59.2240582Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T07:20:59.2240582Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T07:20:59.2240582Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T07:20:59.2240582Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T07:20:59.2250541Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T07:20:59.2260846Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T07:20:59.2260846Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:20:59.2260846Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T07:20:59.2300884Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T07:20:59.2300884Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T07:20:59.2310906Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T07:20:59.2310906Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T07:20:59.2320859Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T07:20:59.2320859Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T07:20:59.2330576Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T07:20:59.2330576Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T07:20:59.234053Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T07:20:59.234053Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T07:20:59.234053Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:20:59.2360843Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T07:20:59.2430845Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T07:20:59.2540684Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T07:20:59.2540684Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:20:59.265088Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:20:59.2680844Z","message_severity":"warning","correlation_id":"878E10CC-0735-4652-BFBD-629129E3B010.1.1.65"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T07:23:35.6839127Z","message_severity":"warning","correlation_id":"0C2D6E4C-DE00-4C0D-9BDD-A8CB34AE39A3.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:23:37.1268242Z","message_severity":"warning","correlation_id":"0C2D6E4C-DE00-4C0D-9BDD-A8CB34AE39A3.1.1.12"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T07:24:47.9081376Z","message_severity":"warning","correlation_id":"2BD7907F-AF0F-46A4-AD9C-AF27A3699FE8.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:24:49.2650751Z","message_severity":"warning","correlation_id":"2BD7907F-AF0F-46A4-AD9C-AF27A3699FE8.1.1.12"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T07:27:43.0389559Z","message_severity":"warning","correlation_id":"79C27651-B384-4CD2-A305-DCD1DB3743D1.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:27:44.3799688Z","message_severity":"warning","correlation_id":"79C27651-B384-4CD2-A305-DCD1DB3743D1.1.1.12"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T07:28:06.3855753Z","message_severity":"warning","correlation_id":"5DAA4266-FF44-4DA7-BCFE-96FEA23E3F42.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:28:07.7295918Z","message_severity":"warning","correlation_id":"5DAA4266-FF44-4DA7-BCFE-96FEA23E3F42.1.1.12"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T07:29:50.8829626Z","message_severity":"warning","correlation_id":"BC0F491B-9EC5-40C7-9B84-24CEF5BF9395.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:29:52.2179734Z","message_severity":"warning","correlation_id":"BC0F491B-9EC5-40C7-9B84-24CEF5BF9395.1.1.12"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T07:30:23.7914554Z","message_severity":"warning","correlation_id":"707C47DD-911B-4BE9-9514-66DF96340F2F.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:30:25.150401Z","message_severity":"warning","correlation_id":"707C47DD-911B-4BE9-9514-66DF96340F2F.1.1.12"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T07:31:24.7704369Z","message_severity":"warning","correlation_id":"EEC5A4F5-3958-4413-AF80-334E1F69D0D2.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:31:26.1104515Z","message_severity":"warning","correlation_id":"EEC5A4F5-3958-4413-AF80-334E1F69D0D2.1.1.12"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T07:31:48.8191434Z","message_severity":"warning","correlation_id":"D47D4195-23A7-4312-9C9E-95EFA8ADED8B.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:31:50.2771672Z","message_severity":"warning","correlation_id":"D47D4195-23A7-4312-9C9E-95EFA8ADED8B.1.1.12"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T07:32:52.4536423Z","message_severity":"warning","correlation_id":"4C592CD4-592B-4363-A782-EFB4051F32C2.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:32:53.7756637Z","message_severity":"warning","correlation_id":"4C592CD4-592B-4363-A782-EFB4051F32C2.1.1.12"} +{"message":"Unable to find either toc.yml or toc.md inside api/. Make sure the file is included in config file docfx.json!","source":"BuildCommand.BuildCore.Build Document.CompilePhaseHandlerWithIncremental.TocDocumentProcessor.Prebuild.BuildTocDocument","file":"toc.yml","date_time":"2021-10-27T07:32:54.4516797Z","message_severity":"warning","correlation_id":"4C592CD4-592B-4363-A782-EFB4051F32C2.2.183.1.31.6.3.2.1"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T07:32:54.797669Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"4C592CD4-592B-4363-A782-EFB4051F32C2.2.183.1.32.7.1.2"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T07:56:02.0148213Z","message_severity":"warning","correlation_id":"4C51335D-8479-4721-B75A-BE311E27686F.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:56:03.3637862Z","message_severity":"warning","correlation_id":"4C51335D-8479-4721-B75A-BE311E27686F.1.1.12"} +{"message":"Unable to find either toc.yml or toc.md inside api/. Make sure the file is included in config file docfx.json!","source":"BuildCommand.BuildCore.Build Document.CompilePhaseHandlerWithIncremental.TocDocumentProcessor.Prebuild.BuildTocDocument","file":"toc.yml","date_time":"2021-10-27T07:56:04.0987834Z","message_severity":"warning","correlation_id":"4C51335D-8479-4721-B75A-BE311E27686F.2.182.1.31.7.3.2.1"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T07:56:04.4498306Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"4C51335D-8479-4721-B75A-BE311E27686F.2.182.1.32.8.1.2"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T07:56:49.7167925Z","message_severity":"warning","correlation_id":"090DC9C9-EDD0-4D44-A086-2B46CB745F11.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:56:51.0697929Z","message_severity":"warning","correlation_id":"090DC9C9-EDD0-4D44-A086-2B46CB745F11.1.1.12"} +{"message":"Unable to find either toc.yml or toc.md inside api/. Make sure the file is included in config file docfx.json!","source":"BuildCommand.BuildCore.Build Document.CompilePhaseHandlerWithIncremental.TocDocumentProcessor.Prebuild.BuildTocDocument","file":"toc.yml","date_time":"2021-10-27T07:56:51.8087927Z","message_severity":"warning","correlation_id":"090DC9C9-EDD0-4D44-A086-2B46CB745F11.2.182.1.31.6.3.2.1"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T07:56:52.1617907Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"090DC9C9-EDD0-4D44-A086-2B46CB745F11.2.182.1.32.7.1.3"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T07:57:24.8887858Z","message_severity":"warning","correlation_id":"698BBCB0-0407-4021-AFB2-25EE07CC027B.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:57:26.2297409Z","message_severity":"warning","correlation_id":"698BBCB0-0407-4021-AFB2-25EE07CC027B.1.1.12"} +{"message":"Unable to find either toc.yml or toc.md inside api/. Make sure the file is included in config file docfx.json!","source":"BuildCommand.BuildCore.Build Document.CompilePhaseHandlerWithIncremental.TocDocumentProcessor.Prebuild.BuildTocDocument","file":"toc.yml","date_time":"2021-10-27T07:57:26.9117341Z","message_severity":"warning","correlation_id":"698BBCB0-0407-4021-AFB2-25EE07CC027B.2.183.1.31.7.3.2.1"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T07:57:27.2787347Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"698BBCB0-0407-4021-AFB2-25EE07CC027B.2.183.1.32.8.1.2"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T07:59:19.6907887Z","message_severity":"warning","correlation_id":"48E6328E-91BC-408B-A6AA-616A25601D20.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:59:21.0897921Z","message_severity":"warning","correlation_id":"48E6328E-91BC-408B-A6AA-616A25601D20.1.1.12"} +{"message":"Unable to find either toc.yml or toc.md inside api/. Make sure the file is included in config file docfx.json!","source":"BuildCommand.BuildCore.Build Document.CompilePhaseHandlerWithIncremental.TocDocumentProcessor.Prebuild.BuildTocDocument","file":"toc.yml","date_time":"2021-10-27T07:59:21.8078229Z","message_severity":"warning","correlation_id":"48E6328E-91BC-408B-A6AA-616A25601D20.2.183.1.31.7.3.2.1"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T07:59:22.17379Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"48E6328E-91BC-408B-A6AA-616A25601D20.2.183.1.32.8.1.2"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T07:59:37.276813Z","message_severity":"warning","correlation_id":"129144C7-21F0-41B4-8E07-4BF190D2AE04.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T07:59:38.5678262Z","message_severity":"warning","correlation_id":"129144C7-21F0-41B4-8E07-4BF190D2AE04.1.1.200"} +{"message":"Unable to find either toc.yml or toc.md inside api/. Make sure the file is included in config file docfx.json!","source":"BuildCommand.BuildCore.Build Document.CompilePhaseHandlerWithIncremental.TocDocumentProcessor.Prebuild.BuildTocDocument","file":"toc.yml","date_time":"2021-10-27T07:59:39.3118296Z","message_severity":"warning","correlation_id":"129144C7-21F0-41B4-8E07-4BF190D2AE04.2.182.1.31.7.3.2.1"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T07:59:39.4448197Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"129144C7-21F0-41B4-8E07-4BF190D2AE04.2.182.1.32.8.1.3"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:00:16.5528673Z","message_severity":"warning","correlation_id":"511F92BC-87DE-477E-8F1C-2F72A94A1CD3.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:00:17.8789044Z","message_severity":"warning","correlation_id":"511F92BC-87DE-477E-8F1C-2F72A94A1CD3.1.1.12"} +{"message":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\api\\toc.yml is not a valid TOC File: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\api\\toc.yml is not a valid TOC file.","source":"BuildCommand.BuildCore.Build Document.Load.TocDocumentProcessor","file":"api/toc.yml","date_time":"2021-10-27T08:00:18.3848671Z","message_severity":"error","code":"InvalidTocFile","correlation_id":"511F92BC-87DE-477E-8F1C-2F72A94A1CD3.2.181.1.30.1.5"} +{"message":"Unable to find either toc.yml or toc.md inside api/. Make sure the file is included in config file docfx.json!","source":"BuildCommand.BuildCore.Build Document.CompilePhaseHandlerWithIncremental.TocDocumentProcessor.Prebuild.BuildTocDocument","file":"toc.yml","date_time":"2021-10-27T08:00:18.6098678Z","message_severity":"warning","correlation_id":"511F92BC-87DE-477E-8F1C-2F72A94A1CD3.2.181.1.31.6.3.2.1"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:00:18.979904Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"511F92BC-87DE-477E-8F1C-2F72A94A1CD3.2.181.1.32.7.1.2"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:03:28.0651242Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:03:30.6141634Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:03:30.6361498Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:03:30.6371279Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:03:30.6391636Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:03:30.6391636Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:03:30.6391636Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:03:30.6401691Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:03:30.6401691Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:03:30.6411935Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:03:30.6411935Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:03:30.6411935Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:03:30.6411935Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:03:30.6411935Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:03:30.6431527Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:03:30.6431527Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:03:30.6431527Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:03:30.6431527Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:03:30.6431527Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:03:30.6441985Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:03:30.6441985Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:03:30.6441985Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:03:30.6441985Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:03:30.6451279Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:03:30.6451279Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:03:30.6771524Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:03:30.7391613Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:03:30.7401648Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:03:30.7401648Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:03:30.7431795Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:03:30.7441554Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:03:30.7441554Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:03:30.7451284Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:03:30.7461558Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:03:30.7461558Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:03:30.7461558Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:03:30.7461558Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:03:30.7471282Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:03:30.748166Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:03:30.748166Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:03:30.748166Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:03:30.7581673Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:03:30.7591255Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:03:30.7601536Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:03:30.7601536Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:03:30.7601536Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:03:30.761167Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:03:30.761167Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:03:30.761167Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:03:30.7621282Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:03:30.7621282Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:03:30.7621282Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:03:30.7651452Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:03:30.7711458Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:03:30.7751601Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:03:30.7751601Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:03:30.7861455Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:03:30.7891449Z","message_severity":"warning","correlation_id":"41701AFE-7EB5-4FCF-8443-9B55C9A6F780.1.1.65"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:04:44.2851094Z","message_severity":"warning","correlation_id":"36F8F936-56AB-4B7D-A2AC-4C5445025D50.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:04:45.7101076Z","message_severity":"warning","correlation_id":"36F8F936-56AB-4B7D-A2AC-4C5445025D50.1.1.12"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:04:46.9231114Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"36F8F936-56AB-4B7D-A2AC-4C5445025D50.2.181.1.32.8.1.2"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:04:46.9231114Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"36F8F936-56AB-4B7D-A2AC-4C5445025D50.2.181.1.32.8.1.3"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:05:07.0904225Z","message_severity":"warning","correlation_id":"622ABEBD-89FB-4134-87CE-C9D0B36B1AB6.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:05:08.5623769Z","message_severity":"warning","correlation_id":"622ABEBD-89FB-4134-87CE-C9D0B36B1AB6.1.1.12"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:05:54.0384647Z","message_severity":"warning","correlation_id":"5ACDA783-A060-433F-A9D2-75B8DAE035CD.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:05:55.4484644Z","message_severity":"warning","correlation_id":"5ACDA783-A060-433F-A9D2-75B8DAE035CD.1.1.12"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:06:07.8314595Z","message_severity":"warning","correlation_id":"F67F9B4F-C787-46B3-A29A-19857EC9E4EC.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:06:09.2734656Z","message_severity":"warning","correlation_id":"F67F9B4F-C787-46B3-A29A-19857EC9E4EC.1.1.12"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:06:22.8642345Z","message_severity":"warning","correlation_id":"0F817606-0121-49D8-8A86-E92B4935055C.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:06:24.295203Z","message_severity":"warning","correlation_id":"0F817606-0121-49D8-8A86-E92B4935055C.1.1.12"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:07:07.5712928Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:07:10.2932524Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:07:10.3182523Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:07:10.3182523Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:07:10.3212933Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:07:10.3212933Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:07:10.3212933Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:07:10.3222901Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:07:10.3232818Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:07:10.3242886Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:07:10.3242886Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:07:10.3242886Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:07:10.3242886Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:07:10.3242886Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:07:10.3262517Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:07:10.3262517Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:07:10.3262517Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:07:10.3272888Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:07:10.3272888Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:07:10.3282897Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:07:10.3282897Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:07:10.3282897Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:07:10.3282897Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:07:10.3302517Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:07:10.3302517Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:07:10.3642911Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:07:10.4322523Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:07:10.4332887Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:07:10.4332887Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:07:10.4372959Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:07:10.438286Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:07:10.438286Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:07:10.4392706Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:07:10.440292Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:07:10.440292Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:07:10.440292Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:07:10.440292Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:07:10.4412571Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:07:10.4422516Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:07:10.4422516Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:07:10.4432527Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:07:10.4542515Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:07:10.4552522Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:07:10.4562516Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:07:10.4562516Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:07:10.4572519Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:07:10.4572519Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:07:10.458252Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:07:10.458252Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:07:10.4592522Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:07:10.4592522Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:07:10.4592522Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:07:10.4622516Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:07:10.4692844Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:07:10.4702895Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:07:10.4702895Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:07:10.4852878Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:07:10.4892872Z","message_severity":"warning","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.1.1.65"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:07:12.76225Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.2.181.1.32.10.1.2"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:07:12.76225Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"D5FF1DFF-2800-4D2B-ACA5-A428DD380CEF.2.181.1.32.10.1.3"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:07:42.4962357Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:07:45.2152652Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:07:45.2392803Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:07:45.2392803Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:07:45.2422717Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:07:45.2422717Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:07:45.2422717Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:07:45.2432742Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:07:45.2442749Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:07:45.2672697Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:07:45.2672697Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:07:45.2672697Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:07:45.2672697Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:07:45.2672697Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:07:45.2692733Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:07:45.2692733Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:07:45.2692733Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:07:45.2702538Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:07:45.2702538Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:07:45.2712724Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:07:45.2712724Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:07:45.2712724Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:07:45.2712724Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:07:45.2722394Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:07:45.2722394Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:07:45.3002694Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:07:45.3662714Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:07:45.3672394Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:07:45.3672394Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:07:45.370266Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:07:45.3712531Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:07:45.3722348Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:07:45.3732672Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:07:45.3732672Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:07:45.3772822Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:07:45.3772822Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:07:45.3772822Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:07:45.3782755Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:07:45.3792395Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:07:45.3792395Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:07:45.3792395Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:07:45.3812397Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:07:45.3822347Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:07:45.3832345Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:07:45.3832345Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:07:45.3832345Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:07:45.3842661Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:07:45.3852524Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:07:45.3852524Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:07:45.3862411Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:07:45.3862411Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:07:45.3862411Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:07:45.3892669Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:07:45.3992684Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:07:45.4032662Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:07:45.4032662Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:07:45.4182342Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:07:45.4222344Z","message_severity":"warning","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.1.1.65"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:07:47.5392329Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.2.181.1.32.9.1.2"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:07:47.5392329Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"524B33A4-4DD9-47C1-88ED-0F2A1471F99A.2.181.1.32.9.1.3"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:08:02.9432672Z","message_severity":"warning","correlation_id":"62B23132-8371-410C-81B6-2DD7A5A3D8A5.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:08:04.3682678Z","message_severity":"warning","correlation_id":"62B23132-8371-410C-81B6-2DD7A5A3D8A5.1.1.12"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:08:05.5952242Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"62B23132-8371-410C-81B6-2DD7A5A3D8A5.2.181.1.32.8.1.3"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:08:05.5962243Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"62B23132-8371-410C-81B6-2DD7A5A3D8A5.2.181.1.32.8.1.4"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:08:25.7902531Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:08:28.5032129Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:08:28.5272128Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:08:28.5272128Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:08:28.5302526Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:08:28.5302526Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:08:28.5302526Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:08:28.5312551Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:08:28.5322177Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:08:28.5332559Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:08:28.5332559Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:08:28.5332559Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:08:28.5332559Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:08:28.5332559Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:08:28.5352467Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:08:28.5352467Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:08:28.5352467Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:08:28.5362402Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:08:28.5362402Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:08:28.5372552Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:08:28.5372552Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:08:28.5372552Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:08:28.5372552Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:08:28.5392128Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:08:28.5392128Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:08:28.5742301Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:08:28.6422138Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:08:28.6432126Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:08:28.6432126Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:08:28.6462129Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:08:28.6462129Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:08:28.6472129Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:08:28.6482124Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:08:28.6482124Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:08:28.6492127Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:08:28.6492127Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:08:28.6492127Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:08:28.6502125Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:08:28.6512126Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:08:28.6512126Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:08:28.6512126Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:08:28.6552126Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:08:28.656213Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:08:28.6572133Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:08:28.6572133Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:08:28.6582124Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:08:28.6582124Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:08:28.6592128Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:08:28.6592128Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:08:28.6602124Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:08:28.6602124Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:08:28.6602124Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:08:28.6632124Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:08:28.6702122Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:08:28.6712132Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:08:28.6712132Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:08:28.6942132Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:08:28.6992131Z","message_severity":"warning","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.1.1.65"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:08:30.7362255Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.2.181.1.32.9.1.3"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:08:30.7372208Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"DA121F79-0572-49C4-BA04-AE3401F1C24B.2.181.1.32.9.1.4"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:08:49.0502357Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:08:51.7492012Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:08:51.7732015Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:08:51.7732015Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:08:51.7752007Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:08:51.7752007Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:08:51.7752007Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:08:51.7762012Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:08:51.7772016Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:08:51.7782014Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:08:51.7782014Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:08:51.7782014Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:08:51.7782014Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:08:51.7782014Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:08:51.7802015Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:08:51.7802015Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:08:51.7802015Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:08:51.7812054Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:08:51.7812054Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:08:51.7822035Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:08:51.7822035Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:08:51.7822035Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:08:51.7822035Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:08:51.7832023Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:08:51.7832023Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:08:51.8202013Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:08:51.8842341Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:08:51.8852061Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:08:51.8852061Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:08:51.8882208Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:08:51.8892124Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:08:51.8902294Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:08:51.8912421Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:08:51.8922357Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:08:51.8922357Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:08:51.8922357Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:08:51.8922357Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:08:51.8932346Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:08:51.8942057Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:08:51.8942057Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:08:51.8952436Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:08:51.8962353Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:08:51.9002368Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:08:51.901206Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:08:51.901206Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:08:51.9022331Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:08:51.9032353Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:08:51.9032353Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:08:51.9032353Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:08:51.9042063Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:08:51.9042063Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:08:51.9042063Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:08:51.9072343Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:08:51.91522Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:08:51.9162452Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:08:51.9162452Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:08:51.9392336Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:08:51.9422337Z","message_severity":"warning","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.1.1.65"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:08:53.8782368Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.2.181.1.32.10.1.3"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:08:53.8782368Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"D8981544-E7E2-47B3-A4DB-99D3A120D97B.2.181.1.32.10.1.4"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:09:48.4415328Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:09:51.153514Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:09:51.1775128Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:09:51.1775128Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:09:51.1805129Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:09:51.1805129Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:09:51.1805129Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:09:51.1815138Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:09:51.1825137Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:09:51.1835134Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:09:51.1835134Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:09:51.1835134Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:09:51.1835134Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:09:51.1835134Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:09:51.1855136Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:09:51.1855136Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:09:51.1855136Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:09:51.186513Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:09:51.186513Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:09:51.1885131Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:09:51.1885131Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:09:51.1885131Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:09:51.1885131Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:09:51.1945639Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:09:51.1945639Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:09:51.2225505Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:09:51.2885503Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:09:51.2895544Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:09:51.2895544Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:09:51.2925527Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:09:51.2935621Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:09:51.2945185Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:09:51.295546Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:09:51.296518Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:09:51.2975459Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:09:51.2975459Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:09:51.2975459Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:09:51.2985523Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:09:51.2995508Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:09:51.2995508Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:09:51.3005179Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:09:51.304538Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:09:51.3055182Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:09:51.3065129Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:09:51.3065129Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:09:51.3075144Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:09:51.3085136Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:09:51.3085136Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:09:51.3085136Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:09:51.3095131Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:09:51.3095131Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:09:51.3095131Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:09:51.3125126Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:09:51.3205126Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:09:51.3215126Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:09:51.3215126Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:09:51.3465144Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:09:51.3505445Z","message_severity":"warning","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.1.1.65"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:09:53.4015127Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.2.181.1.32.10.1.3"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:09:53.4015127Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"A5E134E9-A01B-4A4C-B9A1-E913C4ED15D3.2.181.1.32.10.1.4"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:10:52.2925578Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:10:55.0945835Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:10:55.1215627Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:10:55.1215627Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:10:55.1235906Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:10:55.1235906Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:10:55.1235906Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:10:55.1245845Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:10:55.1255884Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:10:55.1265836Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:10:55.1265836Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:10:55.1265836Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:10:55.1265836Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:10:55.1265836Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:10:55.12855Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:10:55.12855Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:10:55.12855Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:10:55.12958Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:10:55.12958Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:10:55.1305881Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:10:55.1305881Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:10:55.1305881Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:10:55.1305881Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:10:55.1315547Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:10:55.1315547Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:10:55.168594Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:10:55.2385838Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:10:55.2395552Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:10:55.2395552Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:10:55.2425786Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:10:55.2435551Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:10:55.2445501Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:10:55.2455497Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:10:55.2465494Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:10:55.2475732Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:10:55.2475732Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:10:55.2475732Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:10:55.248552Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:10:55.2495676Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:10:55.2495676Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:10:55.2515857Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:10:55.252587Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:10:55.2565863Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:10:55.2575995Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:10:55.2575995Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:10:55.2585819Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:10:55.2595887Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:10:55.2595887Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:10:55.2595887Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:10:55.260555Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:10:55.260555Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:10:55.260555Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:10:55.2635502Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:10:55.2715886Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:10:55.2725924Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:10:55.2725924Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:10:55.2965502Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:10:55.2995874Z","message_severity":"warning","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.1.1.65"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:10:57.3645837Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.2.181.1.32.10.1.4"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:10:57.365554Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"0A6476B6-E6C2-4EE0-8945-08104952E8DA.2.181.1.32.10.1.5"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:11:16.2985405Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:11:19.0125724Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:11:19.0375723Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:11:19.0375723Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:11:19.0405673Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:11:19.0405673Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:11:19.0405673Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:11:19.0415431Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:11:19.0425666Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:11:19.0435721Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:11:19.0435721Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:11:19.0435721Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:11:19.0435721Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:11:19.0435721Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:11:19.0455498Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:11:19.0455498Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:11:19.0455498Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:11:19.0465979Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:11:19.0465979Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:11:19.0475431Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:11:19.0475431Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:11:19.0475431Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:11:19.0475431Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:11:19.0535695Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:11:19.0545422Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:11:19.0825841Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:11:19.1465713Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:11:19.1475721Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:11:19.1475721Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:11:19.1505711Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:11:19.1505711Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:11:19.1515675Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:11:19.1525554Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:11:19.153543Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:11:19.1545745Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:11:19.1545745Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:11:19.1545745Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:11:19.1555777Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:11:19.1565715Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:11:19.1565715Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:11:19.1575975Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:11:19.1615714Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:11:19.1625719Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:11:19.1625719Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:11:19.1625719Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:11:19.163632Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:11:19.1645547Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:11:19.1655766Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:11:19.1655766Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:11:19.1665432Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:11:19.1665432Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:11:19.1665432Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:11:19.1695717Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:11:19.1775372Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:11:19.1775372Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:11:19.1775372Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:11:19.2025807Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:11:19.2065376Z","message_severity":"warning","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.1.1.65"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:11:21.226537Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.2.181.1.32.9.1.3"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:11:21.2275376Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"F257DD77-760C-4337-9864-FC56F69CB11A.2.181.1.32.9.1.4"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:12:28.2075093Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:12:30.9645419Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:12:30.9905487Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:12:30.9905487Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:12:30.9935459Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:12:30.9935459Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:12:30.9935459Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:12:30.9945384Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:12:30.9955468Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:12:30.9975097Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:12:30.9975097Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:12:30.9985223Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:12:30.9985223Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:12:30.9985223Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:12:31.0005218Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:12:31.0005218Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:12:31.0005218Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:12:31.0015668Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:12:31.0015668Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:12:31.0035483Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:12:31.0035483Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:12:31.0035483Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:12:31.0035483Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:12:31.0055087Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:12:31.0055087Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:12:31.0435427Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:12:31.1165075Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:12:31.1175079Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:12:31.1175079Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:12:31.1205075Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:12:31.1215227Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:12:31.1215227Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:12:31.1225148Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:12:31.1235084Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:12:31.1245085Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:12:31.1245085Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:12:31.1245085Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:12:31.125508Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:12:31.1265089Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:12:31.1265089Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:12:31.1265089Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:12:31.1285123Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:12:31.1325085Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:12:31.1335256Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:12:31.1335256Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:12:31.134515Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:12:31.1355088Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:12:31.1355088Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:12:31.1355088Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:12:31.1375095Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:12:31.1375095Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:12:31.1375095Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:12:31.1415219Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:12:31.1505085Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:12:31.1515084Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:12:31.1515084Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:12:31.1775089Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:12:31.1835605Z","message_severity":"warning","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.1.1.65"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:12:33.3355369Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.2.181.1.32.9.1.4"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:12:33.3355369Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"423CD0A1-1E15-4B1D-90C9-730FA847759C.2.181.1.32.9.1.5"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:12:50.0065906Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:12:52.952457Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:12:52.9764247Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:12:52.9764247Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:12:52.979419Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:12:52.979419Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:12:52.979419Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:12:52.98042Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:12:52.9814192Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:12:52.9824191Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:12:52.9824191Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:12:52.9824191Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:12:52.9824191Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:12:52.9824191Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:12:52.9834188Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:12:52.9834188Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:12:52.9834188Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:12:52.9844198Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:12:52.9854197Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:12:52.9864203Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:12:52.9864203Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:12:52.9864203Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:12:52.9864203Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:12:52.9874521Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:12:52.9924679Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:12:53.0234483Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:12:53.0874189Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:12:53.0884235Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:12:53.0884235Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:12:53.0914197Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:12:53.0924191Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:12:53.0924191Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:12:53.0934209Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:12:53.0944193Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:12:53.0944193Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:12:53.0954194Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:12:53.0954194Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:12:53.0954194Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:12:53.0964195Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:12:53.0964195Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:12:53.0974187Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:12:53.1014192Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:12:53.1024198Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:12:53.1034337Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:12:53.1034337Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:12:53.1034337Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:12:53.1044192Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:12:53.1054188Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:12:53.1054188Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:12:53.1064192Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:12:53.1064192Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:12:53.1064192Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:12:53.1094189Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:12:53.1164332Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:12:53.1174539Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:12:53.1174539Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:12:53.141458Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:12:53.1454511Z","message_severity":"warning","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.1.1.65"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:12:55.2044506Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.2.181.1.32.8.1.4"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:12:55.2044506Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"70040115-B919-4290-A790-615BB3E236E4.2.181.1.32.8.1.5"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:13:45.5004041Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:13:48.1834449Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:13:48.2074033Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:13:48.2074033Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:13:48.2104033Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:13:48.2104033Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:13:48.2104033Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:13:48.2114025Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:13:48.2124025Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:13:48.2134028Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:13:48.2134028Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:13:48.2134028Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:13:48.2134028Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:13:48.2134028Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:13:48.2144024Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:13:48.2144024Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:13:48.2144024Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:13:48.2154243Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:13:48.2154243Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:13:48.217408Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:13:48.217408Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:13:48.217408Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:13:48.217408Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:13:48.2184028Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:13:48.2184028Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:13:48.2524029Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:13:48.3164362Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:13:48.3164362Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:13:48.3164362Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:13:48.3194366Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:13:48.3204358Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:13:48.3214224Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:13:48.322452Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:13:48.323437Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:13:48.323437Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:13:48.323437Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:13:48.323437Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:13:48.3244077Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:13:48.3254023Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:13:48.3254023Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:13:48.3264046Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:13:48.3284445Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:13:48.3314335Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:13:48.3324077Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:13:48.3324077Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:13:48.3334022Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:13:48.3334022Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:13:48.3344029Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:13:48.3344029Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:13:48.3354085Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:13:48.3354085Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:13:48.3354085Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:13:48.3384428Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:13:48.3454157Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:13:48.3464357Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:13:48.3464357Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:13:48.3694363Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:13:48.3734081Z","message_severity":"warning","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.1.1.65"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:13:50.4034083Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.2.181.1.32.10.1.4"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:13:50.4034083Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"5D54537B-45AE-46D7-A3BC-2189340251A9.2.181.1.32.10.1.5"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:14:03.582821Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:14:06.293858Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:14:06.3188205Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:14:06.3188205Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:14:06.3208599Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:14:06.3208599Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:14:06.3208599Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:14:06.3228723Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:14:06.3238593Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:14:06.3248612Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:14:06.3248612Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:14:06.3248612Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:14:06.3248612Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:14:06.3248612Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:14:06.3268571Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:14:06.3268571Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:14:06.3268571Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:14:06.3278254Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:14:06.3278254Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:14:06.3288206Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:14:06.3298513Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:14:06.3298513Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:14:06.3298513Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:14:06.335859Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:14:06.335859Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:14:06.3658558Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:14:06.4298209Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:14:06.4308223Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:14:06.4308223Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:14:06.4348208Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:14:06.4348208Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:14:06.4358206Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:14:06.4368208Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:14:06.4368208Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:14:06.4378203Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:14:06.4378203Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:14:06.4378203Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:14:06.4388207Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:14:06.4408261Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:14:06.4408261Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:14:06.4418211Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:14:06.44682Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:14:06.4488324Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:14:06.4498511Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:14:06.4498511Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:14:06.450824Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:14:06.4518518Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:14:06.4539007Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:14:06.4539007Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:14:06.454855Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:14:06.454855Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:14:06.454855Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:14:06.4598271Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:14:06.4738379Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:14:06.4748403Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:14:06.4748403Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:14:06.5038555Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:14:06.5078604Z","message_severity":"warning","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.1.1.65"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:14:08.4808201Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.2.181.1.32.9.1.4"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:14:08.4818211Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"228DBD57-B1AE-4DC8-944D-A7635EE49299.2.181.1.32.9.1.5"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:14:36.6899066Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:14:39.4539285Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:14:39.4779321Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:14:39.4779321Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:14:39.4808987Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:14:39.4808987Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:14:39.4808987Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:14:39.4818991Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:14:39.4829297Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:14:39.4839377Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:14:39.4839377Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:14:39.4839377Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:14:39.4839377Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:14:39.4839377Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:14:39.4849405Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:14:39.4849405Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:14:39.4849405Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:14:39.4869215Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:14:39.4869215Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:14:39.4879328Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:14:39.4879328Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:14:39.4879328Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:14:39.4879328Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:14:39.4889394Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:14:39.4889394Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:14:39.522899Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:14:39.5869289Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:14:39.5879381Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:14:39.5879381Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:14:39.5909002Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:14:39.5918982Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:14:39.5929012Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:14:39.5929012Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:14:39.5939318Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:14:39.5949038Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:14:39.5949038Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:14:39.5949038Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:14:39.5959134Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:14:39.5959134Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:14:39.5969116Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:14:39.5969116Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:14:39.5979128Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:14:39.6019385Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:14:39.6029378Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:14:39.6029378Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:14:39.6039372Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:14:39.6039372Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:14:39.604904Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:14:39.604904Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:14:39.6059345Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:14:39.6059345Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:14:39.6059345Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:14:39.6089117Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:14:39.6149062Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:14:39.6159214Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:14:39.6159214Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:14:39.6418993Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:14:39.6448998Z","message_severity":"warning","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.1.1.65"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:14:41.6309127Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.2.181.1.32.8.1.3"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:14:41.6319107Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"EA989C26-D101-4DAA-90DF-8E70DD3E51F3.2.181.1.32.8.1.4"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:14:59.9544768Z","message_severity":"warning","correlation_id":"A1F49CC2-9BBF-4752-8923-3A32506251B0.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:15:01.3935041Z","message_severity":"warning","correlation_id":"A1F49CC2-9BBF-4752-8923-3A32506251B0.1.1.12"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:15:02.8214761Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"A1F49CC2-9BBF-4752-8923-3A32506251B0.2.181.1.32.8.1.2"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:15:02.8214761Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"A1F49CC2-9BBF-4752-8923-3A32506251B0.2.181.1.32.8.1.3"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:15:22.1405435Z","message_severity":"warning","correlation_id":"2DA26107-28D2-4A62-84D7-31F5C2B245A4.1.1.5"} +{"message":"No metadata is generated for TcMatrixConnector.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:15:23.5585385Z","message_severity":"warning","correlation_id":"2DA26107-28D2-4A62-84D7-31F5C2B245A4.1.1.12"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:15:24.7835437Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"2DA26107-28D2-4A62-84D7-31F5C2B245A4.2.181.1.32.7.1.2"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:15:24.7845678Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"2DA26107-28D2-4A62-84D7-31F5C2B245A4.2.181.1.32.7.1.3"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:15:42.8485378Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:15:45.4435903Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:15:45.4665638Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:15:45.4665638Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:15:45.4685644Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:15:45.4685644Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:15:45.4685644Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:15:45.4695592Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:15:45.4705327Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:15:45.4715304Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:15:45.4715304Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:15:45.4715304Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:15:45.4715304Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:15:45.4715304Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:15:45.4725599Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:15:45.4725599Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:15:45.4725599Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:15:45.4735669Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:15:45.4735669Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:15:45.4745324Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:15:45.4745324Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:15:45.4745324Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:15:45.4745324Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:15:45.4755308Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:15:45.4755308Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:15:45.5025545Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:15:45.5725642Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:15:45.5735506Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:15:45.5735506Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.36"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:15:45.5755702Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.37"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:15:45.5785653Z","message_severity":"warning","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.1.1.38"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:15:47.0165308Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.2.181.1.32.9.1.3"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:15:47.0165308Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"9BDCC8D5-87D7-4649-B1D2-87AA46EC8C7A.2.181.1.32.9.1.4"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:16:35.1296725Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:16:37.8877085Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:16:37.9117048Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:16:37.9117048Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:16:37.9147073Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:16:37.9147073Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:16:37.9147073Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:16:37.9157112Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:16:37.91668Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:16:37.917704Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:16:37.917704Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:16:37.917704Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:16:37.917704Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:16:37.917704Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:16:37.9187092Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:16:37.9187092Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:16:37.9187092Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:16:37.9196768Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:16:37.9196768Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:16:37.9206716Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:16:37.9206716Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:16:37.9206716Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:16:37.9206716Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:16:37.9226994Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:16:37.9226994Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:16:37.9557161Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:16:38.0207013Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:16:38.0216764Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:16:38.0216764Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:16:38.0246712Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:16:38.0256722Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:16:38.0266716Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:16:38.027684Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:16:38.0286776Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:16:38.0296718Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:16:38.0296718Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:16:38.0296718Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:16:38.0306842Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:16:38.0306842Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:16:38.0306842Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:16:38.0317081Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:16:38.0336719Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:16:38.0376721Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:16:38.0387096Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:16:38.0387096Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:16:38.0387096Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:16:38.039758Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:16:38.0407377Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:16:38.0407377Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:16:38.0416766Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:16:38.0416766Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:16:38.0416766Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:16:38.0447102Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:16:38.0527079Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:16:38.0536763Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:16:38.0536763Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:16:38.079709Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:16:38.0827099Z","message_severity":"warning","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.1.1.65"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:16:40.1235271Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.2.181.1.32.9.1.4"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:16:40.1235271Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"62B84FDA-24F0-4694-BEF3-972394C9CF7F.2.181.1.32.9.1.5"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:18:15.6578027Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:18:18.4734991Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:18:18.498535Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:18:18.498535Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:18:18.5015019Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:18:18.5015019Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:18:18.5015019Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:18:18.502497Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:18:18.5034962Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:18:18.5055287Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:18:18.5055287Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:18:18.5055287Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:18:18.5055287Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:18:18.5055287Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:18:18.5075291Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:18:18.5075291Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:18:18.5075291Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:18:18.5085009Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:18:18.5085009Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:18:18.5105086Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:18:18.5105086Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:18:18.5105086Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:18:18.5105086Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:18:18.5185327Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:18:18.5185327Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:18:18.5475419Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:18:18.6155222Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:18:18.6165212Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:18:18.6165212Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:18:18.6194907Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:18:18.6205155Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:18:18.6205155Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:18:18.6214921Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:18:18.6224853Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:18:18.6234851Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:18:18.6244871Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:18:18.6244871Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:18:18.6254859Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:18:18.6264999Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:18:18.6264999Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:18:18.6274845Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:18:18.6325231Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:18:18.6335218Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:18:18.634523Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:18:18.634523Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:18:18.6355189Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:18:18.6355189Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:18:18.6365036Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:18:18.6375529Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:18:18.6385218Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:18:18.6385218Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:18:18.6385218Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:18:18.641489Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:18:18.6495155Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:18:18.6505298Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:18:18.6505298Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:18:18.6795178Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:18:18.6834849Z","message_severity":"warning","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.1.1.65"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:18:20.78733Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.2.181.1.32.8.1.4"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:18:20.78733Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"347102A5-EAF4-4B4E-AA52-B1A6A02B842D.2.181.1.32.8.1.5"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:18:41.6174031Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:18:44.3521604Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:18:44.3771596Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:18:44.3771596Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:18:44.3801504Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:18:44.3801504Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:18:44.3801504Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:18:44.381156Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:18:44.3821397Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:18:44.3831614Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:18:44.3831614Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:18:44.3831614Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:18:44.3831614Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:18:44.3831614Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:18:44.3851587Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:18:44.3851587Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:18:44.3851587Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:18:44.3861555Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:18:44.3861555Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:18:44.3871545Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:18:44.3871545Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:18:44.3871545Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:18:44.3871545Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:18:44.3881547Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:18:44.3881547Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:18:44.4251551Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:18:44.5221086Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:18:44.5221086Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:18:44.5221086Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:18:44.5251244Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:18:44.5261132Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:18:44.5271077Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:18:44.528108Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:18:44.528108Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:18:44.5291072Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:18:44.5291072Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:18:44.5291072Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:18:44.5301075Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:18:44.5311072Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:18:44.5311072Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:18:44.5321079Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:18:44.534108Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:18:44.538105Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:18:44.5391069Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:18:44.5391069Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:18:44.540106Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:18:44.540106Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:18:44.5411432Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:18:44.5411432Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:18:44.5421338Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:18:44.5421338Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:18:44.5421338Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:18:44.545106Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:18:44.553156Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:18:44.553156Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:18:44.553156Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:18:44.5771309Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:18:44.5811396Z","message_severity":"warning","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.1.1.65"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:18:46.702909Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.2.181.1.32.9.1.2"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:18:46.7039077Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"70E6D843-418E-466A-A65D-47B325BCB93F.2.181.1.32.9.1.3"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:20:21.0737692Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:20:24.0464859Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:20:24.072496Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:20:24.072496Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:20:24.0754776Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:20:24.0754776Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:20:24.0754776Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:20:24.077492Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:20:24.077492Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:20:24.0794775Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:20:24.0794775Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:20:24.0794775Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:20:24.0794775Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:20:24.0794775Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:20:24.0814768Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:20:24.0814768Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:20:24.0814768Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:20:24.0824782Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:20:24.0824782Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:20:24.0855074Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:20:24.0855074Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:20:24.0855074Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:20:24.0855074Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:20:24.0875485Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:20:24.0875485Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:20:24.12751Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:20:24.1944668Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:20:24.1955152Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:20:24.1955152Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:20:24.1985041Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:20:24.1994872Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:20:24.2004745Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:20:24.2025056Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:20:24.2025056Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:20:24.2034711Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:20:24.2034711Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:20:24.204466Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:20:24.2064657Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:20:24.2094794Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:20:24.2094794Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:20:24.2104757Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:20:24.211507Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:20:24.2124713Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:20:24.2174654Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:20:24.2174654Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:20:24.2184816Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:20:24.2194711Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:20:24.2204647Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:20:24.2204647Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:20:24.2214856Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:20:24.2214856Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:20:24.2214856Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:20:24.2244789Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:20:24.2304639Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:20:24.2314635Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:20:24.2314635Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:20:24.2584756Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:20:24.2614979Z","message_severity":"warning","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.1.1.65"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:20:26.472258Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.2.181.1.32.10.1.4"} +{"message":"Invalid file link:(~/api/index.md).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.TocDocumentProcessor.Save","file":"toc.yml","line":"0","date_time":"2021-10-27T08:20:26.472258Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"34E8BACC-03F2-4E96-99A6-28A6FEEDB095.2.181.1.32.10.1.5"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:22:33.5871917Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:22:36.1351322Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:22:36.1581281Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:22:36.1581281Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:22:36.1601282Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:22:36.1601282Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:22:36.1601282Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:22:36.1611248Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:22:36.1621242Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:22:36.1621242Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:22:36.1621242Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:22:36.1630962Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:22:36.1630962Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:22:36.1630962Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:22:36.1641267Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:22:36.1641267Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:22:36.1641267Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:22:36.1650966Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:22:36.1650966Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:22:36.1670922Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:22:36.1670922Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:22:36.1670922Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:22:36.1670922Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:22:36.1681244Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:22:36.1681244Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:22:36.2001322Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:22:36.2561239Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:22:36.2561239Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:22:36.2561239Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:22:36.2591238Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:22:36.2591238Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:22:36.2600929Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:22:36.2600929Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:22:36.2610879Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:22:36.2610879Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:22:36.2610879Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:22:36.2610879Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:22:36.2620885Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:22:36.2631199Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:22:36.2631199Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:22:36.2631199Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:22:36.2641215Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:22:36.2651247Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:22:36.2681232Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:22:36.2681232Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:22:36.2691241Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:22:36.2691241Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:22:36.2700912Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:22:36.2700912Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:22:36.2700912Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:22:36.2700912Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:22:36.271087Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:22:36.2731254Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:22:36.278127Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:22:36.2791201Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:22:36.2791201Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:22:36.3011378Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:22:36.3031226Z","message_severity":"warning","correlation_id":"00B1997C-8B83-48F1-9A60-73CC1BE179BB.1.1.65"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:22:49.2875887Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:22:51.7945421Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:22:51.8175395Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:22:51.8175395Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:22:51.8195268Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:22:51.8195268Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:22:51.8195268Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:22:51.8205171Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:22:51.8215264Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:22:51.8215264Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:22:51.8215264Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:22:51.8225097Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:22:51.8225097Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:22:51.8225097Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:22:51.8235276Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:22:51.8235276Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:22:51.8235276Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:22:51.8245268Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:22:51.8245268Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:22:51.8255231Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:22:51.8255231Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:22:51.8255231Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:22:51.8255231Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:22:51.8305344Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:22:51.8305344Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:22:51.8575215Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:22:51.9105231Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:22:51.9105231Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:22:51.9105231Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:22:51.9125188Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:22:51.9135217Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:22:51.9135217Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:22:51.9144921Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:22:51.9144921Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:22:51.9154879Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:22:51.9154879Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:22:51.9154879Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:22:51.9164868Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:22:51.9175163Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:22:51.9175163Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:22:51.9175163Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:22:51.9185232Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:22:51.9195159Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:22:51.9195159Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:22:51.9195159Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:22:51.9235385Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:22:51.9235385Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:22:51.9244916Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:22:51.9244916Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:22:51.9255182Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:22:51.9255182Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:22:51.9255182Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:22:51.9275229Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:22:51.9325219Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:22:51.9335238Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:22:51.9335238Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:22:51.9535342Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:22:51.9565221Z","message_severity":"warning","correlation_id":"49853677-CE83-4D6A-91C9-E9C689B99FF3.1.1.65"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:23:22.8482999Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:23:25.4062404Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:23:25.4292369Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:23:25.4292369Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:23:25.431233Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:23:25.431233Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:23:25.431233Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:23:25.4322032Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:23:25.4332308Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:23:25.4342364Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:23:25.4342364Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:23:25.4342364Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:23:25.4342364Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:23:25.4342364Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:23:25.4352369Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:23:25.4352369Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:23:25.4352369Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:23:25.4362246Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:23:25.4362246Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:23:25.4372048Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:23:25.4372048Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:23:25.4372048Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:23:25.4372048Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:23:25.4382008Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:23:25.4382008Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:23:25.4692344Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:23:25.5022329Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:23:25.5032287Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:23:25.5032287Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:23:25.5252317Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:23:25.526224Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:23:25.526224Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:23:25.5272289Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:23:25.5272289Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:23:25.5282339Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:23:25.5282339Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:23:25.5282339Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:23:25.529201Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:23:25.5301966Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:23:25.5301966Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:23:25.5301966Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:23:25.5312251Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:23:25.5312251Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:23:25.5322011Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:23:25.5322011Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:23:25.5352435Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:23:25.5362202Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:23:25.5362202Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:23:25.5362202Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:23:25.5372008Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:23:25.5372008Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:23:25.5372008Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:23:25.5402288Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:23:25.5452286Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:23:25.5452286Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:23:25.5452286Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:23:25.5672431Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:23:25.5712301Z","message_severity":"warning","correlation_id":"17849A86-4964-43B1-BADB-B1D34510B42D.1.1.65"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:23:36.1577856Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:23:38.8827195Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:23:38.9047175Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:23:38.9047175Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:23:38.907719Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:23:38.907719Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:23:38.907719Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:23:38.907719Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:23:38.9086873Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:23:38.9097163Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:23:38.9097163Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:23:38.9097163Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:23:38.9097163Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:23:38.9097163Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:23:38.9107188Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:23:38.9107188Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:23:38.9107188Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:23:38.9116873Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:23:38.9116873Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:23:38.9127225Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:23:38.9127225Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:23:38.9127225Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:23:38.9127225Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:23:38.9187169Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:23:38.9187169Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:23:38.9467319Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:23:38.9797154Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:23:38.9807315Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:23:38.9807315Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:23:39.0036841Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:23:39.0046787Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:23:39.0056926Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:23:39.0066907Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:23:39.0066907Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:23:39.0076929Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:23:39.0076929Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:23:39.0076929Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:23:39.0087192Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:23:39.0087192Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:23:39.0087192Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:23:39.0097029Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:23:39.0106832Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:23:39.0117104Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:23:39.0147266Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:23:39.0147266Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:23:39.0156833Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:23:39.0156833Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:23:39.0166788Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:23:39.0166788Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:23:39.0177119Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:23:39.0177119Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:23:39.0177119Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:23:39.0197142Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:23:39.0257138Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:23:39.0257138Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:23:39.0257138Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:23:39.0467166Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:23:39.0517155Z","message_severity":"warning","correlation_id":"0B7320E9-75E9-4570-8E18-CBA2F54F3120.1.1.65"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:25:30.5002004Z","message_severity":"warning","correlation_id":"DDEDEB14-0CA1-4643-B201-91CA8A957B96.1.1.5"} +{"message":"Error extracting metadata for C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj: System.IO.InvalidDataException: Error parsing filter config file C:/MTS/Develop/GitHub/TcMatrix/TcMatrixDocu/filterConfig.yml: (Line: 12, Col: 6, Idx: 351) - (Line: 12, Col: 6, Idx: 351): While parsing a block collection, did not find expected '-' indicator.\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.ConfigFilterRule.Load(String configFile)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.ConfigFilterRule.LoadWithDefaults(String filterConfigFile)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.SymbolVisitorAdapter..ctor(YamlModelGenerator generator, SyntaxLanguage language, Compilation compilation, ExtractMetadataOptions options)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.RoslynMetadataExtractor.Extract(ExtractMetadataOptions options)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.ExtractMetadataWorker.GetMetadataFromProjectLevelCache(IBuildController controller, IInputParameters key)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.ExtractMetadataWorker.d__13.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.DocAsCode.Metadata.ManagedReference.ExtractMetadataWorker.d__11.MoveNext()","date_time":"2021-10-27T08:25:31.811199Z","message_severity":"error","code":"FatalError","correlation_id":"DDEDEB14-0CA1-4643-B201-91CA8A957B96.2"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:25:38.4569276Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:25:40.9918462Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:25:41.0148479Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:25:41.0148479Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:25:41.0168409Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:25:41.0168409Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:25:41.0168409Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:25:41.0178127Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:25:41.0188086Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:25:41.0198394Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:25:41.0198394Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:25:41.0198394Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:25:41.0198394Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:25:41.0198394Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:25:41.0208421Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:25:41.0208421Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:25:41.0208421Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:25:41.0218475Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:25:41.0218475Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:25:41.0228419Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:25:41.0228419Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:25:41.0228419Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:25:41.0228419Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:25:41.0278525Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:25:41.0278525Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:25:41.0548401Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:25:41.087839Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:25:41.0888117Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:25:41.0888117Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:25:41.1108361Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:25:41.1108361Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:25:41.1118457Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:25:41.1118457Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:25:41.112809Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:25:41.112809Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:25:41.112809Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:25:41.112809Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:25:41.1138053Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:25:41.114835Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:25:41.114835Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:25:41.114835Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:25:41.115841Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:25:41.1168439Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:25:41.1168439Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:25:41.1168439Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:25:41.1208351Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:25:41.1208351Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:25:41.1218102Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:25:41.1218102Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:25:41.1228065Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:25:41.1228065Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:25:41.1228065Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:25:41.1248376Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:25:41.1308386Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:25:41.1308386Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:25:41.1308386Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:25:41.1488367Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:25:41.1528361Z","message_severity":"warning","correlation_id":"C2FB73E2-BA0F-42CF-B860-F69951CD6B43.1.1.65"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:28:01.334256Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:28:03.8962888Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:28:03.9212566Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:28:03.9212566Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:28:03.9243002Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:28:03.9243002Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:28:03.9243002Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:28:03.9252606Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:28:03.9262811Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:28:03.9272947Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:28:03.9272947Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:28:03.9272947Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:28:03.9272947Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:28:03.9272947Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:28:03.9282926Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:28:03.9282926Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:28:03.9282926Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:28:03.9292607Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:28:03.9292607Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:28:03.9303321Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:28:03.9303321Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:28:03.9303321Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:28:03.9303321Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:28:03.9312605Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:28:03.9312605Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:28:03.9652925Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:28:04.0012598Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:28:04.0022552Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:28:04.0022552Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:28:04.0252893Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:28:04.0252893Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:28:04.0262914Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:28:04.0262914Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:28:04.0272592Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:28:04.028276Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:28:04.028276Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:28:04.028276Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:28:04.0292879Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:28:04.0303034Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:28:04.0303034Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:28:04.0303034Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:28:04.0312736Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:28:04.0332837Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:28:04.0342928Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:28:04.0342928Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:28:04.0372902Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:28:04.0382572Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:28:04.0392531Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:28:04.0392531Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:28:04.0392531Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:28:04.0392531Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:28:04.0402539Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:28:04.0422939Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:28:04.04729Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:28:04.0482586Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:28:04.0482586Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:28:04.067307Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:28:04.0702891Z","message_severity":"warning","correlation_id":"6C361AEE-B073-4135-813E-9B2BFF2EB26D.1.1.65"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:28:29.3538405Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:28:31.8718332Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:28:31.8938323Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:28:31.8938323Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:28:31.8958281Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:28:31.8958281Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:28:31.8958281Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:28:31.8968028Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:28:31.8978275Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:28:31.8978275Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:28:31.8978275Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:28:31.8978275Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:28:31.8988045Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:28:31.8988045Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:28:31.8998285Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:28:31.8998285Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:28:31.8998285Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:28:31.9008458Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:28:31.9008458Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:28:31.9008458Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:28:31.9008458Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:28:31.9008458Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:28:31.9018047Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:28:31.9068478Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:28:31.9068478Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:28:31.9328328Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:28:31.9668316Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:28:31.9668316Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:28:31.9668316Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:28:31.9907975Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:28:31.9917982Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:28:31.9917982Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:28:31.9928504Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:28:31.9928504Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:28:31.9938301Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:28:31.9938301Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:28:31.9938301Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:28:31.9948349Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:28:31.9948349Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:28:31.9948349Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:28:31.995803Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:28:31.9968328Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:28:31.9968328Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:28:31.9978184Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:28:31.9978184Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:28:32.0017951Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:28:32.0017951Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:28:32.0037999Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:28:32.0037999Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:28:32.0048332Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:28:32.0048332Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:28:32.0048332Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:28:32.007832Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:28:32.0128349Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:28:32.0128349Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:28:32.0128349Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:28:32.0298457Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:28:32.0338329Z","message_severity":"warning","correlation_id":"7D1D721C-95EE-4174-ABA8-4932DDB844A7.1.1.65"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:29:38.7530806Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:29:41.3041075Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:29:41.3270776Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:29:41.3270776Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:29:41.3290709Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:29:41.3290709Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:29:41.3290709Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:29:41.3300572Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:29:41.331049Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:29:41.3320775Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:29:41.3320775Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:29:41.3320775Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:29:41.3320775Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:29:41.3320775Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:29:41.3330771Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:29:41.3330771Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:29:41.3330771Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:29:41.3340435Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:29:41.3340435Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:29:41.3350713Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:29:41.3350713Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:29:41.3350713Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:29:41.3350713Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:29:41.3360767Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:29:41.3360767Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.32"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:29:41.3670866Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:29:41.4000752Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:29:41.4000752Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:29:41.4000752Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:29:41.422088Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:29:41.4230419Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:29:41.4240371Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:29:41.4240371Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:29:41.4250372Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:29:41.4250372Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:29:41.4250372Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:29:41.4250372Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:29:41.4260373Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:29:41.4270701Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:29:41.4270701Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:29:41.4270701Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:29:41.4280808Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:29:41.4290368Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:29:41.4300705Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:29:41.4300705Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:29:41.4330867Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:29:41.4330867Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:29:41.4340415Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:29:41.4340415Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:29:41.4350371Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:29:41.4350371Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:29:41.4350371Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:29:41.43708Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:29:41.4430753Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:29:41.4440415Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:29:41.4440415Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:29:41.4610736Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:29:41.4650412Z","message_severity":"warning","correlation_id":"B13DB03B-132F-499B-824F-0904C2AF71C1.1.1.65"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:31:39.8981785Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:31:42.4570975Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:31:42.482099Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:31:42.482099Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:31:42.484139Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:31:42.484139Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:31:42.484139Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:31:42.4851047Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:31:42.4851047Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:31:42.4860995Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:31:42.4860995Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:31:42.4860995Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:31:42.4860995Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:31:42.4860995Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:31:42.488132Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:31:42.488132Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:31:42.488132Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:31:42.488132Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:31:42.489103Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:31:42.489103Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:31:42.489103Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:31:42.489103Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:31:42.489103Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:31:42.4951546Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:31:42.4951546Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.32"} +{"message":"Invalid cref value \"!:TransposeSquare\" found in triple-slash-comments for Transpose defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuDynamicMatrix.g.cs Line 365, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:31:42.519135Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:31:42.553104Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.34"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:31:42.553104Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.35"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:31:42.553104Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:31:42.5761345Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:31:42.5771021Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:31:42.5771021Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:31:42.5780984Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.40"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:31:42.5780984Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.41"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:31:42.5790988Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.42"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:31:42.5790988Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.43"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:31:42.5790988Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.44"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:31:42.5801Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.45"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:31:42.5801Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.46"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:31:42.5801Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.47"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:31:42.5811001Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.48"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:31:42.5820983Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:31:42.5830984Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.50"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:31:42.5861248Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.51"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:31:42.5861248Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.52"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:31:42.5871038Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.53"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:31:42.5881191Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.54"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:31:42.5881191Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.55"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:31:42.5881191Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.56"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:31:42.5891039Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.57"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:31:42.5891039Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.58"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:31:42.5891039Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.59"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:31:42.5921349Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:31:42.5971307Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.61"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:31:42.598131Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.62"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:31:42.598131Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.63"} +{"message":"Invalid cref value \"!:Shrink\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:31:42.6151434Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.64"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:31:42.6191333Z","message_severity":"warning","correlation_id":"DF993865-F2B0-4385-977E-7113101559CE.1.1.65"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:37:51.5727196Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:37:54.0967469Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:37:54.1197474Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:37:54.1197474Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:37:54.1217431Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:37:54.1217431Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:37:54.1227147Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:37:54.1227147Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:37:54.1237448Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:37:54.124748Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:37:54.124748Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:37:54.124748Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:37:54.124748Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:37:54.124748Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:37:54.1257472Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:37:54.1257472Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:37:54.1257472Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:37:54.1267438Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:37:54.1267438Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:37:54.1277166Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:37:54.1277166Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:37:54.1277166Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:37:54.1277166Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:37:54.1287443Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:37:54.1287443Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.32"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:37:54.16875Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:37:54.16875Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.34"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:37:54.16875Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.35"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:37:54.1917489Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:37:54.1927346Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:37:54.1927346Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:37:54.1937157Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:37:54.1937157Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.40"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:37:54.1947118Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.41"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:37:54.1947118Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.42"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:37:54.1947118Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.43"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:37:54.1957425Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.44"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:37:54.1957425Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.45"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:37:54.1957425Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.46"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:37:54.1977435Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.47"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:37:54.1987495Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.48"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:37:54.1987495Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:37:54.1997162Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.50"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:37:54.1997162Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.51"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:37:54.20273Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.52"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:37:54.2037535Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.53"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:37:54.2037535Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.54"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:37:54.2037535Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.55"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:37:54.2047165Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.56"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:37:54.2047165Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.57"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:37:54.2047165Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.58"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:37:54.2297461Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.59"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:37:54.2357467Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:37:54.2357467Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.61"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:37:54.2357467Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.62"} +{"message":"Invalid cref value \"!:Matrix.MatrixAccessor\" found in triple-slash-comments for ShrunkMatrixAccessor defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuShrunkMatrixAccessor.g.cs Line 11, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:37:54.2537585Z","message_severity":"warning","correlation_id":"4BA9B9FF-329F-4608-8EB9-F7055A97A402.1.1.63"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:39:07.1414618Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:39:09.6714891Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:39:09.694493Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:39:09.694493Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:39:09.6964732Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:39:09.6964732Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:39:09.6964732Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:39:09.6974637Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:39:09.6984552Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:39:09.6994869Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:39:09.6994869Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:39:09.6994869Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:39:09.6994869Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:39:09.6994869Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:39:09.7004912Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:39:09.7004912Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:39:09.7004912Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:39:09.7014593Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:39:09.7014593Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:39:09.7024787Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:39:09.7024787Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:39:09.7024787Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:39:09.7024787Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:39:09.7225047Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:39:09.7225047Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.32"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:39:09.7564896Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:39:09.7564896Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.34"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:39:09.7574834Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.35"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:39:09.7794929Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:39:09.7794929Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:39:09.7804989Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:39:09.7814942Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:39:09.7814942Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.40"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:39:09.7824906Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.41"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:39:09.7824906Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.42"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:39:09.7824906Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.43"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:39:09.7824906Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.44"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:39:09.783459Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.45"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:39:09.783459Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.46"} +{"message":"Invalid triple slash comment is ignored: \r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:39:09.7844842Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.47"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:39:09.7854868Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.48"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:39:09.7864875Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:39:09.7894861Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.50"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:39:09.7894861Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.51"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:39:09.7894861Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.52"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:39:09.7904589Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.53"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:39:09.7914889Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.54"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:39:09.7914889Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.55"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:39:09.7924938Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.56"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:39:09.7924938Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.57"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:39:09.7924938Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.58"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:39:09.8185002Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.59"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:39:09.8234881Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:39:09.8244728Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.61"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:39:09.8244728Z","message_severity":"warning","correlation_id":"8EFE2AFE-B23E-47CF-B4F0-8755C1D29FA6.1.1.62"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:40:12.50727Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:40:15.0512377Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:40:15.0752313Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:40:15.0752313Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:40:15.0782682Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:40:15.0782682Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:40:15.0782682Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:40:15.0792687Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:40:15.0792687Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:40:15.0802678Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:40:15.0802678Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:40:15.0802678Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:40:15.0802678Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:40:15.0802678Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:40:15.0822367Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:40:15.0822367Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:40:15.0822367Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:40:15.083265Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:40:15.083265Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:40:15.0842699Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:40:15.0842699Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:40:15.0842699Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:40:15.0842699Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:40:15.0842699Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:40:15.085237Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.32"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:40:15.125268Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:40:15.126275Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.34"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:40:15.126275Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.35"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:40:15.1482673Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:40:15.1492778Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:40:15.1492778Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:40:15.1502717Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:40:15.1502717Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.40"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:40:15.1512706Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.41"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:40:15.1512706Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.42"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:40:15.1512706Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.43"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:40:15.1512706Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.44"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:40:15.1522366Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.45"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:40:15.1522366Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.46"} +{"message":"Duplicate parameter 'Dim' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"272","date_time":"2021-10-27T08:40:15.1532647Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.47"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:40:15.154268Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.48"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:40:15.154268Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:40:15.1572812Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.50"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:40:15.1582365Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.51"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:40:15.1582365Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.52"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:40:15.1592322Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.53"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:40:15.160276Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.54"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:40:15.160276Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.55"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:40:15.160276Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.56"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:40:15.160276Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.57"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:40:15.160276Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.58"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:40:15.1862679Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.59"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:40:15.1922682Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:40:15.1922682Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.61"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:40:15.1922682Z","message_severity":"warning","correlation_id":"B0FD1348-86D0-4465-B5ED-F4AC9891BC71.1.1.62"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:41:08.1770507Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:41:10.6970438Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:41:10.7200791Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:41:10.7200791Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:41:10.7220746Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:41:10.7220746Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:41:10.7220746Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:41:10.7230476Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:41:10.724071Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:41:10.7440896Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:41:10.7440896Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:41:10.7440896Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:41:10.7440896Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:41:10.7440896Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:41:10.746079Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:41:10.746079Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:41:10.746079Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:41:10.7470746Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:41:10.7470746Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:41:10.7470746Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:41:10.7470746Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:41:10.7470746Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:41:10.7480476Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:41:10.7480476Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:41:10.7480476Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.32"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:41:10.7820811Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:41:10.7830491Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.34"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:41:10.7830491Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.35"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:41:10.8050779Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:41:10.8060871Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:41:10.8060871Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:41:10.8070783Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:41:10.8070783Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.40"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:41:10.8080825Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.41"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:41:10.8080825Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.42"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:41:10.8080825Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.43"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:41:10.8110989Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.44"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:41:10.8110989Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.45"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:41:10.8110989Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.46"} +{"message":"Duplicate parameter 'Dim' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"272","date_time":"2021-10-27T08:41:10.8120764Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.47"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:41:10.8130807Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.48"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:41:10.8130807Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:41:10.8140476Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.50"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:41:10.8140476Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.51"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:41:10.8150427Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.52"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:41:10.8150427Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.53"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:41:10.8160431Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.54"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:41:10.8160431Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.55"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:41:10.8170431Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.56"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:41:10.8170431Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.57"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:41:10.8170431Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.58"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:41:10.8420766Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.59"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:41:10.8490747Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:41:10.8500758Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.61"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:41:10.8500758Z","message_severity":"warning","correlation_id":"5904C3C1-D81F-46B8-B00D-AA6B902B5475.1.1.62"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:42:07.8008962Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:42:10.435937Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:42:10.4599241Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:42:10.4599241Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:42:10.4619251Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:42:10.4619251Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:42:10.4619251Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:42:10.4628958Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:42:10.4638917Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:42:10.4648907Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:42:10.4648907Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:42:10.4648907Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:42:10.4648907Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:42:10.4648907Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:42:10.465891Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:42:10.465891Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:42:10.4669051Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:42:10.4669051Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:42:10.4669051Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:42:10.4689228Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:42:10.4689228Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:42:10.4689228Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:42:10.4689228Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:42:10.4699293Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:42:10.4699293Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.32"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:42:10.5129331Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:42:10.5129331Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.34"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:42:10.5129331Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.35"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:42:10.538891Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:42:10.538891Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:42:10.5399187Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:42:10.5399187Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:42:10.5408952Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.40"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:42:10.5418913Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.41"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:42:10.5418913Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.42"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:42:10.5418913Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.43"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:42:10.5429227Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.44"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:42:10.5429227Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.45"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:42:10.5429227Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.46"} +{"message":"Duplicate parameter 'Dim' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"272","date_time":"2021-10-27T08:42:10.5439091Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.47"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:42:10.5449202Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.48"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:42:10.5458965Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:42:10.5499302Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.50"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:42:10.5499302Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.51"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:42:10.5509273Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.52"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:42:10.5509273Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.53"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:42:10.5519102Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.54"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:42:10.5519102Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.55"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:42:10.5529276Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.56"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:42:10.5529276Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.57"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:42:10.5529276Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.58"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:42:10.5799227Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.59"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:42:10.5859014Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:42:10.5869055Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.61"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:42:10.5869055Z","message_severity":"warning","correlation_id":"4CDDF412-8742-4AEB-93E8-37A6DA56BFB3.1.1.62"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:42:59.0846972Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:43:01.7026903Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:43:01.7247312Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:43:01.7247312Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:43:01.727723Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:43:01.727723Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:43:01.727723Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:43:01.727723Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:43:01.7286975Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:43:01.7297069Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:43:01.7297069Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:43:01.7297069Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:43:01.7297069Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:43:01.7297069Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:43:01.7307474Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:43:01.7307474Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:43:01.7307474Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:43:01.7316968Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:43:01.7316968Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:43:01.7327423Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:43:01.7327423Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:43:01.7327423Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:43:01.7327423Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:43:01.7337354Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:43:01.7337354Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.32"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:43:01.7737313Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:43:01.7747227Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.34"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:43:01.7747227Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.35"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:43:01.7967287Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:43:01.7967287Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:43:01.7977112Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:43:01.7977112Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:43:01.7987499Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.40"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:43:01.7987499Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.41"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:43:01.7987499Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.42"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:43:01.7987499Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.43"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:43:01.7996974Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.44"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:43:01.8007244Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.45"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:43:01.8007244Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.46"} +{"message":"Duplicate parameter 'Dim' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"272","date_time":"2021-10-27T08:43:01.8017274Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.47"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:43:01.8027265Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.48"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:43:01.8027265Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:43:01.8057377Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.50"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:43:01.8057377Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.51"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:43:01.8066956Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.52"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:43:01.8077192Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.53"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:43:01.8077192Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.54"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:43:01.8077192Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.55"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:43:01.8086951Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.56"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:43:01.8086951Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.57"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:43:01.8086951Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.58"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:43:01.8337249Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.59"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:43:01.8397246Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:43:01.8397246Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.61"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:43:01.8397246Z","message_severity":"warning","correlation_id":"19B01182-83B6-4C57-9104-593D85489A0A.1.1.62"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T08:44:13.4055794Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T08:44:16.0785783Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:44:16.1006059Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T08:44:16.1006059Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:44:16.1036094Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:44:16.1036094Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T08:44:16.1036094Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T08:44:16.1045982Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T08:44:16.1045982Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:44:16.1056081Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:44:16.1056081Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:44:16.1056081Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:44:16.1056081Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T08:44:16.1056081Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:44:16.106607Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:44:16.106607Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T08:44:16.106607Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:44:16.1075914Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T08:44:16.1075914Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:44:16.108615Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:44:16.108615Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:44:16.108615Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T08:44:16.108615Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:44:16.1096193Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T08:44:16.1096193Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.32"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T08:44:16.1486092Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:44:16.149627Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.34"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T08:44:16.149627Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.35"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T08:44:16.1516231Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T08:44:16.1516231Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T08:44:16.15261Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T08:44:16.15261Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T08:44:16.1536113Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.40"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:44:16.1536113Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.41"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:44:16.1536113Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.42"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T08:44:16.1536113Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.43"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T08:44:16.1545927Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.44"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:44:16.155609Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.45"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T08:44:16.155609Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.46"} +{"message":"Duplicate parameter 'Dim' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"272","date_time":"2021-10-27T08:44:16.1566017Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.47"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T08:44:16.1566017Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.48"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T08:44:16.1575766Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:44:16.160605Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.50"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T08:44:16.160605Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.51"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T08:44:16.1616056Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.52"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T08:44:16.1616056Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.53"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:44:16.1626056Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.54"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T08:44:16.1626056Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.55"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:44:16.1626056Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.56"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:44:16.1635781Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.57"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T08:44:16.1635781Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.58"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T08:44:16.1886144Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.59"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T08:44:16.1936056Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:44:16.1946205Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.61"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T08:44:16.1946205Z","message_severity":"warning","correlation_id":"4936808D-ACCB-4F15-BB1A-E5F296B49F85.1.1.62"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T09:09:50.6698858Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T09:09:53.2588841Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T09:09:53.2818822Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T09:09:53.2818822Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T09:09:53.2838843Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T09:09:53.2838843Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T09:09:53.2838843Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T09:09:53.2848853Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T09:09:53.2848853Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T09:09:53.3058842Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T09:09:53.3058842Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T09:09:53.3058842Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T09:09:53.3058842Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T09:09:53.3058842Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T09:09:53.307895Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T09:09:53.307895Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T09:09:53.307895Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T09:09:53.308884Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T09:09:53.308884Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T09:09:53.3098848Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T09:09:53.3098848Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T09:09:53.3098848Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T09:09:53.3098848Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T09:09:53.3108843Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T09:09:53.3108843Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.32"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T09:09:53.3608848Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T09:09:53.3618848Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.34"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T09:09:53.3618848Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.35"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T09:09:53.3638855Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T09:09:53.364885Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T09:09:53.3659131Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T09:09:53.3668928Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T09:09:53.3678853Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.40"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T09:09:53.3689295Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.41"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T09:09:53.3689295Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.42"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T09:09:53.3689295Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.43"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T09:09:53.3698841Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.44"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T09:09:53.3738838Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.45"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T09:09:53.3738838Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.46"} +{"message":"Duplicate parameter 'Dim' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"272","date_time":"2021-10-27T09:09:53.3748844Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.47"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T09:09:53.375884Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.48"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T09:09:53.375884Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T09:09:53.3768847Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.50"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T09:09:53.3768847Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.51"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T09:09:53.3778844Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.52"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T09:09:53.3778844Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.53"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T09:09:53.378887Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.54"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T09:09:53.378887Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.55"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T09:09:53.3799008Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.56"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T09:09:53.3799008Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.57"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T09:09:53.3799008Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.58"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T09:09:53.4090337Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.59"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T09:09:53.4175225Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T09:09:53.4185284Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.61"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T09:09:53.4185284Z","message_severity":"warning","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.1.1.62"} +{"message":"Invalid file link:(~/TcMatrix.sln).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.ConceptualDocumentProcessor.Save","file":"index.md","line":"49","date_time":"2021-10-27T09:09:55.192562Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"3EF2110C-D335-4F55-BA0B-FC5C94B65EC0.2.181.1.32.9.1.2"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T09:10:29.2545406Z","message_severity":"warning","correlation_id":"DC5455C6-612D-4302-B132-259E5DF96159.1.1.5"} +{"message":"Invalid file link:(~/TcMatrix.sln).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.ConceptualDocumentProcessor.Save","file":"index.md","line":"49","date_time":"2021-10-27T09:10:30.955541Z","message_severity":"warning","code":"InvalidFileLink"} +{"message":"Workspace failed with: [Failure] Msbuild failed when processing the file 'C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj' with message: C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixConnector\\TcMatrixConnector.csproj: (0, 0): Package 'Beckhoff.TwinCAT.Ads 4.4.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.","source":"MetadataCommand.ExtractMetadata","file":"C:/MTS/Develop/GitHub/TcMatrix/TcMatrixConnector/TcMatrixConnector.csproj","date_time":"2021-10-27T09:10:50.6845487Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.5"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"59","date_time":"2021-10-27T09:10:53.4865164Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.9"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T09:10:53.5115496Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.10"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"85","date_time":"2021-10-27T09:10:53.5115496Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.11"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T09:10:53.51355Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.12"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T09:10:53.51355Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.13"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"117","date_time":"2021-10-27T09:10:53.51355Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.14"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"137","date_time":"2021-10-27T09:10:53.5145362Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.15"} +{"message":"Duplicate parameter 'Size' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"157","date_time":"2021-10-27T09:10:53.5155574Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.16"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T09:10:53.5165511Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.17"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T09:10:53.5165511Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.18"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T09:10:53.5165511Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.19"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T09:10:53.5165511Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.20"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"201","date_time":"2021-10-27T09:10:53.5165511Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.21"} +{"message":"Duplicate parameter 'Length' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T09:10:53.5185506Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.22"} +{"message":"Duplicate parameter 'Value' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T09:10:53.5185506Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.23"} +{"message":"Duplicate parameter 'Increment' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"233","date_time":"2021-10-27T09:10:53.5185506Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.24"} +{"message":"Duplicate parameter 'Rows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T09:10:53.5195371Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.25"} +{"message":"Duplicate parameter 'Cols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"259","date_time":"2021-10-27T09:10:53.5195371Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.26"} +{"message":"Duplicate parameter 'NewRows' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T09:10:53.5195371Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.27"} +{"message":"Duplicate parameter 'NewCols' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T09:10:53.5195371Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.28"} +{"message":"Duplicate parameter 'RetainVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T09:10:53.5195371Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.29"} +{"message":"Duplicate parameter 'ClearVals' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"299","date_time":"2021-10-27T09:10:53.5205215Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.30"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T09:10:53.5205215Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.31"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuDynamicMatrix.g.cs","line":"326","date_time":"2021-10-27T09:10:53.5205215Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.32"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"49","date_time":"2021-10-27T09:10:53.5705393Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.33"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T09:10:53.5715223Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.34"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuExternalStaticMatrix.g.cs","line":"76","date_time":"2021-10-27T09:10:53.5715223Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.35"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"53","date_time":"2021-10-27T09:10:53.5735558Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.36"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"77","date_time":"2021-10-27T09:10:53.5735558Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.37"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"101","date_time":"2021-10-27T09:10:53.5745523Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.38"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"125","date_time":"2021-10-27T09:10:53.5745523Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.39"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"144","date_time":"2021-10-27T09:10:53.5755533Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.40"} +{"message":"Duplicate parameter 'Diagonal' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T09:10:53.5755533Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.41"} +{"message":"Duplicate parameter 'UpperRight' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T09:10:53.5755533Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.42"} +{"message":"Duplicate parameter 'LowerLeft' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"175","date_time":"2021-10-27T09:10:53.5755533Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.43"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"203","date_time":"2021-10-27T09:10:53.5765217Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.44"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T09:10:53.5775482Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.45"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"241","date_time":"2021-10-27T09:10:53.5775482Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.46"} +{"message":"Duplicate parameter 'Dim' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"272","date_time":"2021-10-27T09:10:53.5785514Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.47"} +{"message":"Duplicate parameter 'Tolerance' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"316","date_time":"2021-10-27T09:10:53.5795512Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.48"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"342","date_time":"2021-10-27T09:10:53.5795512Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.49"} +{"message":"Duplicate parameter 'M' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T09:10:53.5825546Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.50"} +{"message":"Duplicate parameter 'Precision' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"374","date_time":"2021-10-27T09:10:53.5825546Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.51"} +{"message":"Duplicate parameter 'Exponent' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"398","date_time":"2021-10-27T09:10:53.5835217Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.52"} +{"message":"Duplicate parameter 'Scalar' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"417","date_time":"2021-10-27T09:10:53.5845506Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.53"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T09:10:53.5855615Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.54"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"444","date_time":"2021-10-27T09:10:53.5855615Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.55"} +{"message":"Duplicate parameter 'Row' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T09:10:53.5855615Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.56"} +{"message":"Duplicate parameter 'Col' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T09:10:53.5855615Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.57"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrix.g.cs","line":"486","date_time":"2021-10-27T09:10:53.5855615Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.58"} +{"message":"Invalid cref value \"!:Bool\" found in triple-slash-comments for IsEmpty defined in ../TcMatrixConnector/_generated/PlcDocumentation/PlcDocuMatrix.g.cs Line 572, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2021-10-27T09:10:53.6125498Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.59"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"45","date_time":"2021-10-27T09:10:53.6185777Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.60"} +{"message":"Duplicate parameter 'I' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T09:10:53.6195503Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.61"} +{"message":"Duplicate parameter 'Val' found in comments, the latter one is ignored.","source":"MetadataCommand.ExtractMetadata","file":"C:\\MTS\\Develop\\GitHub\\TcMatrix\\TcMatrixDocu\\TcMatrixConnector\\_generated\\PlcDocumentation\\PlcDocuMatrixAccessor.g.cs","line":"72","date_time":"2021-10-27T09:10:53.6195503Z","message_severity":"warning","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.1.1.62"} +{"message":"Invalid file link:(~/TcMatrix.sln).","source":"BuildCommand.BuildCore.Build Document.LinkPhaseHandlerWithIncremental.ConceptualDocumentProcessor.Save","file":"index.md","line":"49","date_time":"2021-10-27T09:10:55.4065217Z","message_severity":"warning","code":"InvalidFileLink","correlation_id":"96C3B6ED-63E0-442C-B8DB-7557B701D36E.2.181.1.32.8.1.2"} diff --git a/docu/TcMatrixDocu/toc.yml b/docu/TcMatrixDocu/toc.yml new file mode 100644 index 0000000..a918f9e --- /dev/null +++ b/docu/TcMatrixDocu/toc.yml @@ -0,0 +1,2 @@ +- name: API reference + href: api/ \ No newline at end of file