Use controller name in sendCmd
r1097 | ffr | 2006-09-01 12:01:31 +1000 (Fri, 01 Sep 2006) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
f93257a068
commit
07967e0201
@@ -1,5 +1,5 @@
|
||||
# $Revision: 1.12 $
|
||||
# $Date: 2006-08-31 06:31:19 $
|
||||
# $Revision: 1.13 $
|
||||
# $Date: 2006-09-01 02:01:31 $
|
||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||
# Last revision by: $Author: ffr $
|
||||
|
||||
@@ -64,9 +64,9 @@ set dmc2280_controller4(port) 1034
|
||||
|
||||
# Run slit homing routines on controllers 3 and 4
|
||||
connect dmc2280_controller3
|
||||
sendCmd $channel(dmc2280_controller3 "XQ#HOME,1")
|
||||
sendCmd dmc2280_controller3 "XQ#HOME,1"
|
||||
connect dmc2280_controller4
|
||||
sendCmd $channel(dmc2280_controller4 "XQ#HOME,1")
|
||||
sendCmd dmc2280_controller4 "XQ#HOME,1"
|
||||
|
||||
#Motor mom DMC2280 [params \
|
||||
# host $dmc2280_controller1(host)\
|
||||
|
||||
Reference in New Issue
Block a user