Space Engineers MArmOS Guide Part 2 - Hydraulic Arm

Поділитися
Вставка
  • Опубліковано 4 січ 2025

КОМЕНТАРІ • 12

  • @ZapattaZ
    @ZapattaZ 4 роки тому +1

    Awesome series, wonder why there is not more people viewing it.

    • @JoeTankPlays
      @JoeTankPlays  4 роки тому

      Thank you. Alot do watch and thats more then I could ask for.

  • @TauVids
    @TauVids 4 роки тому +3

    I think your base rotation is being considered part of the hydraulic arm because of how its summed up in var MyArm. Right now everyting is tied together in serial order with H1+S1+R1+RS1. If you go with (H1+S1)*(R1+RS1) they function in parallel and the arm and rotation base would act separately... i think

    • @JoeTankPlays
      @JoeTankPlays  4 роки тому +2

      It works. This is awesome! This is why i love having everyone chip in. Sorry for the late replay. Health probelms have taken all my movitation.

  • @lighnr
    @lighnr 3 місяці тому

    How to link grids

  • @lighnr
    @lighnr 3 місяці тому

    Plz make advanced programming

  • @theking497
    @theking497 4 роки тому +1

    How would you set up an inline hydraulic arm like a irl excavator has?

    • @JoeTankPlays
      @JoeTankPlays  4 роки тому +1

      I wouldnt use this part of the script to make something like that. I would use the standard use of MArmOS and make sure to have buttons to lock stages of the arm. If i wanted to to work lke it was in real life.

  • @gerrywu6288
    @gerrywu6288 4 роки тому

    How do you sethome of the Hydraulic, default is extend the hydraulic

    • @JoeTankPlays
      @JoeTankPlays  4 роки тому

      Their is a command you add to the program block. Rewatch the video from when I am working in the program block.

  • @joshsommer636
    @joshsommer636 4 роки тому +1

    The boom section (red) should point in Z direction, not X, eg. SolidLG(0, 2, 10). If you look at the image in the hydraulic section of Timotei's guide you'll see that the tanget2 is in Z axis when the hydraulic rests at 0°. Well at least i think so because my hydraulics don't switch left/right.
    Otherwise well done, maybe some more visual explanation for non programmers

    • @JoeTankPlays
      @JoeTankPlays  4 роки тому

      See when I set it how you just explained I have issues with my arms.