source_common.tcl

SICS-280 Check RCMS data-type and return -1 if it's invalid

motor_configuration.tcl files
Make sure that long_name matches data name for slit motors in data file.

hmm_configuration_common_1.tcl
SICS-268 Don't set VIEW_MAG_X/Y on histmem

r2699 | ffr | 2008-09-22 15:58:31 +1000 (Mon, 22 Sep 2008) | 9 lines
This commit is contained in:
Ferdi Franceschini
2008-09-22 15:58:31 +10:00
committed by Douglas Clowes
parent 538a36df3f
commit ab218f64b6
6 changed files with 110 additions and 94 deletions

View File

@@ -542,8 +542,8 @@ Motor psho $motor_driver_type [params \
absenchome $psho_home\
cntsPerX 8192]
psho Backlash_offset -0.3
psho part aperture.primary
psho long_name horizontal_offset
psho part aperture
psho long_name primary_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.primary
psp long_name position
psp part aperture
psp long_name primary_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.primary
psw long_name width
psw part aperture
psw long_name primary_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.secondary
ssho long_name horizontal_offset
ssho part aperture
ssho long_name secondary_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.secondary
ssp long_name position
ssp part aperture
ssp long_name secondary_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.secondary
ssw long_name width
ssw part aperture
ssw long_name secondary_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.primary
#psh part long_name height
#psh part aperture
#psh part long_name primary_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.secondary
#ssh long_name height
#ssh part aperture
#ssh long_name secondary_height
#setHomeandRange -motor ssh -home 0 -lowrange 0 -uprange 30
#--------------------------------------------------------