Calling sub programs and Mirroring in ShopMill

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024
  • Check out our new series "Into the Mind of an Expert". In this video we will explore how to call external programs from Shopmill as well as use the mirror command.

Комментарии • 14

  • @monkeymojo073
    @monkeymojo073 Год назад

    With all the frustration I probably would have switched to Autocad, draw the dimensions, save as a DXF, then use path mill. 10 minutes.. Thank you for video though. Learned alot.

  • @dmitryserov5595
    @dmitryserov5595 Год назад

    For some reason our Skoda Machine 840D sl don't want to call subprograms from anywhere except NC (stored on NC in standart subs folder and in the same folder as main program in Lxx format). Otherwise displays something like "name undefined".

    • @MrCNC
      @MrCNC  Год назад

      please email me you question. Dan.strubel@siemens.com

  • @arresonance
    @arresonance Год назад

    When working with subprograms that happen on a sub spindle on a lathe (so G55 mirrored) they cannot be simulated as the 828D can’t handle tools: they are perceived as facing the wrong direction. My hunch is that when a sub program is simulated it expects it to be something happening on the main spindle (as this is the whole mirroring concept works, I think).
    The only workaround I found it to manually edit the .MPF in a text editor to change the very first long number after the parenthesis. This seems to be the “checksum” number that tells the control the sub program has been simulated.
    I would like to discuss this problem with you if possible.
    Thanks!

    • @MrCNC
      @MrCNC  Год назад

      please email me you question. Dan.strubel@siemens.com

  • @numbsliwa
    @numbsliwa Год назад +1

    There is some problem with sound :(

    • @MrCNC
      @MrCNC  Год назад

      does sound work now?

    • @numbsliwa
      @numbsliwa Год назад +1

      @@MrCNC I have to check. Beacuse there were moments where your voice was cut off.

    • @numbsliwa
      @numbsliwa Год назад +1

      @@MrCNC I don't know if it's a matter of the fact that you don't say anything then, or that the sound cut off but, for example, you cant hear anything in 21:30

  • @numbsliwa
    @numbsliwa Год назад

    Can you show how to R-loop with G code?
    I know that ive had to mail you sir with question about looping but it was a different case. Im struggling with looping with R commands (While, Endwhile, If, Z=R1, X=R2, R1=R1-0.25etc).

    • @MrCNC
      @MrCNC  Год назад

      G90 G54 G700 G17
      WORKPIECE(,"",,"CYLINDER",64,0,-1,-80,4)
      T="CUTTER 5/8IN"
      M6
      D1
      S5000 M3
      R1=4 ;workpiece diameter
      R2=$P_TOOLR ;active tool radius
      R7=.5 ;radial engagment 1=50% of tool diameter
      R3=(R1/2)+R2 ;start point
      R4=(R3/(R2*R7))
      R5=R4*360
      G90 G40 G0 X=(R3+.1) Y0 ;+.1in safe distance
      G0 Z.25
      G1 Z-0.1 F150
      X=R3 Y0 ;move to start point
      R6=0
      R10=R3
      WHILE R6

    • @numbsliwa
      @numbsliwa Год назад

      @@MrCNC are there any chance for a video showing hov to work with these kind of loops?

    • @numbsliwa
      @numbsliwa Год назад

      @@MrCNC By the way. Your channel is really helpfull for me. I learned some usable things from it or learned things that I didn't know could be done. Its a real mine of knowledge :)