Xor Component: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
No edit summary
BTGamepedia>Acekaburaky
(Redirected page to Wiring Components#Xor Component)
Line 1: Line 1:
{{Items infobox
#REDIRECT [[Wiring Components#Xor Component]]
| image = Xor_Component.png
| imagewidth = 65
| type = electrical
| noreq = yes
| cost = 100
| deconstructor = Yes
| fabricator = Yes
| fabricatorskill = electrical
| fabricatortime = 10
| deconstructortime = 10
| fabricatorskilllevel = 20
| fabricatormaterials = {{Hyperlink|Tin}}{{Hyperlink|FPGA Circuit|20}}
| deconstructormaterials = {{Hyperlink|Tin}}{{Hyperlink|FPGA Circuit|20}}
}}
 
The '''Xor Component''' is an electrical component used to check if only one input is receiving a signal.
 
<small>Hover over pins to see their descriptions</small>
{{Connection panel
|input1=Signal_In_1
|input1tt=The input of the first signal.
|input2=Signal_In_2
|input2tt=The input of the second signal.
|input3=Set_Output
|input3tt=Sets the "true" output.
|output1=Signal_Out
|output1tt=The output of the component.
}}
<small>"1" denotes ''any'' input, "0" denotes a blank ''or'' zero input</small>
{| class="wikitable"
|-
! colspan="3" | Truth Table
|-
! Input 1 !! Input 2 !! Output
|-
| 0 || 0 || 0
|-
| 0 || 1 || 1
|-
| 1 || 0 || 1
|-
| 1 || 1 || 0
|}
 
[[Category:Electrical Components]]
 
{{Components Nav}}

Revision as of 23:10, 22 October 2020