clarified the diodes help text

This commit is contained in:
hneemann 2017-04-18 14:46:14 +02:00
parent f3d78c6280
commit 9c411b23c8
2 changed files with 6 additions and 6 deletions

View File

@ -335,21 +335,21 @@ Die gesammte Speichergröße beträgt damit damit dx*dy*2 Speicherworte.</string
Es handelt sich um eine ideale Diode: In Durchlassrichtung gibt es keinen Spannungabfall über der Diode.</string>
<string name="elem_DiodeBackward">Diode zu Masse</string>
<string name="elem_DiodeBackward_tt">Vereinfachte unidirektionale Diode, die nur genutzt werden kann, um eine Leitung auf Masse zu ziehen.
Wird verwendet um ein "Wired And" zu implementieren.
Wird verwendet um ein "Wired And" zu implementieren. Daher ist am Ausgang ein Pull Up Widerstand erforderlich!
Innerhalb der Simulation verhält sich eine Diode wie ein aktives Gatter mit dreiwerteiger Wertetabelle:
Ist der Eingang 0 ist auch der Ausgang 0. In den anderen Fällen (1 und hochohmig) ist der Ausgang hochohmig (High Z).
Damit können sich antiparallel zusammen geschaltete Dioden gegenseitig im low-Zustand halten, was mit realen
Dioden nicht möglich ist. Daher ist am Ausgang ein Pull Up Widerstand erforderlich!
Dioden nicht möglich ist.
Es handelt sich um eine ideale Diode: In Durchlassrichtung gibt es keinen Spannungabfall über der Diode.</string>
<string name="elem_DiodeBackward_pin_in">Ist der Eingang 0 ist auch der Ausgang 0. In allen anderen Fällen ist der Ausgang hochohmig.</string>
<string name="elem_DiodeBackward_pin_out">Ist der Eingang 0 ist auch der Ausgang 0. In allen anderen Fällen ist der Ausgang hochohmig.</string>
<string name="elem_DiodeForeward">Diode zu Plus</string>
<string name="elem_DiodeForeward_tt">Vereinfachte unidirektionale Diode, die nur genutzt werden kann, um eine Leitung auf Plus zu ziehen.
Wird verwendet um ein "Wired Or" zu implementieren.
Wird verwendet um ein "Wired Or" zu implementieren. Daher ist am Ausgang ein Pull Down Widerstand erforderlich!
Innerhalb der Simulation verhält sich eine Diode wie ein aktives Gatter mit dreiwerteiger Wertetabelle:
Ist der Eingang 1 ist auch der Ausgang 1. In den anderen Fällen (0 und hochohmig) ist der Ausgang hochohmig (High Z).
Damit können sich antiparallel zusammen geschaltete Dioden gegenseitig im high-Zustand halten, was mit realen
Dioden nicht möglich ist. Daher ist am Ausgang ein Pull Down Widerstand erforderlich!
Dioden nicht möglich ist.
Es handelt sich um eine ideale Diode: In Durchlassrichtung gibt es keinen Spannungabfall über der Diode.</string>
<string name="elem_DiodeForeward_pin_in">Ist der Eingang 1 ist auch der Ausgang 1. In allen anderen Fällen ist der Ausgang hochohmig.</string>
<string name="elem_DiodeForeward_pin_out">Ist der Eingang 1 ist auch der Ausgang 1. In allen anderen Fällen ist der Ausgang hochohmig.</string>

View File

@ -330,18 +330,18 @@
This is a ideal diode: There is no voltage drop across a forward-biased diode.</string>
<string name="elem_DiodeBackward">Diode to Ground</string>
<string name="elem_DiodeBackward_tt">A simplified unidirectional diode, used to pull a wire to ground. It is used to implement a wired AND.
So it is necessary to connect a pull up resistor to the diodes output.
Is the input low, also the output is low. In the other cases (input is high or high z) the output is in high z state.
So two anti parallel connected diodes can keep each other in low state, which is not possible with real diodes.
To aviod such problems, it is necessary to connect a pull up resistor to the diods output.
So this is a ideal diode: There is no voltage drop across a forward-biased diode.</string>
<string name="elem_DiodeBackward_pin_in">If the input is low also the output is low. In all other cases the output is in high z state.</string>
<string name="elem_DiodeBackward_pin_out">If the input is low also the output is low. In all other cases the output is in high z state.</string>
<string name="elem_DiodeForeward">Diode to VDD</string>
<string name="elem_DiodeForeward_tt">A simplified unidirectional diode, used to pull a wire to VDD. It is used to implement a wired OR.
So it is necessary to connect a pull down resistor to the diodes output.
In the simulation the diode behaves like an active gate with a trivalent truth table:
Is the input high, also the output is high. In all other cases (input is low or high z) the output is in high z state.
So two anti parallel connected diodes can keep each other in high state, which is not possible with real diodes.
To aviod such problems, it is necessary to connect a pull down resistor to the diods output.
This is an ideal diode: There is no voltage drop across a forward-biased diode.</string>
<string name="elem_DiodeForeward_pin_in">If the input is high also the output is high. In all other cases the output is in high z state.</string>
<string name="elem_DiodeForeward_pin_out">If the input is high also the output is high. In all other cases the output is in high z state.</string>