Skip to content

Commit

Permalink
updated LN definitions for wind turbine
Browse files Browse the repository at this point in the history
  • Loading branch information
activeshadow committed Apr 19, 2024
1 parent 6eb88b3 commit 19db388
Show file tree
Hide file tree
Showing 3 changed files with 474 additions and 2,284 deletions.
10 changes: 5 additions & 5 deletions src/c/cmd/ot-sim-61850-module/src/ied.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ IedModel iedModel = {
};

LogicalDevice iedModel_WTG = {
LogicalDeviceModelType,
"WTG",
(ModelNode*) &iedModel,
NULL,
(ModelNode*) &iedModel_WTG_LLN0
LogicalDeviceModelType,
"WTG",
(ModelNode*) &iedModel,
NULL,
(ModelNode*) &iedModel_WTG_LLN0
};
Loading

0 comments on commit 19db388

Please sign in to comment.