Re: [Emc-users] "Slow" G code (sam sokolik)

2014-03-20 Thread Dewey Garrett
For anyone who wants to experiment with settings for trochoidal milling, there is now an adapted version of Bertho's program for git master for use with [py]ngcgui: nc_files/gcmc_lib/trochoid-path.gcmc The routine is included by default as a tab in several sim configurations for gcmc usage.

Re: [Emc-users] "Slow" G code (sam sokolik)

2014-03-20 Thread sam sokolik
like... http://electronicsam.com/images/KandT/oldkandt.JPG well - it could do the velocity.. but the acceleration is set pretty safe (not too many spare parts.) iirc 10in/sec^2 or something like that. sam On 3/20/2014 9:44 AM, Bertho Stultiens wrote: > On 03/20/2014 03:19 PM, sam sokolik wrote:

Re: [Emc-users] "Slow" G code (sam sokolik)

2014-03-20 Thread Bertho Stultiens
On 03/20/2014 03:19 PM, sam sokolik wrote: > the limit of sim is 1800mm/m - so if you change all the axis velocities > to 58mm/s (3500mm/m) it peaks at 2900mm/min. Upping the acceleration to > 1000mm/s^2 makes the program run at 3000mm/m steady. Indeed, with that setup the trochoidal path will

Re: [Emc-users] "Slow" G code (sam sokolik)

2014-03-20 Thread sam sokolik
the limit of sim is 1800mm/m - so if you change all the axis velocities to 58mm/s (3500mm/m) it peaks at 2900mm/min. Upping the acceleration to 1000mm/s^2 makes the program run at 3000mm/m steady. sam On 3/20/2014 9:02 AM, Bertho Stultiens wrote: > On 03/20/2014 02:46 PM, Bertho Stultiens wr

Re: [Emc-users] "Slow" G code (sam sokolik)

2014-03-20 Thread Bertho Stultiens
On 03/20/2014 02:46 PM, Bertho Stultiens wrote: > On 03/20/2014 02:38 PM, sam sokolik wrote: >> Could you post that gcode somewhere? (I don't have time right now to >> play with your cool scripting language..) It could be the >> centripetal accel limits of the spirals.. > > Yes, I also suspect th

Re: [Emc-users] "Slow" G code (sam sokolik)

2014-03-20 Thread sam sokolik
with my setup of 30in/s^2 - I get 3000mm/m (cool) the current TP peaks at about 600-700mm/s http://imagebin.org/300539 sam On 3/20/2014 8:46 AM, Bertho Stultiens wrote: > On 03/20/2014 02:38 PM, sam sokolik wrote: >> Could you post that gcode somewhere? (I don't have time right now to >> pla

Re: [Emc-users] "Slow" G code (sam sokolik)

2014-03-20 Thread Bertho Stultiens
On 03/20/2014 02:38 PM, sam sokolik wrote: > Could you post that gcode somewhere? (I don't have time right now to > play with your cool scripting language..) It could be the > centripetal accel limits of the spirals.. Yes, I also suspect the centripetal accel limits may be a problem here. You ca

Re: [Emc-users] "Slow" G code (sam sokolik)

2014-03-20 Thread sam sokolik
Could you post that gcode somewhere? (I don't have time right now to play with your cool scripting language..) It could be the centripetal accel limits of the spirals.. sam On 3/20/2014 8:29 AM, Bertho Stultiens wrote: > On 03/20/2014 01:28 PM, sam sokolik wrote: >> some more random paths runn

Re: [Emc-users] "Slow" G code (sam sokolik)

2014-03-20 Thread Bertho Stultiens
On 03/20/2014 01:28 PM, sam sokolik wrote: > some more random paths running the circular arc blend rc3... I just tested trochoidal milling using the example I created for gcmc: - image: http://www.vagrearg.org/gcmc/example-trochoidal-large.png - source: https://gitorious.org/gcmc/gcmc/source/exam

Re: [Emc-users] "Slow" G code (sam sokolik)

2014-03-20 Thread sam sokolik
some more random paths running the circular arc blend rc3... Playing around with http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Oword#Sample_3_loops_math_example_spirograph P64Q.005 Current TP 6min 33s http://imagebin.org/300518 Plot of velocity. (peaks at about 180ipm) http://imagebin.org/300515