Skip to content

Hamilton Mfx module 188049 #456

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
19 changes: 19 additions & 0 deletions pylabrobot/resources/hamilton/mfx_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,22 @@ def MFX_DWP_module_flat(name: str) -> PlateHolder:
model=MFX_DWP_rackbased_module.__name__,
pedestal_size_z=0,
)


def Hamilton_MFXmodule_tall_flat(name: str) -> PlateHolder:
"""Hamilton cat. no.: 188228 (BSZ)
Module to position a Well Plate.
"""

# Resource size is measured with caliper.
# Child location offset for x, y are measured with caliper.

return PlateHolder(
name=name,
size_x=135.0,
size_y=94.0,
size_z=216 - 18.195 - 100, # mesured using probe
# probe height - carrier_height - deck_height
child_location=Coordinate(3.0, 4.0, 209.9 - 18.195 - 100),
pedestal_size_z=0,
)