603,912 active members*
3,231 visitors online*
Register for free
Login

Thread: Apt

Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2007
    Posts
    79

    Apt

    i need to learn about high language programming (APT), so please if any one could tell me if there is any web site that i can download some refrences from it for free
    thanks:
    confused:

  2. #2
    Join Date
    Oct 2007
    Posts
    106
    Uh!

    Let me look into my old dusty files.

    I was learning it about 10 years ago.

    See you later:
    Everardo

  3. #3
    Join Date
    Nov 2007
    Posts
    79

    Smile Apt

    thnx i am looking forward to hear from you .

  4. #4
    Join Date
    Oct 2007
    Posts
    106
    :-( my old PC just died from natural causes...

    I had a bunch of pretty stuff in an old 80286 PC, including my first Qbasic programs and APT compilers. But I couldn't make it run this time.

    I don't know how much have you investigated so far about APT, but here is what I can say:

    APT is acronymous for "Automatically Programmed Tool" or something like.
    Basically if you take your CAM software and remove its graphical direct manipulation, what is left is APT.

    In G code programming you are working directly with the tool path. Instead in APT you are working with geometrical entities, then defining the tool paths between them.

    For example you can program something like this: (not exact syntax but give you the idea)

    P1=POINT (0,0)
    P2=POINT (10,0)
    P3=POINT(10,10)
    L1=LINE(P1,P2)
    L2=LINE(P2,P3)
    L3=LINE(P1,P3)
    C1=CIRCLE (TAN L1, TAN L2, 3)

    What you defined here was basically a triangle with vortex at (0,0), (10,0), (10,10) and a circle with radius 3 touching two inner sides of that triangle.
    You haven't done any tool movement yet. It is the same in the graphical software: First you draw geometrical entities, then you make some vectorial "characteriscs" over them, and finally you create the toolpaths wich follow that characteristics.

    There is some info in the machinery's handbook also.

    I attached one old APT compiler. I hope it can help you.

    Here is some jargon:
    http://ied.unipr.it/silve/meaz/origini-APT.pdf
    http://www.cncfocus.com/basicapt.htm
    http://hopl.murdoch.edu.au/showlanguage2.prx?exp=23

    Best regards:

    Everardo
    Attached Files Attached Files

  5. #5
    Join Date
    Nov 2007
    Posts
    79

    nabil

    thank u very much everado
    i will start studying the refrences that u sent to me
    thanx again
    best regards

Posting Permissions

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