Calibrating a linear actuator
Calibrating a linear actuator
These instructions apply if you need to calibrate an uncalibrated linear actuator to receive motion commands in mm.
Connecting to the device
Before proceeding with this step ensure the area surrounding the stage is clear of obstructions. Remove the objective, the water bath, and the blade holder. The motion control classes page describes how BakingTray handles motion control hardware. Briefly, each physical motion axis consists of a linear stage and a controller for that stage. BakingTray represents these as separate software entities: a class that inherits linearstage
represents the stage and a class that inherits linearcontroller
represents the stage controller. To connect to the TC1000 Z-jack from the command line we first need to build the stage class then attach it to the controller:
Now it's time to make an instance of the controller.
Calibrating
The stepper motor controller instructs the motor how many steps to take, it doesn't know anything about the number of mm the actuator has traveled. The conversion factor of mm to steps was defined above as:
This value is correct for our hardware but you should derive it again here. For this you will need a Mitoyo measuring gauge sold by ThorLabs and an arm of some sort to clamp it to. You can clamp to the thicker portion with a 9.5 mm diameter right below the main body (see the ThorLabs CAD PDF from the link above). The arm holding the gauge can be strong, so take care not to damage the gauge by driving the stage into it.
Now set to the measuring gauge and make a note of the reading. Move the stage down by 10,000 steps:
Take a note of the reading again. The calibration value is the difference between those readings divided by 10,000. In our case:
That's very close to the value of 1.5305E-4 which we had measured previously. Enter your value as shown below and return the max pos to a safe value
Your Z-jack should now be calibrated.
Ensure repeatability is good
Confirm that the stage moves as expected by taking a few 1 mm steps and reading the value of the gauge:
Ignore a value obtained right after a change of direction. To confirm that the referencing is repeatable you should move to an absolute position (10 mm in the following example), place the gauge at that point and take a reading, then reference the stage and move back there.
Repeat the above two or three times. The readings at the start and end should match pretty closely. If the readings are about 100 microns out, that is likely OK.
Last updated