Re: [Emc-users] Control board

2012-02-07 Thread Erik Friesen
I have the master, as of a couple weeks ago, but I don't see any of the hm2 stuff. On Tue, Feb 7, 2012 at 5:58 PM, Erik Friesen wrote: > I have also been mulling over the ft232h. I asked ftdi, but never > received a reply, about the latency. I assume it is at least 125 usec, but > that depends

Re: [Emc-users] Control board

2012-02-07 Thread Erik Friesen
I have also been mulling over the ft232h. I asked ftdi, but never received a reply, about the latency. I assume it is at least 125 usec, but that depends how that everything is managed. If the usb host stack could be hacked to give extra care to a specific device, it seems it could work, althoug

Re: [Emc-users] Control board

2012-02-07 Thread John Thornton
seems like only things that start with hal_ or rtapi_ get built and added to the html from that directory. I assume it is a submakefile thing. None of the man pages are directly included in the PDF docs. John On 2/7/2012 9:36 AM, andy pugh wrote: > On 7 February 2012 15:10, Erik Friesen wrote:

Re: [Emc-users] Control board

2012-02-07 Thread andy pugh
On 7 February 2012 15:10, Erik Friesen wrote: > I'll have to think this over a bit. It is one thing to write a driver when > you have complete docs, yet another when you have to search so many places > for all the information. Well, the docs do exist, but don't seem to be linked to the PDF or HT

Re: [Emc-users] Control board

2012-02-07 Thread Erik Friesen
My current spindle is very low tech, a bosch colt. I would use a 4-20ma amp donut, perhaps wind a couple extra loops. I'll have to think this over a bit. It is one thing to write a driver when you have complete docs, yet another when you have to search so many places for all the information. Man

Re: [Emc-users] Control board

2012-02-07 Thread andy pugh
On 7 February 2012 01:34, Erik Friesen wrote: > I feel like I'm fumbling a bit for information on the mesa cards.  Is the > firmware open source?  How does one go about configuring the card?  I have > a bit of experience with embedded electronics, but working with this is a > bit new to me.  How c

Re: [Emc-users] Control board

2012-02-06 Thread Jon Elson
Erik Friesen wrote: > I am not so sure about the parallel port and encoder idea though, the > encoders I see are up to 1000 per rev, that requires a pretty fast base > period to handle that, not? <2us ? > > It all depends on the RPM. 1000 count/rev encoders would be fine with software conting

Re: [Emc-users] Control board

2012-02-06 Thread Jon Elson
Erik Friesen wrote: > I don't care about an analog measurement, I want the system to pause or > park when amps are outside of a set range. How would you do the first > scenario? > Does your spindle drive provide an overcurrent signal? If it is a contact that opens on fault, you can just wire

Re: [Emc-users] Control board

2012-02-06 Thread Peter C. Wallace
On Mon, 6 Feb 2012, Erik Friesen wrote: > Date: Mon, 6 Feb 2012 18:34:37 -0500 > From: Erik Friesen > Reply-To: "Enhanced Machine Controller (EMC)" > > To: "Enhanced Machine Controller (EMC)" > Subject: Re: [Emc-users] Control board > > I fee

Re: [Emc-users] Control board

2012-02-06 Thread Erik Friesen
6:05 PM, Peter C. Wallace wrote: > On Mon, 6 Feb 2012, Erik Friesen wrote: > > > Date: Mon, 6 Feb 2012 17:57:10 -0500 > > From: Erik Friesen > > Reply-To: "Enhanced Machine Controller (EMC)" > > > > To: "Enhanced Machine Controller (EMC)&qu

Re: [Emc-users] Control board

2012-02-06 Thread Peter C. Wallace
On Mon, 6 Feb 2012, Erik Friesen wrote: > Date: Mon, 6 Feb 2012 17:57:10 -0500 > From: Erik Friesen > Reply-To: "Enhanced Machine Controller (EMC)" > > To: "Enhanced Machine Controller (EMC)" > Subject: Re: [Emc-users] Control board > > The mesa

