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.
libiec61850/tools/model_generator_dotnet
Maxson Ramon dos Anjos Medeiros d765734a0a Merge branch V1.6_develop_505
->added some additional checks in IedServer_updateVisibleStringAttributeValue and similar values (LIB61850-504): added checks to avoid buffer underflow in IedServer_getFunctionalConstrainedData (LIB61850-505)
->removed empty line
->added length checks in object reference and component construction when installing the default values in the data model (LIB61850-505)
1 month ago
..
DynamicModelGenerator Clean code 3 months ago
SCLParser removed commented function 3 months ago
StaticModelGenerator fixed issue in displaying nested DAI values 3 months ago
Tools Merge branch V1.6_develop_505 1 month ago
README.md Update tools README file 3 months ago
Tools_ModelGenerator.sln Organize Tools folder and add the Dynamic Model Generator 3 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:

-ied -ap -out -modelprefix

Usage: Static Model (1) Dynamic Model (2)

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:

Example:

dotnet Tools.dll 1 ICDFiles/genericIO.icd -ied simpleIO -ap accessPoint1 -out static_model -modelprefix iedModel