Begrenzung "word" Werte

Willkommen Foren LogoControl Begrenzung "word" Werte

Verschlagwortet: 

4 Beiträge anzeigen - 1 bis 4 (von insgesamt 4)
  • Autor
    Beiträge
  • #3886
    Mace
    Teilnehmer

    Moin,
    gibt es eine Begrenzung für das lesen bzw. schreiben von „word“ Werten?
    Wenn ich mehr als 26 „word“ Werte in die Config schreibe, werden alle (egal ob word dword oder bit) nicht mehr gelesen oder geschrieben.

    gibt es hierzu eine Lösung?

    mfg

    Marle

    #3888
    Mace
    Teilnehmer

    Hallo Zusammen,

    das Problem besteht weiterhin. Hat einer von euch eine Lösungsidee?
    Würdet mir wirklich sehr helfen.

    Vielen Dank im Voraus.

    Marle

    #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

    #3934
    Mace
    Teilnehmer

    Hallo Keden,

    hat funktioniert, vielen Dank für deine Rückmeldung!

    VG
    Mace

4 Beiträge anzeigen - 1 bis 4 (von insgesamt 4)
  • Du musst angemeldet sein, um zu diesem Thema eine Antwort verfassen zu können.