LogoLogo
  • Overview
    • Introduction
      • Git-Based Source Control
      • DeviceLink
    • System Requirements
    • Supported Vendors and Device Types
    • Glossary
  • Git-Based Source Control
    • Getting Started
      • Planning
      • Initial Setup
        • Migrations
    • Basic Tasks
      • Navigation
        • Home page
        • Exploring the Web App
        • Exploring the Desktop App
      • Configuration
        • Creating Repositories
        • Creating Templates
        • Cloning Repositories
      • Operations
        • Pulling
        • Committing
        • Pushing
        • Managing History
        • Binary & Large Files
    • Advanced Tasks
      • Branching
        • Branch Protections
      • Pull Requests & Code Review
        • Contributors
        • Reviewers
      • Merging
    • Additional Features
      • Topics
      • Issues
        • Milestones
        • Labels
        • References and Links
      • Wiki
      • Tags & Releases
      • Webhooks
      • Activity
    • Administration
      • Org Settings
      • User Management
        • External Identity Management (SSO + SCIM)
      • Teams & Permissions
        • Permissions by Account Type
      • Registration & Billing
      • Repo Settings
      • Desktop App Options
      • Profile and Settings
        • Notifications
        • Two-Factor Authentication (2FA)
    • Supported Vendors
      • ABB
      • Beckhoff
      • B&R Automation
      • CODESYS
      • Inductive
      • Lenze
      • Rockwell
        • RSLogix 500
        • RSLogix 5000
        • Studio 5000 Logix Designer
      • Schneider
        • Control Expert
        • Machine Expert
      • Siemens
        • Siemens Step7 TIA Portal
        • Siemens Step7 5.x
      • WAGO
    • Integrations
      • Discord
      • Jira
      • Microsoft Teams Connectors
      • Slack
      • Zapier
      • Microsoft Teams Workflows
  • DeviceLink
    • Getting Started
      • Architecture
      • Planning & Installation
    • Sites and Agents
      • Sites
        • Site Settings
        • File Lists
        • Graphs and Metrics
      • Agents
        • Creating a Site-Based Agent
        • Creating a Multi-Site Agent
    • Projects and Devices
    • Vendor Configuration
      • Beckhoff TwinCAT 3
      • CODESYS v3
      • Copia FTP
      • Copia sFTP/SCP
      • Copia Scripting
      • FANUC Robots
      • Rockwell RSLogix 500
        • Smart Filter
      • Rockwell Studio/RSLogix 5000
        • Smart Filter
      • Rockwell PanelView ME HMI
      • Schneider Control Expert
      • Siemens Step7 TIA Portal
      • Siemens Step7 5.x
    • Jobs
      • Job Navigation
      • Creating Jobs
      • Managing Jobs and History
      • Manual Backups
      • Pull Requests
    • Additional Features
      • Webhooks
      • Copia Import Tool
        • Getting Started
        • Preparing your data
        • Importing your data
        • Rolling back a prior import
    • Administration
      • Teams
      • Permissions
      • Notifications
  • Copilot
    • Copia Copilot
    • Getting Started
    • Using Copia Copilot
  • Copilot FAQ
  • Support
    • Best Practices
    • FAQs
      • Git-Based Source Control
        • Troubleshooting
      • DeviceLink
        • Troubleshooting
Powered by GitBook
On this page
  • Overview
  • Control Expert Topology Manager
  • Configuration
  • Graphical Display and Differences
  • General
  • Supported Types
  • View Options
  • Rung Commenting for Code Review

Was this helpful?

  1. Git-Based Source Control
  2. Supported Vendors
  3. Schneider

Control Expert

PreviousSchneiderNextMachine Expert

Last updated 2 days ago

Was this helpful?

Overview

Copia provides support for Schneider Control Expert (Classic) v14.1-v15.3, with advanced feature support for the following:

Control Expert Topology Manager

This software which was released in version 15.1 is launched using the Control Expert icon on the desktop. The Schneider Control Expert editor is now launched using the Control Expert Classic icon.

When using the Control Expert Topology Manager, it will launch the Control Expert editor to create and edit the project files (STU) in a similar manner, and these STU files are supported by Copia, in a similar manner. It has been observed that the location of these STU files may be in the user AppData folders of the local system. As such, it may be required to adjust repo locations to accommodate these locations, unless the locations can be modified. At this time, Copia does not provide additional guidance or support for the database, server or additional features provided by Topology Manager.

Configuration

Copia supports Schneider Control Expert files, with .STU as the standard and preferred working file format. You can alternatively use either .XEF or .ZEF formats, which may decrease file conversion times. Archive .STA files are also supported, though using these files during development is generally not or Copia as they don't contain the database file and are less performant that .STU files.

Copia also has support for rendering of Exported Unity FBD Section files using the .XBD format. Support for .XLD, .XIL, and .XST files is coming soon.

To get set up, simply store the file in a Copia repository. Once you perform the appropriate operations, you'll be able to see your project file and all of its data from both the Web App and Desktop App.

The .gitignore file in your local repository will be automatically updated to ignore both .BAK and .ZTX file types.

Graphical Display and Differences

General

When the exported 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 for graphical rendering and diffing:

  • Ladder (LAD)

  • Structured Text (ST)

  • Function Block Diagram (FBD)

Changes to additional languages and configurations are displayed in XML to easily identify changes.

If you want to display the logic and changes to protected data, password protection and encryption must be removed or disabled. Otherwise, these items will appear as inaccessible.

View Options

There are several options you can manage while viewing your Schneider Control Expert files in Copia.

  • Show File Content

    This allows you to see the files included in the .STU or .STA files directly, giving you access to the DTM topology file and more

  • Show Unmodified Items

    This setting affects the tree view, and if enabled will display the items that are not modified

  • Show XML

    This displays the difference in a direct XML text-based compare

The View Options dropdown on the left affects items in the project tree, while the one on the right controls more specific viewing settings for items that are in a focus state.

Rung Commenting for Code Review

Copia supports rung commenting for Schneider Control Expert (classic) editor files for both Ladder 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.

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

The product version in the video may be older than the current release, but the process is still applicable.

recommended by Schneider Electric
Graphical Display and Differences
Rung Commenting for Code Review
commit and push