Actions

Difference between revisions of "Kit (IC Housing)"

From Unofficial Stationeers Wiki

m (Category:MIPS Programming)
(added number of I/O)
 
Line 24: Line 24:
 
  | item_rec3        =  
 
  | item_rec3        =  
 
}}
 
}}
Holds an [[Integrated_Circuit_(IC10)|integrated circuit]].
+
==Purpose==
 +
 
 +
Holds an [[Integrated_Circuit_(IC10)|integrated circuit]].<br>
 +
Has 6 Input/Outputs that can be linked using a [[Screwdriver]].
  
 
{{Data Network Header}}
 
{{Data Network Header}}

Latest revision as of 11:09, 5 February 2023


Kit (IC Housing)
Kit (IC Housing)
Stacks Yes
Recipe
Created With Electronics Printer
Cost 10 Copper, 4 Steel, 2 Solder
IC Housing
Integrated Circuit (IC10) Housing
Operation
Power Usage 50W
Construction
Placed on Small grid, On Frames
Stage 1
Deconstruction
Deconstructed with Hand Drill

Purpose[edit]

Holds an integrated circuit.
Has 6 Input/Outputs that can be linked using a Screwdriver.

Data Network Properties[edit]

These are all Data Network properties of this device.

Data Parameters[edit]

These are all parameters, that can be written to with a Logic Writer, Batch Writer, or Integrated Circuit (IC10). The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.

Parameter Name Data Type Description
Activate Boolean 0 on placement. Once a 1 is written, it will not change.
Can be used as a program start delay?
Setting Float
On Boolean

Data Outputs[edit]

These are all parameters, that can be read with a Logic Reader or a Slot Reader. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.

Output Name Data Type Description
Error Boolean
Activate Boolean
Setting Float
RequiredPower Integer
PrefabHash Integer
Power Integer
On Boolean

The Setting can be adjusted within the code of a socketed IC using an instruction like s db Setting r0 which is useful when trying to pass a value from an IC to a Batch Writer.