Planning

Verbotics Weld automatically generates the robot motions required to create welds for manufacturing.

Planning is performed with the following steps:

  1. Setup and configure your Verbotics Weld project ready for planning (import part, create and apply weld settings, enable/disable appropriate welds, set project options, etc.)

  2. Press the Plan button.

  3. Select how many times to attempt to plan each weld.

  4. Press the plan button.

  5. Wait for planning to complete.

Our planning algorithms are separated into two phases, planning and optimisation. The planning stage attempts to create the paths required for the weld, the optimisation stage then optimises the robot paths to avoid unnecessary motions where possible.

../../_images/planning-progress.png

Planning Settings

  • Mode Configures the planning mode between:

    • Plan and optimise welds will attempt to plan all enabled welds, then optimise when planning has been completed.

    • Plan only will only attempt to plan enabled welds. Optimisation will not occur.

    • Optimise only will optimise already planned welds. Will not attempt to plan any enabled welds that are not planned.

  • Planning attempts The number of attempts the planner will make to successfully plan a weld. A value of between 3-5 is suggested.

  • Save the project when planning is complete Verbotics Weld will save the project when planning has been completed.

Planning

Planning is performed within Verbotics Weld in the following order:

  1. Create weld paths.

  2. Create approach and retreat motions.

  3. Create calibration actions (if enabled). This includes the approach and retreat motions for each sensing action and the motions between each sensing action.

  4. Create robot motions (home to calibration, calibration to weld, weld to home etc).

  5. Paths are validated and re-checked for collision and kinematic problems.

If any of these sub-processes fail the overall weld is failed and will not be exported.

Verbotics Weld uses probabilistic techniques to plan the paths required. This means that each plan may have different results. If a certain path is not suitable it can be cleared and re-planned.

Create Weld Paths

The planner attempts to create a weld path based on the weld settings applied to that weld. The planner will stay within the bounds of the torch angles as set and attempt to produce a path close to the optimum angles set.

Create Approach and Retreat Motions

Once the weld path is complete, the approach and retreat positions are created. These have slightly different collision constraints as the weld may be in a slightly different position depending on the accuracy of the robot, the cell setup and the part.

Create Calibration Actions

Calibration actions are created if they are enabled. In this process the workpiece geometry is analysed to determine areas that can be used for touch or laser sense (laser sensing is under development) calibration. This process will fail if certain criteria are not met.

Create Robot Motions

This process in the planner creates all the motions between each action (calibration, weld, home).

Validation

The final process is to validate all paths. This will recheck all paths for collision and kinematic problems. If any are found the weld plan is marked as failed.

Optimisation

When optimising welds, Verbotics Weld will complete the following processes:

  1. Attempt to re-plan the weld in the same robot configuration as the previous weld if this setting is enabled.

  2. Attempt to unwrap any joints (robot or external) with more than 360° of rotation so it matches the previous weld.

  3. Attempt to shortcut motions paths (for example go from one weld, straight to the next if it not required to go home).

Tip

Use the Optimise only planning mode prior to generating your code. This will allow Verbotics Weld to shortcut paths and minimise the chnage in probot pose between subsequent welds.