Skip to content

Commit

Permalink
fix: propagate emergency stop tag value to DNP3 module
Browse files Browse the repository at this point in the history
  • Loading branch information
activeshadow committed May 10, 2024
1 parent f3df5a7 commit 9380484
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/ot-sim/main-controller.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
yaw_setpoint = adjust ? target : yaw_setpoint
# hack to get yaw.dir-error tag published to DNP3 module
dir_error = dir_error
# hack to get turbine.emergency-stop tag published to DNP3 module
proto_emer_stop = proto_emer_stop
]]></program>
<variables>
<speed tag="speed.high">0</speed>
Expand Down

0 comments on commit 9380484

Please sign in to comment.