Re: [CAD_CAM_EDM_DRO] Mach3 & laptops
Posted by
gcode fi (hanermo)
on 2008-10-26 00:28:05 UTC
Well - it´s always good to think and look for solutions..
Artsoft does not rely on "some specific behavior of the parallel port ".
It writes directly to the port outside windows control at ring 0 on the
processor.
There is *no driver* in use.
There are not any windows-specific "virtual ports" in use.
This is an elegent solution since it solves the windows-created problem
of non-specific timing.
Thats why a usb solution must be either a smart solution like the SS
(and the gecko g-rex) or absolutely transparent hardware solution.
And also why you cannot use a "usb endpoint with timing" as there is no
virtual driver.
There is no windows involved it the driver - none. The data is pumped to
the parallel port, and sync is maintained by the driver itself. No
windows services are available at ring 0, nor are they used. The driver
then gives temporary control back to windows on the 40 us ticks.
Just thought I´d mention it.
Grin ;)
Danny Miller wrote:
Artsoft does not rely on "some specific behavior of the parallel port ".
It writes directly to the port outside windows control at ring 0 on the
processor.
There is *no driver* in use.
There are not any windows-specific "virtual ports" in use.
This is an elegent solution since it solves the windows-created problem
of non-specific timing.
Thats why a usb solution must be either a smart solution like the SS
(and the gecko g-rex) or absolutely transparent hardware solution.
And also why you cannot use a "usb endpoint with timing" as there is no
virtual driver.
There is no windows involved it the driver - none. The data is pumped to
the parallel port, and sync is maintained by the driver itself. No
windows services are available at ring 0, nor are they used. The driver
then gives temporary control back to windows on the 40 us ticks.
Just thought I´d mention it.
Grin ;)
Danny Miller wrote:
>
> Well, I'm more thinking along the lines of a "smart" USB endpoint rather
> than a USB endpoint that bridges to parallel output without maintaining
> the original timing.
>
> The way I interpret this, ArtSoft relies on some specific behavior of
> the parallel port which is not guaranteed by the port's specification
> and thus only works on some hardware not others. This does tend to be
> troubling since it is difficult to guarantee it will work the way it
> does without glitches or changes in the system. But hey apparently it
> does work if you get the right hardware.
>
> With a smart endpoint (custom microcontroller- not particularly
> expensive), I don't see any reason the USB link would be unable to send
> the data with timing. The question's whether a virtual parallel port
> driver would be able to preserve the timing content Mach3 intended for
> its signals when it dumps it to the virtual port. For an generic
> virtual port driver, chances are very unlikely. For a port driver made
> to consider the timing of the signals sent to it... maybe. Not only is
> it uncertain if this could work but virtual port drivers need to be
> redesigned for different systems (XP vs Vista) which creates
> unreasonable maintenance problems. A Service Pack update could break it.
>
> Stepping back though, this seems silly to try to do this anyways what we
> need is a plugin that just talks to the USB endpoint directly, knowing
> it's a USB device rather than a USB device secretly pretending to be a
> parallel port through a virtual port driver. For that matter the
> stepper driver hardware should take in the USB cable and not route
> through a parallel port, though for existing controller hardware it
> might remain cost effective to go from USB to the parallel port on the
> controller since it'd mean replacing it otherwise.
>
> Danny
>
>
>
Discussion Thread
afogassa
2008-07-20 21:31:49 UTC
3d printer video
andrey@e...
2008-07-20 21:51:41 UTC
RE: [CAD_CAM_EDM_DRO] 3d printer video
Michael Fagan
2008-07-20 22:01:10 UTC
Re: [CAD_CAM_EDM_DRO] 3d printer video
afogassa
2008-07-20 22:34:24 UTC
Re: 3d printer video
Maxi Bertotto
2008-07-21 15:47:59 UTC
Re: [CAD_CAM_EDM_DRO] Re: 3d printer video
afogassa
2008-07-21 18:23:59 UTC
Re: 3d printer video
Jon Elson
2008-07-21 22:08:07 UTC
Re: [CAD_CAM_EDM_DRO] Re: 3d printer video
afogassa
2008-07-21 22:46:22 UTC
Re: 3d printer video
Yahoo
2008-07-22 07:31:35 UTC
Re: [CAD_CAM_EDM_DRO] Re: 3d printer video
Jon Elson
2008-07-22 09:49:39 UTC
Re: [CAD_CAM_EDM_DRO] Re: 3d printer video
Kim Mortensen
2008-07-22 10:30:03 UTC
Re: [CAD_CAM_EDM_DRO] Re: 3d printer video
Ralph Reese
2008-07-22 10:44:16 UTC
RE: [CAD_CAM_EDM_DRO] Re: 3d printer video
David G. LeVine
2008-07-22 11:53:13 UTC
Re: [CAD_CAM_EDM_DRO] [OT] 3d printer video
afogassa
2008-07-22 15:21:52 UTC
Re: 3d printer video
afogassa
2008-07-22 15:31:37 UTC
Re: 3d printer video
Wreno Wynne
2008-07-23 06:11:26 UTC
Re: [CAD_CAM_EDM_DRO] [OT] 3d printer video
NEVILLE WEBSTER
2008-07-23 07:34:53 UTC
Re: [CAD_CAM_EDM_DRO] [OT] 3d printer video
Danny Miller
2008-10-23 14:12:38 UTC
Mach3 & laptops
Andy Wander
2008-10-23 15:01:57 UTC
RE: [CAD_CAM_EDM_DRO] Mach3 & laptops
David Speck
2008-10-23 15:12:08 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 & laptops
Danny Miller
2008-10-23 16:02:01 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 & laptops
David Speck
2008-10-23 17:24:08 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 & laptops
Jon Elson
2008-10-23 18:42:43 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 & laptops
Andy Wander
2008-10-23 18:46:38 UTC
RE: [CAD_CAM_EDM_DRO] Mach3 & laptops
Andy Wander
2008-10-23 18:49:41 UTC
RE: [CAD_CAM_EDM_DRO] Mach3 & laptops
gcode fi (hanermo)
2008-10-23 19:31:54 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 & laptops
Danny Miller
2008-10-23 20:51:19 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 & laptops
Danny Miller
2008-10-23 20:57:01 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 & laptops
wanliker@a...
2008-10-23 21:56:48 UTC
Mach3 & laptops
Dave Halliday
2008-10-23 22:18:32 UTC
RE: [CAD_CAM_EDM_DRO] Mach3 & laptops
gcode fi (hanermo)
2008-10-23 22:54:32 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 & laptops
shawn c
2008-10-23 23:24:01 UTC
RE: [CAD_CAM_EDM_DRO] Mach3 & laptops
Chris Horne
2008-10-24 04:08:17 UTC
Re: Mach3 & laptops
Chuck Merja
2008-10-24 04:18:24 UTC
RE: [CAD_CAM_EDM_DRO] Mach3 & laptops
Chuck Merja
2008-10-24 04:32:09 UTC
RE: [CAD_CAM_EDM_DRO] Mach3 & laptops
shawn c
2008-10-24 07:30:38 UTC
RE: [CAD_CAM_EDM_DRO] Mach3 & laptops
Danny Miller
2008-10-24 12:10:24 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 & laptops
Danny Miller
2008-10-24 12:32:28 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 & laptops
Keith Bucklitch
2008-10-24 13:55:25 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 & laptops
Danny Miller
2008-10-25 11:46:46 UTC
[CAD_CAM_EDM_DRO] Machining width
R Rogers
2008-10-25 13:44:23 UTC
Re: [CAD_CAM_EDM_DRO] Machining width
Danny Miller
2008-10-25 16:42:40 UTC
Re: [CAD_CAM_EDM_DRO] Machining curved strip for a thickness
gcode fi (hanermo)
2008-10-26 00:28:05 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 & laptops
Lester Caine
2008-10-26 01:28:41 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 & laptops
Yahoo
2008-10-26 11:09:03 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 & laptops
Danny Miller
2008-10-26 11:10:46 UTC
[CAD_CAM_EDM_DRO] Hotwire CNC on mill
Michael Fagan
2008-10-26 11:29:36 UTC
Re: [CAD_CAM_EDM_DRO] Hotwire CNC on mill
luv2bsailin
2008-10-26 13:19:15 UTC
Re: Mach3 & laptops
Graham Stabler
2008-10-26 16:02:37 UTC
Re: Hotwire CNC on mill
George Williamson
2008-10-26 19:19:01 UTC
Re: Hotwire CNC on mill
Michael Fagan
2008-10-26 22:36:41 UTC
Re: [CAD_CAM_EDM_DRO] Hotwire CNC on mill
dandumit
2008-10-27 02:34:37 UTC
Re: Mach3 & laptops
gcode fi (hanermo)
2008-10-27 05:41:35 UTC
Re: [CAD_CAM_EDM_DRO] Re: Mach3 & laptops
Danny Miller
2008-10-28 18:08:29 UTC
[CAD_CAM_EDM_DRO] Mach3 & "integrated video"
Michael Fagan
2008-10-28 18:12:05 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 & "integrated video"
Danny Miller
2008-10-28 20:09:04 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 & "integrated video"
Stephen Wille Padnos
2008-10-28 20:25:56 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 & "integrated video"
Danny Miller
2008-10-29 02:39:47 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 & "integrated video"
Jon Elson
2008-10-29 10:05:19 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 & "integrated video"
Lester Caine
2008-10-29 11:46:28 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 & "integrated video"