|
|
| (5 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| [[Category:Items]]
| | #REDIRECT [[Beacon]] |
| {{Itembox
| |
| | name = Kit (Beacon)
| |
| | image = [[File:ItemKitBeacon.png|thumb|This image shows a placed Kit (Beacon) with a power cable connected to the right side of it.]]
| |
| | createdwith = [[Electronics Printer]], [[Fabricator]]
| |
| | cost = 4g [[Gold]], 2g [[Copper]], 5g [[Steel_Ingot|Steel]], 2g [[Solder_Ingot|Solder]]
| |
| | stacks = No
| |
| }}
| |
| | |
| == Description ==
| |
| Not to be confused with the [[Tracking Beacon|battery beacon]] that you start with, this is a permanent beacon. It connects directly into your power grid.
| |
| Using the [[Labeller]], it is possible to rename the beacon. The new name will show up on your [[Handheld_Tablet|Tablet]] using the [[Cartridge#Tracker|Tracker Cartridge]].
| |
| | |
| Beacons needs power to operate (300 W)
| |
| | |
| == Logic Properties ==
| |
| These are all logic properties of this device.
| |
| | |
| === 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
| |
| |-
| |
| | Lock || Boolean || Locks the Beacon, when set to 1. Unlocks it, when set to 0.
| |
| |-
| |
| | On || Boolean || Turns the Beacon on, when set to 1. Turns it off, when set to 0.
| |
| |-
| |
| | Color || Integer || Sets the color of the Beacon. (See [[Logic_Colors|Logic Colors]].)
| |
| |}
| |
| | |
| === 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 Beacon 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.)
| |
| |-
| |
| | Error || Boolean || Returns whether the Beacon is flashing an error. (0 for no error, 1 for flashing an error)
| |
| |-
| |
| | Lock || Boolean || Returns whether the Beacon is locked. (0 for not locked, 1 for locked)
| |
| |-
| |
| | On || Boolean || Returns whether the Beacon is turned on. (0 for off, 1 for on)
| |
| |-
| |
| | RequiredPower || Integer || Returns the current amount of power, required by the Beacon, in Watts.
| |
| |-
| |
| | Color || Integer || Returns the color, the Beacon is set to. (See [[Logic_Colors|Logic Colors]].)
| |
| |}
| |