Holding Register Commands

Command 101: Start Mech-Vision Project

This command starts the running of the Mech-Vision project, which executes image capturing and performs vision recognition.

If the project works in the eye-in-hand mode, the robot pose for image capturing needs to be transmitted by this command into the project.

This command is for scenarios using only Mech-Vision.

Command Sent

Parameter

Address

Command code 101

1

Project number

4

Expected number of vision points

3

Robot pose type

2

Robot pose

6–11 (JPs) or 12—17 (flange pose)

Project number

The integer ID number of the Mech-Vision project in Mech-Center, i.e., the number shown on the left of the project path in Deployment Settings ‣ Mech-Vision in Mech-Center. The number can be adjusted by dragging the projects.

Expected number of vision points

The number of vision points (i.e., vision poses and their corresponding point clouds, labels, indices, etc.) to expect Mech-Vision to output.

  • 0: Get all the vision points from the Mech-Vision project’s recognition results.

  • integers > 0: Get the specified number of vision points.

    • If the total number of vision points is smaller than the parameter value, all the available vision points will be returned.

    • If the total number of vision points is greater than or equal to the parameter value, vision points in the quantity of the parameter value will be returned.

Note

The command to obtain the vision points is command 102. Due to the limit that a maximum of 20 vision points can be obtained by executing command 102 at a time, after executing command 102 for the first time, one of the parameters returned will indicate whether all the vision points requested have been returned; if not, please repeat executing command 102.

Robot pose type

This parameter indicates the type of the image-capturing pose of the real robot to input to Mech-Vision.

  • 0: No robot pose needs to be transmitted by this command. If the project works in the eye-to-hand mode, then image capturing has nothing to do with the robot’s pose, so no robot image-capturing pose is needed by Mech-Vision.

  • 1: The robot pose transmitted by this command is JPs.

  • 2: The robot pose transmitted by this command is a flange pose.

Robot pose

This parameter is the robot pose needed when the project works in the eye-in-hand mode.

The robot pose is either JPs or flange pose, according to the setting of the parameter robot pose type.

Data format: 6 Float type numbers.

Data Returned

Parameter

Address

Status code

100

Stauts code

If there is no error, status code 1102 will be returned. Otherwise, the corresponding error code will be returned.

Command 102: Get Vision Target(s)

This command gets the vision targets, i.e., robot TCPs to reach the object poses contained in the vision points, after executing command 101.

Mech-Center automatically transforms the object poses in the vision points to their corresponding robot TCPs. The process is as follows:

  • Rotate the poses around their Y axes by 180 degrees.

  • Determine whether the definition of the reference frame used by the robot model involves robot base height, and add a vertical offset accordingly.

Note

By default, command 102 can only fetch at most 20 targets at a time. Therefore, command 102 may need to be repeatedly executed until all the targets required are obtained.

Command Sent

Parameter

Address

Command code 102

1

Project number

4

Project number

The integer ID number of the Mech-Vision project in Mech-Center, i.e., the number shown on the left of the project path in Deployment Settings ‣ Mech-Vision in Mech-Center. The number can be adjusted by dragging the projects.

Data Returned

Parameter

Address

Status code

100

Data transmission status

101

Number of targets

102

Reserved field

/

All target poses obtained this time

104

All labels obtained this time

584

Status code

If there is no error, status code 1100 will be returned. Otherwise, the corresponding error code will be returned.

After executing this command, if the results from Mech-Vision have not been returned, Mech-Center will wait before sending the results to the robot. The default wait time is 10 seconds. If a timeout occurs, the timeout error status code will be returned.

Data transmission status

This parameter indicates whether the data returned is new and can be read.

1: The returned data is new and can be read.

Note

After the newly returned data is read, reset this parameter to 0.

Number of targets

The number of targets obtained by executing this command this time.

Reserved field

This field is not used.

The value defaults to 0.

All target poses obtained this time

The information contained in a single target includes pose coordinates (XYZ) and orientation Euler angles (ABC).

All labels obtained this time

The integer label assigned to the pose. If in the Mech-Vision project, the labels are strings, they need to be mapped to integers before outputting from the Mech-Vision project using Step Label Mapping. If there are no labels in the Mech-Vision project, the label defaults to 0.

Command 103: Switch Mech-Vision Recipe

This command switches the parameter recipe used by the Mech-Vision project.

In Mech-Vision, you can change the settings of a group of parameters by switching the parameter recipe.

Parameters involved in recipe switching usually include point cloud matching model, image matching template, ROI, confidence threshold, etc.

This command needs to be used before executing command 101 which starts the Mech-Vision project.

Command Sent

Parameter

Address

Command code 103

1

Project number

4

Recipe number

5

Project number

The integer ID number of the Mech-Vision project in Mech-Center, i.e., the number shown on the left of the project path in Deployment Settings ‣ Mech-Vision in Mech-Center.

Recipe number

