Ankündigung

Einklappen
Keine Ankündigung bisher.

Logikbausteine HS4

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    HS/FS Logikbausteine HS4

    Hallo,

    bin Neuling und versuche mit den Logikbausteinen im HS4 klar zu kommen.

    1) Welcher Baustein erlaubt mir folgendes: eine 1 am Eingang soll eine 1 am Ausgang senden, allerdings nur einmal, alle zukünftigen Werte am Eingang sollen ignoriert werden bis zu einer gezielten Zurücksetzung.
    2) Sperre-Baustein: Falls der Baustein gesperrt ist, liegt dann trotzdem eine "0" am Ausgang, oder rein gar nichts?

    #2
    1) RS-flip-flop would be one option.
    2) As with any other module, a 'telegram' is only sent when specific input telegrams are received AND the result evaluates to a 'telegram' to be sent. Once a telegram has been sent, the output is inactive until the next evaluation results in a new telegram. Telegram may not be the right word for it, as this is all internal to the HS.

    Bram
    Zuletzt geändert von bramlangen; 05.11.2016, 19:47. Grund: Fixed a spelling error

    Kommentar


      #3
      Danke Axel, RS-flip-flop hatte ich komplett übersehen, damit dürfte es klappen.
      Zu Punkt 2 dachte ich das wäre nur bei den SBC-Ausgängen so,wo liegt dann der Unterschied?

      Kommentar


        #4
        As an example, take a two input 'AND' module. Assume input #1 is '0' and input #2 is a '1'. The normal output will send a '0' every time a new zero arrives at #1 or a new '0' or '1' arrives at #2. The 'send by change' output will only send the result once, it will only send a new value (it would have to be a '1' in this example) if the result changes.

        But, once the result has been sent, the output is really inactive - for instance you cannot query that output. A result is only sent on the normal output after a value is received at an input. I guess you can call that the 'gar nichts' at the output.

        For your Sperre, nothing goes through it when blocked. Only after you release it will an input be retransmitted at the output. There is a special Sperre (use search) that retransmits the input upon release.
        Zuletzt geändert von bramlangen; 05.11.2016, 20:11. Grund: Added the Sperre paragraph

        Kommentar


          #5
          Wow, super Erklärung, jetzt versteh auch ich es.
          Vielen Dank!

          Kommentar

          Lädt...
          X