RE: [CAD_CAM_EDM_DRO] [EE]: USB stepper drive system
Posted by
Dennis Cranston
on 2000-12-20 06:14:13 UTC
List
I have been thinking in this same direction. Currently I have been trying
to get my hands on a NetChip Net2890 Evaluation Board.
http://www.netchip.com/products/2890eb.htm This board contains a USB chip
and a 8051 processor on the board. In addition, the board contains a
parallel port. The kit is suppose to supply all source code for both the
8051 and the PC end.
The theory is to have a distributed processing arrangement where the PC
parses the Gcodes and develops step and direction commands along with some
sort of a timing index. This 'packet' would be sent via USB to the board
which would handle the timing and output through the parallel port to motor
control boards.
At this point, I am still trying to get a $ response from the local
distributer.
Dennis
On Tuesday, December 19, 2000 11:57 PM, Lawrence Glaister
[SMTP:lg@...] wrote:
I have been thinking in this same direction. Currently I have been trying
to get my hands on a NetChip Net2890 Evaluation Board.
http://www.netchip.com/products/2890eb.htm This board contains a USB chip
and a 8051 processor on the board. In addition, the board contains a
parallel port. The kit is suppose to supply all source code for both the
8051 and the PC end.
The theory is to have a distributed processing arrangement where the PC
parses the Gcodes and develops step and direction commands along with some
sort of a timing index. This 'packet' would be sent via USB to the board
which would handle the timing and output through the parallel port to motor
control boards.
At this point, I am still trying to get a $ response from the local
distributer.
Dennis
On Tuesday, December 19, 2000 11:57 PM, Lawrence Glaister
[SMTP:lg@...] wrote:
>development
> There has been a lot of talk lately on the list promoting the
> ofsecond
> some "smart hardware" to supplement the PC's poor performance. The
> item that is rearing its ugly head is that pc's are rapidly losing theiractually
> ISA
> slots and their serial/parallel ports. I also subscribe to the usb-devel
> list and am getting a pretty good feel for what usb is capable of. I use
> EMC
> as the PC end smarts. It basically works well as an open source gcode
> interpreter that expects to output a drive signal and receive back an
> encoder signal for each axis every 1ms or so (programmable). The usb bus
> can
> be thought of as a fast 12mb/sec serial port (about 1/2 of this is
> usable). I am starting to think along the lines of a usb board thatbased
> contains
> some number of rate generators (like Marriss's DDS system or even pic
> software DDS) to generate the stepper drive signals smoothly and thesame
> number of encoder interfaces (either in hardware counters or possiblypic
> based software interfaces). The interface would use an isosyncronousread
> port and a write port to read/write the command/status signals every ms.A
> four channel card would cover most applications although once design isa
> little further along, it may be possible to put 6 axis on a card andis
> produce
> them in various states of population. USB support is getting pretty good
> under linux, with quite a few example drivers. Between the lists, there
> aWould
> lot of talent available... where to we need to be in a year from now?
> USB make sense in a shop environment for getting machine controlproduce?
> information
> in/out of the computer?
> Would DAC outputs for servos make sense? Would +-50ma outputs make sense
> for
> driving hydraulic servo valves? How much would the board cost to
> Itcard
> is going to be hard to beat the cost of an add-in parallel port. The
> would definitely make laptops or low end Macs like an iMac attractive asa
> dedicated controller. Just some ideas to think about for the nextdiscussion of shop built systems, for CAD, CAM, EDM, and DRO.
> generation
> cnc controllers.
> =======================================================
> Lawrence Glaister VE7IT email: lg@...
> 1462 Madrona Drive http://jfm.bc.ca
> Nanoose Bay BC Canada
> V9P 9C9
> =======================================================
>
>
>
> Welcome to CAD_CAM_EDM_DRO@...,an unmoderated list for the
>
> 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
Lawrence Glaister
2000-12-19 21:57:11 UTC
[EE]: USB stepper drive system
Dennis Cranston
2000-12-20 06:14:13 UTC
RE: [CAD_CAM_EDM_DRO] [EE]: USB stepper drive system
Smoke
2000-12-20 06:28:48 UTC
Re: [CAD_CAM_EDM_DRO] [EE]: USB stepper drive system
John Beidl
2000-12-20 07:14:27 UTC
Re: [CAD_CAM_EDM_DRO] [EE]: USB stepper drive system
Jon Elson
2000-12-20 16:03:45 UTC
Re: [CAD_CAM_EDM_DRO] [EE]: USB stepper drive system