584,805 active members*
4,854 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > Postprocessor for CAM > G-Post -> GOTO manipulation
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2003
    Posts
    284
    Hello
    I’d like to manipulate the following CL-Data clause before it’ll be edited by G-Post:

    GOTO / 15.60993761, 59.80000000, 171.30000000

    It should get this form:


    GOTO / 15.60993761, 59.80000000, 171.30000000, 0.0000000000, 0.0000000000, 1.0000000000

    I have already tried several POSTF(X) but without success.

    Does anyone have a tip?
    No brain no pain&#33; <br><br>www.JackTools.Net

  2. #2
    Join Date
    Apr 2003
    Posts
    284
    Hello

    This is my solution:

    dmy = POSTF(5)
    if (dmy.eq.8) then
    $$ GOTO ohne Vektor
    $$ Vektro anhängen
    dmy = POSTF(10,9,rVZX)
    dmy = POSTF(10,10,rVZY)
    dmy = POSTF(10,11,rVZZ)
    dmy = POSTF(12,11)
    end if
    POSTF(13)

    I have already had the same problem. The determining point was in:

    CIMFIL/ON,MACHIN
    MULTAX/ON
    POSTF(13)
    CIMFIL/OFF

    This brings the coordinates for turning and calculation of the angle to the PP.
    No brain no pain&#33; <br><br>www.JackTools.Net

Posting Permissions

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