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.
17 lines
832 B
Markdown
17 lines
832 B
Markdown
![]()
3 months ago
|
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:
|
||
|
|
||
|
<generator option> <ICD file> -ied <ied-name> -ap <access-point-name> -out <output-name> -modelprefix <model-prefix>
|
||
|
|
||
|
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
|