Need Help! Programming pattern array using ISO code for FAGOR 8055 controller


Results 1 to 2 of 2

Thread: Programming pattern array using ISO code for FAGOR 8055 controller

  1. #1
    Member cnc jockey's Avatar
    Join Date
    Jun 2010
    Location
    New Zealand
    Posts
    6
    Downloads
    0
    Uploads
    0

    Question Programming pattern array using ISO code for FAGOR 8055 controller

    Hi Everyone, I would like to produce a profile cut on our Challenger VMC 1300 cnc mill with a FAGOR 8025/8055 controller... but I would like to repeat this profile cut a number of times along an edge in a linear pattern/array using ISO code along with a templated profile cycle...

    I have made a circular pattern/array in the past with another FAGOR controller and I would like to make a program for a linear pattern/array on this cnc mill with the formentioned controller for a job I'm doing so I dont have to make 22 individual profile cycles....Is this possible?

    Similar Threads:


  2. #2
    Registered
    Join Date
    Jan 2017
    Location
    Spain
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default Re: Programming pattern array using ISO code for FAGOR 8055 controller

    Of course, in conjunction with the command (RPT) and jump labels Nx, you will also need to move the part zero with G92 if it is linear.


    N10;
    PROFILE CYCLE
    N20;
    G92 X-20
    (RPT N10, N20) 22


    It would be something like that if I do not understand badly.
    My English is not very good.
    Hope this can help you.



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

Programming pattern array using ISO code for FAGOR 8055 controller

Programming pattern array using ISO code for FAGOR 8055 controller