Robot » History » Version 1
Amber Herold, 04/23/2010 10:12 AM
| 1 | 1 | Amber Herold | h1. Robot |
|---|---|---|---|
| 2 | |||
| 3 | |||
| 4 | |||
| 5 | Robot node sits between robot controlling program and other Leginon acquisition |
||
| 6 | sequence. |
||
| 7 | |||
| 8 | |||
| 9 | Leginon Robot node communicates with the grid-loading robot controlling program to |
||
| 10 | |||
| 11 | <highlights> |
||
| 12 | <simplelist type="vert"> |
||
| 13 | <member> check that the robot exists and is activated</member> |
||
| 14 | <member> tell the robot to load/unload a specific grid</member> |
||
| 15 | <member> hear from the robot when the grid loading/unloading is successful/failed</member> |
||
| 16 | </simplelist> |
||
| 17 | </highlights> |
||
| 18 | |||
| 19 | Note: This node works only with NRAMM grid loading robot. You should modify it to suit |
||
| 20 | your robot for the above functions. As long as it has the same event binding to perform the |
||
| 21 | following functions, your custom node can be used with any Leginon acquisition |
||
| 22 | sequence. |
||
| 23 | |||
| 24 | |||
| 25 | For normal MSI application, the user select grids from exisiting grid tray in the Robot |
||
| 26 | node first, then the node interacts with an acquisition sequence in Leginon application |
||
| 27 | to |
||
| 28 | |||
| 29 | <highlights> |
||
| 30 | <simplelist type="vert"> |
||
| 31 | <member> start the image acquisition sequence</member> |
||
| 32 | <member> recieve a notice that the acquisition sequence is completed</member> |
||
| 33 | </simplelist> |
||
| 34 | </highlights> |
||
| 35 | |||
| 36 | In the case of 2nd acquisition sequence of grids with targets selected on the old grid |
||
| 37 | atlas, the robot need to also |
||
| 38 | |||
| 39 | <highlights> |
||
| 40 | <simplelist type="vert"> |
||
| 41 | <member> recieve information on which grid to be loaded</member> |
||
| 42 | </simplelist> |
||
| 43 | </highlights> |
||
| 44 | Normal MSI application Required bindings: |
||
| 45 | |||
| 46 | <highlights> |
||
| 47 | <simplelist type="vert"> |
||
| 48 | <member> Robot - (MakeTargetListEvent) -> MosaicTargetMaker</member> |
||
| 49 | <member> target handler such as Acquisition or TargetFilter - (TargetListDone) -> |
||
| 50 | Robot</member> |
||
| 51 | </simplelist> |
||
| 52 | </highlights> |
||
| 53 | Required bindings for 2nd Pass application that re-registrate targets on the specific |
||
| 54 | grid: |
||
| 55 | |||
| 56 | <highlights> |
||
| 57 | <simplelist type="vert"> |
||
| 58 | <member> Robot - (GridLoadedEvent) -> RobotAtlasTargetFinder</member> |
||
| 59 | <member> RobotAtlasTargetFinder - (UnloadGridEvent) -> Robot</member> |
||
| 60 | <member> RobotAtlasTargetFinder - (QueueGridEvent) -> Robot</member> |
||
| 61 | </simplelist> |
||
| 62 | </highlights> |
||
| 63 | |||
| 64 | Additional Requirement: project database with robot grid and tray information. |