The ID number of the parameter recipe to switch to, i.e., the number on the left of the parameter recipe name in Project Assistance ‣ Parameter Recipe ‣ Parameter Recipe Editor in Mech-Vision.

Recipe number range: 1—99.

Data Returned

Parameter

Address

Status code

100

Status code

If there is no error, status code 1107 will be returned. Otherwise, the corresponding error code will be returned.

Command 201: Start Mech-Viz Project

This command is for scenarios using both Mech-Vision and Mech-Viz.

This command starts the running of the Mech-Viz project, calls the corresponding Mech-Vision project, and lets the Mech-Viz project plan the robot path based on the vision points from Mech-Vision.

For the Mech-Viz project that needs to be started, the option Autoload needs to be checked in Mech-Viz’s interface.

Please see Example Mech-Viz Projects for Standard Interface for the description of example Mech-Viz projects.

Command sent

Parameter

Address

Command code 201

1

Robot pose type

2

Robot pose

6

Pose type

0:

  • The current pose of the robot is not needed by Mech-Viz and no pose will be sent.

  • If the project works in the eye-to-hand mode, no robot image-capturing pose will be needed by the project.

  • In Mech-Viz, the simulated robot will move from the initial pose JPs = [0, 0, 0, 0, 0, 0] to the first target in the planned path.

1:

  • The robot pose will be sent in the form of JPs.

  • In Mech-Viz, the simulated robot will move from the input initial pose (i.e., the pose sent by this command) to the first target in the planned path.

Note

If in the scene, there are barriers that stand in the way from the initial pose JPs = [0, 0, 0, 0, 0, 0] to the first target in the planned path, the pose type must be set to 1.

Robot pose

The current JPs of the real robot (if pose type is set to 1).

Data Returned

Parameter

Address

Status code

100

Status code

If there is no error, status code 2103 will be returned. Otherwise, the corresponding error code will be returned.

Command 202: Stop Mech-Viz Project

This command stops the running of the Mech-Viz project. This command is needed only when the Mech-Viz project fall into an infinite loop or cannot be stopped normally.

Command Sent

Parameter

Address

Command code 202

1

Data Returned

Parameter

Address

Status code

100

Status code

If there is no error, status code 2104 will be returned. Otherwise, the corresponding error code will be returned.

Command 203: Select Mech-Viz Branch

This command specifies which branch the project should run along. For this command, the branching is implemented by a branch_by_msg Task, and this command selects the branch by specifying an exit port of the Task.

Before executing this command, the Mech-Viz project needs to be started by executing command 201.

When the Mech-Viz project runs to the branch_by_msg Task, it will wait for command 203 to specify which exit port of the Task, i.e., the branch, the project should run along.

Command Sent

Parameter

Address

Command code 203

1

Branching Task ID

30

Exit port number

31

Branching Task ID

The Task ID of the branch_by_msg Task.

This parameter is for specifying which branch_by_msg Task the branch selection should apply to.

The Task ID can be read in the Task’s parameters.

Exit port number

This parameter is for specifying which exit port of the specified Task, i.e., the branch, the project should run along. The value should be an integer ([1, N]).

Note

An exit port number is the 1-based index of the specified exit port on the Task. For example, if the specified exit port is the second exit port of the Task from left to right, the exit port number is 2.

Data Returned

Parameter

Address

Status code

100

Status code

If there is no error, status code 2105 will be returned. Otherwise, the corresponding error code will be returned.

Command 204: Set Move Index

This command is for setting the index parameter of a Task that involves sequential or separate motions or operations.

Tasks with index parameters include move_list, move_grid, custom_pallet_pattern, smart_pallet_pattern, etc.

Before executing this command, command 201 needs to be executed to start the Mech-Viz project.

Command Sent

Parameter

Address

Command code 204

1

Task ID

32

Index value

33

Task ID

This parameter specifies which Task the index setting should apply to.

The Task ID can be read in the Task’s parameters.

Index value

The index value that should be set the next time this Task is executed.

When this command is sent, the current index value in Mech-Viz will become the parameter value minus 1.

When the Mech-Viz project runs to the task specified by this command, the current index value in Mech-Viz will be increased by 1 to become the parameter’s value.

Data Returned

Parameter

Address

Status code

100

Status code

If there is no error, status code 2106 will be returned. Otherwise, the corresponding error code will be returned.

Command 205: Get Planned Path

This command gets the robot motion path planned by Mech-Viz after command 201 is executed to start the Mech-Viz project.

Note

By default, command 205 can only fetch at most 20 targets of the planned path at a time. So, command 205 may need to be executed repeatedly until all the targets required are obtained.

Note

If one of the targets in the path is not supposed to be sent to the robot, please clear the parameter “Send Target” checkbox of the corresponding move-type Task.

Command Sent

Parameter

Address

Command code 205

1

Target type

2

Target type

