Commit Graph

199 Commits

Author SHA1 Message Date
Felix Weiß
95bfcf94de Update README.md 2022-07-04 16:57:42 +02:00
Felix Weiß
0a93df287d Fixed more exception handling and added the ability to close a running interface v0.4.2 2022-07-04 16:53:55 +02:00
Felix Weiß
18384ff964 Fixed not updating timespan auto propertys and thread blocking Wait() call for await v0.4.1 2022-07-01 15:12:24 +02:00
Felix Weiß
e4ddad685a Fixed exception handling on receive 2022-06-30 15:47:05 +02:00
Felix Weiß
e953938a65 Added support for auto enum casting
- counted up version number
- cleaned up register constructors that are used inernally only
v0.4.0
2022-06-24 11:25:26 +02:00
Felix Weiß
83f17a4eae Fixed bug a bug where the writeregister method always returned false
- fixed a bug where the adress ToString of a register with a special adress was always ending with 0
- counted up version
v0.3.6
2022-06-23 12:15:42 +02:00
Felix Weiß
4c719843f2 Fixed issues with bitwise decoding not working correctly
- refactored bitwise register assign methods
- counted up version number
v0.3.5
2022-06-22 15:58:24 +02:00
Felix Weiß
8f9e66d5d3 Added string value to register base for viewmodel support
- counted up version number
2022-06-22 10:13:15 +02:00
Felix Weiß
5cc222abcc Merge branch 'master' of https://github.com/WOmed/MewtocolNet v0.3.3 2022-06-22 09:22:37 +02:00
Felix Weiß
14659ffaad Implemented INotifyPropertyChanged on MewtocolInterface
- added event for disconnect
- counted up version number
2022-06-22 09:21:50 +02:00
Sandoun
ea106416ee Fixed an issue with doc file and build directory path v0.3.2 2022-06-21 18:05:14 +02:00
Felix Weiß
0afa146712 Counted up version number 2022-06-21 16:45:48 +02:00
Felix Weiß
325aa56d8a Added register collection base methods 2022-06-21 16:45:22 +02:00
Felix Weiß
f4fad297fb Merge branch 'master' of https://github.com/WOmed/MewtocolNet 2022-06-21 15:54:31 +02:00
Felix Weiß
664b32b92e Fixed plc info not getting set when reading it
- added auto poll of plc info each 25 cycles
- counted up version
2022-06-21 15:54:24 +02:00
Felix Weiß
a639a8eda8 Update README.md 2022-06-21 14:31:29 +02:00
Felix Weiß
23c2b0efb4 Update README.md 2022-06-21 14:20:25 +02:00
Felix Weiß
eed19f84d7 Counted up version number v0.3.0 2022-06-21 14:16:32 +02:00
Felix Weiß
da90a45e15 Merge branch 'master' of https://github.com/WOmed/MewtocolNet 2022-06-21 14:15:14 +02:00
Felix Weiß
614426207c Added missing raw byte array writing reading
- added ability to change run/prog mode
2022-06-21 14:15:07 +02:00
Felix Weiß
3aa8aa227c Update README.md 2022-06-21 14:13:37 +02:00
Felix Weiß
26c0e9add0 Update README.md 2022-06-21 14:11:01 +02:00
Felix Weiß
4a63fb10bd Update README.md 2022-06-21 10:12:04 +02:00
Felix Weiß
881253130b Update dotnet-windows.yml 2022-06-21 10:07:50 +02:00
Felix Weiß
3a5cdb11c2 Create dotnet-windows.yml 2022-06-21 09:59:27 +02:00
Felix Weiß
6d9c92d24f Update README.md v0.2.5 2022-06-21 09:49:54 +02:00
Felix Weiß
4993ae6bf2 Update README.md 2022-06-20 17:19:41 +02:00
Felix Weiß
d34639b1db Update README.md 2022-06-20 17:19:18 +02:00
Felix Weiß
2499ea3a60 Refactoring 2022-06-20 17:17:40 +02:00
Felix Weiß
8824270401 Merge branch 'master' of https://github.com/WOmed/MewtocolNet 2022-06-20 17:09:56 +02:00
Felix Weiß
ba48d97c2b Added missing async write methods
- refactoring
2022-06-20 17:09:48 +02:00
Felix Weiß
02836b80c5 Update README.md 2022-06-20 16:44:25 +02:00
Felix Weiß
0df88ed81d Update README.md 2022-06-20 16:41:27 +02:00
Felix Weiß
d9de2497b2 Update README.md 2022-06-20 16:35:02 +02:00
Felix Weiß
9c91ec3166 Create LICENSE.md 2022-06-20 15:53:35 +02:00
Felix Weiß
a1925dba68 Delete .vscode directory 2022-06-20 15:50:22 +02:00
Felix Weiß
4eb165c4e4 Update .gitignore 2022-06-20 15:50:09 +02:00
Felix Weiß
4da588f37e Update README.md 2022-06-20 15:48:17 +02:00
Felix Weiß
33de2766f7 Update README.md 2022-06-20 15:18:28 +02:00
Felix Weiß
d0519f2409 Added support for TIME types
- fixed writing string registers
- refactoring and more comments
- fixed dc exception handling
- fixed some null reference bugs
2022-06-20 14:33:50 +02:00
Felix Weiß
ac265491e2 Merge branch 'master' of https://github.com/WOmed/MewtocolNet 2022-06-17 17:46:59 +02:00
Felix Weiß
a43756f00c Added ability to read registers in a sperate collection class
- multiple bugfixes
2022-06-17 17:46:47 +02:00
Felix Weiß
7056ebd252 Create README.md 2022-06-16 11:53:32 +02:00
Felix Weiß
e114c4b8c2 Merge branch 'master' of https://github.com/WOmed/MewtocolNet 2022-06-16 11:26:15 +02:00
Felix Weiß
6ddc52e0b2 Changed poller structure and attachment method 2022-06-16 11:26:03 +02:00
Felix Weiß
4ef73f99fb Delete Builds directory 2022-06-16 10:00:55 +02:00
Felix Weiß
db1c0ca3d0 Update .gitignore 2022-06-16 10:00:43 +02:00
Felix Weiß
3911bb9707 Projektdateien hinzufügen. 2022-06-16 09:57:15 +02:00
Felix Weiß
7595a3f0ce .gitattributes und .gitignore hinzufügen. 2022-06-16 09:57:13 +02:00