Strip out the Quokka specific configuration
r3534 | dcl | 2012-04-24 17:09:22 +1000 (Tue, 24 Apr 2012) | 1 line
This commit is contained in:
@@ -1,60 +1 @@
|
|||||||
# Author: Jing Chen (jgn@ansto.gov.au)
|
|
||||||
|
|
||||||
source $cfPath(motors)/sct_positmotor_common.tcl
|
source $cfPath(motors)/sct_positmotor_common.tcl
|
||||||
|
|
||||||
set port1 [portnum pmc1-pelican]
|
|
||||||
set port2 [portnum pmc2-pelican]
|
|
||||||
set port3 [portnum pmc3-pelican]
|
|
||||||
set port4 [portnum pmc4-pelican]
|
|
||||||
set port5 [portnum pmc5-pelican]
|
|
||||||
set port6 [portnum pmc6-pelican]
|
|
||||||
|
|
||||||
makesctcontroller sct_mc1 std mc1-pelican:$port1
|
|
||||||
makesctcontroller sct_mc2 std mc2-pelican:$port2
|
|
||||||
makesctcontroller sct_mc3 std mc3-pelican:$port3
|
|
||||||
makesctcontroller sct_mc4 std mc4-pelican:$port4
|
|
||||||
makesctcontroller sct_mc5 std mc5-pelican:$port5
|
|
||||||
makesctcontroller sct_mc6 std mc5-pelican:$port6
|
|
||||||
|
|
||||||
# label pos
|
|
||||||
#index position
|
|
||||||
set 20sample_table {
|
|
||||||
1 453.7
|
|
||||||
2 411.7
|
|
||||||
3 369.7
|
|
||||||
4 327.7
|
|
||||||
5 285.7
|
|
||||||
6 203.7
|
|
||||||
7 161.7
|
|
||||||
8 119.7
|
|
||||||
9 77.7
|
|
||||||
10 35.7
|
|
||||||
11 -46.3
|
|
||||||
12 -88.3
|
|
||||||
13 -130.3
|
|
||||||
14 -172.3
|
|
||||||
15 -214.3
|
|
||||||
16 -296.3
|
|
||||||
17 -338.3
|
|
||||||
18 -380.3
|
|
||||||
19 -422.3
|
|
||||||
20 -464.3
|
|
||||||
}
|
|
||||||
|
|
||||||
#mkPosit sct_mc1 sampleNum float samx sample $20sample_table
|
|
||||||
|
|
||||||
#diameter position
|
|
||||||
set auto_ap_table {
|
|
||||||
2.5 0
|
|
||||||
5.0 -23
|
|
||||||
7.5 -47
|
|
||||||
10.0 -72
|
|
||||||
12.5 -98
|
|
||||||
15.0 -125
|
|
||||||
17.5 -153
|
|
||||||
20.0 -183
|
|
||||||
25.0 -215
|
|
||||||
30.0 -250
|
|
||||||
}
|
|
||||||
#mkPosit sct_mc3 diameter float apx sample $auto_ap_table
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user