Manually merged the following changes from RELEASE-2_0P1

commands_common.tcl
fixed counter feedback

anticollider_common.tcl
implement anticollider administrative override

reflectometer,sans/.../anticollider.tcl
implement administrative override to move detector

r2626 | ffr | 2008-06-12 12:55:28 +1000 (Thu, 12 Jun 2008) | 11 lines
This commit is contained in:
Ferdi Franceschini
2008-06-12 12:55:28 +10:00
committed by Douglas Clowes
parent 177d5f3ed6
commit 6c6156174f
4 changed files with 42 additions and 9 deletions

View File

@@ -78,8 +78,5 @@ namespace eval monitor {
}
::monitor::count -addfb int counts text status
::monitor::count -set feedback status IDLE
array set fbarr [::monitor::count -list feedback]
::utility::mkData $fbarr(counts) data monitor privilege user mutable true
array unset fbarr
}
################################################################################