Generate virtual motors for the collimation system.

This commit is contained in:
Ferdi Franceschini
2014-01-30 12:48:32 +11:00
committed by Ferdi Franceschini
parent 4a134cf2d0
commit 901c6603fb

View File

@@ -4,3 +4,8 @@ fileeval config/motors/generated_motor_configuration.tcl
# Configurable virtual motors can be defined here.
# Eg, mot fixed 1
# Define "proc motor_set_sobj_attributes {}" if we need to define extra sicslist attributes for some motors.
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
}