Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What's the use of a single tool for all parts?

<p><span>I have a</span> <span>part that</span> <span>requires four</span> <span>for cutting</span> <span>tools.</span> <span>I want to set</span> <span>four parts</span> <span>in the housing and</span> <span>carve</span> <span>them simultaneously</span>. <span>I also want to</span> <span>make the</span> <span>processing of</span> <span>all four</span> <span>parts using</span> <span>a single tool</span> <span>before changing</span> <span>to the</span> <span>next tool</span>. <span>Can I</span> <span>do this without</span> <span>having to write</span> <span>a program</span> <span>for each part</span>?</p>

user-image
Question added by Tomasz Modrzejewski , Programmer , Company Skraw-Mech
Date Posted: 2014/09/14
Tomasz Modrzejewski
by Tomasz Modrzejewski , Programmer , Company Skraw-Mech

Yes, you can program a "one tool for all parts of" the treatment of many parts; reduces the number of tool changes and shortens the duration of the cycle. Use the format shown below with the command podrutyny (M97 with a value of P). This causes the search by the control system of a number N defined by the M30 line P M97. Treatment of all the parts using a single tool can be programmed as follows: % O1234 T1 M6 G00 G90 G54 (the location of the first part) M97 P1 (the first tool) G00 G90 G55 (the location of the second part) M97 P1 (the first tool) G00 G90 G56 (the location of the third part) M97 P1 (the first tool) G00 G90 G57 (the location of the fourth part) M97 P1 (the first tool) T2 M6 G00 G90 G54 (the location of the first part) M97 P2 (the second tool) G00 G90 G55 (the location of the second part) M97 P2 (the second tool) G00 G90 G56 (the location of the third part) M97 P2 (the second tool) G00 G90 G57 (the location of the fourth part) M97 P2 (the second tool) T3 M6 G00 G90 G54 (the location of the first part) M97 P3 (the third tool) G00 G90 G55 (the location of the second part) M97 P3 (the third tool) G00 G90 G56 (the location of the third part) M97 P3 (the third tool) G00 G90 G57 (the location of the fourth part) M97 P3 (the third tool) T4 M6 G00 G90 G54 (the location of the first part) M97 P4 (the fourth tool) G00 G90 G55 (the location of the second part) M97 P4 (the fourth tool) G00 G90 G56 (the location of the third part) M97 P4 (the fourth tool) G00 G90 G57 (the location of the fourth part) M97 P4 (the fourth tool) M30 N1 (the first tool) M99 N2 (the second tool) M99 N3 (the third tool) M99 N4 (the fourth tool) M99

Shagufta Mubasher
by Shagufta Mubasher , Web Developer , MP CJ O Shopping Sdn. Bhd.

With an excuse, I don't have expertise with it

هاشم المشارقة
by هاشم المشارقة , Key Account Manager , Advanced United Systems Ltd. ( A member of Taj Holding Group)

Sorry I did not understoode your question !

Tawfik Zaky Tawfik Ibrahim
by Tawfik Zaky Tawfik Ibrahim , Sheet metal Factory Manager , Benha Electronics Co.

just you need to writ for subprograms with incremental movement  one for every tool and in the mean program you move the tool No1 to the zero point of first part  and call the subprogram re do this with every part .

then do this with every tool  

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.