Space Engineers

Space Engineers

MArmOS 3.0 Example: Welding Crane
20 Comments
Corki99 30 Dec, 2024 @ 10:18pm 
Has the blueprint been corrupted? I can't get it to load into the game
Sokolovsito 16 Jul, 2021 @ 8:33am 
Does someone know how can I paste the crane in a station and get it to work?
Trik 12 Feb, 2021 @ 5:35am 
omg I just fried my brains with this script
JohnyRico 7 Nov, 2020 @ 12:06pm 
Assemble 2 rotors An cockpit name = Arm Controlle, show error - no controller deifne O_О
Chuckles 29 Jan, 2020 @ 9:33pm 
Does this arm definition work better for you? I believe your solids are off slightly, so the arm doesn't move exactly the way you'd expect it to.

var Prefix = "WC: ";
new Rotor( Name: Prefix+"Motor1", Axis: "Z" );
new SolidLG( 0, -1, 2 );
new Rotor( Name: Prefix+"Motor2", Axis: "-Y" );
new SolidLG( -8, 1, 1 );
new Rotor( Name: Prefix+"Motor3", Axis: "Y" );
new SolidLG (10, 1, 0);
new Rotor( Name: Prefix+"Motor4", Axis: "Y" );
new SolidLG( -5, 0, 0 );
new Piston( Name: Prefix+"Piston1", Axis: "-X" );
new Rotor( Name: Prefix+"Motor5", Axis: "-X", OriMode: 1 );
new SolidSG( -4, 5, 0 );
new Rotor( Name: Prefix+"Motor6", Offset: 180, Axis: "Y", OriMode: 1 );
new Rotor( Name: Prefix+"Motor7", Axis: "X", OriMode: 1 );
new SolidSG( 7, 0, 0 );
new UserControl( Speed: 10, UseArmAsReference: true );
A Very Stoned Frog 25 Oct, 2019 @ 6:04pm 
can u pick heavy shit up wiith this script
im making a base layer
sneakyzebra1 19 Mar, 2019 @ 7:33pm 
So im trying to reverse engineer this thing and i cant seem to get it to work. i even tried ripping it off your truck and pasting the arm onto a different grid as well as the timer block,control seat and PB. I can get the arm to go home but i cant control it like i can on the truck. What argument are you using in the timer block? Also, if i were to change up the length of some of the conveyors and paste the pistons and rotors from your blueprint back on, do you think would it still operate? or would it be a waste of time because i would have to change something in the PB
zeckmon3 1 Oct, 2018 @ 9:38pm 
Wow this is AMAZING the worst part is seting it up but once its working wow
Timotei~  [author] 17 Nov, 2017 @ 6:12pm 
Updated for 1.185 :steamhappy:
Timotei~  [author] 16 Jun, 2017 @ 7:55am 
@Ribena Good observation. But in this case, since the Rotor is rotating along the same axis, it doesn't make a big difference. The coordinate system is only shifted 2.5 m lower. The 0 would actually be inside the platform instead of on top of it. But I guess I should still fix that when I get free time to avoid confusion. Thanks for reporting.
Ribena 16 Jun, 2017 @ 12:28am 
Shouldn't first SolidLG be (0,0,2) and not (0,0,3)?
Image with annotation [imgur.com]
XCysC warpig2255 28 May, 2017 @ 10:57am 
@Timotei i tryd out your MArmOS V3.0 Example Large Excavator works for me also i m a bit cofused about controlls couse when i press like W the crane move from a sorten point of few forward-expand S to dexpand move backwards. Also it would be great to Press like W like 1 Time and it expand lets say (Forward W) to a Point where the Work Area (Like on a 3D Printer Moves. Its just a Idea. I know your Script has potential but even for me really hard to set it up.
Timotei~  [author] 28 May, 2017 @ 10:12am 
@XCysC warpig2255 Currently, there is no way to change the keybinding but it's a good suggestion. I'll see what I can do for that.
Also, while I look for a solution to the problem you're experiencing, you can take a look at other examples.
I'd recomend looking at the boom truck example. It has a control scheme like the one you asked for and it always worked well as far as I know.
http://sp.zhabite.com/sharedfiles/filedetails/?id=913359573
XCysC warpig2255 28 May, 2017 @ 8:35am 
I made a Point where i operate. Like a 0 Point couse the script of yours work in a same way like a 3D Printer or did i catch there something wrong ? So for me i can set all Pistons like you showd in your picture like UP DOWN Z Achsix So Z means up like + and - means down but the thing is where i can set the key to oprate up and down ? There i have some problems. Also the Trucks shows a Error Message from a Piston that is not in the truck so that means the controlls are (broke) i just need a working crane to see where i need to set this all. Hope you can undeerstand what i mean :) Gretings :)
Timotei~  [author] 28 May, 2017 @ 8:27am 
@XCysC warpig2255 well, this is weird. I'll take a look at this problem when Iget to my gaming computer. Also, just to be sure, did you try to pilot the arm from the seat facing backward? The seat facing forward is set for driving the truck only.
XCysC warpig2255 28 May, 2017 @ 7:32am 
Oke i did look over it and the blueprint aint work anymore Script says: Piston WC not found.
Also the Time Block needs to set only to : START and not like START and TRIGGER NOW
XCysC warpig2255 28 May, 2017 @ 7:23am 
Same Problem goes for me i m confudes about the Keys why they dont work and hob to set them up. Also i did read the guide but i dont find where i set up these keys to move it.... HELP ! :D
Enigmus 14 Feb, 2017 @ 5:49am 
I gave this a try, but I wasn't able to get the WASD keys to move teh arm. The Arm group was powered on, but I couldn't get the timer to engage. I ended up pasting a new timer in and setting it up, but even after the timer was running the WASD Keys did not run the arm. I didn't check the perticulars of the script, is there something in there that needs to be set first?
Laine 14 Dec, 2016 @ 10:24am 
go to dev mode
pooter actual 3 Dec, 2016 @ 8:46pm 
so im trying to paste this into my world and im getting a created in dev verison error and wont let me select it out of the bp menu?