Re: [CAD_CAM_EDM_DRO] Re: parallel port
Posted by
Alan Marconett
on 2004-05-20 14:43:01 UTC
Hi Jan, List,
Yeah, that's it! Simple DOS does not "slice up" the CPU time with it's
own tasks (if you're not calling it's functions). And if no EMM type
drivers or managers are loaded, then it's mostly out of the way. The
keyboard and timer do give interrupts, but these can be managed.
In your case, GWBASIC can write to the I/O, and make steps just fine,
although as I recall, you aren't generating steps at a high speed. That
would further entail acceleration/deceleration code. Multiple axis
(which you may do?) require further enhancements to develop clean pulse
streams. Next add arcs, and put them in three planes! Canned cycles
will also make your programming exercises easier. And last but not
least, add a parser to interpret Gcode.
Yes, a "DOS application" can get away with things! That's why I like
STEP4, which is my 'C' controller program for DOS. To get a taste of
these DOS applications, try TurboCNC. Inexpensive, and source is available!
Alan KM6VV
JanRwl@... wrote:
Yeah, that's it! Simple DOS does not "slice up" the CPU time with it's
own tasks (if you're not calling it's functions). And if no EMM type
drivers or managers are loaded, then it's mostly out of the way. The
keyboard and timer do give interrupts, but these can be managed.
In your case, GWBASIC can write to the I/O, and make steps just fine,
although as I recall, you aren't generating steps at a high speed. That
would further entail acceleration/deceleration code. Multiple axis
(which you may do?) require further enhancements to develop clean pulse
streams. Next add arcs, and put them in three planes! Canned cycles
will also make your programming exercises easier. And last but not
least, add a parser to interpret Gcode.
Yes, a "DOS application" can get away with things! That's why I like
STEP4, which is my 'C' controller program for DOS. To get a taste of
these DOS applications, try TurboCNC. Inexpensive, and source is available!
Alan KM6VV
JanRwl@... wrote:
> In a message dated 5/20/2004 1:45:11 PM Central Standard Time, KM6VV@...
> writes:
> DOS keeps out of the way (for the most part). Why not work in DOS?<<
>
> I assume, then, that this is why MY "CNC" programs written in GWBASIC, which
> is CALLED a "DOS application," work with no problems. I use only a simple
> assembly-code "patch" which is CALLed from BASIC to strobe selected bits on the
> printer-port, and this works fine! Jan Rowland
>
Discussion Thread
Trend
2004-05-19 20:56:19 UTC
parallel port
campgems
2004-05-19 21:56:58 UTC
Re: parallel port
Trend
2004-05-19 22:35:28 UTC
Re: [CAD_CAM_EDM_DRO] Re: parallel port
JanRwl@A...
2004-05-19 23:13:16 UTC
Re: [CAD_CAM_EDM_DRO] parallel port
JanRwl@A...
2004-05-19 23:14:45 UTC
Re: [CAD_CAM_EDM_DRO] Re: parallel port
JanRwl@A...
2004-05-19 23:29:29 UTC
Re: [CAD_CAM_EDM_DRO] Re: parallel port
JanRwl@A...
2004-05-19 23:51:18 UTC
Re: [CAD_CAM_EDM_DRO] Re: parallel port
Scott Ellis
2004-05-20 00:01:04 UTC
Re: [CAD_CAM_EDM_DRO] Re: parallel port
Hugh Prescott
2004-05-20 06:41:45 UTC
Re: [CAD_CAM_EDM_DRO] parallel port
wwwmrf
2004-05-20 06:41:46 UTC
Re: parallel port
turbulatordude
2004-05-20 06:52:10 UTC
Re: parallel port - TCNC
mayfieldtm
2004-05-20 07:45:48 UTC
Re: parallel port
D Cranston
2004-05-20 08:12:32 UTC
RE: [CAD_CAM_EDM_DRO] Re: parallel port
Lester Caine
2004-05-20 08:22:13 UTC
Re: [CAD_CAM_EDM_DRO] parallel port
jm_fong
2004-05-20 09:10:40 UTC
Re: parallel port
jm_fong
2004-05-20 09:15:26 UTC
Re: parallel port
jm_fong
2004-05-20 09:30:52 UTC
Re: parallel port
Jon Elson
2004-05-20 10:35:15 UTC
Re: [CAD_CAM_EDM_DRO] Re: parallel port
Jon Elson
2004-05-20 10:38:48 UTC
Re: [CAD_CAM_EDM_DRO] parallel port
Alan Marconett
2004-05-20 11:42:45 UTC
Re: [CAD_CAM_EDM_DRO] Re: parallel port
Lester Caine
2004-05-20 11:44:12 UTC
Re: [CAD_CAM_EDM_DRO] parallel port
Alan Marconett
2004-05-20 11:55:37 UTC
Re: [CAD_CAM_EDM_DRO] parallel port
Paul Davis
2004-05-20 11:56:46 UTC
Re: [CAD_CAM_EDM_DRO] parallel port
JanRwl@A...
2004-05-20 13:03:47 UTC
Re: [CAD_CAM_EDM_DRO] parallel port
JanRwl@A...
2004-05-20 13:15:02 UTC
Re: [CAD_CAM_EDM_DRO] Re: parallel port
JanRwl@A...
2004-05-20 13:41:50 UTC
Re: [CAD_CAM_EDM_DRO] Re: parallel port
JanRwl@A...
2004-05-20 13:51:22 UTC
Re: [CAD_CAM_EDM_DRO] parallel port
JanRwl@A...
2004-05-20 14:00:27 UTC
Re: [CAD_CAM_EDM_DRO] parallel port
Alan Marconett
2004-05-20 14:43:01 UTC
Re: [CAD_CAM_EDM_DRO] Re: parallel port
Alan Marconett
2004-05-20 15:25:07 UTC
RE: I/O CODE was: [CAD_CAM_EDM_DRO] parallel port
JanRwl@A...
2004-05-20 21:00:33 UTC
Re: I/O CODE was: [CAD_CAM_EDM_DRO] parallel port
Raymond Heckert
2004-05-21 07:41:07 UTC
Re: [CAD_CAM_EDM_DRO] Re: parallel port
Alan Marconett
2004-05-21 09:26:44 UTC
Re: I/O CODE was: [CAD_CAM_EDM_DRO] parallel port
Trend
2004-05-21 20:16:06 UTC
Re: [CAD_CAM_EDM_DRO] Re: parallel port
Trend
2004-05-21 21:21:59 UTC
Re: [CAD_CAM_EDM_DRO] Re: parallel port
Trend
2004-05-21 22:19:11 UTC
Re: [CAD_CAM_EDM_DRO] Re: parallel port
Jon Elson
2004-05-22 20:45:45 UTC
Re: [CAD_CAM_EDM_DRO] Re: parallel port
Trend
2004-05-23 00:10:26 UTC
Re: [CAD_CAM_EDM_DRO] Re: parallel port
turbulatordude
2004-05-23 00:43:14 UTC
Re: parallel port - assigning ID's
jmkasunich
2004-05-24 06:24:01 UTC
Re: parallel port