Space Engineers

Space Engineers

48 ratings
MArmOS V3.0 Examples
   
Award
Favorite
Favorited
Unfavorite
Description
A list of all of MArmOS V3.0 examples.
Items (10)
MArmOS (Mechanical Arm Operating System) v3.1
Created by Timotei~
MArmOS means Mechanical Arm Operating System and it is a script made to simplify the coding needed to properly control your mechanical arm. It allow to take any complex arm configuration and bind it on a ( X, Y, Z ) reference frame. Using MArmOS should mak...
MArmOS 3.0 Example: Welding Crane
Created by Timotei~
This is a welding crane that I made to show the new potential that MArmOS 3.0 has to offer. You can use it to reverse engineer the arm and make your own. You can find the script here. And you can find the script's steam guide here. Arm Definition: var Pref...
MArmOS V3.0 Example Boom Truck
Created by Timotei~
This is an example of boom truck controlled by MArmOS. You can find MArmOS here: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=767595187 Controls: 1: gyros lock On/Off 2: Gripper lock On/Off 3: Boom Light On/Off ... 8: Boom GoHome ( -GH ) 9: Boom O...
MArmOS V3.0 Example Large Excavator
Created by Timotei~
This is an example of excavator controlled by MArmOS. You can find MArmOS here: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=767595187 MArmOS's Steam guide: Clic here to see the steam guide. Controls: 1. Control drills 2. View from drill camera 8....
MArmOS V3.0 Example Turrets
Created by Timotei~
This is an example of turret controlled by MArmOS. You can find MArmOS here: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=767595187 Gatling turret Definition var Prefix = "Turret1: "; var R1 = new Rotor( Name: Prefix+"Motor1", Axis: "Z", OriMode: ...
MArmOS V3.0 Example: Claw Crane
Created by Timotei~
A small crane with a claw. The claw may not be as efficient as a landing gear but it look a lot cooler. It is also a good example of advanced arm definition using parallel joints and custom arm assemblage. The arm is also fully conveyored. Feel free to put...
MArmOS V3.0 Example: Large Mobile Welder
Created by Timotei~
This vehicle has been built for the sole purpose of showing the new RotorWheel feature of MArmOS. The four wheels are controlled by MArmOS to make them act the same as a limitless piston. You can find MArmOS here: https://steamhost.cn/steamcommunity_com/sharedfiles/file...
MArmOS 3.0 Example Simple hydraulic setup
Created by Timotei~
It was about time I made a hydraulic example. So here it is. Arm definition: var AP1 = new Piston( Name: "Actuator Piston 1"); var AP2 = new Piston( Name: "Actuator Piston 2"); var AS1 = new SolidLG( 3 ); var H1 = new Hydraulic( Actuator: AP1+AP2+AS1 , Ori...
MArmOS 3.1: WeldingArm
Created by Timotei~
This is a welding arm made using MArmOS 3.1. It is made to be easy to attach to any large grid. Hop in the control seat, turn on the camera and enjoy a direct access to your base'S inventory while welding. The controls are: 1: Use the welder 2: Turn on the...
MArmOS3.1 IndustrialRobot
Created by Timotei~
This is a new example of arm that is using MArmOS3.1 and the new magnetic panel from the industrial update. The arm will do a little stretching animation to show the new animation capability of MArmOS3.1. You need to use the remote controller to pilot it m...