Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Starting and Calibrating ACME | ||||||||
Line: 91 to 91 | ||||||||
This is the linear stage. Power cycling kiewa seems to do the trick. | ||||||||
Added: | ||||||||
> > | Changes since gantry stage was removedIn mid-2008 the gantry robot and surrounding frame was disassembled. The linear and rotary stages continue to work. However, some modifications must be made to the acmehome script in order to work in the new configuration. The original script attempts to calibrate each axis in turn, beginning with the gantry, and it halts upon first error. Therefore we must remove the offending code. Since we don't have write access to the /lci/project/pai/acme/ACME_2.0/bin/ directory, an easy way to do this is to copy the acmehome file from that directory to somewhere in your own space, make the changes described below, and execute it from there.changes to acmehomeComment out the following lines:print STDERR "HOME: gantry-Z\n"; &homeList( 2 ); $MC8::GOAL[2] = +100000 + $HomeZero[2]; &domotion() || die "$0: gantry-Z safe motion failed\n"; print STDERR "HOME: gantry-Y\n"; &homeList( 1 ); $MC8::GOAL[1] = -400000 + $HomeZero[1]; &domotion() || die "$0: gantry-Y safe motion failed\n"; print STDERR "HOME: gantry-X & motion stages\n"; &homeList( 0, 3, 4, 5, 6 ); print STDERR "Moving gantry X axis away from limits:\n"; system "move gantry by 150";And add this line immediately afterwards: &homeList( 3, 4, 5, 6 );This tells it to calibrate axes 3, 4, 5 and 6, in that order. The axes are:
| |||||||
-- BradAtcheson - 16 Dec 2006
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Starting and Calibrating ACME | ||||||||
Line: 77 to 77 | ||||||||
-- WolfgangHeidrich - 24 Nov 2005 | ||||||||
Added: | ||||||||
> > |
Dealing with calibration problemsThese procedures are not guaranteed to work, but they have done so in the past. Lubricating the parts (especially the rotation stage) and removing dust every now and again should help too.stage2 not homedThis culprit in this case is the gantry z-axis. There is an impedance sensor on it to detect when it has moved all the to the top of its travel range (see attached image). There is a yellow light in the sensor (where the wire enters) which comes on when the marker on the drive belt is sufficiently close to the tip. This should not be on while the gantry is sitting ilde waiting for you to issue the acmehome command. Loosen the nut and tilt the tip of the sensor as far upwards as you can. When you fasten the nut again, the light should go off. Try acmehome again.stage3 not homedThis is the linear stage. Power cycling kiewa seems to do the trick. -- BradAtcheson - 16 Dec 2006
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Deleted: | ||||||||
< < | ||||||||
Starting and Calibrating ACME | ||||||||
Changed: | ||||||||
< < | If Kiewa has been rebooted, then the motion controller card will have been reset, which means that the gantry and linear stages will have to be recalibrated. Log in to kiewa, and then do the following: | |||||||
> > | If kiewa has been rebooted, then the motion controller card will have been reset, which means that the gantry and linear stages will have to be recalibrated. Log in to kiewa, and then do the following: | |||||||
| ||||||||
Line: 12 to 11 | ||||||||
This makes real-time Solaris extensions callable by regular users.
| ||||||||
Changed: | ||||||||
< < | big power box (which connects to the controller rack through a long grey cable). | |||||||
> > | big power box (which connects to the controller rack through a long grey cable). | |||||||
| ||||||||
Line: 21 to 20 | ||||||||
The program will ask if you know what you're doing; enter "yes". | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
direction of travel. You can position it by hand by manually
turning the axle (this is the long spline that runs across the
gantry at the positive end of the x axis).
| ||||||||
Changed: | ||||||||
< < | big power box. The pan/tilt head will move briefly as it autocalibrates; wait for this to stop. | |||||||
> > | big power box. The pan/tilt head will move briefly as it autocalibrates; wait for this to stop. | |||||||
| ||||||||
Line: 70 to 71 | ||||||||
but you need an admin to do this. Otherwise, run sync a few
times from the keyboard and then power cycle the rack using the
switch on the bottom panel. Do not power off kiewa separately (a | ||||||||
Changed: | ||||||||
< < | sign on kiewa will remind you of this). | |||||||
> > | sign on kiewa will remind you of this). | |||||||
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Starting and Calibrating ACMEIf Kiewa has been rebooted, then the motion controller card will have been reset, which means that the gantry and linear stages will have to be recalibrated. Log in to kiewa, and then do the following:
|