Create a virtual cell and configure it
Open the home screen
Open your cloud instance via the Developer Portal or type in your physical instance's/virtual instance's IP address to access the home screen. Get an overview on the home screen and its functionalities here.
Create a cell in the settings
- Open the settings app.
- Open the "Cell" tab.
This is the cell on your instance to which the desired robots and communication with other devices or extensions can be established.
Add a robot to your cell
If you want to start using the Wandelbots API, do so now and add a robot via the Wandelbots NOVA API.
OR add a robot to your cell in the settings:
- Click "+" to add a cell object to your cell.
- Select "Robot" from the dropdown menu.
- Select the robot type: virtual or physical.
ℹ️
Adding a physical robot will only work after successful robot commission.
Virtual robot
- Select the desired manufacturer.
- Select the desired robot model.
- Name your robot.
- Click on
Add robot
.
Physical robot
Adding a Fanuc, UR and Yaskawa as physical robot to the cell requires the following steps:
- Select the desired manufacturer.
- Name your robot.
- Enter the robot's IP address or host name.
ℹ️
Ensure that the UR's control mode is set to Remote Control. More information in the original manufacturer's user manual.
- Click on
Add robot
.
To add an ABB, follow these steps including the original robot control panel:
- Select the desired robot model and name the robot.
- Enter the IPC's LAN-1 port's IP address as the EGM Server IP address.
The EGM Server port is automatically displayed. - Enter the X2 port's (service port) IP address as the host that you've gathered during the physical robot setup.
- Do not tap "Add robot"!
- Set the robot to one of the operating modes: Manual or automatic.
- Set the robot controller's key switch to manual operating mode.
- In the settings, tap "Add robot". Keep the original robot control panel at hand.
Wandelbots NOVA is now configuring the robot controller. During the configuration, you have to grant writing rights via the original robot control panel. - Grant every writing rights request on the original robot control panel.
Upon successful configuration, the robot controller will be restarted automatically.
Program your robot in the RobotPad!
We recommend to get yourself familiar with Wandelscript first. The best way to do so is to open the RobotPad and try out this simple example:
pose = (100, 200, 300, 0, pi, 0)
move via p2p() to pose
Don't hesitate to ask the AI assistant for Wandelscript recommendations and try out our multi-robot Wandelscript example.
Optional: Add OPC UA to the cell
You can now communicate with an OPC UA server in your cell.
Clone robot setups
Create a virtual clone of virtual or physical robots already configured in the cell.
Creating a virtual clone of a physical robot is useful when you want to continue working without being connected to the physical robot, e.g. for testing, offline usage, or non-realtime usage of controllers for simulation.
- Open the settings app and go to the "Cell" tab.
- Select the desired controller and click on "Clone robot".
A pop-up is displayed. - Click "Clone" to start the cloning process.
After the cloning process is complete, the clone is now available in your cell.