Editing Alpha Standard 3 Ax Router post_part 2


Results 1 to 4 of 4

Thread: Editing Alpha Standard 3 Ax Router post_part 2

  1. #1
    Registered Alexsandr's Avatar
    Join Date
    Aug 2017
    Location
    Russian Federation
    Posts
    10
    Downloads
    0
    Uploads
    0

    Default Editing Alpha Standard 3 Ax Router post_part 2

    Thanks FrankCNC I solved the problem right away.
    I have a question.
    1-Is it possible to make sure that comments are not generated at first along with the program?
    2- How to delete the percent sign at the beginning of the program?
    That he also did not appear in the program. At least in the beginning.
    Viewed the entire postprocessor, but did not understand where to edit
    Thank you


    P.S.
    It would be ideal for the program to be generated from line N 10.
    In the screenshot ...

    Similar Threads:
    Attached Thumbnails Attached Thumbnails Editing Alpha Standard 3 Ax Router post_part 2-screenshot_1-jpg  


  2. #2
    Member
    Join Date
    Apr 2010
    Location
    Australia
    Posts
    89
    Downloads
    5
    Uploads
    0

    Default Re: Editing Alpha Standard 3 Ax Router post_part 2

    To suppress the comments set $540 section of Post from 0 (zero) to 1 (one)

    $540 Suppress Operations List, START and Comments in NC code (1 = yes, 0 = No)
    1

    unfortunately this also suppresses the "START" at the beginning of the program which AlphaCam needs for line renumbering, Comms to the machine etc...
    Either hard code START in the $12 section of the Post

    $12 Main Program LEADING lines
    START

    or use a user variable

    $12 Main Program LEADING lines
    [ALPHACAM_START]

    and place the following in the $1000 section of the Post

    ALPHACAM_START (" ") = "START"

    To remove the % sign just delete the % sign in the $10 section of the Post near the beginning or place 2 (two) single apostrophe's in front of the % sign to prevent it being output.

    ''%

    If you also don't need the program number just delete :[PROGNUM] from the $12 section of the Post or place 2 (two) single apostrophe's in front of the it to prevent it being output.

    '':[PROGNUM]

    If you would like the Tool Name and Operation Description to be output as a comment in the program, place the following in the $80 Select New Tool section of the Post and before the N[N] T[T] line

    ([TNM])
    ([OPD])


    Hope this helps,

    Kind Regards,



  3. #3
    Registered Alexsandr's Avatar
    Join Date
    Aug 2017
    Location
    Russian Federation
    Posts
    10
    Downloads
    0
    Uploads
    0

    Default Re: Editing Alpha Standard 3 Ax Router post_part 2

    Thank you!
    Huge gratitude!!!



  4. #4
    Member Maroslav4's Avatar
    Join Date
    Apr 2015
    Location
    Czech Republic
    Posts
    327
    Downloads
    7
    Uploads
    0

    Default Re: Editing Alpha Standard 3 Ax Router post_part 2

    Hi,
    check this .
    % you can delete directly in a post. Comment which are in a code are generated automatically, you can switch off these comments by a $540 = 1



    Attached Thumbnails Attached Thumbnails Editing Alpha Standard 3 Ax Router post_part 2-ac_3_ax_post_1-png   Editing Alpha Standard 3 Ax Router post_part 2-ac_3_ax_post_2-jpg  
    Postprocessors, VBA macros, .NET programming.
    www.ccsoftcz.com


Tags for this Thread

Posting Permissions

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


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

Editing Alpha Standard 3 Ax Router post_part 2

Editing Alpha Standard 3 Ax Router post_part 2