Re: High frequency output on parallel port, how?
From: J.P. Iribarren (famirib33_at_free.fr)
Date: 09/23/04
- Next message: Vinay: "Softice newbie, packed win32 exe question."
- Previous message: Sagaya Cyril: "PASS_THROUGH_MODE Setting for CoNDISWAN Miniport"
- In reply to: Bert: "Re: High frequency output on parallel port, how?"
- Next in thread: Robby Tanner: "Re: High frequency output on parallel port, how?"
- Reply: Robby Tanner: "Re: High frequency output on parallel port, how?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 23 Sep 2004 09:42:31 +0200
Bert <bert@nospam.home.nl> wrote:
> Sorry Guys,
>
> You are all not close,
> The guys in the link below make a CNC control
> with stepper motors on the parallel port.
> A fiend of mine has this system with 3 axes connected,
> there is no external time what so ever.
>
> The step output to the steppermotors really generate well above 10 khz
> on hist 1.5 GHz machine. The steppers run fine, without lost pulses
> etc. Everything on windows keeps running normally, no problem.
> All I know is that a device driver is installed which probably does
> the trick.
Why didn't you dig the site yourself ? It took me about 3 minutes to
find and RTFM at http://www.artofcnc.ca/Mach1.pdf:
[quote]
CNC under Windows platforms has long been thought to be difficult if not
impossible due to unpredictable interrupt and timing systems. Mach1 is
designed to avail itself of interrupt zero processing which allows it to
bypass Microsoft’s limitations in this respect. When interrupt zero
takeover of the 8259 PIC is deemed impossible due to different
motherboard hardware the program automatically attempts to take over
interrupt 255 which is the highest priority interrupt on local PIC
interrupting systems and use the Local APIC timer to instantiate a
real-time subsystem under Windows.
[snip]
The Mach1 driver is written as a form of virus. It is not a destructive
virus, but in order to create a real-time subsystem, it is necessary for
Mach1 to create code for timing in memory and then modify that code as
it checks your computer to re-write the code to match your system.
Windows does not allow this to occur unless a special security key is
generated to inform Windows that this type of self-modifying code is
allowed in your system. A reboot is necessary to instantiate this change
into your system. Without the reboot, when the code tries to self
modify, you will instantly get a Blue Screen of death and the security
key will be lost and the driver corrupted. Since the driver was loaded,
it will reload on the next boot which will signal a corrupt file to the
disk checking system and the process must be started again.
[end of quote]
This relates to Mach1, but this is probably applicable to other
products.
-- Jean-Paul Iribarren (aka JPI) Anti-spam: ma véritable adresse électronique ne comporte pas de chiffres;donc... Anti-spam: my real e-mail address has no digits; consequently...
- Next message: Vinay: "Softice newbie, packed win32 exe question."
- Previous message: Sagaya Cyril: "PASS_THROUGH_MODE Setting for CoNDISWAN Miniport"
- In reply to: Bert: "Re: High frequency output on parallel port, how?"
- Next in thread: Robby Tanner: "Re: High frequency output on parallel port, how?"
- Reply: Robby Tanner: "Re: High frequency output on parallel port, how?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|