Skip to content

Commit

Permalink
Test recovered models against Model Compiler 2.1.1-Bravo #97
Browse files Browse the repository at this point in the history
- IEC61850/ModelDesign/GoNodeSet.cmd - added script to call OOI.ModelCompilerUI
  • Loading branch information
mpostol committed Apr 14, 2022
1 parent 950c17e commit 439a2e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions IEC61850/ModelDesign/GoNodeSet.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
set COMPILER=OOI.ModelCompilerUI

:: -d22 "C:\VS.git\github.mpostol\UA-Nodeset\ADI\ModelDesign\Opc.Ua.Adi.Model.xml" -cg "C:\VS.git\github.mpostol\UA-Nodeset\ADI\ModelDesign\Opc.Ua.Adi.Model.csv" -o "C:\VS.git\github.mpostol\UA-Nodeset\ADI\ModelDesign\Opc.Ua.Adi.Model" -console

"%1\%COMPILER%" -d2 "Opc.Ua.IEC61850-7-3.Model.xml" -cg "IEC61850-7-3.csv" -o "IEC61850-7-3" -console
:: "%1\%COMPILER%" -d2 "ObjectTypeTest.xml" -cg "ObjectTypeTest.csv" -o "ObjectTypeTest" -console
:: "%1\%COMPILER%" -d2 "VariableTypeTest.xml" -cg "VariableTypeTest.csv" -o "VariableTypeTest" -console
:: "%1\%COMPILER%" -d2 "DataTypeTest.xml" -cg "DataTypeTest.csv" -o "DataTypeTest" -console

0 comments on commit 439a2e3

Please sign in to comment.