Skip to content
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

lambda pymodbus #2828

Merged
merged 1 commit into from
Apr 5, 2024
Merged

lambda pymodbus #2828

merged 1 commit into from
Apr 5, 2024

Conversation

okaegi
Copy link
Contributor

@okaegi okaegi commented Mar 12, 2024

fix for pymodbus endian class (changes once 2023 august to enum to uppercases only,
checked during runtime,
not compatible between openwb 1.9 want lowercases ( -> BinaryPayloadBuilder(byteorder=Endian.big) and openwb 2.0 (wants upercase ( -> BinaryPayloadBuilder(byteorder=Endian.BIG)
auto = "@"
big = ">"
little = "<"
Als Lösung werden die Konstanten Werte aus der endian class (die die letzten Jahre unverändert geblieben sind) selber übergeben
siehe auch
https://forum.openwb.de/viewtopic.php?p=104639#p104639

#  fix for pymodbus endian class (changes once 2023 august to enum to uppercases only,
#   checked during runtime,
#   not compatible betwwen openwb 1.9 (want lowercases) and openwb 2.0 (wants upercase))
auto = "@"
big = ">"
little = "<"

siehe auch
https://forum.openwb.de/viewtopic.php?p=104639#p104639
@okaegi
Copy link
Contributor Author

okaegi commented Mar 12, 2024

kann für 1.9 und 2.0 übernommen werden

@LKuemmel LKuemmel merged commit 81216c6 into snaptec:master Apr 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants