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
  • Configuration
  • Graphical Display and Differences
  • Rung Commenting for Code Review

Was this helpful?

  1. Git-Based Source Control
  2. Supported Vendors

Beckhoff

PreviousABBNextB&R Automation

Last updated 1 year ago

Was this helpful?

Overview

Copia provides support for Beckhoff TwinCAT 3, with advanced feature support for the following:

Configuration

Copia supports Beckhoff TwinCAT 3 project files and .library library files.

To get set up, simply store the Beckhoff TwinCAT 3 project files in a project folder within 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.

Putting the Beckhoff TwinCAT 3 project in a sub-folder (and not the root) of the Copia repository allows you to more easily integrate DeviceLink operations at a later time.

Graphical Display and Differences

General

Copia provides both a graphical rendering of Ladder Logic and clear rendering of Structured Text programs for Beckhoff TwinCAT 3. For other project files with tree-based navigation, Copia provides text and/or tabular data to show changes within the project.

Supported Types

The following types are supported in graphical or enhanced output:

  • Ladder (LAD)

  • Structured Text (ST)

Copia also includes support for the following types, which may include hierarchical navigation, text, or tabular details:

  • .tsProj (TwinCAT project file)

  • .plcProj (TwinCAT PLC project file)

  • .tspProj (standalone TwinCAT PLC project file)

  • .tcTTO (PLC task object)

  • .tcDUT (PLC data type)

  • .tcIO (PLC object)

  • .tcPOU (PLC program organizational unit)

  • .tcGVL (PLC global variable list)

  • .splcProj (TwinCAT safety project file)

  • .library (library file)

In some cases, if the content of the file is modified, Copia will render the entire file, and highlight the differences.

Rung Commenting for Code Review

Copia supports rung commenting for Beckhoff TwinCAT 3 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.

Graphical Display and Differences
Rung Commenting for Code Review
commit and push