Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Composite Door: Difference between revisions

From Stationeers Community Wiki
m Remove translation markup (automated)
VFox32 (talk | contribs)
Fixed some links; removed useless sections; added some info;
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
}}
}}
==Purpose==
==Purpose==
A Composite Door is one type of door created using the [[Kit (Door)]].
A Composite [[Door]] is one type of door created using the [[Kit (Door)]].


==Characteristics==
==Characteristics==
Line 28: Line 28:
* It consumes 10W of [[Power]] per [[Tick]].
* It consumes 10W of [[Power]] per [[Tick]].
* It has a separate [[Power Port]] and [[Data Port]].
* It has a separate [[Power Port]] and [[Data Port]].
* Can withstand a [[pressure]] difference of 300kPa


==Tips==
==Tips==
* A [[Crowbar]] can be used to force the door open, as long as it is not Locked.
* A [[Crowbar]] can be used to force the door open, as long as it is not Locked.
 
* The name of the door, which can be changed with a [[Labeller]] is shown on the door.
==User Interface==
An <ITEM> has no user interface.
An <ITEM> provides the following user interface:
{| class="wikitable"
|-
! Name || Type !! Function
|-
! <Name> || <Type> !! <Function>
|-
|}
 
==Settings==
An <ITEM> has no settings.
An <ITEM> will have the following settings:
{| class="wikitable"
|-
! Name || Description
|-
! <Name> || <Description>
|-
|}
 
==Construction==
* 1x [[Plastic Sheets]] using a [[Welding Torch]].
* 1x [[Glass Sheets]] using a [[Crowbar]].
 
==Deconstruction==
The following tools must be used in order to deconstruct the Door:
* [[Angle Grinder]].
* [[Hand Drill]].
* [[Wrench]].


{{Data Network Header}}
{{Data Network Header}}
Line 80: Line 50:


==See Also==
==See Also==
* [[Guide (<Subject>)]]
* [[kit (Door)]]
 
* [[<Related Kits or Items>)]]

Latest revision as of 15:44, 25 March 2026


Composite Door
File:StructureCompositeDoor.png
Operation
Power Usage 10W
Prefab Hash -793837322
Prefab Name StructureCompositeDoor
Construction
Placed with Kit (Door)
Placed on Small Grid
Stage 1
Next Stage Construction
Constructed with tool Welding Torch
Constructed with item 1 x Plastic Sheets
Deconstruction
Deconstructed with Wrench
Item received Kit (Door)
Stage 2
Next Stage Construction
Constructed with tool Crowbar
Constructed with item 1 x Glass Sheets
Deconstruction
Deconstructed with Hand Drill
Item received 1 x Plastic Sheets
Stage 3
Deconstruction
Deconstructed with Angle Grinder
Item received 1 x Glass Sheets

Purpose

A Composite Door is one type of door created using the Kit (Door).

Characteristics

  • The Door allows separation between two different rooms.
  • It consumes 10W of Power per Tick.
  • It has a separate Power Port and Data Port.
  • Can withstand a pressure difference of 300kPa

Tips

  • A Crowbar can be used to force the door open, as long as it is not Locked.
  • The name of the door, which can be changed with a Labeller is shown on the door.

Data Network Properties

These are all Data Network properties of this device.

Data Parameters

These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10), and can be read with a Logic Reader, Batch Reader, or Integrated Circuit (IC10).

Click here to see/hide all the data network properties
Parameter Name Data Type Access Value Description
Power Boolean
Read
0 Unpowered Can be read to return if the Composite Door is correctly powered or not, set via the power system, return 1 if powered and 0 if not
1 Powered
Open Integer
Read Write
0 Closed 1 if device is open, otherwise 0
1 Open
Mode Integer
Read Write
0 Operate The mode of the Composite Door.
In Operate mode, interactions with the control panel toggle the door open/closed, or cycle the airlock controller if the door is slaved to one.
In Logic mode, interactions with the control panel write the opposite of the door's current Open parameter to its Setting parameter.
1 Logic
Lock Boolean
Read Write
0 Unlocked Disable manual operation of the Composite Door.
Prevents force-opening the door with a crowbar when locked and unpowered.
1 Locked
Setting Integer
Read Write
A variable setting that can be read or written.
On Boolean
Read Write
0 Off The current state of the Composite Door.
1 On
RequiredPower Integer
Read
Idle operating power quantity, does not necessarily include extra demand power
Idle Integer
Read
Returns 1 if the Composite Door is currently idle, otherwise 0
PrefabHash Integer
Read
The hash of the structure
ReferenceId Integer
Read
Unique Reference Identifier for this object
NameHash Integer
Read
Provides the hash value for the name of the object as a 32 bit integer.


See Also