From 58113622bd63fdcb9f957b1377e55c7c9d1525c6 Mon Sep 17 00:00:00 2001 From: l_samenv Date: Mon, 24 Feb 2025 16:00:06 +0100 Subject: [PATCH] lsc370: try to improve behaviour with heater in open loop mode --- tcl/drivers/lsc.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tcl/drivers/lsc.tcl b/tcl/drivers/lsc.tcl index ac50e2c..ba4e26b 100644 --- a/tcl/drivers/lsc.tcl +++ b/tcl/drivers/lsc.tcl @@ -2195,9 +2195,9 @@ proc lsc::updateloop_370 {} { if {[sct] eq "/tbf/set"} { clientput "still heater still at $power, please calm down!" } else { - clientput "[sct] heater still at $power, please calm down!" + clientput "[sct] heater still at $power, try to switch off" } - sct send "CMODE 4;HTR?" + sct send "CMODE 4;MOUT 0;HTR?" return stdSct::complete } return idle