CAD CAM EDM DRO - Yahoo Group Archive

RE: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium

on 2002-03-05 21:35:04 UTC
>-----Original Message-----
>From: Carol & Jerry Jankura [mailto:jerry.jankura@...]
>"Machinist's Basic" - This is one of the better ideas that I've seen on this
>board. ... Why not start with the basic language and add primitives
>to drive a motor? IMHO, although this might not be as "standard" as the APT
>that you're writing about, I think it would be more widely accepted.
No modifications to VBA are required, all you have to do is:
Define the objects and their interfaces (so the Basic programmer has a set of
objects, methods, and properties to work with)
Implement these objects in appropriate forms for what you want to accomplish
(generate GCode, general CL, drive a machine directly, ...)

I expect you would have some sort of "machine" object interface, which supports
methods like "FastMove(point)", "Move(point)", "Arc(endpoint, centerpoint)" etc.
and properties like "Location", "Tool" etc. This might represent a real
direct-driven machine, or a GCode generator, or...

If you want to be able to duplicate the functionality of APT (in terms of its
geometric calculation abilities) you would also need objects for Points, Lines,
Arcs (or Circles), ... with methods like Intersect and Offset.

Simple to describe, a lot of work to do....

>(Although, language bigot that I am, I'd prefer to see the same thing done
>in Pascal! :)
Since these would be COM objects, any language which has access to COM objects
could use them. You could use php in a web page to use them!

-Kevin

Discussion Thread

Guy Sirois 2002-02-25 09:01:12 UTC G-code---for the new millenium Paul Amaranth 2002-02-25 09:20:42 UTC Re: [CAD_CAM_EDM_DRO] G-code---for the new millenium Jon Elson 2002-02-25 09:31:02 UTC Re: [CAD_CAM_EDM_DRO] G-code---for the new millenium Kevin P. Martin 2002-02-25 09:33:00 UTC RE: [CAD_CAM_EDM_DRO] G-code---for the new millenium stephen_stallings 2002-02-25 09:36:15 UTC Re: G-code---for the new millenium Carol & Jerry Jankura 2002-02-25 09:37:11 UTC RE: [CAD_CAM_EDM_DRO] G-code---for the new millenium audiomaker2000 2002-02-25 11:17:21 UTC Re: G-code---for the new millenium Chris L 2002-02-25 19:46:20 UTC Re: [CAD_CAM_EDM_DRO] G-code---for the new millenium ballendo 2002-02-26 03:13:03 UTC Re: G-code---for the new millenium ballendo 2002-02-26 03:38:55 UTC Re: G-code---for the new millenium wanliker@a... 2002-02-26 07:04:09 UTC Re: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium Tony Jeffree 2002-02-26 09:11:10 UTC Re: G-code---for the new millenium Guy Sirois 2002-02-26 12:57:20 UTC RE: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium imserv1 2002-02-26 14:39:32 UTC Re: G-code---for the new millenium Guy Sirois 2002-02-26 15:46:38 UTC RE: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium imserv1 2002-02-26 19:05:17 UTC Re: G-code---for the new millenium Raymond Heckert 2002-02-26 19:48:36 UTC Re: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium catboat15@a... 2002-02-27 13:28:23 UTC Re: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium ballendo 2002-02-28 00:22:59 UTC APT shareware was Re: G-code---for the new millenium ballendo 2002-02-28 00:33:14 UTC OT re: Dragon was Re: G-code---for the new millenium ballendo 2002-02-28 01:35:02 UTC Re: G-code---for the new millenium imserv1 2002-02-28 07:12:59 UTC Re: G-code---for the new millenium Guy Sirois 2002-02-28 08:00:05 UTC RE: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium Guy Sirois 2002-02-28 08:15:42 UTC RE: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium Kevin P. Martin 2002-02-28 09:28:38 UTC RE: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium Bill Vance 2002-02-28 09:36:31 UTC Re: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium Carol & Jerry Jankura 2002-02-28 09:58:26 UTC RE: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium Bill Vance 2002-02-28 10:22:05 UTC Re: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium myjakjs 2002-02-28 13:20:31 UTC Re: G-code---for the new millenium Guy Sirois 2002-02-28 14:36:45 UTC RE: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium Guy Sirois 2002-02-28 15:17:32 UTC RE: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium ballendo 2002-03-01 01:07:03 UTC Re: G-code---for the new millenium Guy Sirois 2002-03-01 07:38:35 UTC RE: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium Hugh Currin 2002-03-01 07:52:50 UTC Re: G-code---for the new millenium myjakjs 2002-03-01 10:35:39 UTC Re: G-code---for the new millenium ballendo 2002-03-02 03:49:53 UTC Re: G-code---for the new millenium ballendo 2002-03-02 04:11:04 UTC Re: G-code---for the new millenium Carol & Jerry Jankura 2002-03-02 06:13:53 UTC RE: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium grouchy_old_fred 2002-03-02 15:32:30 UTC Re: G-code---for the new millenium catboat15@a... 2002-03-02 21:34:05 UTC Re: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium Chris Clough 2002-03-03 14:02:06 UTC US Digtal Encoders - Just a follow up Lew 2002-03-03 15:23:37 UTC RE: [CAD_CAM_EDM_DRO] US Digtal Encoders - Just a follow up Chris Clough 2002-03-03 15:26:08 UTC RE: [CAD_CAM_EDM_DRO] US Digtal Encoders - Just a follow up Lew 2002-03-03 15:35:41 UTC RE: [CAD_CAM_EDM_DRO] US Digtal Encoders - Just a follow up Kevin P. Martin 2002-03-05 21:35:04 UTC RE: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium Carol & Jerry Jankura 2002-03-06 05:47:58 UTC RE: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium Bill Vance 2002-03-06 07:49:29 UTC Re: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium Terry L. Ridder 2002-03-06 08:14:50 UTC real time extensions for ms windows ( was G-code---for the new millenium ) Bill Vance 2002-03-06 19:02:16 UTC Re: [CAD_CAM_EDM_DRO] real time extensions for ms windows ( was G-code---for the new Kevin P. Martin 2002-03-07 00:35:27 UTC RE: [CAD_CAM_EDM_DRO] Re: G-code---for the new millenium