-
Notifications
You must be signed in to change notification settings - Fork 1
Update Twin-ADS Lib to V6 and .NET 8.0 with some cleanups #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
37dabc4
#5: Update Twin-ADS Lib to V5.
stegm 3439cf1
#5: Fix bugs.
stegm a17326f
#5: Add micro benchmark for marshalling comparison.
stegm 5c2eb3f
#5: Add extension method for getting managed type.
stegm 78e135e
#646: Try to fix mocking of skipped unit test.
stegm 14a94eb
#646: TODOs entfernt.
stegm f98e0b8
#5: New version.
stegm af72530
#5: Add new option to use cyclic events for commands.
stegm b3aec23
#5: Fix try/catch statement.
stegm e20f36d
#5: Fix almost all warnings.
stegm 0a85843
#5: REfactor PlcAdsStateReader.
stegm 0556252
#5: Fix unit test.
stegm e6bad6c
#5: Set connection to null after notifications.
stegm f403234
#5: Add logging to AdsClient. Provide logging in case of missing samp…
stegm 500ec88
#5: Rewrite heartbeat for better diagnosis and less false-alarms.
stegm 877d90c
Add support for netstandard2.0 because of Beckhoff.TwinCAT.Ads v5
bqstony 0e62a54
fix PlcStateHeartBeatGenerator tests, now all tests running again.
bqstony 24fc7de
fix hdf5 dependet tests for .net6
bqstony b5fa10d
Mbc.Pcs.Net.Alarm.Service for net6.0-windows target
bqstony 4840cb9
add note
bqstony 8acae71
#5: MaxDelay Factor for notifications.
stegm 4d010ad
#7 - Update Beckhoff.TwinCAT.Ads to latest version 6.0.286
bqstony d43505e
Remove Nlog Dependency and use MS Extension ILogger (Mbc.Pcs.Net.Alar…
bqstony d273075
update Beckhoff.TwinCAT.Ads lib to 6.1.154
bqstony 06e8b8a
Update Castle.Core to 5.1.1
bqstony 8e7813f
Update test frameworks to latest version, we have dependency to caste…
bqstony b058265
Update Mbc.Pcs.Net.Test FluentAssertions to latest version
bqstony 2213e93
add .net8.0, we still use BinaryFormatter
bqstony 52ccef3
Support conversion of TwinCAT.PlcOpen.TIME and TwinCAT.PlcOpen.DATE t…
bqstony 8cc4328
handle the differnt culture of the build host
bqstony dcbe35c
disable instable unittest
bqstony 467ffc5
Fix CodeAnalysis.ruleset path and disable NU1702 warnings
antoninmercay 60e06f1
disable bad unit-test that does not work always on devops
bqstony 980f18b
Update Beckhoff.TwinCAT.Ads to 6.1.231 and remove Ensure.That package…
bqstony 02d43ee
Validate Connection to target device in PlcAdsConnectionProvider when…
bqstony 17583cd
align package versions to all libraries
bqstony 38e1a65
remove .net 6.0 and update packages
bqstony e922035
remove stylecop, compile warnings to zero
bqstony f595c59
Seperate HDF5 Mbc.Pcs.Net.DataRecorder in own Project to reduce depen…
bqstony 45ee8ba
Remove Mbc.AsyncUtils nuget dependency
bqstony 96dcd4c
Remove Mbc.Common nuget dependency
bqstony 07e95e9
add code coverage
bqstony e6fd240
update dependency and remove vulnerability
bqstony 3d40ee3
Add support for TwinCAT DataTypeCategory Array and Alias of Primitive…
bqstony a60b292
MBC.Pcs.Net.Alarm.Service uses Mbc.Common.Interface not enymore (was …
bqstony b31912a
Update Documentation and overview
bqstony 626ecbf
update all package versions to 5.0.0.0, because of breaking changes a…
bqstony 6f01b6d
update Beckhoff.TwinCAT.Ads to 6.1.332
bqstony File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,18 +1,24 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
| <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
| <metadata> | ||
| <id>Mbc.Pcs.Net.TwinCat.EventLog</id> | ||
| <version>1.0.0</version> | ||
| <version>1.0.2</version> | ||
| <authors>mbc engineering</authors> | ||
| <requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
| <projectUrl>https://github.com/mbc-engineering/net-pcs</projectUrl> | ||
| <description>unofficial assemblies from type libraries for TwinCat Alarm and Event alias TcEventLoggerLib and TcEventLogProxyLib</description> | ||
| <dependencies> | ||
| <group targetFramework=".NETFramework4.6.1" /> | ||
| <!-- Version 7.0 for Windows 7 is the default value--> | ||
| <group targetFramework="net6.0-windows7.0" /> | ||
| <group targetFramework="net8.0-windows7.0" /> | ||
| </dependencies> | ||
| </metadata> | ||
| <files> | ||
| <file src="..\libs\Interop.TCEVENTLOGGERLib.dll" target="lib\net461\Interop.TCEVENTLOGGERLib.dll" /> | ||
| <file src="..\libs\Interop.TcEventLogProxyLib.dll" target="lib\net461\Interop.TcEventLogProxyLib.dll" /> | ||
| <file src="..\Libs\Interop.TCEVENTLOGGERLib.dll" target="lib\net461\Interop.TCEVENTLOGGERLib.dll" /> | ||
| <file src="..\Libs\Interop.TcEventLogProxyLib.dll" target="lib\net461\Interop.TcEventLogProxyLib.dll" /> | ||
| <file src="..\Libs\Interop.TCEVENTLOGGERLib.dll" target="lib\net6.0-windows7.0\Interop.TCEVENTLOGGERLib.dll" /> | ||
| <file src="..\Libs\Interop.TcEventLogProxyLib.dll" target="lib\net6.0-windows7.0\Interop.TcEventLogProxyLib.dll" /> | ||
| <file src="..\Libs\Interop.TCEVENTLOGGERLib.dll" target="lib\net8.0-windows7.0\Interop.TCEVENTLOGGERLib.dll" /> | ||
| <file src="..\Libs\Interop.TcEventLogProxyLib.dll" target="lib\net8.0-windows7.0\Interop.TcEventLogProxyLib.dll" /> | ||
| </files> | ||
| </package> |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The infinite loop used for termination is busy waiting without any delay, which may lead to high CPU usage. Consider adding a small delay (e.g., Thread.Sleep(10)) inside the loop.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Das finde ich super wenn es das einzige Makel ist das du gefunden hast :)