https://github.com/gotwincat/twincat
Native Go Twincat V3 library.
https://github.com/gotwincat/twincat
ads ams beckhoff go golang twincat twincat3
Last synced: 5 months ago
JSON representation
Native Go Twincat V3 library.
- Host: GitHub
- URL: https://github.com/gotwincat/twincat
- Owner: gotwincat
- License: mit
- Created: 2021-02-25T21:24:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T13:06:57.000Z (over 4 years ago)
- Last Synced: 2024-06-19T16:46:24.061Z (almost 2 years ago)
- Topics: ads, ams, beckhoff, go, golang, twincat, twincat3
- Language: Go
- Homepage:
- Size: 222 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Twincat
A native Go implementation of the [Beckhoff Twincat V3 protocol](https://infosys.beckhoff.com/english.php?content=../content/1033/tc3_ads_intro/9007199370585355.html&id=5715858820912388848).
[](https://circleci.com/gh/gotwincat/twincat)
[](https://godoc.org/github.com/gotwincat/twincat)
[](https://golangci.com/r/github.com/gotwincat/twincat)
[](https://github.com/gotwincat/twincat/blob/main/LICENSE)
[](https://github.com/gotwincat/twincat/releases)
You need go1.16 or higher. We test with the current and previous Go version.
Artwork by Ashley McNamara
Inspired by Renee French
Taken from https://gopherize.me by Mat Ryer
## Quickstart
```sh
go get -u github.com/gotwincat/twincat
```
## Sponsors
The `gotwincat` project is sponsored by the following organizations by supporting the active committers to the project:
### Users
We would also like to list organizations which use `gotwincat` in production. Please open a PR to include your logo below.
## Authors
The [gotwincat Team](https://github.com/gotwincat/twincat/graphs/contributors).
If you need to get in touch with us directly you may find us on [Keybase.io](https://keybase.io)
but try to create an issue first.
## Supported Features
| Request | Supported | Notes |
|--------------------|-----------|-------|
| Read | Yes | |
| ReadState | Yes | |
| ReadWrite | Yes | |
| Write | Yes | |
| GetSymHandleByName | Yes | |
## License
[MIT](https://github.com/gotwincat/twincat/blob/main/LICENSE)