Robot » History » Revision 3
Revision 2 (Amber Herold, 04/27/2010 02:53 PM) → Revision 3/4 (Eric Hou, 06/25/2010 10:25 AM)
h1. Robot Robot node sits between robot controlling program and other Leginon acquisition sequence. Leginon Robot node communicates with the grid-loading robot controlling program to <highlights> <simplelist type="vert"> <member> check that the robot exists and is activated</member> <member> tell the robot to load/unload a specific grid</member> <member> hear from the robot when the grid loading/unloading is successful/failed</member> </simplelist> </highlights> Note: This node works only with NRAMM grid loading robot. You should modify it to suit your robot for the above functions. As long as it has the same event binding to perform the following functions, your custom node can be used with any Leginon acquisition sequence. For normal MSI application, the user select grids from exisiting grid tray in the Robot node first, then the node interacts with an acquisition sequence in Leginon application to <highlights> <simplelist type="vert"> <member> start the image acquisition sequence sequence</member> <member> recieve a notice that the acquisition sequence is completed completed</member> </simplelist> </highlights> In the case of 2nd acquisition sequence of grids with targets selected on the old grid atlas, the robot need to also <highlights> <simplelist type="vert"> <member> recieve information on which grid to be loaded loaded</member> </simplelist> </highlights> Normal MSI application Required bindings: <highlights> <simplelist type="vert"> <member> Robot - (MakeTargetListEvent) -> MosaicTargetMaker MosaicTargetMaker</member> <member> target handler such as Acquisition or TargetFilter - (TargetListDone) -> Robot Robot</member> </simplelist> </highlights> Required bindings for 2nd Pass application that re-registrate targets on the specific grid: <highlights> <simplelist type="vert"> <member> Robot - (GridLoadedEvent) -> RobotAtlasTargetFinder RobotAtlasTargetFinder</member> <member> RobotAtlasTargetFinder - (UnloadGridEvent) -> Robot Robot</member> <member> RobotAtlasTargetFinder - (QueueGridEvent) -> Robot Robot</member> </simplelist> </highlights> Additional Requirement: project database with robot grid and tray information. ______ [[RCT|< RCT]] | [[RobotAtlasTargetFinder|RobotAtlasTargetFinder >]] ______