Using Subroutines with G70

แชร์
ฝัง

ความคิดเห็น • 5

  • @swamppifi6186
    @swamppifi6186 2 ปีที่แล้ว

    I once had to run a vertical borer that had an old GE 1050H controller and only had memory to load just one file. We had to use a mix of subroutines and incremental/absolute programming. we had different start blocks ( N100, N200, N300 ) that had M30 after then to stop you from executing thru the program ,the start blocks would jump to the main section of the program for each different bore sizes that we machined in absolute mode, then when it needed to machined common features ( oil groove, bottom radius, & top chamfer) we drove to the start point and called a subroutine , the first line switched into incremental mode and machine the feature in incremental programming, then at the end, it switched back to absolute programming before jumping back into the main program. I didn't write this but I was impressed at how clever this program was put together.

    • @orangedream267
      @orangedream267 2 ปีที่แล้ว

      You often get amazing stuff with limited resources. Especially in production (in any industry) environments. These days it's just stuff as much nonsense in as possible and pray it works.

  • @markhorner4982
    @markhorner4982 2 ปีที่แล้ว

    that wont work on newer fanuc control machines it will come up monotonous error , the G42 will have to be on the g70 line and it wont like the finish line of X70 Z5 , unless of course a parameter change that i don't know about will fix it .

  • @steinarne79
    @steinarne79 2 ปีที่แล้ว

    Just a general question. I'm really struggeling to see why such crazy manuall programming is needed any longer. Beside the normal conversational features on the controller, you should just use a CAD/CAM program to do the programming?
    Standing at the machine doing programming and the machine is not doing anything. its the most expencive "calculator" in the world for the business!
    Please, help me understand why.

    • @natedawg003
      @natedawg003 2 ปีที่แล้ว +1

      This isn't crazy manual programming. It's pretty basic and you can make a template in which all you have to do is add the profile of your part. You don't need to do it at the control either. You can do it at the computer while the machines running and then upload it. A decent programmer will program a basic lathe routine faster than CAM. Also doing it this way gives way more function for editing at the control, and the code dimensions are the actual dimensions on the print. Makes verifying your code way easier.