Antwort zu: Begrenzung "word" Werte

Willkommen Foren LogoControl Begrenzung "word" Werte Antwort zu: Begrenzung "word" Werte

#3930
Keden92
Teilnehmer

Hallo, ja es gibt eine Begrenzung

Auszug aus dem Quellcode-Kommentaren:

/// Futher I’m using the multiple reads feature of libnodave, which means reading multiple memory blocks from different locations. This is a great performance improvement,
/// because it enables you to read multipe byte blocks from different addresses accross the whole VM-Memory with just one call. In Numbers: you can read up to 20 different blocks
/// with a maximum of 200 bytes in sum with just one request and you’ll get just one response containing all the blocks. Therefore I implemented a Logic that collects all needed
/// memory addresses, sorts them, and tries to find continously related addresses for grouping them together. So don’t fragment your VM-Memory to much, 20 blocks is the maximum
/// at the moment. Of course if we need more than 20 blocks we could do multiple calls, but that’s not implemented at the moment, because I’m lazy and not too near at the limit 😉

Heißt im Umkehrschluss:
Leg deine WORD-Werte zusammen -> Word1 = VM0, Word2 = VM2, Word3 = VM4, etc.. sodass der Lese-Abruf in Richtung Logo sagen kann gib mir bytes 0-X. Könnte Abhilfe schaffen.

Da der Admin anscheinend nur noch sehr begrenzt Support betreibt, habe ich angefangen an der Letztesten Version „rum zu codieren“ weil ich das ein oder andere Problem habe. Bin per zufall auf den Kommentar gestoßen. Hoffe es hilft. Über eine kurze Rückmeldung würde ich mich freuen.

MfG Keden92