Skip to content

Commit

Permalink
Add another latching circuit
Browse files Browse the repository at this point in the history
  • Loading branch information
birchb1024 committed Oct 28, 2021
1 parent 7697e9a commit 72ef3f4
Showing 1 changed file with 40 additions and 18 deletions.
58 changes: 40 additions & 18 deletions latch.betula
Original file line number Diff line number Diff line change
@@ -1,18 +1,40 @@












0*------->-@-----<-@
| |
|0 11 |
1*---->-----------S--@-D--@
1 |
@-------------L




_ Latching relay circuits _















_data_ *
|0
_+ve_1*----S----------------@----@ _ This circuit as per http://www.relaiscomputer.nl/index.php/elements Latch_
| 101 | | _ The inputs are by current (ie floating == 0) _
| 1 |111 | 1 _ So the switches provide that _
@---------Z-----J-----S-D--@---------L _ Note that the output follows the input always, clear is not an enable _
|1 1 11
|
0*






1*------->-@-<--@ _ This is a simliar circuit except it uses diodes instead of switches to get 0 == floating _
|1 11| _ In the interpreter floating values are not propogated. _
_!clear_ 1*---->-----------S-@D-@
1 | 1
@-------------L

0 comments on commit 72ef3f4

Please sign in to comment.