CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] G-code interpreter/stepper controller

on 2002-11-05 12:34:22 UTC
On most CNC machines there are 2 switches on each side of the axis. One is a
limitswitch , the other one is a security switch.
The limitswitch can be handled within software. Once a switch is hit, the
motor decelerates and stops in a normal way (the same as you hit the stop
button).
The security switch disables all drivers and must be " hard wired ".

very good specs. Is the system based on some microcontroller ? Is the
interpreter running on the host computer ?
Is software based on EMC ?

Luc



----- Original Message -----
From: "bschwand" <bschwand@...>
To: <CAD_CAM_EDM_DRO@yahoogroups.com>
Sent: Tuesday, November 05, 2002 8:30 PM
Subject: [CAD_CAM_EDM_DRO] G-code interpreter/stepper controller


> Hi everybody,
>
> I am in the finishing/debugging stages of a 3 axis stepper controller/
> G-Code interpreter.
>
> The missing part is how to handle endswitches.
>
> My assumption is that hitting an endswitch is a catastrophic failure,
> and it should never happen; therefore I was going to have the
> controller freeze all movements, signal the error (a big red LED) and
> let the operator shutdown the system, manually back off the tools,
> etc. and restart.
>
> I think that trying to have the tool be "smart" and back off the tool
> itself, etc. could possibly lead to damaging the machine and or part
> being machined.
>
> Does this make sense ? What is usually done, or expected in such a
> case ?
>
> Please let me know what you think is the best way to handle
> endswitches, and if you have experience with other systems or
> software, let me know how it is done.
>
> BTW, this system has the following features:
>
> - communicates with the host computer through a serial RS232 port
> (the host could be a palm pilot :-) ), use of hardware (RTS/CTS)
> flow control to ensure dataflow integrity.
> - embedded basic G-Code interpreter that supports linear and
> circular interpolation in all axis
> - extensible to up to 8 axis (through an extension board, to be
> designed)
> - automatically goes to low-current (holding) setting for a given axis
> if that axis has not been active for 100 milliseconds
> - active current control through integrated chipset, thus very little
> wasted power. Running and holding current are configurable through
> separate potentiometer, up to 3 amp per axis (although I have not
> tested this much power lacking the needed power supply...)
> - each axis can be configured as to what the positive or negative
> direction is (to accomodate for different machine configuration)
> - configurable "rapid transverse speed" (G00 code)
> - configuration settings are saved in permanent memory (eeprom) so
> they remain between shutdown/reset.
> - up to 10'000 steps per seconds (is this overkill ? my steppers stall
> after 900 steps/sec...)
>
> Currently supports unipolar steppers, in full-stepping mode. A bipolar
> stepper power board will come next.
>
> All feedback much appreciated, thank you.
>
> bruno
>
>
> 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@...
> Moderator: jmelson@... timg@... [Moderator]
> 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

bschwand 2002-11-05 11:30:18 UTC G-code interpreter/stepper controller Luc Vercruysse 2002-11-05 12:34:22 UTC Re: [CAD_CAM_EDM_DRO] G-code interpreter/stepper controller bjammin@i... 2002-11-05 14:39:20 UTC Re: [CAD_CAM_EDM_DRO] G-code interpreter/stepper controller Art 2002-11-05 16:12:08 UTC Re: [CAD_CAM_EDM_DRO] G-code interpreter/stepper controller bschwand 2002-11-05 21:19:04 UTC Re: G-code interpreter/stepper controller bschwand 2002-11-05 21:26:52 UTC Re: G-code interpreter/stepper controller Dan Statman 2002-11-05 21:39:22 UTC Re: [CAD_CAM_EDM_DRO] Re: G-code interpreter/stepper controller bschwand 2002-11-06 19:13:34 UTC Re: G-code interpreter/stepper controller JJ 2002-11-08 05:44:46 UTC RE: [CAD_CAM_EDM_DRO] G-code interpreter/stepper controller