584,802 active members*
5,037 visitors online*
Register for free
Login
Results 1 to 2 of 2
  1. #1
    Hello everybody
    I want to move the NP always around the same value.
    It should like similar to this:

    MPF.1234

    T1L6 (miller d5)
    G54 S5000 F1000 M3
    G0 Z100 M8

    G59 X0 Y0
    L100 P10 (UPG. 100. 10 x repeat)
    G59 X0 Y0

    M30

    SPF.100 (CONTOUR pocket)
    G0 X0 Y0
    G0 Z-2
    G1 G41 Y10
    G1 X-10
    G1 Y-10
    G1 X10
    G1 Y10
    G1 X0
    G1 G40 X0 Y0
    G0 Z50
    G59 X30 Y0 ( the NP is always move around 30mm,so the subprogram is carried out 10 times at the same position.
    M17
    Is it possible to move the No incremental? So that the program at the top would work?
    I couldn’t find anything in the manual

    Regards

    Schura.

  2. #2
    Hello
    Write the neutral point shift into the sub program.
    G90-Absolute dimensioning
    G91-incremental dimensioning
    %SPF1
    G91
    G59 X30
    G90
    .
    .
    .
    .
    G59 X0
    M17

    Regards
    Matthias

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •