fix bug in cummunication with seaman
do not use quotes around args in "seaman / arg1 arg2"
This commit is contained in:
@ -177,7 +177,7 @@ proc hepump::read {} {
|
||||
sct health_cnt [expr [sct health_cnt] + 1]
|
||||
if {[sct health_cnt] == 10} {
|
||||
if {$health > 100} {set health 100}
|
||||
catch {prep0 / "pump_health_update [result instrument] [format %.0f $health]"} msg
|
||||
catch {prep0 / pump_health_update [result instrument] [format %.0f $health]} msg
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user