Space Engineers

Space Engineers

60 evaluări
MArmOS V3.0 Example Large Excavator
   
Premiază
Adaugă la preferate
Preferat
Elimină din preferate
Type: Blueprint
Dimensiunea fișierului
Postat
Actualizat
877.634 KB
25 apr. 2017 la 18:51
21 nov. 2017 la 19:59
6 notițe privind schimbările ( vizionare )

Abonează-te pentru a descărca
MArmOS V3.0 Example Large Excavator

În 1 colecție creată de Timotei~
MArmOS V3.0 Examples
10 obiecte
Descriere
This is an example of excavator controlled by MArmOS.
You can find MArmOS here:
http://steamproxy.net/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. Move the arm to it's home position. Command: "GoHome"
9. Turn the arm inputs off (to allow driving without moving the arm). Command: "OnOff Toggle"


Arm Definition:
var Prefix = "Excavator: "; var R1 = new Rotor( Name: Prefix+"Motor1", Axis: "Z" ); var S1 = new SolidLG( -2, 0, 2 ); var R2_1 = new Rotor( Name: Prefix+"Motor2_1", Axis: "Y" ); var R2_2 = new Rotor( Name: Prefix+"Motor2_2", Axis: "-Y" ); var S2 = new SolidLG( 4, 0, 11 ); var R3 = new Rotor( Name: Prefix+"Motor3", Axis: "-Y" ); var S3 = new SolidLG( 7.1F, 0, 0 ); var P4_1 = new Piston( Name: Prefix+"Piston4_1", Axis: "X" ); var P4_2 = new Piston( Name: Prefix+"Piston4_2", Axis: "X" ); var P5 = new Piston( Name: Prefix+"Piston5", Axis: "X" ); var R6 = new Rotor( Name: Prefix+"Motor6", Axis: "X", OriMode: 1 ); var R7 = new Rotor( Name: Prefix+"Motor7", Axis: "Y", OriMode: 1 ); var S7 = new SolidLG( 3, 0, 0 ); var R8 = new Rotor( Name: Prefix+"Motor8", Axis: "Z", OriMode: 1 ); var MyArm = R1 + S1 + R2_1*R2_2 + S2 + R3 + S3 + P4_1*P4_2 + P5 + R6 + R7 + S7 + R8; new UserControl( Arm: MyArm, ReferenceFrame: MyArm, Speed: 5 );
16 comentarii
三星赵四★★★ 29 nov. 2019 la 8:26 
should be var S2 = new SolidLG( 3, 0, 11 ); ?
[RS] eagle40 3 iun. 2019 la 0:49 
tested it in survival spend 90% of the time fixing the convayor on the drill bit every 2 minutes
GalvazimGX 4 apr. 2019 la 11:42 
Is it possible to get this survival ready?
Kel_Thezuad 1 apr. 2019 la 18:11 
(basiclly asking for help)
Kel_Thezuad 1 apr. 2019 la 18:11 
So I attempted to replicate this in a small grid & I was successful though I needed to add another advanced rotor to 3 so it would have a little more strength so I added what I thought could work with your program and i'm confident I made a mistake since it's quite gittery.
pyroexplosive 23 febr. 2018 la 8:25 
This is the most effective excavator I have ever opperated! Wonderful control of the mining head. I like how i can look side to side while still drilling away! I have not yet tried it in survival. But otherwise, What a great piece of work!
Esend 14 febr. 2018 la 7:31 
Wow, just wow. This is probably the greatest mining vehicle I've ever seen! Great work! I was having problems moving the first one but the second one seems to be functioning wonderfully, thanks!
Timotei~  [autor] 21 nov. 2017 la 20:07 
Updated for 1.185 :steamhappy:
priorius 23 oct. 2017 la 8:05 
The excavator arm works like a dream, but the vehicle itself doesn't move at all. The wheels won't spin no matter what, only turn left and right. The same goes for other example trucks, which is a shame. Still awesome work nonetheless.
Cabal-2140 22 sept. 2017 la 18:03 
THX this helps a lot.