do no longer check for status not BUSY after target change
This commit is contained in:
@ -618,12 +618,12 @@ proc secop::update_ {} {
|
||||
hsetprop $objpath status posfault
|
||||
}
|
||||
} else {
|
||||
if {[silent idle hgetpropval $objpath status] eq "run" && $writestatus ne "done"
|
||||
&& ($value < 300 || $value >= 390)} {
|
||||
clientput "$objpath/target changed, but status not BUSY: $value $text_value ($writestatus)"
|
||||
set value 300
|
||||
set text_value "target changed ($text_value)"
|
||||
}
|
||||
# if {[silent idle hgetpropval $objpath status] eq "run" && $writestatus ne "done"
|
||||
# && ($value < 300 || $value >= 390)} {
|
||||
# clientput "$objpath/target changed, but status not BUSY: $value $text_value ($writestatus)"
|
||||
# set value 300
|
||||
# set text_value "target changed ($text_value)"
|
||||
# }
|
||||
if {$value < 300 || $value >= 390} { # not busy or finalizing
|
||||
hsetprop $objpath status idle
|
||||
}
|
||||
|
Reference in New Issue
Block a user