You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
4 months ago | |
---|---|---|
.. | ||
ICDFiles | 4 months ago | |
ModelGeneratorExample.csproj | 4 months ago | |
Program.cs | 4 months ago | |
README.md | 4 months ago |
README.md
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