CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time

Posted by Art Fenerty
on 2000-11-28 13:33:54 UTC
Alan:
Basically I adjust the RTC to 8192 interrupts per second, then I Pulse
the pins at a calculated time. If the pulse should occur within the 122 us
granularity I wait until then to pulse the port. All masking, pulseing,
status
checks and control outputs are done at the same time, so
the faster the computer, the more accurate the timing.
I just uploaded a new version, (I forgot to set a bit), so
give it a shot.

ARt

----- Original Message -----
From: "Alan Marconett KM6VV" <KM6VV@...>
To: <CAD_CAM_EDM_DRO@egroups.com>
Sent: Tuesday, November 28, 2000 1:12 PM
Subject: [CAD_CAM_EDM_DRO] Re: Windows Real-time


> Art,
>
> Are you just speeding up the 8254 timer chip, and then calling the
> "normal" INT 8 (IRQ 0) timer interrupt code every 500 times? I was
> trying 1ms and .1ms rates under DOS, but now I think my 33Mhz '386 may
> have been too slow to allow good results. Do you bump a software
> counter in the new interrupt code, or directly update the parallel port
> registers? or something else?
>
> (14318180.0/12.0)/65536.0 = 18.2065 (54.9 ms normal)
> (14318180.0/12.0)/1190.0 = 1002.67; ( 0.9977 ms)
> (14318180.0/12.0)/119.0 = 10023.24; ( 0.0998 ms)
>
> (14318180.0/12.0)/145.0 = 8228.84; ( 0.000122 ms) ???
> (14318180.0/12.0)/146.0 = 8172.77; ( 0.000122 ms) ???
>
> thanks,
>
> Alan KM6VV
>
>
> Art Fenerty wrote:
> >
> > Phil:
> >
> > I am using int8 with 8192 pulses/sec from the clock chip. The VXD is
> > about half & half asm and c++. It might
> > be that the k6 cannot allow the clock to interrupt at that rate. Thanks
for
> > the test though, it gives me something to
> > focus on. Although I use the RTC I also use the TSC for
> > subtiming inside the interrupt.
> >
> > Art
>
> <snip>
>
> Welcome to CAD_CAM_EDM_DRO@...,an unmoderated list for the
discussion of shop built systems, for CAD, CAM, EDM, and DRO.
>
> Addresses:
> Post message: CAD_CAM_EDM_DRO@egroups.com
> Subscribe: CAD_CAM_EDM_DRO-subscribe@egroups.com
> Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@egroups.com
> List owner: CAD_CAM_EDM_DRO-owner@egroups.com, wanliker@...
> Moderator: jmelson@... [Moderator]
> URL to this page: http://www.egroups.com/group/CAD_CAM_EDM_DRO
> FAQ: http://www.ktmarketing.com/faq.html
> bill,
> List Manager
>

Discussion Thread

Art Fenerty 2000-11-23 10:40:51 UTC Re: [CAD_CAM_EDM_DRO] Windows Real-time Art Fenerty 2000-11-23 10:50:07 UTC Re: [CAD_CAM_EDM_DRO] Windows Real-time Alan Marconett KM6VV 2000-11-24 13:24:00 UTC Re: [CAD_CAM_EDM_DRO] Windows Real-time Art Fenerty 2000-11-24 13:37:41 UTC Re: [CAD_CAM_EDM_DRO] Windows Real-time Alan Marconett KM6VV 2000-11-24 18:43:15 UTC Re: [CAD_CAM_EDM_DRO] Windows Real-time Art Fenerty 2000-11-25 05:17:13 UTC Re: [CAD_CAM_EDM_DRO] Windows Real-time Alan Marconett KM6VV 2000-11-25 10:55:35 UTC Re: [CAD_CAM_EDM_DRO] Windows Real-time Art Fenerty 2000-11-25 12:35:13 UTC Re: [CAD_CAM_EDM_DRO] Windows Real-time phil@p... 2000-11-25 16:48:35 UTC Re: Windows Real-time PhilC 2000-11-26 13:19:39 UTC Re: [CAD_CAM_EDM_DRO] Windows Real-time Art Fenerty 2000-11-26 15:14:13 UTC Re: [CAD_CAM_EDM_DRO] Windows Real-time Art Fenerty 2000-11-26 15:35:31 UTC Re: [CAD_CAM_EDM_DRO] Windows Real-time phil@p... 2000-11-27 04:44:12 UTC Re: Windows Real-time Smoke 2000-11-27 09:31:47 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time PhilC 2000-11-27 09:48:47 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time Art Fenerty 2000-11-27 11:40:38 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time Art Fenerty 2000-11-27 11:42:18 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time Art Fenerty 2000-11-27 11:44:59 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time Art Fenerty 2000-11-27 11:46:12 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time Smoke 2000-11-27 12:34:54 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time phil@p... 2000-11-27 13:10:30 UTC Re: Windows Real-time Art Fenerty 2000-11-27 13:17:58 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time Ian Wright 2000-11-27 14:34:19 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time Art Fenerty 2000-11-27 14:58:44 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time PhilC 2000-11-27 16:04:44 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time William Scalione 2000-11-27 18:41:43 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time Alvaro Fogassa 2000-11-28 00:07:12 UTC Re: Windows Real-time Art Fenerty 2000-11-28 12:08:47 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time Art Fenerty 2000-11-28 12:12:17 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time Art Fenerty 2000-11-28 12:13:25 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time Alan Marconett KM6VV 2000-11-28 13:16:25 UTC Re: Windows Real-time Art Fenerty 2000-11-28 13:33:54 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time ballendo@y... 2000-11-28 14:56:55 UTC Re: Re: Windows Real-time Art Fenerty 2000-11-28 16:48:47 UTC Re: [CAD_CAM_EDM_DRO] Re: Re: Windows Real-time Alan Marconett KM6VV 2000-11-28 18:01:42 UTC Re: Windows Real-time Art Fenerty 2000-11-28 18:06:13 UTC Re: [CAD_CAM_EDM_DRO] Re: Re: Windows Real-time Art Fenerty 2000-11-28 18:18:16 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time Hugh Prescott 2000-11-29 10:00:56 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time Art Fenerty 2000-11-29 10:22:47 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time Wally K 2000-11-29 10:36:28 UTC Re: Windows Real-time Art Fenerty 2000-11-29 11:09:11 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time Alan Marconett KM6VV 2000-11-29 12:16:51 UTC Re: Windows Real-time Art Fenerty 2000-11-29 13:41:19 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time William Scalione 2000-11-29 20:02:12 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time Art Fenerty 2000-11-30 06:43:41 UTC Re: [CAD_CAM_EDM_DRO] Re: Windows Real-time Jeff Demand 2000-12-03 07:41:33 UTC RE: Windows Real-time Art Fenerty 2000-12-03 17:47:44 UTC Re: [CAD_CAM_EDM_DRO] RE: Windows Real-time