common_instrument_dictionary.tcl
instrument/slits is now an NXaperture and collects all 'slits' objects. instdict_specification.tcl Added 'slits' to sobj_klass_list motor_configuration.tcl files Reverted 18/09/08 r2701 | ffr | 2008-09-24 08:44:01 +1000 (Wed, 24 Sep 2008) | 9 lines
This commit is contained in:
committed by
Douglas Clowes
parent
e1c9d6348d
commit
e1cea8763e
@@ -542,8 +542,8 @@ Motor psho $motor_driver_type [params \
|
||||
absenchome $psho_home\
|
||||
cntsPerX 8192]
|
||||
psho Backlash_offset -0.3
|
||||
psho part aperture
|
||||
psho long_name primary_horizontal_offset
|
||||
psho part slits.primary
|
||||
psho long_name horizontal_offset
|
||||
setHomeandRange -motor psho -home 0 -lowrange 0 -uprange 30
|
||||
|
||||
# Primary Slit, position 0-150mm (Y-axis)
|
||||
@@ -561,8 +561,8 @@ Motor psp $motor_driver_type [params \
|
||||
absenchome $psp_home\
|
||||
cntsPerX -8192]
|
||||
psp Backlash_offset -0.3
|
||||
psp part aperture
|
||||
psp long_name primary_position
|
||||
psp part slits.primary
|
||||
psp long_name position
|
||||
setHomeandRange -motor psp -home 0 -lowrange 0 -uprange 150
|
||||
|
||||
# Primary Slit, width, 0-30mm
|
||||
@@ -580,8 +580,8 @@ Motor psw $motor_driver_type [params \
|
||||
absenchome $psw_home\
|
||||
cntsPerX -8192]
|
||||
psw Backlash_offset 0.3
|
||||
psw part aperture
|
||||
psw long_name primary_width
|
||||
psw part slits.primary
|
||||
psw long_name width
|
||||
setHomeandRange -motor psw -home 0 -lowrange 0 -uprange 30
|
||||
|
||||
#--------------------------------------------------------
|
||||
@@ -601,8 +601,8 @@ Motor ssho $motor_driver_type [params \
|
||||
absenchome $ssho_home\
|
||||
cntsPerX 8192]
|
||||
ssho Backlash_offset -0.3
|
||||
ssho part aperture
|
||||
ssho long_name secondary_horizontal_offset
|
||||
ssho part slits.secondary
|
||||
ssho long_name horizontal_offset
|
||||
setHomeandRange -motor ssho -home 0 -lowrange 0 -uprange 30
|
||||
|
||||
# Secondary Slit, position
|
||||
@@ -620,8 +620,8 @@ Motor ssp $motor_driver_type [params \
|
||||
absenchome $ssp_home\
|
||||
cntsPerX -8192]
|
||||
ssp Backlash_offset -0.3
|
||||
ssp part aperture
|
||||
ssp long_name secondary_position
|
||||
ssp part slits.secondary
|
||||
ssp long_name position
|
||||
setHomeandRange -motor ssp -home 0 -lowrange 0 -uprange 150
|
||||
|
||||
# Secondary Slit, width
|
||||
@@ -639,8 +639,8 @@ Motor ssw $motor_driver_type [params \
|
||||
absenchome $ssw_home\
|
||||
cntsPerX -8192]
|
||||
ssw Backlash_offset 0.3
|
||||
ssw part aperture
|
||||
ssw long_name secondary_width
|
||||
ssw part slits.secondary
|
||||
ssw long_name width
|
||||
setHomeandRange -motor ssw -home 0 -lowrange 0 -uprange 30
|
||||
|
||||
## Primary Slit, height, 0-30mm
|
||||
@@ -657,8 +657,8 @@ setHomeandRange -motor ssw -home 0 -lowrange 0 -uprange 30
|
||||
# absenc 1\
|
||||
# absenchome 542093\
|
||||
# cntsPerX 8192]
|
||||
#psh part aperture
|
||||
#psh part long_name primary_height
|
||||
#psh part slits.primary
|
||||
#psh part long_name height
|
||||
#setHomeandRange -motor psh -home 0 -lowrange 0 -uprange 30
|
||||
|
||||
## Secondary Slit, height
|
||||
@@ -675,8 +675,8 @@ setHomeandRange -motor ssw -home 0 -lowrange 0 -uprange 30
|
||||
# absenc 1\
|
||||
# absenchome 500000\
|
||||
# cntsPerX 8192]
|
||||
#ssh part aperture
|
||||
#ssh long_name secondary_height
|
||||
#ssh part slits.secondary
|
||||
#ssh long_name height
|
||||
#setHomeandRange -motor ssh -home 0 -lowrange 0 -uprange 30
|
||||
|
||||
#--------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user