Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<div id="google_translate_element"></div>

# Changelog
## [Vnext]
### Changed
- Neuste Minor Beckhoff ADS Library 7.0.172 wird verwendet (mit der Hoffnung bessere Kompatibilität unter Linux ohne TwinCAT Installation zu erreichen)
- [Beckhoff:](https://infosys.beckhoff.com/content/1033/tc3_ads.net/21454100235.html) Added support for unix domain sockets for local communication (TwinCAT 4026 and above)
- [Beckhoff:](https://infosys.beckhoff.com/content/1033/tc3_ads.net/21454100235.html) Integrated support for implementing customized AdsServers (AdsServer and AdsSymbolicServer)
- AdsRouter in log4TC integriert um die Kommunikation mit TwinCAT Systemen auch ohne direkte TwinCAT Installation zu ermöglichen (z.B. unter Linux oder in Docker Containern). Siehe Beispiel `influx_on_beckhoff-rt-linux`

## [26.04.26]
### Added
- Verbesserter Linux Support durch Bereitstellung Debian **.deb** Paket. Siehe Anleitung [Linux Installation](https://mbc-engineering.github.io/log4TC/reference/installation.html#linux-installation)
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Folgende Voraussetzungen haben die beiden Komponenten:
**log4TC TwinCat 3 Bibliothek**

* [TwinCat 3 (min. 4024.00)](https://www.beckhoff.com/de-de/support/downloadfinder/suchergebnis/?download_group=725136885)
* Verwende die korrekte Bibliohtek-Version passend zu deiner TwinCAT Version (4024 oder 4026).
* Verwende die korrekte [Bibliothek](https://github.com/mbc-engineering/log4TC/releases/latest)-Version passend zu deiner TwinCAT Version (4024 oder 4026).

**log4TC Service**

Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Log4TC besteht aus zwei Teilen, einer SPS-Bibliothek und einen Windows-Service.
* Unterstützung von Context-Eigenschaften auf verschiedenen Ebenen
* Performant und Modular
* Kostenlose Testversion verfügbar
* Lizenzierung über Beckhoff-Mechanismus in Dongle, Klemme oder PC
* Unbegrenzte Ausgabemöglichkeiten (Textdatei, Datenbank, Cloud, usw.)

## Ausgaben
Expand Down
24 changes: 0 additions & 24 deletions docs/internal/licensing.md

This file was deleted.

8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The log4TC service is typically installed on the same computer as the PLC, but f
* Support for context properties at various levels
* Efficient and modular
* Free trial version available
* Licensing through Beckhoff mechanism in dongle, terminal, or PC
* Unlimited output possibilities (text file, database, cloud, etc.)

## Outputs
Expand All @@ -43,13 +42,14 @@ We can also create custom outputs upon request.
## Next Steps

* [Download](https://github.com/mbc-engineering/log4TC/releases/latest)
* [Getting Started](docs/gettingstarted/intro.md)
* [Reference](docs/reference/index.md)
* [Getting Started](https://mbc-engineering.github.io/log4TC/gettingstarted/intro.html)
* [Reference Nlog (Logfile) output](https://mbc-engineering.github.io/log4TC/reference/nlog_output.html)
* [Reference InfluxDB output](https://mbc-engineering.github.io/log4TC/reference/influx_output.html)


## build

see: setup: https://wixtoolset.org/docs/releasenotes/#v4
see: setup: https://wixtoolset.org/docs/releasenotes/#wix-v7

dotnet msbuild -p:Configuration=Release -p:Platform=x64 -Restore

Expand Down
29 changes: 0 additions & 29 deletions source/AdsRouterConsoleApp/.dockerignore

This file was deleted.

Loading
Loading