Difference between revisions of "Oxygen Tank"
(+added known.) |
(re-arranged some things, added headers and some wording. Otherwise this is also great) |
||
Line 55: | Line 55: | ||
| version = 01.078.009 | | version = 01.078.009 | ||
}} | }} | ||
− | |||
− | + | == Overview == | |
− | The Oxygen Tank is a functional Block available for Small Ships, Large Ships and Stations.<br /> | + | > |
− | It is used to store and distribute breathable [[Oxygen]] | + | The Oxygen Tank is a functional Block available for Small Ships, Large Ships and Stations.<br /> It is used to store and distribute breathable [[Oxygen]] either through [[Conveyor]]s or inside [[Oxygen Bottle]]s. |
− | |||
− | If | + | == Usage == |
+ | If connected to a [[Conveyor Network]] via one of the inventory access points, the oxygen tank can automatically pull in oxygen from attached oxygen sources (like other oxygen tanks, [[Oxygen Generator]]s, [[Oxygen Farm]]s) to store and provide oxygen to [[Air Vent]]s or other oxygen tanks in the network. | ||
− | An oxygen tank can be used to refill [[Oxygen Bottle]]s by placing empty or partly filled O2 bottles into the O2 tanks inventory and either clicking "Refill bottles" or activating the control panel option "Auto-Refill". | + | If set to "Stockpile" in the control panel, an oxygen tank will store oxygen that gets provided to it through the conveyor network, but will not deliver it back into the network when requested by other blocks. (for example by an air vent). An oxygen tank can be used to refill [[Oxygen Bottle]]s by placing empty or partly filled O2 bottles into the O2 tanks inventory and either clicking "Refill bottles" or activating the control panel option "Auto-Refill". |
− | If a room should be depressurized by an air vent, there must be oxygen tanks present in the conveyor network that have still enough free storage space to hold the pumped down oxygen in compressed state. | + | If a room should be depressurized by an air vent, there must be oxygen tanks present in the conveyor network that have still enough free storage space to hold the pumped down oxygen in compressed state. Otherwise a room cannot be depressurized using [[Air Vent]]s. |
== Indicator == | == Indicator == | ||
Line 91: | Line 90: | ||
|} | |} | ||
− | == | + | == Media == |
− | |||
− | |||
− | + | == Tips == | |
+ | * If your oxygen tank is full, and you have no where else to vent it. You can eject oxygen directly out using [[Connector]]s. | ||
+ | * It's helpful to keep one oxygen tank have it's conveyor set to off, so that you can have one always ready. Just be sure to turn off your [[Oxygen Generator]] when you flip it back on. | ||
== Known Issues == | == Known Issues == | ||
Line 106: | Line 105: | ||
* [[Air Vent]] | * [[Air Vent]] | ||
* [[Hydrogen Tank]] | * [[Hydrogen Tank]] | ||
+ | |||
+ | |||
+ | == Programming == | ||
+ | |||
+ | [[Programming Guide|Programming]] in the [[Programmable Block|program block]].<br> | ||
+ | |||
+ | '''Interface name:''' IMyOxygenTank | ||
+ | |||
+ | This block was introduced in V1.074.<br / |
Revision as of 17:52, 28 November 2015
Contents
Overview
>
The Oxygen Tank is a functional Block available for Small Ships, Large Ships and Stations.
It is used to store and distribute breathable Oxygen either through Conveyors or inside Oxygen Bottles.
Usage
If connected to a Conveyor Network via one of the inventory access points, the oxygen tank can automatically pull in oxygen from attached oxygen sources (like other oxygen tanks, Oxygen Generators, Oxygen Farms) to store and provide oxygen to Air Vents or other oxygen tanks in the network.
If set to "Stockpile" in the control panel, an oxygen tank will store oxygen that gets provided to it through the conveyor network, but will not deliver it back into the network when requested by other blocks. (for example by an air vent). An oxygen tank can be used to refill Oxygen Bottles by placing empty or partly filled O2 bottles into the O2 tanks inventory and either clicking "Refill bottles" or activating the control panel option "Auto-Refill".
If a room should be depressurized by an air vent, there must be oxygen tanks present in the conveyor network that have still enough free storage space to hold the pumped down oxygen in compressed state. Otherwise a room cannot be depressurized using Air Vents.
Indicator
The colored indicators on the tank show at a glance the current oxygen level inside the tank.
Game version: 1.107
Capacities
Game version: 1.078.009
Large grid oxygen tank | 100,000 O2 |
Small grid oxygen tank | 50,000 O2 |
Media
Tips
- If your oxygen tank is full, and you have no where else to vent it. You can eject oxygen directly out using Connectors.
- It's helpful to keep one oxygen tank have it's conveyor set to off, so that you can have one always ready. Just be sure to turn off your Oxygen Generator when you flip it back on.
Known Issues
- Unlike cargo containers the actual cargo of the oxygen tank does not in anyway influence it's mass. Therefore the large block tank will ALWAYS have a mass of 3.1 tons whether its completely full of oxygen or not.
See also
Programming
Programming in the program block.
Interface name: IMyOxygenTank
This block was introduced in V1.074.<br /