Am 17.12.2011 um 21:45 schrieb Viesturs Lācis: > Michael, > I like proposals fo solving different tasks in kinematics module :)) > I understood everything except that I have no idea, how do You intend > store the probed surface and then feed into kinematics module through > HAL pin. > It seems to me that creating a mesh from probed points will require to > extend EMC to be able to do so and then there needs to be some tool > that reads that mesh and tells, what is Z in a given X,Y point.
remember, its almost 2012, and the interpreter sports full extensibility by Python methods these days so you're not limited to the RS274NGC pits any more for extending emc - this is not limited to 'scripted toolchange' if you get really whacky you'd be able to wrap up mesh probing and model computation in a new 'remapped' g-code another remapped m-code to apply/unapply current model, done the only 'extension' needed is to write the kinematics module, teach it to read HAL pins, and apply corrections and, of course, come up with a good interpolation algorithm - but there's a large body of work there; for instance that is exactly the stuff the GIS folks use for map coloring from discrete digital height models -m ------------------------------------------------------------------------------ Learn Windows Azure Live! Tuesday, Dec 13, 2011 Microsoft is holding a special Learn Windows Azure training event for developers. It will provide a great way to learn Windows Azure and what it provides. You can attend the event by watching it streamed LIVE online. Learn more at http://p.sf.net/sfu/ms-windowsazure _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
