Re: [CAD_CAM_EDM_DRO] Re: Why is a Gcode standard important???
Posted by
Ted Walls
on 2001-12-27 10:48:36 UTC
Well explained ballendo I agree entirely with all you have said.
----- Original Message -----
From: "ballendo" <ballendo@...>
To: <CAD_CAM_EDM_DRO@yahoogroups.com>
Sent: Wednesday, December 26, 2001 9:21 PM
Subject: [CAD_CAM_EDM_DRO] Re: Why is a Gcode standard important???
> Jerry,
>
> I'm not Ted, and I'm going sequentially through the posts,so there
> may already be an answer "up ahead", but here goes:
>
> No, entering/executing one line at a time is not conversational
> programming. That would be an example of MDI (Manual Data Interface)
> programming of the machine.
>
> Conversational programming is so named because the operator has a
> text-based or graphics-based (or both) "conversation" with the
> control to make a program.
>
> The control asks "questions"(again by text,graphics, or both) and the
> operator "answers". You might begin by selecting from a group of
> possible "typical" machining operations. For example, drilling a hole:
>
> You select "drill" from the list.
> The control responds "single or multiple holes?" You select mutiple.
> The control asks "straight line ar arc?" You select straight line.
> The control asks "number of holes/distance between?" You continue
> this process, making selections and/or giving numerical "answers"
> until all the necessary conditions for what you want to do have been
> met.
>
> At the end of this conversation, you can have the control run the
> code you have just created/defined; or you can have
> another "conversation" for the next detail of the part, continuing
> until the entire part is completely programmed/coded.
>
> Some controls will create/show a gcode program OF the conversations'
> output, others will simply run an internal program without showing it
> to you(derived from the conversation(s). In these controls, you may
> have a text representation of you conversations, like:
>
> start
> tool 1
> drill hole
> drill hole
> tool 3
> ...
> ...
> end
>
> This is considered by many to be a simplified way to create code,
> somewhere between a full cad/cam and the basic MDI. Several
> commercial cnc mfrs. have "made a name" for themselves by having a
> good conversational means of creating programs for their machines.
>
> Hope this helps.
>
> Ballendo
>
> --- In CAD_CAM_EDM_DRO@y..., "Carol & Jerry Jankura"
> <jerry.jankura@s...> wrote:
> > Ted:
> >
> > Could you define what is meant by "Converstational programming?" Is
> this the
> > same as, for example, TurboCNC's allowing you to enter and execute
> one line
> > of G-Code at a time? Or is it simething further than that? Perhaps
> a few
> > example conversations would be helpful to my understanding.
>
>
>
> Addresses:
> FAQ: http://www.ktmarketing.com/faq.html
> FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
>
> Post messages: CAD_CAM_EDM_DRO@yahoogroups.com
> Subscribe: CAD_CAM_EDM_DRO-subscribe@yahoogroups.com
> Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@yahoogroups.com
> List owner: CAD_CAM_EDM_DRO-owner@yahoogroups.com, wanliker@...
> Moderator: jmelson@... timg@... [Moderator]
> URL to this page: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
> bill,
> List Manager
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
Discussion Thread
doug98105
2001-12-25 09:13:35 UTC
Why is a Gcode standard important???
Brian Pitt
2001-12-25 10:15:20 UTC
Re: [CAD_CAM_EDM_DRO] Why is a Gcode standard important???
Ted Walls
2001-12-25 12:11:59 UTC
Re: [CAD_CAM_EDM_DRO] Why is a Gcode standard important???
Ted Walls
2001-12-25 12:12:01 UTC
Re: [CAD_CAM_EDM_DRO] Why is a Gcode standard important???
Carol & Jerry Jankura
2001-12-25 12:47:19 UTC
RE: [CAD_CAM_EDM_DRO] Why is a Gcode standard important???
Brian Pitt
2001-12-25 12:51:07 UTC
Re: [CAD_CAM_EDM_DRO] Why is a Gcode standard important???
Brian Pitt
2001-12-25 13:42:03 UTC
Re: [CAD_CAM_EDM_DRO] Why is a Gcode standard important???
imserv1
2001-12-25 20:32:33 UTC
Re: Why is a Gcode standard important???
wayne_j_hill
2001-12-25 20:44:22 UTC
Re: Why is a Gcode standard important???
wayne_j_hill
2001-12-25 20:45:20 UTC
Re: Why is a Gcode standard important???
wayne_j_hill
2001-12-25 20:45:54 UTC
Re: Why is a Gcode standard important???
yethdear0
2001-12-26 06:35:21 UTC
Re: Why is a Gcode standard important???
wayne_j_hill
2001-12-26 09:37:39 UTC
Re: Why is a Gcode standard important???
ballendo
2001-12-26 12:34:52 UTC
Re: Why is a Gcode standard important???
Gail & Bryan Harries
2001-12-26 12:52:12 UTC
RE: [CAD_CAM_EDM_DRO] Re: Why is a Gcode standard important???
ballendo
2001-12-26 12:55:40 UTC
Re: Why is a Gcode standard important???
ballendo
2001-12-26 13:21:12 UTC
Re: Why is a Gcode standard important???
ballendo
2001-12-26 13:28:27 UTC
Re: Why is a Gcode standard important???
Gail & Bryan Harries
2001-12-26 13:42:09 UTC
The value of a ...
ballendo
2001-12-26 14:11:51 UTC
Re: Why is a Gcode standard important???
ballendo
2001-12-26 14:43:02 UTC
OT Re: Why is a Gcode standard important???
ballendo
2001-12-26 14:50:42 UTC
OT The "breyan" std was Re: The value of a ...
Gail & Bryan Harries
2001-12-26 15:07:49 UTC
RE: [CAD_CAM_EDM_DRO] OT The "breyan" std was Re: The value of a ...
yethdear0
2001-12-26 16:43:49 UTC
Re: Why is a Gcode standard important???
Brian Pitt
2001-12-26 19:47:45 UTC
Re: [CAD_CAM_EDM_DRO] Re: Why is a Gcode standard important???
Tony Jeffree
2001-12-27 02:00:21 UTC
Re: Why is a Gcode standard important???
Tony Jeffree
2001-12-27 02:06:17 UTC
Re: Why is a Gcode standard important???
ballendo
2001-12-27 02:40:35 UTC
Re: Why is a Gcode standard important???
Bill Vance
2001-12-27 06:50:35 UTC
Re: [CAD_CAM_EDM_DRO] Re: Why is a Gcode standard important???
Ted Walls
2001-12-27 10:48:36 UTC
Re: [CAD_CAM_EDM_DRO] Re: Why is a Gcode standard important???
ppump11578@a...
2001-12-27 12:48:37 UTC
Re: [CAD_CAM_EDM_DRO] Re: Why is a Gcode standard important???