Difference between revisions of "Basic Chutes"
From Unofficial Stationeers Wiki
(thrying out populating recipe list from script) |
F1r3w4rr10r (talk | contribs) (Add logic properties) |
||
| Line 14: | Line 14: | ||
== Description == | == Description == | ||
| − | Used to transport items. | + | Used to transport items. The Kit can be used to create 7 different variants, some of them are able to connect to power and logic network. |
== Recipes ==<!--T:3--> | == Recipes ==<!--T:3--> | ||
{{Recipe | {{Recipe | ||
| Line 22: | Line 22: | ||
|{{Recipe/row |machine = Recycler |mats = 1,5g [[Iron]] |time = 5 |energy = 1000}} | |{{Recipe/row |machine = Recycler |mats = 1,5g [[Iron]] |time = 5 |energy = 1000}} | ||
}} | }} | ||
| + | |||
| + | == Logic Properties == | ||
| + | These are all logic properties of the devices. | ||
| + | |||
| + | === Chute Bin === | ||
| + | |||
| + | ==== Logic Parameters ==== | ||
| + | These are all parameters, that can be written to with a [[Kit_(Logic_I/O)#Logic_Writer|Logic Writer]] or a [[Kit_(Logic_I/O)#Batch_Writer|Batch Writer]]. The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them. | ||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | ! Parameter Name !! Data Type !! Description | ||
| + | |- | ||
| + | | Open || Boolean || Opens the Chute Bin, when set to 1. Closes it, when set to 0. | ||
| + | |- | ||
| + | | On || Boolean || Turns the Chute Bin on, when set to 1. Turns it off, when set to 0. | ||
| + | |} | ||
| + | |||
| + | ==== Logic Outputs ==== | ||
| + | These are all parameters, that can be read with a [[Kit_(Logic_I/O)#Logic_Reader|Logic Reader]]. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them. | ||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | ! Output Name !! Data Type !! Description | ||
| + | |- | ||
| + | | Power || Boolean || Returns whether the Chute Bin is turned on. (0 for off, 1 for on) (Identical to "On" output. This might be intended to output whether the device is receiving power or not.) | ||
| + | |- | ||
| + | | Open || Boolean || Returns whether the Chute Bin is open. (0 for closed, 1 for open) | ||
| + | |- | ||
| + | | Error || Boolean || Returns whether the Chute Bin is flashing an error. (0 for no error, 1 for flashing an error) | ||
| + | |- | ||
| + | | On || Boolean || Returns whether the Chute Bin is turned on. (0 for off, 1 for on) | ||
| + | |- | ||
| + | | RequiredPower || Integer || Returns the current amount of power, required by the Chute Bin, in Watts. | ||
| + | |} | ||
| + | |||
| + | === Chute Outlet === | ||
| + | |||
| + | ==== Logic Parameters ==== | ||
| + | These are all parameters, that can be written to with a [[Kit_(Logic_I/O)#Logic_Writer|Logic Writer]] or a [[Kit_(Logic_I/O)#Batch_Writer|Batch Writer]]. The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them. | ||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | ! Parameter Name !! Data Type !! Description | ||
| + | |- | ||
| + | | Open || Boolean || Opens the Chute Outlet once, when set to 1. | ||
| + | |- | ||
| + | | Lock || Boolean || Locks the Chute Outlet, when set to 1. Unlocks it, when set to 0. | ||
| + | |} | ||
| + | |||
| + | ==== Logic Outputs ==== | ||
| + | These are all parameters, that can be read with a [[Kit_(Logic_I/O)#Logic_Reader|Logic Reader]]. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them. | ||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | ! Output Name !! Data Type !! Description | ||
| + | |- | ||
| + | | Open || Boolean || Returns whether the Chute Outlet is open. (0 for closed, 1 for open) This only returns 1 briefly, when the Chute Outlet opens. | ||
| + | |- | ||
| + | | Lock || Boolean || Returns whether the Chute Outlet is locked. (0 for unlocked, 1 for locked) | ||
| + | |- | ||
| + | | ImportQuantity || Integer || Returns the amount of items, the Chute Outlet is holding, in grams. | ||
| + | |- | ||
| + | | ImportSlotOccupant || Boolean || Returns whether the Chute Outlet is holding an item. (0 for no item, 1 for holding an item) | ||
| + | |} | ||
| + | |||
| + | === Chute Inlet === | ||
| + | |||
| + | ==== Logic Parameters ==== | ||
| + | This device does not have any logic parameters and can not be selected with a [[Kit_(Logic_I/O)#Logic_Writer|Logic Writer]] or a [[Kit_(Logic_I/O)#Batch_Writer|Batch Writer]]. | ||
| + | |||
| + | ==== Logic Outputs ==== | ||
| + | These are all parameters, that can be read with a [[Kit_(Logic_I/O)#Logic_Reader|Logic Reader]]. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them. | ||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | ! Output Name !! Data Type !! Description | ||
| + | |- | ||
| + | | ImportQuantity || Integer || Returns the amount of items, the Chute Inlet is holding, in grams. | ||
| + | |- | ||
| + | | ImportSlotOccupant || Boolean || Returns whether the Chute Inlet is holding an item. (0 for no item, 1 for holding an item) | ||
| + | |} | ||
Revision as of 11:01, 25 March 2018
![]() | |
| Properties | |
|---|---|
| Stacks | Yes (10) |
| Recipe | |
| Created With | Autolathe, Fabricator, Hydraulic Pipe Bender |
| Cost | 1g Iron* |
| Operation | |
|---|---|
| Construction | |
| Placed with | {{{placed_with_item}}} |
| Placed on | {{{placed_on_grid}}} |
Contents
Description
Used to transport items. The Kit can be used to create 7 different variants, some of them are able to connect to power and logic network.
Recipes
| Manufactory | Materials | Time | Energy |
|---|---|---|---|
| Autolathe | 3g Iron | 5 | 500 |
| Fabricator | 1g Iron | 1 | 500 |
| Hydraulic Pipe Bender | 1g Iron | 5 | 500 |
| Recycler | 1,5g Iron | 5 | 1000 |
Logic Properties
These are all logic properties of the devices.
Chute Bin
Logic Parameters
These are all parameters, that can be written to with a Logic Writer or a Batch Writer. The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.
| Parameter Name | Data Type | Description |
|---|---|---|
| Open | Boolean | Opens the Chute Bin, when set to 1. Closes it, when set to 0. |
| On | Boolean | Turns the Chute Bin on, when set to 1. Turns it off, when set to 0. |
Logic Outputs
These are all parameters, that can be read with a Logic Reader. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.
| Output Name | Data Type | Description |
|---|---|---|
| Power | Boolean | Returns whether the Chute Bin is turned on. (0 for off, 1 for on) (Identical to "On" output. This might be intended to output whether the device is receiving power or not.) |
| Open | Boolean | Returns whether the Chute Bin is open. (0 for closed, 1 for open) |
| Error | Boolean | Returns whether the Chute Bin is flashing an error. (0 for no error, 1 for flashing an error) |
| On | Boolean | Returns whether the Chute Bin is turned on. (0 for off, 1 for on) |
| RequiredPower | Integer | Returns the current amount of power, required by the Chute Bin, in Watts. |
Chute Outlet
Logic Parameters
These are all parameters, that can be written to with a Logic Writer or a Batch Writer. The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.
| Parameter Name | Data Type | Description |
|---|---|---|
| Open | Boolean | Opens the Chute Outlet once, when set to 1. |
| Lock | Boolean | Locks the Chute Outlet, when set to 1. Unlocks it, when set to 0. |
Logic Outputs
These are all parameters, that can be read with a Logic Reader. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.
| Output Name | Data Type | Description |
|---|---|---|
| Open | Boolean | Returns whether the Chute Outlet is open. (0 for closed, 1 for open) This only returns 1 briefly, when the Chute Outlet opens. |
| Lock | Boolean | Returns whether the Chute Outlet is locked. (0 for unlocked, 1 for locked) |
| ImportQuantity | Integer | Returns the amount of items, the Chute Outlet is holding, in grams. |
| ImportSlotOccupant | Boolean | Returns whether the Chute Outlet is holding an item. (0 for no item, 1 for holding an item) |
Chute Inlet
Logic Parameters
This device does not have any logic parameters and can not be selected with a Logic Writer or a Batch Writer.
Logic Outputs
These are all parameters, that can be read with a Logic Reader. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.
| Output Name | Data Type | Description |
|---|---|---|
| ImportQuantity | Integer | Returns the amount of items, the Chute Inlet is holding, in grams. |
| ImportSlotOccupant | Boolean | Returns whether the Chute Inlet is holding an item. (0 for no item, 1 for holding an item) |

