CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Re: Re: EMC, ISA and other Questions...

Posted by alex
on 2003-03-12 07:51:04 UTC
Jon,
sampling rate of an original DRO program is 0.5 of ms - that's what I use.
Ping time between two machines under DOS is 0.00 ms.
It would be reasonable to suggest that transmission time, in this case,
is 10 us.
Normally they send 64 bytes packet for ping. In my case I'm writing an array
of 16
bytes into the socket - should be a bit faster.
I'm using UDP which is faster then TCP.
I think it would be reasonable to suggest that between two computers network
update
can be held close to real time, based on this data.
I'm not saying that this is the best way to facilitate exchange of data in
real time.
In fact, I believe it has to be done differently.
I think "slave" computer should be DOS based, it should have Kulaga DRO card
and servo D/A card or stepper driver arrangement (parallel port) in it - all
the real
time staff should work within the same machine.
Then "master" would communicate to the "slave" via the network by
sending/receiving
a structure of data based on a preprocessor commands and updates from the
"slave".
That's probably how they did it for CNC player(via serial)..
Program which I wrote is in public domain and can be easily modified by
interested
people to do all kinds of network communication, if they have desire to do
so.

Regards, Alex


----- Original Message -----
From: Jon Elson <elson@...>
To: <CAD_CAM_EDM_DRO@yahoogroups.com>
Sent: Wednesday, March 12, 2003 1:23 AM
Subject: Re: [CAD_CAM_EDM_DRO] Re: Re: EMC, ISA and other Questions...


>
>
> alex wrote:
>
> >Ray,
> >I made a program to transmit DRO data from Mauch/Kulaga board to another
> >machine in real time.
> >
> >It can be helpful if Linux machine doesn't have ISA slots, then it can be
> >networked
> >to a cheap old computer which does DRO readout. Then closed-loop
operation
> >can be facilitated.
> >
> No, you are dreaming. A DRO is fine for a person who can handle 2 or 3
> updates a second.
> Closed-loop motion control requires very repeatable sampling intervals,
> because velocity
> is calculated from how much the position changed sinde the last update.
> If the interval of the
> samples, or the interval of the packets transmitted, varies, the program
> is unable to give
> predictable speeds. I run EMC at 1000 samples/second, with less than 10
> uS of jitter in
> the sampling interval. Most commercial CNC systems have very high
> sampling rates,
> from 10 KHz to 60 KHz and above.
>
> If there is nothing else but the 2 computers on the ethernet, this might
> work out OK, but
> even with that limitation, the time of packet transmissions may not be
> dependable.
>
> Jon
>
>
> Addresses:
> FAQ: http://www.ktmarketing.com/faq.html
> FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
> Post Messages: CAD_CAM_EDM_DRO@yahoogroups.com
>
> Subscribe: CAD_CAM_EDM_DRO-subscribe@yahoogroups.com
> Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@yahoogroups.com
> List owner: CAD_CAM_EDM_DRO-owner@yahoogroups.com, wanliker@...,
timg@...
> Moderator: pentam@... indigo_red@... [Moderators]
> URL to this group: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
>
> OFF Topic POSTS: General Machining
> If you wish to post on unlimited OT subjects goto:
aol://5863:126/rec.crafts.metalworking or go thru Google.com to reach it if
you have trouble.
> http://www.metalworking.com/news_servers.html
>
> http://groups.yahoo.com/group/jobshophomeshop I consider this to be a
sister site to the CCED group, as many of the same members are there, for OT
subjects, that are not allowed on the CCED list.
>
> NOTICE: ALL POSTINGS TO THIS GROUP BECOME PUBLIC DOMAIN BY POSTING THEM.
DON'T POST IF YOU CAN NOT ACCEPT THIS.....NO EXCEPTIONS........
> bill
> List Mom
> List Owner
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>

Discussion Thread

zestronad54529 <dpeter@n... 2003-01-20 20:15:27 UTC EMC, ISA and other Questions... Ivan Nichols <ouisel@v... 2003-01-21 05:12:00 UTC Re: EMC, ISA and other Questions... Dave Lantz 2003-01-21 05:17:38 UTC RE: [CAD_CAM_EDM_DRO] Re: EMC, ISA and other Questions... Carol & Jerry Jankura 2003-01-21 05:53:07 UTC RE: [CAD_CAM_EDM_DRO] Re: EMC, ISA and other Questions... Vince Negrete 2003-01-21 07:44:52 UTC Re: [CAD_CAM_EDM_DRO] Re: EMC, ISA and other Questions... alex 2003-01-21 07:50:53 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... j.guenther 2003-01-21 08:15:56 UTC RE: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... alex 2003-01-21 08:23:48 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... Vince Negrete 2003-01-21 08:27:57 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... j.guenther 2003-01-21 08:36:48 UTC RE: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... alex 2003-01-21 08:50:25 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... Vince Negrete 2003-01-21 08:54:20 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... j.guenther 2003-01-21 09:03:23 UTC RE: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... Tim Goldstein 2003-01-21 09:14:34 UTC RE: [CAD_CAM_EDM_DRO] Re: EMC, ISA and other Questions... j.guenther 2003-01-21 09:18:15 UTC RE: [CAD_CAM_EDM_DRO] Re: EMC, ISA and other Questions... alex 2003-01-21 09:18:44 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... Jon Elson 2003-01-21 09:21:18 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... Jon Elson 2003-01-21 09:28:01 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... j.guenther 2003-01-21 09:39:00 UTC RE: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... alex 2003-01-21 09:52:47 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... Carol & Jerry Jankura 2003-01-21 10:44:26 UTC RE: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... Carol & Jerry Jankura 2003-01-21 10:44:30 UTC RE: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... alex 2003-01-21 11:12:33 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... Ray Henry 2003-01-21 13:44:43 UTC Re: EMC, ISA and other Questions... jmkasunich <jmkasunich@y... 2003-01-21 14:53:28 UTC PLEASE TRIM POSTS!! was Re: EMC, ISA and other Questions... Ray Henry 2003-01-21 17:10:00 UTC Re: Re: EMC, ISA and other Questions... Ray Henry 2003-01-21 17:10:03 UTC Re: Re: EMC, ISA and other Questions... Jon Elson 2003-01-21 23:16:20 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... Jon Elson 2003-01-21 23:18:01 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... Tim Goldstein 2003-01-21 23:27:54 UTC RE: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... Matt Shaver 2003-01-22 03:08:26 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... Jon Elson 2003-01-22 09:34:43 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... Tim Goldstein 2003-01-22 09:54:03 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... alex 2003-01-22 10:13:54 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... j.guenther 2003-01-22 10:35:26 UTC RE: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... Art 2003-01-22 13:50:45 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... j.guenther 2003-01-22 14:07:56 UTC RE: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... Dan Statman 2003-01-22 14:34:36 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... Art 2003-01-22 15:50:20 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... Art 2003-01-22 15:58:39 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... Bob Simon 2003-01-22 16:53:36 UTC RE: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... Art 2003-01-22 16:59:15 UTC Re: [CAD_CAM_EDM_DRO] EMC, ISA and other Questions... ballendo <ballendo@y... 2003-01-23 01:55:26 UTC Re: EMC, ISA and other Questions... ballendo <ballendo@y... 2003-01-23 02:28:13 UTC EMC DOS source code was Re: EMC, ISA and other Questions... ballendo <ballendo@y... 2003-01-23 02:45:59 UTC Re: EMC, ISA and other Questions... ballendo <ballendo@y... 2003-01-23 02:55:25 UTC Of interpreters and controllers was Re: EMC, ISA and other Questions... ballendo <ballendo@y... 2003-01-23 04:16:19 UTC ABC axis stuff was Re: EMC, ISA and other Questions... rainnea <rainnea@b... 2003-01-23 06:21:31 UTC Re: EMC, ISA and other Questions... - 4th axis angular feedrates IMService 2003-01-23 07:30:53 UTC Re: RE: EMC, ISA and other Questions... torsten98001 <torsten@g... 2003-01-23 13:00:20 UTC ABC axis stuff was Re: EMC, ISA and other Questions... Matt Shaver 2003-01-23 23:12:56 UTC Re: [CAD_CAM_EDM_DRO] Re: EMC, ISA and other Questions... Art 2003-01-24 13:06:55 UTC Re: [CAD_CAM_EDM_DRO] Re: EMC, ISA and other Questions... Ray Henry 2003-01-25 13:33:18 UTC Re: Re: Re: EMC, ISA and other Questions... alex 2003-03-11 15:23:43 UTC Re: [CAD_CAM_EDM_DRO] Re: Re: EMC, ISA and other Questions... Paul 2003-03-11 15:40:50 UTC Re: [CAD_CAM_EDM_DRO] Re: Re: EMC, ISA and other Questions... alex 2003-03-11 15:52:21 UTC Re: [CAD_CAM_EDM_DRO] Re: Re: EMC, ISA and other Questions... Jon Elson 2003-03-11 22:25:20 UTC Re: [CAD_CAM_EDM_DRO] Re: Re: EMC, ISA and other Questions... Ray Henry 2003-03-12 06:41:41 UTC Re: Re: Re: Re: EMC, ISA and other Questions... alex 2003-03-12 07:51:04 UTC Re: [CAD_CAM_EDM_DRO] Re: Re: EMC, ISA and other Questions... alex 2003-03-12 08:20:13 UTC Re: [CAD_CAM_EDM_DRO] Re: Re: Re: Re: EMC, ISA and other Questions... alex 2003-03-12 14:56:49 UTC Re: [CAD_CAM_EDM_DRO] Re: Re: EMC, ISA and other Questions... Paul 2003-03-12 15:20:13 UTC Re: [CAD_CAM_EDM_DRO] Re: Re: EMC, ISA and other Questions... alex 2003-03-12 15:25:21 UTC Re: [CAD_CAM_EDM_DRO] Re: Re: EMC, ISA and other Questions...