Difference between revisions of "IC Housing"
From Unofficial Stationeers Wiki
Emilgardis (talk | contribs) (Use proper/better category -> IC10) |
|||
| (6 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | [[Category:Circuits]] | + | [[Category:Circuits]][[Category:Electronic]] |
[[Category:IC10 Programming]] | [[Category:IC10 Programming]] | ||
<languages/> | <languages/> | ||
| Line 5: | Line 5: | ||
{{Itembox | {{Itembox | ||
| name = Kit (IC Housing) | | name = Kit (IC Housing) | ||
| − | | image = [[File:Kit( | + | | image = [[File:Kit (IC Housing).png|Kit to build the IC Housing]] |
| + | | prefabhash = 1512322581 | ||
| + | | prefabname = ItemKitLogicCircuit | ||
| createdwith = [[Electronics Printer]] | | createdwith = [[Electronics Printer]] | ||
| cost = 10 [[Copper]], 4 [[Steel]], 2 [[Solder]] | | cost = 10 [[Copper]], 4 [[Steel]], 2 [[Solder]] | ||
| − | | stacks = | + | | stacks = 5 |
| + | |||
}} | }} | ||
{{Structurebox | {{Structurebox | ||
| name = IC Housing | | name = IC Housing | ||
| − | | image = [[File:Integrated Circuit (IC10) Housingb.jpg|thumb|Integrated Circuit (IC10) Housing]] | + | | image = [[File:Integrated Circuit (IC10) Housingb.jpg|thumb|Integrated Circuit (IC10) Housing, discrete data and power ports]] |
| + | | prefab_hash = -128473777 | ||
| + | | prefab_name = StructureCircuitHousing | ||
| + | | power_usage = 50W | ||
| + | | placed_with_item = | ||
| + | | placed_on_grid = Small grid, On Frames or Walls | ||
| + | | const_with_item1 = | ||
| + | | decon_with_tool1 = [[Hand Drill]] | ||
| + | | item_rec1 = [[Kit (IC Housing)]] | ||
| + | | const_with_item2 = | ||
| + | | item_rec2 = | ||
| + | | decon_with_tool3 = | ||
| + | | item_rec3 = | ||
| + | }} | ||
| + | {{Structurebox | ||
| + | | name = IC Housing (Compact) | ||
| + | | image = [[File:Integrated Circuit (IC10) Housingb.jpg|thumb|Integrated Circuit (IC10) Housing, combined data and power port]] | ||
| + | | prefab_hash = 2037291645 | ||
| + | | prefab_name = StructureCircuitHousingCompact | ||
| power_usage = 50W | | power_usage = 50W | ||
| placed_with_item = | | placed_with_item = | ||
| − | | placed_on_grid = Small grid, On Frames | + | | placed_on_grid = Small grid, On Frames or Walls |
| const_with_item1 = | | const_with_item1 = | ||
| − | | decon_with_tool1 = | + | | decon_with_tool1 = [[Hand Drill]] |
| − | | item_rec1 = | + | | item_rec1 = [[Kit (IC Housing)]] |
| const_with_item2 = | | const_with_item2 = | ||
| item_rec2 = | | item_rec2 = | ||
| Line 24: | Line 45: | ||
| item_rec3 = | | item_rec3 = | ||
}} | }} | ||
| − | == | + | ==Description== |
| + | An IC Housing is used in combination with an inserted [[Integrated_Circuit_(IC10)|integrated circuit]] to run an [[IC10|IC10]] script and access devices on the data network.<br/> | ||
| + | Each of the 6 I/O screws can be used to link an individual device to the corresponding [[IC10#IO_to_Device_registers|device register]] in the program.<br/> | ||
| + | Devices can also be accessed with [[IC10#batch_IO_to_-_Device_registers|batch instructions]] to read or write the same parameter on multiple devices. Batch access can be used in combination with name hashes to overcome the limit of 1 device per screw. | ||
| − | + | The indicator in the top right-hand corner shows the [[IC10#Stack_Memory|stack]] activity of the inserted IC. It flashes yellow if the stack is modified (e.g. put or pop) and green if the stack is accessed but remains unchanged (e.g. peek). | |
| − | |||
{{Data Network Header}} | {{Data Network Header}} | ||
| Line 38: | Line 61: | ||
| Activate || Boolean || 0 on placement. Once a 1 is written, it will not change.<br> Can be used as a program start delay? | | Activate || Boolean || 0 on placement. Once a 1 is written, it will not change.<br> Can be used as a program start delay? | ||
|- | |- | ||
| − | | Setting || Float || | + | | Setting || Float || Can be used as an I/O variable |
|- | |- | ||
| On || Boolean || | | On || Boolean || | ||
| Line 53: | Line 76: | ||
| Activate || Boolean || | | Activate || Boolean || | ||
|- | |- | ||
| − | | Setting || Float || | + | | Setting || Float || Can be used as an I/O variable |
|- | |- | ||
| RequiredPower || Integer || | | RequiredPower || Integer || | ||
| Line 63: | Line 86: | ||
| On || Boolean || | | On || Boolean || | ||
|} | |} | ||
| − | The | + | ==Note== |
| + | The <code>Setting</code> parameter can be accessed by the inserted IC using the db device register. This can be useful for passively communicating information with devices on the network, such as other IC Housings or a [[Kit (Logic I/O)|Logic I/O]] module. <br/> | ||
</translate> | </translate> | ||
Latest revision as of 21:47, 26 November 2025
![]() | |
| Properties | |
|---|---|
| Stacks | Yes (5) |
| Recipe | |
| Created With | Electronics Printer |
| Cost | 10 Copper, 4 Steel, 2 Solder |
| Logic | |
| Item Hash | 1512322581 |
| Item Name | ItemKitLogicCircuit |
| Operation | |
|---|---|
| Power Usage | 50W |
| Prefab Hash | -128473777 |
| Prefab Name | StructureCircuitHousing |
| Construction | |
| Placed on | Small grid, On Frames or Walls |
| Stage 1 | |
| Deconstruction | |
| Deconstructed with | Hand Drill |
| Item received | Kit (IC Housing) |
| Operation | |
|---|---|
| Power Usage | 50W |
| Prefab Hash | 2037291645 |
| Prefab Name | StructureCircuitHousingCompact |
| Construction | |
| Placed on | Small grid, On Frames or Walls |
| Stage 1 | |
| Deconstruction | |
| Deconstructed with | Hand Drill |
| Item received | Kit (IC Housing) |
Description[edit]
An IC Housing is used in combination with an inserted integrated circuit to run an IC10 script and access devices on the data network.
Each of the 6 I/O screws can be used to link an individual device to the corresponding device register in the program.
Devices can also be accessed with batch instructions to read or write the same parameter on multiple devices. Batch access can be used in combination with name hashes to overcome the limit of 1 device per screw.
The indicator in the top right-hand corner shows the stack activity of the inserted IC. It flashes yellow if the stack is modified (e.g. put or pop) and green if the stack is accessed but remains unchanged (e.g. peek).
Data Network Properties[edit]
These are all Data Network properties of this device.
Data Parameters[edit]
These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10).
| 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 | Can be used as an I/O variable |
| 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 | Can be used as an I/O variable |
| RequiredPower | Integer | |
| PrefabHash | Integer | |
| Power | Integer | |
| On | Boolean |
Note[edit]
The Setting parameter can be accessed by the inserted IC using the db device register. This can be useful for passively communicating information with devices on the network, such as other IC Housings or a Logic I/O module.

