Remove explicit test debug_threshold from SCT files and regenerate
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
namespace eval ::scobj::huber_pilot {
|
||||
set debug_threshold 1
|
||||
set debug_threshold 5
|
||||
if { ![info exists ::scobj::permlink_device_counter]} {
|
||||
set ::scobj::permlink_device_counter 0
|
||||
}
|
||||
@@ -418,7 +418,7 @@ proc ::scobj::huber_pilot::mkDriver { sct_controller name } {
|
||||
::scobj::huber_pilot::sics_log 9 "[environment_simulation] => No poll/write for huber_pilot"
|
||||
}
|
||||
hsetprop ${scobj_hpath} klass environment
|
||||
hsetprop ${scobj_hpath} debug_threshold 1
|
||||
hsetprop ${scobj_hpath} debug_threshold 5
|
||||
if {[string equal -nocase [SplitReply [environment_simulation]] "false"]} {
|
||||
ansto_makesctdrive ${name}_Loop1_setpoint ${scobj_hpath}/Loop1/setpoint ${scobj_hpath}/Loop1/sensor_int ${sct_controller}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user