Workflow¶
Note
Contents of this topic are under maintenance. If you need more information about this topic with urgency, please contact us at docs@mech-mind.net.
This chapter introduces the process to build a workflow, which defines the core logic of a Mech-Viz project. It covers the following topics:
Introduction¶
Steps are function modules for robot programming.
You can connect different Steps based on the logic of the programs to build a workflow, and you may adjust the parameters of the Steps for better performance.
Mech-Viz provides plenty of Steps to meet the requirements of various industrial scenarios, such as robot motion control, vision system connection, vision result processing, DI/DO control, logical topology, logical judgment, picking, depalletizing, and communication.
Basic Procedures for Using Steps¶
Objective |
Description |
Search for a Step |
Enter a keyword in the search box at the top of the Step Library or look in the relevant category for the Step you want. |
Add a Step |
Drag the Step from the Step library to the graphical programming workspace. |
Delete a Step |
Select the Step you want to delete, and then press the Delete key; or right-click on the Step you want to delete and select Delete in the context menu. |
Create a Connection between Steps |
Move the cursor onto the exit port of a Step, and then drag the cursor to the entry port of another Step. |
Delete a Connection between Steps |
Click on the connection you want to delete to select it, and then press the Delete key; or select the connection and then right-click and select Delete in the context menu. |
Customize Description of the Step |
Right-click on a Step, and select Custom Description in the context menu. |
Details of Step Parameters¶
Please refer to the corresponding sections for the detailed descriptions of Step parameters.