This parameter specifies the type of path targets to return from Mech-Viz.

  • 1: The targets returned should be in JPs.

  • 2: The targets returned should be in TCP.

Data Returned

Parameter

Address

Status code

100

Data transmission status

101

Number of points

102

Position of “visual_move”

103

All target poses sent this time

104

All target labels sent this time

584

All target velocities sent this time

624

Status code

If there is no error, status code 2100 will be returned. Otherwise, the corresponding error code will be returned.

Note

When executing this command, if Mech-Viz has not yet had the planned robot motion path (the project is still running), Mech-Center will wait. The default wait time is 10 seconds. If a timeout occurs, a timeout error code will be returned.

Data transmission status

This parameter indicates whether the data returned is new and can be read.

1: The returned data is new and can be read.

Note

After the newly returned data is read, reset this parameter to 0.

Number of points

This parameter indicates the number of path targets ([pose, label, velocity]) sent by executing this command this time.

Default range: 0 to 20.

Position of “visual_move”

The position of the visual_move Task, i.e., the move to the vision pose (usually the pose for picking the object) in the entire robot motion path.

For example, if the path is composed of Tasks move_1, move_2, visual_move, move_3 sequentially, the position of visual_move is 3.

If in the path there is no visual_move Task, the returned value will be 0.

Pose

Cartesian coordinates (XYZ) and Euler angles (ABC), or JPs, according to the pose type set by command 205.

Label

Label is the integer label assigned to the pose. If in the Mech-Vision project, the labels are strings, they need to be mapped to integers using Step Label Mapping before outputting from the Mech-Vision project. If there are no labels in the Mech-Vision project, the label defaults to 0.

Velocity

The non-zero velocity parameter percentage value for the move-type Task set in Mech-Viz.

Command 206: Get DO List

This command gets the planned DO signal list when there are multiple grippers, such as suction cup sections, to control.

For using this command:

In the parameters of the “set_do_list” Task:

  • Check “StandardInterface” under “Receiver”

  • Check “Get DO List from VisualMove”

  • Select a “visual_move” Task that needs the DO signal list at the bottom of the parameter panel

Before calling this command, command 205 needs to be executed to obtain the planned motion path by Mech-Viz.

Please deploy the Mech-Viz project based on the template project at /Mech-Center/tool/viz_project/suction_zone, and set the suction cup configuration file in the Mech-Viz project.

Command Sent

Parameter

Address

Command code 206

1

Data Returned

Parameter

Address

Status code

100

DO signal values

704

Status code

If there are no errors, status code 2102 will be returned. Otherwise, the corresponding error code will be returned.

DO signal value

There are 64 DO signal values, in integers.

Range of valid DO values: [0, 999].

Placeholder value: -1.

Command 501: Input Object Dimensions to Mech-Vision

This command is for dynamically inputting object dimensions into the Mech-Vision project.

Please confirm the actual object dimensions before running the Mech-Vision project.

The Mech-Vision project should have the Read Object Dimensions Step, and the Step’s parameter Read Object Dimensions from Parameters should be set to True.

Command Sent

Parameter

Address

Command code 501

1

Project number

4

[length, width, height]

34

Project number

The integer ID number of the Mech-Vision project in Mech-Center, i.e., the number shown on the left of the project path in Deployment Settings ‣ Mech-Vision in Mech-Center.

Length, height, width

The object dimensions to input to the Mech-Vision project.

These values will be read by the Read Object Dimensions Step.

Unit: mm

Data Returned

Parameter

Address

Status code

100

Status code

If there is no error, status code 1108 will be returned. Otherwise, the corresponding error code will be returned.

Command 502: Input TCP to Mech-Viz

This command is for dynamically inputting robot TCP into the Mech-Viz project.

The Task that receives the robot TCP is outer_move.

Please deploy the Mech-Viz project based on the template project at /Mech-Center/tool/viz_project/outer_move, and put the outer_move Task to a proper position in the workflow.

This command needs to be executed before executing command 201.

Command Sent

Parameter

Address

Command code 502

1

Robot TCP

40

Robot TCP

The TCP data used to set the target for the Task outer_move.

Data Returned

Parameter

Address

Status code

100

Status code

If there is no error, status code 2107 will be returned. Otherwise, the corresponding error code will be returned.

Command 901: Get Software Status

This command is designed for checking the software running status of Mech-Vision, Mech-Viz, and Mech-Center. At present, this command only supports checking whether Mech-Vision is ready for running the project.

Command Sent

Parameter

Address

Command code 901

1

Data Returned

Parameter

Address

Status code

100

Status code

Software status. 1101 means the Mech-Vision project is ready to run. Other codes mean the project is not ready.

Command 999: Clear Register Data

This command is used to clear the data in the registers.

Command Sent

Parameter

Address

Command code 999

1

Data Returned

Parameter

Address

Status code

100

Status code

If there is no error, status code 3103 will be returned. Otherwise, the corresponding error code will be returned.