From 93804848f3e035a818d8186569dc79131c536fbd Mon Sep 17 00:00:00 2001 From: "Bryan T. Richardson" Date: Fri, 10 May 2024 13:08:16 -0600 Subject: [PATCH] fix: propagate emergency stop tag value to DNP3 module --- configs/ot-sim/main-controller.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/ot-sim/main-controller.xml b/configs/ot-sim/main-controller.xml index 94d2f4b..fd86dfd 100644 --- a/configs/ot-sim/main-controller.xml +++ b/configs/ot-sim/main-controller.xml @@ -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 ]]> 0