Robot » History » Revision 3
« Previous |
Revision 3/4
(diff)
| Next »
Eric Hou, 06/25/2010 10:25 AM
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
check that the robot exists and is activated</member>
tell the robot to load/unload a specific grid</member>
hear from the robot when the grid loading/unloading is successful/failed</member>
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
start the image acquisition sequence
recieve a notice that the acquisition sequence is completed
In the case of 2nd acquisition sequence of grids with targets selected on the old grid atlas, the robot need to also
recieve information on which grid to be loaded
Normal MSI application Required bindings:
Robot - (MakeTargetListEvent) -> MosaicTargetMaker
target handler such as Acquisition or TargetFilter - (TargetListDone) -> Robot
Required bindings for 2nd Pass application that re-registrate targets on the specific grid:
Robot - (GridLoadedEvent) -> RobotAtlasTargetFinder
RobotAtlasTargetFinder - (UnloadGridEvent) -> Robot
RobotAtlasTargetFinder - (QueueGridEvent) -> Robot
Additional Requirement: project database with robot grid and tray information.
< RCT | RobotAtlasTargetFinder >
Updated by Eric Hou over 14 years ago · 3 revisions