Space Engineers

Space Engineers

Not enough ratings
MArmOS turnkey: 10 m, 6 DOF Arm
   
Award
Favorite
Favorited
Unfavorite
Type: Blueprint
File Size
Posted
Updated
5.570 MB
27 Aug, 2017 @ 1:53pm
19 Nov, 2017 @ 10:34am
4 Change Notes ( view )

Subscribe to download
MArmOS turnkey: 10 m, 6 DOF Arm

In 1 collection by Timotei~
MArmOS turnkey collection
7 items
Description
This is the fifth of a new collection of turnkey arms using MArmOS. Those arms are designed to be easily attached to any structure without any coding or special settup. They work and that's it.

The stock version of this arm is equiped with a landing gear. Obviously, you can put anything you want on it.

Specifications
Reach: 10 m
Max load: 9,000 kg
Speed: 2 m/s
Conveyored: no
Planet ready: yes
Grid size: small
Control: on the base (remote)/b]
Rotors: 6
Pistons: 0

Arm Definition
var Prefix = "GenericArm5: "; var R1 = new Rotor( Name: Prefix+"Motor1", Axis: "Z", OriMode: 0 ); var S1 = new SolidSG( 2, 0, 1 ); var R2_1 = new Rotor( Name: Prefix+"Motor2_1", Axis: "Y", OriMode: 0, Home: -120 ); var R2_2 = new Rotor( Name: Prefix+"Motor2_2", Axis: "-Y", OriMode: 0, Home: 120 ); var R3 = new Rotor( Name: Prefix+"Motor3", Axis: "X", OriMode: 0.5 ); var S3 = new SolidSG( 8, 0, 0 ); var R4 = new Rotor( Name: Prefix+"Motor4", Axis: "-Y", OriMode: 0.1, Home: -45 ); var R5 = new Rotor( Name: Prefix+"Motor5", Axis: "-Z", OriMode: 1, Home: 90 ); var S5 = new SolidSG( 0, 0, -6 ); var R6 = new Rotor( Name: Prefix+"Motor6", Axis: "X", OriMode: 1, Home: -45 ); var S6 = new SolidSG( 0, 0, -2 ); DefaultArm = R1 + S1 + R2_1*R2_2 + R3 + S3 + R4 + R5 + S5 + R6 + S6; DefaultShipControllerKeyword = Prefix+"Arm Controller"; DefaultSpeed = 2;

2 Comments
Stollie 2 Mar, 2018 @ 5:50am 
I <3 this thing, amazing work :)
Timotei~  [author] 19 Nov, 2017 @ 10:29am 
Updated for 1.185 :steamhappy: