CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] NAMES and EMC

Posted by alex
on 2004-04-14 11:29:29 UTC
Jon Elson wrote:

>
>
>
>
>>
>>
>>
>You don't put position limits on it. It acts as a velocity servo
>system. The
>computer reads position, computes, and outputs velocity. So, the program
>has to do all the acceleration and distance calculations, and decide when to
>begin ramping the speed back down.
>
Perhaps real-time buffer program can do this (daemon)? Then main program
will set the travel distance, speed, and daemon
will make sure its taken care of?
Will study the code now - C is good.
Alex

>
>
>
>>Can I do it in Basic
>>or C?
>>
>>
>>
>Sure, but a real time environment with timer interrupts at 1000 Hz or so
>would
>be the best way to go. Actually, the USC has an interval timer that can
>send
>interrupts through the parallel port at 1, 2.5, 5 or 10 KHz (and other
>rates, too).
>
>
>
>>I browsed your web site but had a
>>hard time getting a relevant info.
>>
>>
>>
>See http://jelinux.pico-systems.com/univstep.html at the bottom of the page
>click on register definitions. Also, you can see the drivers that I
>wrote for
>EMC at SourceForge, see http://sourceforge.net/projects/emc then click on
>CVS, then "browse CVS tree", then click on emc/, then click on src/, then
>click on emcmot/ and you will see a directory of all the motion interface
>drivers. The most important for the USC board are ppmc_encoder.c,
>ppmc_rate.c, ppmc_dio.c, ppmc_internal.c, and ppmc.h
>These files are used to control more than one type of interface, so the
>symbol UNIV_STEP should be defined to select all the right code and
>consants.
>
>
>
>>Also sending/getting some I/Os. Do
>>you have a Yahoo group for USC?
>>
>>
>>
>>
>This gets more complex. All reasonably current PC motherboards support
>the IEEE-1284 protocol in hardware, if the parallel port is set up for EPP
>mode. There are additional I/O ports added to the basic parallel port set
>to activate these functions, which perform handshaked data transfers to
>up to 256 individually addressed I/O device registers through one single
>I/O instruction. ppmc_internal.c has a bunch of C functions to perform
>simple transfers, such as to read the contents of a register or write to
>a specific register. I have an address counter in the USC, so if you
>select an
>address and then write 4 times, you have written to 4 consecutive addresses.
>
>No, I don't have a Yahoo group for the USC or PPMC products. Maybe
>it is getting to be time for my own group, though. Especially when I
>bring out the universal PWM controller and PWM servo amps, this may
>be necessary.
>
>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@... davemucha@... [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
>
>
>Yahoo! Groups Links
>
>
>
>
>
>
>
>


[Non-text portions of this message have been removed]

Discussion Thread

David A. Frantz 2004-04-10 12:20:15 UTC NAMES and EMC Paul 2004-04-10 19:22:27 UTC Re: [CAD_CAM_EDM_DRO] NAMES and EMC Rick Chownyk 2004-04-10 20:13:54 UTC Re: NAMES and EMC David A. Frantz 2004-04-10 22:36:02 UTC Re: [CAD_CAM_EDM_DRO] Re: NAMES and EMC Jon Elson 2004-04-10 22:48:48 UTC Re: [CAD_CAM_EDM_DRO] NAMES and EMC alex 2004-04-13 10:10:04 UTC Re: [CAD_CAM_EDM_DRO] NAMES and EMC Jon Elson 2004-04-13 23:08:43 UTC Re: [CAD_CAM_EDM_DRO] NAMES and EMC alex 2004-04-14 07:26:23 UTC Re: [CAD_CAM_EDM_DRO] NAMES and EMC Jon Elson 2004-04-14 10:43:30 UTC Re: [CAD_CAM_EDM_DRO] NAMES and EMC alex 2004-04-14 11:29:29 UTC Re: [CAD_CAM_EDM_DRO] NAMES and EMC