CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] USB options ...

Posted by Jon Elson
on 2014-06-20 09:01:16 UTC
On 06/20/2014 04:11 AM, Hannu Venermo gcode.fi@...
[CAD_CAM_EDM_DRO] wrote:
> The subspindle is opposite the main spindle (and of lesser power).
> This allows machining the back of the part, without touching it.
>
> For many manufacturers, live tooling, ie y-axis, is today more common
> than without it.
> Subspindles are less common, and more expensive.
>
>
> They can syncronise the 2 spindles, while running, so that the
> subspindle picks up the part while running without stopping.
>
>
OK, so there are a couple areas that would need some
development.
Normally, the spindle is run as a velocity device, you tell
it how fast
to spin, and leave it at that. It IS possible to to run the
spindle as
a positioning axis, and then have some HAL code that would sync
another spindle with the first. LinuxCNC would be unaware that
this is happening, it would just be sending speed to the primary
spindle, and then tripping an auxiliary code to tell the
subspindle
to sync to the primary. This probably is not very hard to
do, given
that the machine had appropriate spindles, drives and encoders.
The primary spindle would have a PID component to convert
speed command to what the spindle drive needed and close the
speed loop. The subspindle would then have a PID to sync
position
to the main. There would be some servo tuning involved.

Another issue is live tooling, which requires switching LinuxCNC
from spindle mode to C axis mode. Most of what was used to
set up the main spindle PID would be re-used, but the command
from LinuxCNC would be switched over from the spindle speed
command to a C axis position command. Again, this could be
set up with suitable HAL components, like mux and scale. I
think
there may be some live tooling sample codes around, but I'm
pretty sure I've never heard of a subspindle setup.

Jon

Discussion Thread

Lester Caine 2014-06-18 03:00:58 UTC USB options ... Vince Negrete 2014-06-18 07:20:07 UTC Re: [CAD_CAM_EDM_DRO] USB options ... John Dammeyer 2014-06-18 09:09:59 UTC RE: [CAD_CAM_EDM_DRO] USB options ... Andy Wander 2014-06-18 09:13:40 UTC RE: [CAD_CAM_EDM_DRO] USB options ... Benny Croonen 2014-06-18 10:20:56 UTC Re: [CAD_CAM_EDM_DRO] USB options ... John Dammeyer 2014-06-18 10:38:58 UTC RE: [CAD_CAM_EDM_DRO] USB options ... Lester Caine 2014-06-18 11:31:14 UTC Re: [CAD_CAM_EDM_DRO] USB options ... 2014-06-18 11:31:40 UTC RE: [CAD_CAM_EDM_DRO] USB options ... Lester Caine 2014-06-18 11:45:04 UTC Re: [CAD_CAM_EDM_DRO] USB options ... Lester Caine 2014-06-18 12:02:16 UTC Re: [CAD_CAM_EDM_DRO] USB options ... Benny Croonen 2014-06-18 15:41:49 UTC Re: [CAD_CAM_EDM_DRO] USB options ... Malcolm Parker-Lisberg 2014-06-18 15:46:07 UTC Re: [CAD_CAM_EDM_DRO] USB options ... 2014-06-18 15:52:46 UTC Re: [CAD_CAM_EDM_DRO] USB options ... 2014-06-18 16:32:49 UTC Re: USB options ... Peter Homann 2014-06-18 16:52:22 UTC Re: [CAD_CAM_EDM_DRO] Re: USB options ... Stan Stocker 2014-06-19 03:44:37 UTC Re: [CAD_CAM_EDM_DRO] USB options ... Lester Caine 2014-06-19 04:17:39 UTC Re: [CAD_CAM_EDM_DRO] USB options ... Jon Elson 2014-06-19 08:44:47 UTC Re: [CAD_CAM_EDM_DRO] USB options ... Hannu Venermo 2014-06-19 08:55:55 UTC Re: [CAD_CAM_EDM_DRO] USB options ... Jon Elson 2014-06-19 09:10:50 UTC Re: [CAD_CAM_EDM_DRO] USB options ... 2014-06-19 13:44:51 UTC Re: USB options ... 2014-06-19 14:14:24 UTC RE: [CAD_CAM_EDM_DRO] USB options ... John Dammeyer 2014-06-19 23:07:32 UTC RE: [CAD_CAM_EDM_DRO] USB options ... Steve Blackmore 2014-06-19 23:57:13 UTC Re: [CAD_CAM_EDM_DRO] USB options ... Lester Caine 2014-06-20 02:01:29 UTC Re: [CAD_CAM_EDM_DRO] USB options ... Hannu Venermo 2014-06-20 02:11:26 UTC Re: [CAD_CAM_EDM_DRO] USB options ... Andy Wander 2014-06-20 07:59:56 UTC RE: [CAD_CAM_EDM_DRO] USB options ... Hannu Venermo 2014-06-20 08:19:33 UTC Re: [CAD_CAM_EDM_DRO] USB options ... John Dammeyer 2014-06-20 08:48:35 UTC RE: [CAD_CAM_EDM_DRO] USB options ... Jon Elson 2014-06-20 09:01:16 UTC Re: [CAD_CAM_EDM_DRO] USB options ... John Dammeyer 2014-06-20 09:18:39 UTC RE: [CAD_CAM_EDM_DRO] USB options ... Malcolm Parker-Lisberg 2014-06-20 09:48:50 UTC RE: [CAD_CAM_EDM_DRO] USB options ... Peter Homann 2014-06-20 16:24:24 UTC Re: [CAD_CAM_EDM_DRO] USB options ... Hannu Venermo 2014-06-20 23:22:48 UTC Re: [CAD_CAM_EDM_DRO] USB options ... John Dammeyer 2014-06-20 23:51:30 UTC RE: [CAD_CAM_EDM_DRO] USB options ... Lester Caine 2014-06-21 00:19:03 UTC Re: [CAD_CAM_EDM_DRO] USB options ... Alan Stanley 2014-06-21 09:32:55 UTC Re: [CAD_CAM_EDM_DRO] USB options ... fortino tan 2014-06-23 08:49:24 UTC Re: [CAD_CAM_EDM_DRO] USB options ... Malcolm Parker-Lisberg 2014-06-23 08:49:58 UTC Re: [CAD_CAM_EDM_DRO] USB options ... Vince Negrete 2014-06-23 09:13:15 UTC Re: [CAD_CAM_EDM_DRO] USB options ... Andy Wander 2014-06-23 09:52:57 UTC RE: [CAD_CAM_EDM_DRO] USB options ...