-
Notifications
You must be signed in to change notification settings - Fork 28
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
Stringtyps added and old improved & RAW added #447
Conversation
For 8-bit types, this becomes clear which byte is taken from the 16-bit value
…e endian * (PLCHome) Raw data as a hex string * (PLCHome) Fix issue stringle was always converted to number for slave * (PLCHome) Enable formula for strings and hex strings Neuer Datentyp für Raw-Output möglich? #315
Raw data as a hex string Neuer Datentyp für Raw-Output möglich? #315 Ich habe eine Wallbox, die in jedes Wort ein Zeichen des Strings schreibt. Deswegen benötige ich einen 16bit String be. Des weiteren schreibt die Wallbox in 5 Wörter Jahr, Monat, Tag, Stunde, Minute, Sekunde. Dieses kann man mit dem RAW String nun auslesen und mit einer Formel in einen Uhrzeitstring umwandeln und in dem Feld ablegen. |
Thank you! Please use |
is it ok like this? |
Small error in the description String16le. The order is not changed here, just the 0 is moved to a different place.
Now it should be fine. Unfortunately, I found another error in the readme.md that I only saw on the 10th reading. Sorry about that |
deleted after 2 months |
Come on ... a poke and reminder would have been great instead of deleting it ... |
@Apollon77 how does it look. Do we want to merge the changes? |
yes will do on the weekend ... promised! |
Ok ... release comes in some mins. Would be cool if you could verify when you have some mins, I also updated some depencies ... thank you! |
(released to npm ...) |
For 8-bit types, this becomes clear which byte is taken from the 16-bit value
Raw data as a hex string
Fix issue stringle was always converted to number for slave
Enable formula for strings and hex strings