Warning

You are reading an old version of this documentation. If you want up-to-date information, please have a look at 4.2 .

prepare_part

Parameters

  • None

Returns

Description

Prepare one or more parts from EYE+, prepared parts can be retrieved later using the command get_part. This command has the same behavior as get_part except that it does not send part coordinates and it does not have a timeout.

The purpose of this command is to fill the list of good candidates so that the get_part command does not need to take an image or make the Asycube vibrate on the next call. This can be done while your robot is performing another task outside of the camera’s field of view.The goal is to save time in the production cycle.

Tip

This command is usually called when the robot is moving out of the field of view.

The prepare_part command stops when

Note

If a can_take_image false is sent, it will wait until a can_take_image true is sent to resume operation.

Note

Calling prepare_part will not block the socket until the requested amount of part is available. It will try to prepare the requested amount of parts in the background.

As for get_part, the number of part prepared can be changed using the part_quantity parameter (refer to Table 27). This parameter is set to 1 by default.

Note

Notice that changing part_quantity must be done before calling prepare_part. Changing part_quantity will only be effective starting from new calls to prepare_part.

Usage example

set_parameter part_quantity 2
200
prepare_part
200
get_part
200 x=0.123456 y=0.111111 rz=0.999999 x=0.456789 y=0.222222 rz=0.999999