Actions

Difference between revisions of "Hardsuit"

From Unofficial Stationeers Wiki

(added standard data network headers)
(Add additional logic variables)
Line 38: Line 38:
 
! Parameter Name !! Data Type !! Description
 
! Parameter Name !! Data Type !! Description
 
|-
 
|-
| On || || Controls A/C power for suit
+
| On || boolean || Controls A/C power for suit.
 
|-
 
|-
| Filtration || || Controls Filtration power for suit
+
| Filtration || boolean || Controls Filtration power for suit.
 
|-
 
|-
| AirRelease || || Controls Air power for suit
+
| AirRelease || boolean || Controls Air power for suit.
 
|-
 
|-
| PressureSetting || || Controls target pressure for suit.  Only works while helmet is closed - PressureInternal also works
+
| PressureSetting || number || Controls target pressure for suit.  Only works while helmet is closed.
 
|-
 
|-
| TemperatureSetting || || Controls target temperature for suit.
+
| TemperatureSetting || number || Controls target temperature for suit.
 +
|-
 +
| Error || boolean || Controls error state for suit.
 
|-
 
|-
 
| d0 || device || Interface for suit helmet
 
| d0 || device || Interface for suit helmet
Line 59: Line 61:
 
! Output Name !! Data Type !! Description
 
! Output Name !! Data Type !! Description
 
|-
 
|-
| On || || Controls A/C power for suit
+
| On || boolean || Controls A/C power for suit.
 +
|-
 +
| Filtration || boolean || Whether Filtration is enabled for the suit.
 +
|-
 +
| AirRelease || boolean || Whether Air flow is enabled for the suit.
 +
|-
 +
| PressureSetting || number || The target pressure for suit.
 +
|-
 +
| TemperatureSetting || number || The target temperature for suit.
 +
|-
 +
| PressureExternal || number || The air pressure outside of the suit.
 +
|-
 +
| TemperatureExternal || number || The air temperature outside of the suit.
 +
|-
 +
| Error || boolean || The suit's error state.
 +
|-
 +
| PositionX || number || The suit's X coordinate position.
 +
|-
 +
| PositionY || number || The suit's Y coordinate position.
 +
|-
 +
| PositionZ || number || The suit's Z coordinate position.
 
|-
 
|-
| Filtration || || Controls Filtration power for suit
+
| VelocityMagnitude || number || The suit's relative velocity magnitude.
 
|-
 
|-
| AirRelease || || Controls Air power for suit
+
| VelocityRelativeX || number || The suit's relative X velocity.
 
|-
 
|-
| PressureSetting || || Controls target pressure for suit. Only works while helmet is closed - PressureInternal also works
+
| VelocityRelativeY || number || The suit's relative Y velocity.
 
|-
 
|-
| TemperatureSetting || || Controls target temperature for suit.
+
| VelocityRelativeZ || number || The suit's relative Z velocity.
 
|-
 
|-
 
| d0 || device || Interface for suit helmet
 
| d0 || device || Interface for suit helmet

Revision as of 18:30, 8 October 2018

Hardsuit
ItemEvaSuit.png
Recipe
Created With Fabricator
Cost 2g Gold, 10g Steel, 8g Lead, 20g Invar
Max Pressure 202.65 kPa?
Volume 10 L?


Description

Used to be able to go outside a pressurized and breathable environment. It features an adjustable pressure adjustment and air conditioning toggle.

The Hardsuit has more armor than the EVA Suit and features one extra filter slot and the ability to accept IC chips


    • Note: Image is incorrect

Notes

  • Note that the maximum allowed pressure for the Waste Tank is 4052kPa. Low/critical oxygen warnings will occur close to this value.
  • The default filter is the CO2 filter, a gas generated by the characters when consuming breathable air.

Data Network Properties

These are all Data Network properties of this device.

The Hardsuit is uniquely capable of accepting an Integrated Ciruit (IC10). Within a hardsuit, this IC cannot toggle itself off and will run as long as there is battery power in the suit, until the IC is removed It has these unique logic variables and interactions (along with the standard variables)

Data Parameters

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
On boolean Controls A/C power for suit.
Filtration boolean Controls Filtration power for suit.
AirRelease boolean Controls Air power for suit.
PressureSetting number Controls target pressure for suit. Only works while helmet is closed.
TemperatureSetting number Controls target temperature for suit.
Error boolean Controls error state for suit.
d0 device Interface for suit helmet
d1 device Interface for backpack or jetpack

Data Outputs

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
On boolean Controls A/C power for suit.
Filtration boolean Whether Filtration is enabled for the suit.
AirRelease boolean Whether Air flow is enabled for the suit.
PressureSetting number The target pressure for suit.
TemperatureSetting number The target temperature for suit.
PressureExternal number The air pressure outside of the suit.
TemperatureExternal number The air temperature outside of the suit.
Error boolean The suit's error state.
PositionX number The suit's X coordinate position.
PositionY number The suit's Y coordinate position.
PositionZ number The suit's Z coordinate position.
VelocityMagnitude number The suit's relative velocity magnitude.
VelocityRelativeX number The suit's relative X velocity.
VelocityRelativeY number The suit's relative Y velocity.
VelocityRelativeZ number The suit's relative Z velocity.
d0 device Interface for suit helmet
d1 device Interface for backpack or jetpack