diff --git a/tools/model_generator_dotnet/ModelGenerator/ModelGeneratorExample/README.md b/tools/model_generator_dotnet/ModelGenerator/ModelGeneratorExample/README.md new file mode 100644 index 00000000..12e1108a --- /dev/null +++ b/tools/model_generator_dotnet/ModelGenerator/ModelGeneratorExample/README.md @@ -0,0 +1,17 @@ +This tool can be accessed from both the command line of visual studio. +To run the tool from the command line a command of the following format has to be generated: + +genmodel -ied -ap -out -modelprefix + +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: + +ModelGeneratorExample.exe/(dotnet ModelGeneratorExample.dll) genmodel -ied -ap -out -modelprefix + +Example: + +ModelGeneratorExample.exe ICDFiles/simpleIO_smv.icd -ied simpleIO -ap accessPoint1 -out static_model -modelprefix iedModel + +or + +dotnet ModelGeneratorExample.dll ICDFiles/simpleIO_smv.icd -ied simpleIO -ap accessPoint1 -out static_model -modelprefix iedModel \ No newline at end of file