-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update models to harmonize with current UA-ModelCompiler release #655
- New version: 6.5.3-Mike
- Loading branch information
Showing
9 changed files
with
44 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ string Url = "https://github.com/mpostol/OPC-UA-OOI"; | |
string Email = "[email protected]"; | ||
string Phone = "+48 608 619 899"; | ||
string Owner = "Mariusz Postol"; | ||
string RepositoryVersion = "6.5.0"; //increment on the same position as the group version | ||
string RepositoryVersionPrerelease = "-Kilo"; //increment on the same position as the group version | ||
string RepositoryVersion = "6.5.3"; //increment on the same position as the group version | ||
string RepositoryVersionPrerelease = "-Mike"; //increment on the same position as the group version | ||
string Authors = "Mariusz Postol"; | ||
string IconURLTag = "https://github.com/mpostol/OPC-UA-OOI/blob/master/CommonResources/Media/Logo64.PNG?raw=true"; | ||
|
||
|
@@ -27,17 +27,17 @@ string DataDiscoveryPrerelease = ""; | |
string DataDiscoveryProduct = "Object Oriented Internet"; | ||
|
||
//UAOOI.SemanticData | ||
string SemanticDataVersion = "6.5.0"; | ||
string SemanticDataPrerelease = "-Kilo"; | ||
string SemanticDataVersion = "6.5.3"; | ||
string SemanticDataPrerelease = "-Mike"; | ||
string SemanticDataProduct = "Object Oriented Internet"; | ||
|
||
//UAOOI.SemanticData.UANodeSetValidation | ||
string SemanticDataUANodeSetValidationVersion = "6.5.0"; | ||
string SemanticDataUANodeSetValidationPrerelease = "-Kilo"; | ||
string SemanticDataUANodeSetValidationVersion = "6.5.3"; | ||
string SemanticDataUANodeSetValidationPrerelease = "-https://github.com/mpostol/OPC-UA-OOI.git"; | ||
|
||
//UAOOI.SemanticData.UAModelDesignExport | ||
string SemanticDataUAModelDesignExportVersion = "6.5.0"; | ||
string SemanticDataUAModelDesignExportPrerelease = "-Kilo"; | ||
string SemanticDataUAModelDesignExportVersion = "6.5.3"; | ||
string SemanticDataUAModelDesignExportPrerelease = "-Mike"; | ||
|
||
//UAOOI.Configuration | ||
string ConfigurationVersion = "6.4.8"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
SemanticData/UAModelDesignExport.UnitTest/Models/DoRecoverModelDesign.cmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
:: Recovering ModelDesign from UANodeSet OPC UA Model Information | ||
:: %1 - location of the asp.exe | ||
|
||
del %1\asp.log /q | ||
del %1\asp.warnings.log /q | ||
%1\asp "XMLModels\DataTypeTest.NodeSet2.xml" -e "XMLModels\DataTypeTest.asp.xml" -s XMLstylesheet -n "http://cas.eu/UA/CommServer/UnitTests/DataTypeTest" | ||
xcopy %1\asp.log ReferenceTest.asp.log /y | ||
xcopy %1\asp.warnings.log ReferenceTest.asp.warnings.log /y /i | ||
|
||
del %1\asp.log /q | ||
del %1\asp.warnings.log /q | ||
%1\asp "XMLModels\ObjectTypeTest.NodeSet2.xml" -e "XMLModels\ObjectTypeTest.asp.xml" -s XMLstylesheet -n "http://cas.eu/UA/CommServer/UnitTests/ObjectTypeTest" | ||
xcopy %1\asp.log ReferenceTest.asp.log /y | ||
xcopy %1\asp.warnings.log ReferenceTest.asp.warnings.log /y /i | ||
|
||
del %1\asp.log /q | ||
del %1\asp.warnings.log /q | ||
%1\asp "XMLModels\ReferenceTest.NodeSet2.xml" -e "XMLModels\ReferenceTest.asp.xml" -s XMLstylesheet -n "http://cas.eu/UA/CommServer/UnitTests/ReferenceTest" | ||
xcopy %1\ReferenceTest.asp.log asp.log /y | ||
xcopy %1\asp.warnings.log .\ReferenceTest.asp.warnings.log /y /i | ||
|
||
del %1\asp.log /q | ||
del %1\asp.warnings.log /q | ||
%1\asp "XMLModels\VariableTypeTest.NodeSet2.xml" -e "XMLModels\VariableTypeTest.asp.xml" -s XMLstylesheet -n "http://cas.eu/UA/CommServer/UnitTests/VariableTypeTest" | ||
xcopy %1\asp.log VariableTypeTest.asp.log /y | ||
xcopy %1\asp.warnings.log VariableTypeTest.asp.warnings.log /y /i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters