Re: [Emc-developers] CSMIO Eth motion controller + EMC2

2012-06-01 Thread Łukasz Prymula
There are two modes of operations: - mode operating on buffer, so for ex running a path from G-code - mode operating on commands, for ex: homing. In this mode controller works really independent. Movement is generated by uC in CSMIO. For ex. CSMIO get homing cmd on selected axis from PC and then

Re: [Emc-developers] UART Driver

2012-06-01 Thread andy pugh
On 1 June 2012 02:34, andy pugh bodge...@gmail.com wrote: The UART thing. I just realised that I can use the names= built-in thing in comp to give the pins and uarts meaningful names. The drawback is that the functions get the same names. Ignore this. For some reason I thought that my

Re: [Emc-developers] RTnet HAL with ENC624J600

2012-06-01 Thread andy pugh
On 1 June 2012 19:47, Adam Okon adamo...@gmail.com wrote: Has anyone tried old source this? It was so long ago, now we have ENC624J600 so maybe it is a place to start a new kind of I/O to replace parallel port. It looks like it could work without a huge amount of effort. I think that a typical

Re: [Emc-developers] RTnet HAL with ENC624J600

2012-06-01 Thread Adam Okon
I'm talking about universal I/O, as we use parallel port. Something like net teleportator - transparent for other HALs. Then we would connect the same step/direction hardware as we do for parallel port. It looks like it could work without a huge amount of effort. Still not trivial for a

[Emc-developers] Fwd: Step/direction stepper motor driver over Ethernet

2012-06-01 Thread Adam Okon
http://www.cyfronika.com.pl/kityavt2011/avt5284.jpg We have something like that published in Poland. Hardware with open source. Made by Andrzej Puzdrowski. Maybe someone would like to build a comp / HAL for that. Yours Adam Okoń

Re: [Emc-developers] Fwd: Step/direction stepper motor driver over Ethernet

2012-06-01 Thread andy pugh
On 1 June 2012 20:23, Adam Okon adamo...@gmail.com wrote: Maybe someone would like to build a comp / HAL for that. It would probably need to be someone with access to one. It's difficult (though not impossible) to write drivers for cards you don't have. -- atp If you can't fix it, you don't

Re: [Emc-developers] Fwd: Re: RTnet HAL with ENC624J600

2012-06-01 Thread Joachim Franek
On Friday 01 June 2012 21:21:19 Adam Okon wrote: -- Wiadomość oryginalna -- Temat: Re: [Emc-developers] RTnet HAL with ENC624J600 Apropos ENC624J600: See page 148 of data sheet for max spi clock: 14Mhz. I have measured response time of ENC28J60 from avr-net-io board with a spi clk

Re: [Emc-developers] RTnet HAL with ENC624J600

2012-06-01 Thread andy pugh
On 1 June 2012 19:47, Adam Okon adamo...@gmail.com wrote: Has anyone tried old source this? Falling at the first hurdle. It appears the makefile wants to find a Xenomai directory: http://pastebin.com/PgXUxGi2 -- atp If you can't fix it, you don't own it. http://www.ifixit.com/Manifesto

[Emc-developers] miniemc2 source updates?

2012-06-01 Thread EBo
I remember someone mentioning that they were going to contact the guy who put together the miniemc2 and see if they could get to the rest of the source code (which needed some work on the install scripts, etc.). Has anything moved forward on that? Tomorrow I hope to start putting togehter a

Re: [Emc-developers] miniemc2 source updates?

2012-06-01 Thread Kent A. Reed
On 6/1/2012 10:45 PM, EBo wrote: I remember someone mentioning that they were going to contact the guy who put together the miniemc2 and see if they could get to the rest of the source code (which needed some work on the install scripts, etc.). Has anything moved forward on that? Tomorrow I