Space Engineers

Space Engineers

Not enough ratings
MArmOS turnkey: 50 m, 3 DOF Arm
   
Award
Favorite
Favorited
Unfavorite
Type: Blueprint
File Size
Posted
Updated
798.132 KB
27 Aug, 2017 @ 12:01am
21 Nov, 2017 @ 8:29pm
5 Change Notes ( view )

Subscribe to download
MArmOS turnkey: 50 m, 3 DOF Arm

In 1 collection by Timotei~
MArmOS turnkey collection
7 items
Description
This is the third 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.

This arm has only 3 DOF. This make it less likely to defy Clang in mp.

Specifications
Reach: 50 m
Max load: 70,000 kg
Speed: 5 m/s
Conveyored: yes
Planet ready: yes
Grid size: large
Control: on the base
Rotors: 3
Pistons: 0

Arm Definition
var Prefix = "GenericArm3: "; new Rotor( Name: Prefix+"Motor1", Axis: "Z", OriMode: 0 ); new SolidLG( 0, 2, 0 ); new Rotor( Name: Prefix+"Motor2", Axis: "Y", OriMode: 0 ); new SolidLG( 0, -1, 10 ); new Rotor( Name: Prefix+"Motor3", Axis: "-Y", OriMode: 0 ); new SolidLG( 10, 0, 0 ); DefaultUseArmAsReference = false; DefaultShipControllerKeyword = Prefix+"Arm Controller"; DefaultSpeed = 5;
4 Comments
klekaelly 30 Dec, 2022 @ 2:27pm 
These are very helpful for understanding how to build my own custom arm, thank you.
Westrum 30 Jan, 2019 @ 2:45am 
new SolidLG( 0, -1, 10 );
Where do you suddenly get -1?
Blåmejse 7 Sep, 2018 @ 7:20am 
This is grate :)
Timotei~  [author] 21 Nov, 2017 @ 8:30pm 
Updated for 1.185 :steamhappy: