├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 Federico Barresi 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome TwinCAT 2 | 3 | [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 4 | 5 | A curated list of awesome TwinCAT software an tools 6 | 7 | Your contributions are always welcome! 8 | 9 | - [Awesome TwinCAT](#awesome-twincat) 10 | - [Functions](#functions) 11 | - [Tools](#tools) 12 | - [Testing](#testing) 13 | - [Tutorials](#tutorials) 14 | 15 | ## Functions 16 | 17 | * [BeckhoffHttpClient](https://github.com/fbarresi/BeckhoffHttpClient) Http/Https REST Client implementation (like TF6760). 18 | * [BeckhoffJsonReadWriter](https://github.com/fbarresi/BeckhoffJsonReadWriter) Read and write json file from a Beckhoff PLC (like TF6020). 19 | * [BeckhoffS7Client](https://github.com/fbarresi/BeckhoffS7Client) S7 PLC communication library. 20 | 21 | ## Tools 22 | 23 | * [TwinCatAdsTool](https://github.com/fbarresi/TwinCatAdsTool) Analyse and management tool for every TwinCAT PLC. 24 | * [AdsRemote](https://github.com/nikvoronin/AdsRemote) High-level interface for TwinCAT.Ads. 25 | * [TcBlack](https://github.com/Roald87/TcBlack) Opnionated code formatter for TwinCAT. 26 | 27 | ## Testing 28 | 29 | * [TcUnit](https://github.com/tcunit/TcUnit) an xUnit testing framework for Beckhoff TwinCAT3. 30 | * [SoftBeckhoff](https://github.com/fbarresi/SoftBeckhoff) Customizable simulated PLC. 31 | 32 | ## Tutorials 33 | --------------------------------------------------------------------------------