# ABB

### Overview

Copia provides support for **ABB Automation Builder v2.5**, with advanced feature support for the following:

* [Graphical Display and Differences](#graphical-display-and-differences)
* [Rung Commenting for Code Review](#rung-commenting-for-code-review)

### Configuration

Copia supports ABB Automation Builder project files, with rendering for `.project` , `.library` and `.export` files.

#### Configuring Project Files (recommended)

Since `.project` and `.library` files are the standard working files, it is the recommended format for storage in Copia.

To get set up, simply store the file in a Copia repository. Once you perform the appropriate [commit and push](https://docs.copia.io/docs/basic/making-changes/saving-changes#commit--push-a-change) operations, you'll be able to see your project file and all of its data from both the Web App and Desktop App.

#### Configuring Export Files

You can alternatively choose to generate, `.export` files from Automation Builder by clicking the *Export* button under the *Project* dropdown.

![](https://3704730939-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4lSQNVI3DZ15V7kjkMCA%2Fuploads%2FjKTnoGcrdrXEra3olYT2%2FABB_ExportOption.png?alt=media\&token=d69d6ba7-d0dd-4abb-9272-1a98c0d8d110)

While you can export a subset of your project, we recommend that you export everything. Highlight all content and press *OK* to continue.

![](https://3704730939-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4lSQNVI3DZ15V7kjkMCA%2Fuploads%2FpBtYt4pxs5MenumFMnGq%2FABB_ExportDialog.png?alt=media\&token=a6ac6aaf-ea1c-4c43-8d08-f9cbbbba4cc5)

Export your exported project file as a `.export` and save it to the repository folder. Once you perform the appropriate [commit and push](https://docs.copia.io/docs/basic/making-changes/saving-changes#commit--push-a-change) operations, you'll be able to see your project file and all of its data from both the Web App and Desktop App.

### Graphical Display and Differences

#### General

When the project file is selected in the Web App or Desktop App, Copia displays the project tree structure in a way that's familiar to users of CODESYS-based software. This way, you can easily navigate to a project item or identify differences.

![](https://3704730939-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4lSQNVI3DZ15V7kjkMCA%2Fuploads%2FmupVR2soggRfBqUGSpdo%2FABB_GraphicalDisplay.png?alt=media\&token=85a301d9-b2af-49bd-af48-5208fb222a5f)

#### Supported Types

The following .`export` types are supported in graphical, text, or enhanced output:

* Ladder (LAD)
* Function Block Diagram (FBD)
* Sequential Function Chart (SFC)
* Structured Text (ST)
* Tasks
* UDT
* Global Variable List
* Libraries

{% hint style="warning" %}
Automation Builder `.compiled-library` files are not supported for rendering at this time.
{% endhint %}

Copia also supports the following types:

* PLC Device
* Alarm Configuration
* Application
* Communication Manager
* Data Sources Manager
* DUT
* Global Variable List (tasklocal)
* Interface
* Network Variable List (Receiver)
* Network Variable List (Sender)
* Persistent Variables
* POU's to include:
  * Action
  * Method
  * Property
  * Transition
* Recipe Manager
* Task Configuration
  * Task
* Trace
* Trend Recording Manager

### Rung Commenting for Code Review

Copia supports rung commenting for Automation Builder for Ladder Logic, Function Block Diagram, and Structured Text.

Rung Commenting enhances the Code Review process once someone generates a Pull Request to merge a Branch. During the review process, users can add comments directly to the supported parts of the code.

![](https://3704730939-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4lSQNVI3DZ15V7kjkMCA%2Fuploads%2F05enSVtElLE7srGqSdDN%2FCODESYS_Review.png?alt=media\&token=4a3eedc5-17a1-4694-9cac-bdeef864e1d6)

You can watch an overview of rung commenting in the video below.

{% embed url="<https://www.youtube.com/watch?v=NNKmwXw-wfA>" %}

{% hint style="info" %}
The product version in the video may be older than the current release, but the process is still applicable.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.copia.io/docs/git-based-source-control/supported-vendors/abb.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
