5. Finalising the Cell

Cell Editor Walkthrough

This tutorial is part 5 of a 5-part walkthrough on creating your first cell in the verbotics cell editor. It acts as an introductory guide to cell editor, and it is recommended you complete all 5 walkthrough videos before viewing the proceeding tutorials.

In this tutorial we will exploring the final steps required to finalise our cell so it can be exported and used in Verbotics Weld.

Prerequisites and Resources

This walkthrough only requires the cell you completed in part 4 of the walkthrough, a backup of this cell is available here.

Video Tutorial

Step by Step Guide

Introduction

In this tutorial, we’ll be guiding you through the finalising your completed cell to be ready to use in verbotics. Make sure you’ve completed up to tutorial 4 of the Cell Editor Walkthrough, as we’ll be continuing on from the end of that tutorial.

Step 1: Adding Home States

Start by opening the cell problems widget, which you can find at the bottom of your application represented by a warning icon stating a number of problems.

This widget indicates any major issues detected with the cell, and provides information on the issue.

cell problems

Problems Detected with the Cell

At this point, if you’ve correctly followed along with the last 4 parts of this walkthrough, you should find there’s only one issue found with the cell which is labelled “Home Group does not exist”. This is because while you specified which joints were the robot in part 1, you need to also specify a home state for the robot.

Creating a Home State

Open the model configuration and go to the robot, down the bottom you’ll see two empty textboxes. One for the robot’s joint group, and one for the joint state. While you’ve already created the robots joint group, you still need to create the group state.

home input boxes

Model Configuration Home State

Return back to the viewer, and with the Robot joint group selected, go ahead and click the create group state button. Group states allow you to specify a set of jog positions for all revolute/prismatic joints within the selected group. Using this, you can create a custom home position for the robot.

Select the newly created group state, when you do this you’ll notice sliders for each joint appear in the properties pane. Similar to how you jog the robot, you can adjust these sliders to the preferred position to be set as the home state.

By default, you won’t be able to see a preview of the robots home position when adjusting these sliders. To enable this, click the pin icon pin icon next to every slider you want to preview.

Now, adjust each slider until you are satisfied with the home position.

Once complete, return back to the Model configuration and set the robot and state options to the robots joint group and group state respectively.

state properties

Robot State Sliders

Step 3: Creating a Task

Note

Step 3 is only necessary for creating cells for use in Verbotics Weld 2025 or newer releases. If you’re creating cells for a legacy build, you can skip this step but you will need to make sure to set your cell format to 0.1x in the general model configuration settings.

With the introduction of support for multi-robot and multi-station cells in Verbotics Weld 2025, the model configuration of your cell now needs to specify the different combinations of robots and workstations the cell that will be used to complete welds.

To do this, the model configuration window now includes the ability to create Tasks. Tasks allow you to identify a robot, and a workstation it will control for welding projects. Multiple tasks can be active in a cell at a time, however a workstation can only be controlled by a single robot at any given time.

As such, while you can create multiple tasks for the different robots attached to the same positioner, only one task per station can be active at any given time.

create task

Creating a New Task

For the cell in this tutorial, it only uses a single robot and a single workstation. Therefore, it only requires a single task to be created.

To create a task, you’ll need to do the following:

  1. Select Tasks from the left column in the Model Configuration menu.

  2. Create a new task by clicking the Add Task button at the bottom of the left column.

  3. In the new task’s General properties, specify a name and select the cell’s robot and station in the relevant drop down boxes.

  4. Click save to add the task to your cell.