Hello Guest it is March 29, 2024, 02:00:10 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mioduz

Pages: 1
1
I have a job upcoming that will require me to make a fixture plate that will hold (ideally) 24 parts at a time.  
I have never really used a fixture with this many parts before.
In order to save me from selecting the same contours over and over again in my Cad/Cam software (solidcam) I know that it would be best to just select one peice and then use Macros to repeat the code at different locations.
My question is to you for advice as to what the BEST method is for doing this?  
Without very little work in solidcam it generated the code but it used WHILE statements.  Which I have found are not compatible with Mach software (DAMN THIS COULD HAVE BEEN EASY!!!)

Each part will need several operations with several tools.

is it best to set each part to have its own unique coordinate system?  
(I assume I would hand code a bunch of G10's at the begining of the code for each of the parts location, then after running the first part in presumably g54 there would need to be a macro to increment the offset to g55 and so on and repeat the code???)

Is it best to use an incremental or absolute move after part 1 and then rerun the code?
(I worry that the gcode genereated by my cam software would have Absolute movements inside of it and it would end up back at part 1)

Is there another way that I am totally glazing over that i have yet to discover.
I would like to do this the best and most accurate way possible.

Also currently I am not concerned with having the CAM software/post processor automatically do this.  I am seeking knowledge as to what the best method is and then I will go down that road with the Cam/Post processor

Thanks for your help




2
Since I am sure someone will ask about if my offsets are correct

3
Background: 
I am using a Tormach PCNC 1100
Need to make a small run of parts, but dont have a tool changer.  In order to save time I purchased a second vise.  My intention is put one part in each vise, and it would machine the first tool on both parts then pause and ask for tool 2, repeat operations for the second tool on both pieces and repeat.  there are 3 total tools necessary.
I had Solidcam generate the Gcode and I edited and spliced it all together and added the offset information.
I installed both Vises, put work peices into both, and Zerod them using a touch probe for G54 and G55 offsets.

PROBLEM:
The first operation uses a 3/16 endmill to create a pocket (through hole).  The G54 code worked perfectly.  The machine switched over to the G55 code.  My code is set to plunge to a clearance height of .020 and then start helical plunge.  Before the Tool reached the .020 depth is was already in contact with the work piece.  The crash was mild im guessing it hit the piece at around .025 and since the pocket is a through hole there was no major damage (luckily).  The job continued.  The second tool is a 1/8" endmill that just does a finish pass around the walls of the pocket.  I assume this worked correctly and to the correct depth but since its a through hole I can not confirm this now.  Finally the last operation is a Chamfer Mill around the endges of the pocket.  Both parts come out with an identical chamfer  (I think if the tool plunged an additional .020 on a chamfer it would be VERY obvious)

PLEASE HELP

Other notes
The parts are identical but the vices are not so the Z offset each work offset is different.
X and Y coordinates for both work peices are accurate
I have checked the tool length about a dozen times
I have restarted my PC
Rehomed machine and rezero'd both work peices


Quote
%
(05-MAY-2014)
G90 G17
M9
M5
G00 G40 G54
G0 X0 Y0 Z6
(TOOL -25- MILL DIA 0.1875 R0. MM )
M6 T25 G43 H25
G0 Z2
G0 X2.0895 Y-0.3652 Z2.
M8
M3 S3659
(--------------------)
(P-CONTOUR15 - POCKET)
(--------------------)
X2.089 Y-0.365 Z0.75
Z0.02
G3 X2.089 Y-0.365 Z-0.003 I0.0308 J-0.0294 F4

SEVERAL LINES OF COORDINATE CODE

G0 Z0.75
M9
M5


(-----------------------------)
(START G55 For the 3/16 ENDMILL)
(-----------------------------)

G00 G40 G55
G0 X0 Y0 Z6
(TOOL -25- MILL DIA 0.1875 R0. MM )
(M6 T25 G43 H25)
G0 Z2
G0 X2.0895 Y-0.3652 Z2.
M8
M3 S3659
(--------------------)
(P-CONTOUR15 - POCKET)
(--------------------)
X2.089 Y-0.365 Z0.75
Z0.02

THIS IS WHERE THE TOOL CRASHES AS IT RAPIDS DOWN IN Z



4
General Mach Discussion / Mach3 Solidcam 4th Axis Post Processor
« on: October 26, 2012, 03:41:33 PM »
I am very new to all of this but really enjoying using my 3 axis mill.  I keep running into problems that could be solved if I owned a 4th axis.  I am considering building one but need to know that I can program is successfully before I do so.  I use Solid works and solid cam but have yet been unsuccessfull in locating a 4th axis post processor.  Can someone please point me in the right direction?

Pages: 1