CAD CAM EDM DRO - Yahoo Group Archive

Re: A Modest Proposal!

Posted by KalleP
on 2012-03-06 08:50:45 UTC
The processor demands of driving steppers is relatively modest. Even the curve look-ahead and other multi axis interpolation is pretty simple. The RepRap machines have their G-Code interpreter in a small Arduino board but they never planned for a user interface or OS though they can spool jobs from an SD card.

However servo motor feedback loops may be something to consider in terms of CPU resources and RTOS latency. From a quick look at the RasberryPi it looks like the IO pins are all the spare processor pins, the functions are multiplexed but I don't think the actual pins are. Even if the pins were multiplexed a suitable driver will be able to toggle them plenty fast enough to cope with real world hardware, if one planned to run scanners for a laserMAME setup that might also pose a problem.

> And, of course, the REAL question is, after getting a suitable RT
> kernel, would LinuxCNC
> actually run acceptably on a Beagle Board or similar machine? Memory is
> a bit
> limited, CPU speed may or may not be a problem (hard to compare such
> different
> CPU architectures) would the OMAP I/O architecture actually perform OK in
> an R/T environement.

Discussion Thread

cnc_joker 2012-03-02 12:06:05 UTC A Modest Proposal! Jon Elson 2012-03-02 19:11:57 UTC Re: [CAD_CAM_EDM_DRO] A Modest Proposal! Vince Negrete 2012-03-02 19:36:30 UTC Re: [CAD_CAM_EDM_DRO] A Modest Proposal! Charles Anderson 2012-03-02 20:45:06 UTC Re: [CAD_CAM_EDM_DRO] A Modest Proposal! Jon Elson 2012-03-03 12:41:26 UTC Re: [CAD_CAM_EDM_DRO] A Modest Proposal! Tony Smith 2012-03-03 19:30:58 UTC RE: [CAD_CAM_EDM_DRO] A Modest Proposal! Jon Elson 2012-03-03 20:00:29 UTC Re: [CAD_CAM_EDM_DRO] A Modest Proposal! Tony Smith 2012-03-04 03:02:59 UTC RE: [CAD_CAM_EDM_DRO] A Modest Proposal! Jon Elson 2012-03-04 11:10:27 UTC Re: [CAD_CAM_EDM_DRO] A Modest Proposal! KalleP 2012-03-06 08:50:45 UTC Re: A Modest Proposal! Jon Elson 2012-03-06 09:47:44 UTC Re: [CAD_CAM_EDM_DRO] Re: A Modest Proposal! KalleP 2012-03-08 07:50:11 UTC Re: A Modest Proposal! Jon Elson 2012-03-08 09:27:15 UTC Re: [CAD_CAM_EDM_DRO] Re: A Modest Proposal!