diff --git a/site_ansto/instrument/bilby/config/motors/motor_configuration.tcl b/site_ansto/instrument/bilby/config/motors/motor_configuration.tcl index eae91283..35cc58cd 100644 --- a/site_ansto/instrument/bilby/config/motors/motor_configuration.tcl +++ b/site_ansto/instrument/bilby/config/motors/motor_configuration.tcl @@ -9,3 +9,12 @@ for {set n 1} {$n < 8} {incr n} { make_coll_motor_1 c$n c$n col$n count make_coll_motor_1 a$n a$n ap$n count } + +for {set n 1} {$n < 8} {incr n} { + col$n speed 0.5 + col$n accel 0.5 + col$n decel 0.5 + ap$n speed 0.5 + ap$n accel 0.5 + ap$n decel 0.5 +}