From f3581a4ddad73e8e89a374ad6cabb99ed0ddb32c Mon Sep 17 00:00:00 2001 From: hrpt Date: Tue, 6 Sep 2022 12:22:11 +0200 Subject: [PATCH] fix bad startcmd startcmd was assuming we are connected to a sensirion flowmeter! this is not the case for nvmot, the mv motor on ORI4. produced a lot of headache ... --- tcl/drivers/trinamic.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tcl/drivers/trinamic.tcl b/tcl/drivers/trinamic.tcl index 028eb9e..72fbdc1 100644 --- a/tcl/drivers/trinamic.tcl +++ b/tcl/drivers/trinamic.tcl @@ -46,8 +46,8 @@ proc stdConfig::trinamic {{usage undefined} {sensirion 0}} { variable node set node $node/tasks set tasknode $node - # prop start trinamic::startCmd - prop startcmd "str1 n int 10 / str9" + prop start trinamic::startCmd + # prop startcmd "str1 n int 10 / str9" pollperiod 5 5