Update CHANGELOG and README for the tools

v1.6
Maxson Ramon dos Anjos Medeiros 3 months ago
parent 27cd8db5fe
commit c39e7b0b2e

@ -1,3 +1,9 @@
Changes to version 1.6.1
------------------------
-.NET Tools
-- In the Tools folder you can find the .net project to generate Static and Dynamic Models
Changes to version 1.6.0
------------------------

@ -6,12 +6,6 @@ To run the tool from the command line a command of the following format has to b
The values in <> have to be replaced with the values corresponding to an arbitrary ICD file.
To run this command completely the command should look like this:
Tools.exe/(dotnet Tools.dll) <generator option> <ICD file> -ied <ied-name> -ap <access-point-name> -out <output-name> -modelprefix <model-prefix>
Example:
Tools.exe 1 ICDFiles/genericIO.icd -ied simpleIO -ap accessPoint1 -out static_model -modelprefix iedModel
or
dotnet Tools.dll 1 ICDFiles/genericIO.icd -ied simpleIO -ap accessPoint1 -out static_model -modelprefix iedModel
Loading…
Cancel
Save