Actions

User

Editing Carsten Milkau/D-Latch

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 8: Line 8:
 
!colspan="3"|'''inputs'''||'''outputs'''
 
!colspan="3"|'''inputs'''||'''outputs'''
 
|-
 
|-
!enable||data||previous output||output
+
!enabled||data||previous output||output
 
|-
 
|-
 
|0||''x''||''y''||''y''
 
|0||''x''||''y''||''y''
Line 17: Line 17:
 
=== Connectors ===
 
=== Connectors ===
  
* enable: if 1, store ''data'', else do nothing.
+
* Enabled: if 1, store ''data'', else do nothing.
* data: input
+
* Data: input
* output: stored value
+
* Output: stored value
  
 
== Relation to Multiplexer (Logic Select Unit) ==
 
== Relation to Multiplexer (Logic Select Unit) ==
Line 32: Line 32:
  
 
<ol>
 
<ol>
<li>a Logic Select Unit determines whether to store the last output or the "data" input using the "enable" input. i.e.  
+
<li>a Logic Select Unit determines whether to store the last output or the "data" input using the "enabled" input. i.e.  
<pre>  if enable
+
<pre>  if enabled
 
   then store = data
 
   then store = data
 
   else store = output</pre></li>
 
   else store = output</pre></li>
Line 46: Line 46:
 
! Unit name || Unit type    || Connector / Setting || Source / Value
 
! Unit name || Unit type    || Connector / Setting || Source / Value
 
|-  
 
|-  
| select 1  || Logic Select Unit  || select        || '''enable''' (input)
+
| select 1  || Logic Select Unit  || select        || '''enabled''' (input)
 
|-
 
|-
 
|          ||              || 0 (input 1)    || reader 1
 
|          ||              || 0 (input 1)    || reader 1

Please note that all contributions to Unofficial Stationeers Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Unofficial Stationeers Wiki:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)