> For the complete documentation index, see [llms.txt](https://docs.copia.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.copia.io/docs/git-based-source-control/supported-vendors/schneider/controlexpert-1.md).

# Machine Expert

## Overview

Copia provides support for **Schneider EcoStruxure Machine Expert v2.0.1 - 2.2.2**, 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 <a href="#filetypes-and-storage" id="filetypes-and-storage"></a>

Copia supports Machine Expert project files, with rendering for `.project` files.

To get set up, simply store the file in a Copia repository. Upon making a change to the file, you will be able to see the change rendered in the Copia Desktop app, and once you perform the appropriate [commit and push](/docs/git-based-source-control/basic/making-changes/saving-changes.md#commit--push-a-change) operations, you'll be able to see your project file and all of its data in the Web 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 the Control Expert (classic) editor. This way, you can easily navigate to a project item or identify differences.

### Supported Types

The following types are currently supported.

* Ladder (LAD)
* Function Block Diagram (FBD)
* Sequential Function Chart (SFC)

In addition, as Machine Expert utilizes the CODESYS framework, the other types of objects that are supported by Copia (listed here: <https://docs.copia.io/docs/git-based-source-control/supported-vendors/codesys#supported-types>) are supported for Machine Expert.

## Rung Commenting for Code Review

Copia supports rung commenting for Schneider Machine Expert editor files for both Ladder and Function Block Diagram.

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.

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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.copia.io/docs/git-based-source-control/supported-vendors/schneider/controlexpert-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