Re: [Emc-users] Control board

2012-02-06 Thread Erik Friesen
The mesa card looks interesting to me. The catch is, how is one going to go about doing spi and pulling the data into emc2? I assume everything would have to be bit banged, and is not taken care of in the fpga. It also says it has quadrature encoder interface, but once again, how is this handled

Re: [Emc-users] Control board

2012-02-06 Thread Kirk Wallace
On Mon, 2012-02-06 at 12:29 -0500, Erik Friesen wrote: > I am not so sure about the parallel port and encoder idea though, the > encoders I see are up to 1000 per rev, that requires a pretty fast base > period to handle that, not? <2us ? In reference to my reply, I suggested that using the parall

[Emc-users] Control board

2012-02-06 Thread Roland Jollivet
ight be able to jury rig a simple temperature controller to read the analog and switch a relay output. Look up RS part; 719-1093 Regards Roland > > > > > > > > > > From: Erik Friesen > > >To: Enhanced Machin

Re: [Emc-users] Control board

2012-02-06 Thread Peter C. Wallace
On Mon, 6 Feb 2012, Erik Friesen wrote: > Date: Mon, 6 Feb 2012 12:23:00 -0500 > From: Erik Friesen > Reply-To: "Enhanced Machine Controller (EMC)" > > To: "Enhanced Machine Controller (EMC)" > Subject: Re: [Emc-users] Control board > > I don&#x

Re: [Emc-users] Control board

2012-02-06 Thread Erik Friesen
I am not so sure about the parallel port and encoder idea though, the encoders I see are up to 1000 per rev, that requires a pretty fast base period to handle that, not? <2us ? I also am not very clear on emc2 capability to manage analog inputs, it seems easier to offload the deciding to an exter

Re: [Emc-users] Control board

2012-02-06 Thread Erik Friesen
I don't care about an analog measurement, I want the system to pause or park when amps are outside of a set range. How would you do the first scenario? On Mon, Feb 6, 2012 at 12:14 PM, Jon Elson wrote: > Erik Friesen wrote: > > I have been looking pretty close at the pico systems board, however

Re: [Emc-users] Control board

2012-02-06 Thread Kirk Wallace
On Mon, 2012-02-06 at 07:32 -0500, Erik Friesen wrote: > I am doing a bit of 3 axis cnc routing on pvc. I would like to set it and > forget it while it runs. I have been thinking about building, or buying if > available, something down this line. > > Parallel breakout for stepper drive. > > Mic

Re: [Emc-users] Control board

2012-02-06 Thread Jon Elson
Erik Friesen wrote: > I have been looking pretty close at the pico systems board, however, as of > yet I am not clear how to integrate spindle amps monitoring with it. I > also want to monitor vaccum for a holddown system. > You just want an overcurrent limit, or you want an analog measurement

Re: [Emc-users] Control board

2012-02-06 Thread Erik Friesen
ler (EMC) > >Sent: Monday, February 6, 2012 6:32 AM > >Subject: [Emc-users] Control board > > > >I am doing a bit of 3 axis cnc routing on pvc. I would like to set it and > >forget it while it runs. I have been thinking about building, or buying > if >

Re: [Emc-users] Control board

2012-02-06 Thread Greg Bernard
ontroller (EMC) >Sent: Monday, February 6, 2012 6:32 AM >Subject: [Emc-users] Control board > >I am doing a bit of 3 axis cnc routing on pvc.  I would like to set it and >forget it while it runs.  I have been thinking about building, or buying if >available, something down thi

[Emc-users] Control board

2012-02-06 Thread Erik Friesen
I am doing a bit of 3 axis cnc routing on pvc. I would like to set it and forget it while it runs. I have been thinking about building, or buying if available, something down this line. Parallel breakout for stepper drive. Microchip pic32 or similar to monitor incoming steps Encoders on steppe