Re: Still a little unclear
Posted by
Dan Mauch
on 1999-05-20 07:01:44 UTC
There are various menas to get the G code program to the machine.
1. Carry a diskette from the computer that generated the G code to the
computer that has the G code interpreter tha runs the machine.
2. Send the G code tool path by modem to the computer that will run the
machine.
3. Send the program via a network to the machine.
Dan
-----Original Message-----
From: Jonty50@... <Jonty50@...>
To: CAD_CAM_EDM_DRO@onelist.com <CAD_CAM_EDM_DRO@onelist.com>
Date: Wednesday, May 19, 1999 10:51 PM
Subject: Re: [CAD_CAM_EDM_DRO] Still a little unclear
1. Carry a diskette from the computer that generated the G code to the
computer that has the G code interpreter tha runs the machine.
2. Send the G code tool path by modem to the computer that will run the
machine.
3. Send the program via a network to the machine.
Dan
-----Original Message-----
From: Jonty50@... <Jonty50@...>
To: CAD_CAM_EDM_DRO@onelist.com <CAD_CAM_EDM_DRO@onelist.com>
Date: Wednesday, May 19, 1999 10:51 PM
Subject: Re: [CAD_CAM_EDM_DRO] Still a little unclear
>From: Jonty50@...pencad@...
>
>In a message dated 5/20/99 1:24:23 AM Eastern Daylight Time,
>writes:use
>
><<
> Am I right in assuming that there are many various ways in getting a DXF
> file or whatever format to the machine for processing. From what I
> believe thus far, I can produce with my CAD a file that can be
> translated into code by a CAM program and then at this point I become
> unsure of the "various" means of getting that information to the
> machine. I have downloaded many demo programs from the CAM side of the
> house, and these have helped me to get somewhat comfortable with the g
> and m codings.
> >>
>
>Probably the simplest and cheapest way to get into the CNC/CAM game is to
>a program such as "stepster" (freeware) or DeskNC (cheap shareware). Bothpulses
>these programs (and others I haven't tried or mentioned) convert the G code
>file into a series of pulses that are sent to the parallel port. These
>at the port are very weak, the purpose of the driver board which connectsto
>the parallel port is essentially to amplify the pulses to a voltage andmove
>amperage adequate to run a stepper motor.
>
>You basically tell DeskNC how many pulses in which direction it takes to
>your machine one inch in a given axis. In my particular case it takes 4000characteristics
>pulses/inch in the X and Y axes and 8000 steps per inch in the Z axis, keep
>in mind that these numbers are determined by the characteristics of the
>motors themselves (how many pulses per revolution) and by the
>of the machine to which the motors are connected (how many revolutions ofthe
>motor shaft to move one inch). DeskNC then reads the G code file andconverts
>a command for a given move (eg: 1 inch left on the X axis) into the correctthis
>number of pulses and the direction signal to "make it so"..
>
>The flow of the overall system is rather like this:
>
>(in your computer) CAD program outputs DXF file >>> DXF file converted to
>GCode >>> GCode to DeskNC >>> DeskNC to parallel port pins >>> (now we move
>out of the computer) >>> parallel port pins to driver board/amplifier >>>
>driver board/amp to stepper motors >>> stepper motors to translation
>mechanism in your machine (can be ball screws, belts, gears, steel cable
>wrapped around a drum or what have you.
>
>Hope this helps... I've spent a considerable amount of time puzzling all
>out pretty much by myself and wish that I had a forum such as this duringthe
>process.deal
>
>The problem with much of the hobbyist/inexpensive hardware/software is that
>it is often rather sparsely and cryptically documented, assuming a great
>of knowledge of the subject that the beginner (those most likely to beusing
>such wares) usually lacks.discussion of shop built systems in the above catagories.
>
>Jon Croad in Atlanta, GA
>
>------------------------------------------------------------------------
>Having difficulty getting "in synch" with list members?
>http://www.onelist.com
>Try ONElist's Shared Calendar to organize events, meetings and more!
>------------------------------------------------------------------------
>welcome to CAD_CAM_EDM_DRO@..., an unmodulated list for the
>
Discussion Thread
Don Hughes
1999-05-19 22:22:47 UTC
Still a little unclear
Jonty50@x...
1999-05-19 22:50:43 UTC
Re: Still a little unclear
Don Hughes
1999-05-19 23:00:10 UTC
Re: Still a little unclear
Roger Mason
1999-05-20 03:20:33 UTC
Re: Still a little unclear
HillofSpud@a...
1999-05-20 05:46:42 UTC
Re: Still a little unclear
Mark Fraser
1999-05-20 06:21:29 UTC
Re: Still a little unclear
Dan Mauch
1999-05-20 07:01:44 UTC
Re: Still a little unclear
Brian Fairey
1999-05-20 08:54:32 UTC
Re: Still a little unclear
Jonty50@a...
1999-05-20 09:20:00 UTC
Re: Still a little unclear
Jonty50@a...
1999-05-20 09:20:02 UTC
Re: Still a little unclear
WAnliker@a...
1999-05-20 09:39:50 UTC
Re: Still a little unclear
Don Hughes
1999-05-20 10:31:27 UTC
Re: Still a little unclear
Jon Elson
1999-05-20 11:24:28 UTC
Re: Still a little unclear
Skarsaune@x...
1999-05-20 18:02:41 UTC
Re: Still a little unclear
Dan Mauch
1999-05-21 06:08:44 UTC
Re: Still a little unclear
Buchanan, James (Jim)
1999-05-24 12:29:40 UTC
Re: Still a little unclear