» Veranstaltungen
» Navigation
» über uns
|
-
Ich hab es ausprobiert. Es muss ein Raster sein kein Taster.
Somit bleibt das ursprüngliche Problem bestehen.
Die Lösung mit dem Relais ist dann wahrscheinlich die naheliegendste.
-
Benutzer
Doch .....ich habe mal ChatGPT Gefragt .... der kam direkt mit einem Schaltplan mit Logic Bausteinen .... Der Schaltpaln wird aber unleserlich, wenn man ihr hier rein kopiert. Kriegst Du bestimmt selber hin, wenn Du in die Richtung willst.
To create a bistable logic circuit with just one switch (taster) that toggles between two states, we can use a D flip-flop. Here's a schematic using a D flip-flop:
[COLOR=var(--text-secondary)]lua
Copy code[/COLOR]
+[COLOR=rgba(255, 255, 255, 0.5)]-------------------------------------+[/COLOR]
| |
| |
+[COLOR=rgba(255, 255, 255, 0.5)]-----|------+ +----|-----+[/COLOR]
| | | +[COLOR=rgba(255, 255, 255, 0.5)]----------------+ | | |[/COLOR]
| | +[COLOR=rgba(255, 255, 255, 0.5)]----| D Flip-Flop |---+ | |[/COLOR]
| | | | | |
| | +[COLOR=rgba(255, 255, 255, 0.5)]------| Q |<-------+ |[/COLOR]
| | | | | |
| | | +[COLOR=rgba(255, 255, 255, 0.5)]----------------+ |[/COLOR]
| | | |
| | | +[COLOR=rgba(255, 255, 255, 0.5)]----------------+ |[/COLOR]
| | +[COLOR=rgba(255, 255, 255, 0.5)]------| Q' |-------------+[/COLOR]
| | | |
| | +[COLOR=rgba(255, 255, 255, 0.5)]----------------+[/COLOR]
| |
| |
| |
| |
| |
| |
+[COLOR=rgba(255, 255, 255, 0.5)]-----+[/COLOR]
In this schematic:
- D is the data input.
- Q is the output.
- Q' is the complement of the output.
Here's how it works:
- Initially, both Q and Q' are at a known state, typically 0.
- When you press the switch (taster), it toggles the input D.
- The flip-flop's output Q will change to match the input D on the rising edge of the clock signal (which we assume to be present). If D is high, Q becomes high; if D is low, Q becomes low.
- Q' will be the complement of Q, representing the opposite state.
This way, with just one switch, you can toggle between the two states represented by the output Q.
Herzliche Gruesse
Michael
Forumregeln
- Es ist dir nicht erlaubt, neue Themen zu verfassen.
- Es ist dir nicht erlaubt, auf Beiträge zu antworten.
- Es ist dir nicht erlaubt, Anhänge hochzuladen.
- Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.
-
Foren-Regeln
|