Difference between revisions of "User:DustyFB/Sandbox/Cargo Lock Beam"
Line 53: | Line 53: | ||
In order for the cargo beam to lock onto objects and to be able to lift or otherwise move them, at least three beams should target the desired object from different directions.The beams should simultaneously hit the object from at least roughly 90 degrees difference from each other. | In order for the cargo beam to lock onto objects and to be able to lift or otherwise move them, at least three beams should target the desired object from different directions.The beams should simultaneously hit the object from at least roughly 90 degrees difference from each other. | ||
Power consumption when turned on: 5 electricity per second. | ''E.g. if the object is a dice-shaped cube, the cargo beams should target the cube at least from three different sides.'' | ||
Power consumption when turned on: 5 electricity per second. | |||
Power consumption while locked on to cargo: 0.002 electricity per second for each kg. | Power consumption while locked on to cargo: 0.002 electricity per second for each kg. | ||
Line 62: | Line 62: | ||
== Device fields == | == Device fields == | ||
{|class="wikitable" | {|class="wikitable" | ||
! YOLOL field | ! YOLOL field | ||
Line 85: | Line 79: | ||
| 0 - 2 | | 0 - 2 | ||
|} | |} | ||
To learn more about the usage of fields, consult these wiki pages: | |||
* [[Universal tool|Universal Tool]] | |||
* [[Data networks|Data networks]] | |||
To learn more about | * [[YOLOL|YOLOL]] | ||
* [[ | |||
* [[ | |||
[[Category:Devices and machines|Cargo beam]] | [[Category:Devices and machines|Cargo beam]] |
Revision as of 09:41, 10 May 2021
The Cargo beam device emits a laser which locks onto any object on its trajectory.
The cargo beam device is most commonly used in spaceships designed for cargo transportation.
For safety reasons, the locking laser does not affect endoskeletons.
Basic information
In order for the cargo beam to lock onto objects and to be able to lift or otherwise move them, at least three beams should target the desired object from different directions.The beams should simultaneously hit the object from at least roughly 90 degrees difference from each other.
E.g. if the object is a dice-shaped cube, the cargo beams should target the cube at least from three different sides.
Power consumption when turned on: 5 electricity per second. Power consumption while locked on to cargo: 0.002 electricity per second for each kg.
The mass locked by beams are evenly distributed between the beams. So 1500 kg cargo would stress 3 locked beams by 500kg per beam. Each beam would consume 1 electricity per second extra added to the base 5 per second.
Device fields
YOLOL field | description | range |
---|---|---|
CargoBeamOnState | Dictates whether the beam is on or off. 0 = off, any other value = on. | |
CargoBeamSearchLength | The maximum distance from where the beam can lock onto objects. Measured in meters. | 0 - 1000 |
CargoBeamStatus | The current status of the beam, 0 = off or unlocked, 1 = touching object but unlocked, 2 = locked | 0 - 2 |
To learn more about the usage of fields, consult these wiki pages: