Files
Даниил Грабарь 79d88db930 Add documentation for KUKA Sunrise features and programs
- Created a new document for the Station interface, detailing its menu structure, process data, safety functions, frames, and smartPAD function buttons.
- Added a document for RobotPowerControl, explaining its purpose for safely shutting down or restarting the KUKA Sunrise Cabinet controller.
- Introduced ServerFriRos2 documentation, outlining its role in establishing an FRI connection between the KUKA LBR iiwa and a ROS 2 computer.
- Documented the TeachKuka application, which allows manual teaching of the KUKA LBR iiwa, including position capturing and trajectory recording.
- Added an overview of Sunrise Workbench, including installation instructions for Windows and Linux.
- Created a section on installing a Windows compatibility tool (PortProton) on Linux.
- Documented the installation process for SunriseWorkbench on Linux using PortProton.
- Added installation instructions for SunriseWorkbench on Windows.
- Created troubleshooting documentation for configuration errors and SSL errors during installation.
- Implemented a hook to generate the shared PDF only during the default-language build.
2026-08-13 18:01:59 +03:00

31 lines
1.5 KiB
Markdown

# Loading a project from the controller
This section explains how to import an existing project directly from the KUKA controller into SunriseWorkbench.
!!! note "Prerequisite"
Make sure that SunriseWorkbench is installed and running. See the [Windows](../sun_install/windows.md) and [Linux](../sun_install/linux/linux.md) installation guides.
## Starting the project import wizard
In the main SunriseWorkbench window, click **New Sunrise Project**.
![Main SunriseWorkbench window](../assets/config/new-project/step-01.png)
In the dialog that opens, select **Load project from controller** and enter the IP address of the KUKA Sunrise Cabinet controller.
![Controller connection dialog](../assets/config/load-config/step_01.png)
!!! info "Controller IP address"
The default controller IP address is `172.31.1.147`. If the controller has been reconfigured, enter its current address. This configuration uses `192.168.21.147`. To find the current address, see [Station configuration](../kuka/features/station.md).
Click **Next** to begin downloading the project from the controller.
![Project download process](../assets/config/load-config/step_02.png)
When the download is complete, the imported project appears in the SunriseWorkbench project tree. In this example, the project is named `SunriseProject`.
![Imported project in the workspace](../assets/config/load-config/step_03.png)
!!! tip "Next step"
All required libraries must be installed for full robot operation. See [Installing libraries](libraries.md).