Re: [Emc-users] Installing a second parallel port

2008-06-12 Thread aaron Moore
Hi You guys are going to haveto hold my hand here I run lspci -v and I get.. :00:06.0 Parallel controller: Timedia Technology Co Ltd: Unknown device 7268 (rev 01) (prog-if 02 [ECP]) Subsystem: Timedia Technology Co Ltd: Unknown device 0103 Flags: stepping, medium devsel, IRQ 9

Re: [Emc-users] Gear Cutting

2008-06-12 Thread Steve Blackmore
On Thu, 12 Jun 2008 00:38:02 -0500, you wrote: Kirk Wallace wrote: Has anyone tried cutting gears with something similar to this arrangement? http://www.wallacecompany.com/machine_shop/Gear_Cutter-1b.png I was thinking a slot saw (gray disk) could be used, centered on the gear

Re: [Emc-users] Gear Cutting

2008-06-12 Thread W. Jacobs
I do not know much about CNC operation but need to ask a question about the operation similar to this gear cutting. Machinery's handbook (20th) describes how to construct an involute on page 288. I read this as the involute is the length of a line tangent to the circle, equal to the cord of

Re: [Emc-users] Installing a second parallel port

2008-06-12 Thread Kirk Wallace
On Thu, 2008-06-12 at 06:11 +, aaron Moore wrote: Hi You guys are going to haveto hold my hand here I run lspci -v and I get.. :00:06.0 Parallel controller: Timedia Technology Co Ltd: Unknown device 7268 (rev 01) (prog-if 02 [ECP]) Subsystem: Timedia Technology Co Ltd:

Re: [Emc-users] Installing a second parallel port

2008-06-12 Thread aaron Moore
Thanks or very detailed reply. I will try it later today. One thing...I am using steppers, do I need to run the functions for the servo threads? Thanks again Aaron - Original Message - From: Kirk Wallace [EMAIL PROTECTED] To: Enhanced Machine Controller (EMC)

Re: [Emc-users] Gear Cutting

2008-06-12 Thread Kirk Wallace
On Thu, 2008-06-12 at 08:31 +0100, Steve Blackmore wrote: ... snip http://www.jeffree.co.uk/Pages/cnc-wheel-cutting-engine.htm I've seen that in operation and used it at a show here in the UK, it's not slow, gear cutter rpm was about 2500 rpm and you can stuff the cutter through the blank

Re: [Emc-users] Installing a second parallel port

2008-06-12 Thread Kirk Wallace
On Thu, 2008-06-12 at 08:42 +, aaron Moore wrote: Thanks or very detailed reply. I will try it later today. One thing...I am using steppers, do I need to run the functions for the servo threads? Thanks again Aaron If you are going to use your parport to drive the step and direction

Re: [Emc-users] Installing a second parallel port

2008-06-12 Thread aaron Moore
Kirk I have added.. loadrt hal_parport cfg=0x9000 addf parport.0.read servo-thread addf parport.0.write servo-thread to my hal file (hopefully in the right places). Can I not configure the pins through the step config wizard? Aaron - Original Message - From: Kirk

Re: [Emc-users] Installing a second parallel port

2008-06-12 Thread Stephen Wille Padnos
aaron Moore wrote: Kirk I have added.. loadrt hal_parport cfg=0x9000 addf parport.0.read servo-thread addf parport.0.write servo-thread to my hal file (hopefully in the right places). Can I not configure the pins through the step config wizard? No, you can't use stepconf

Re: [Emc-users] Installing a second parallel port

2008-06-12 Thread Greg Michalski
This is where Stepconf can help the someone less versed in the config files though - you can make multiple machine setups and then go through the .hal and .ini files and marry the two together to get the results you want without really having to know the details of the hal and ini files. I

Re: [Emc-users] Gear Cutting

2008-06-12 Thread Jon Elson
Steve Blackmore wrote: On Thu, 12 Jun 2008 00:38:02 -0500, you wrote: In theory, this can be done. A thin slitting saw would deflect too much to get an accurate tooth profile. You can buy gear tooth cutters and run them like this, and it will go much faster, which is still fairly slow.

Re: [Emc-users] Gear Cutting

2008-06-12 Thread Kirk Wallace
On Thu, 2008-06-12 at 01:51 -0700, Kirk Wallace wrote: On Thu, 2008-06-12 at 08:31 +0100, Steve Blackmore wrote: ... snip http://www.jeffree.co.uk/Pages/cnc-wheel-cutting-engine.htm I've seen that in operation and used it at a show here in the UK, it's not slow, gear cutter rpm was

Re: [Emc-users] Gear Cutting

2008-06-12 Thread Kirk Wallace
On Thu, 2008-06-12 at 03:45 -0400, W. Jacobs wrote: I do not know much about CNC operation but need to ask a question about the operation similar to this gear cutting. Machinery's handbook (20th) describes how to construct an involute on page 288. I read this as the involute is the length

[Emc-users] Hardinge CHNC to EMC conversion

2008-06-12 Thread Ed
Going throuogh the schematics for my CHNC the limit switches and the home switch have three terminals PLUS MINUS and ZERO. Are these voltage or polarity dependent or are they simple switches? Also the turret encoder shows an A B C and D outputs. Are these binary or BCD and why 4 lines when 3

Re: [Emc-users] Hardinge CHNC to EMC conversion

2008-06-12 Thread Thomas J Powderly
The description PLUS MINUS ZERO refer to 3 different sensed positions of the slide, and dont say anything about the voltages. Your schematics likely show a voltage going to them, or a pull up resistor tied to them. You really have to look at the schema for that. THE ABCD on a turret makes me

Re: [Emc-users] Hardinge CHNC to EMC conversion

2008-06-12 Thread Kirk Wallace
On Thu, 2008-06-12 at 19:22 -0400, Ed wrote: Going throuogh the schematics for my CHNC the limit switches and the home switch have three terminals PLUS MINUS and ZERO. Are these voltage or polarity dependent or are they simple switches? The limit and home switches should be Hall effect

Re: [Emc-users] Hardinge CHNC to EMC conversion

2008-06-12 Thread samco
This is a really good thread on the subject.. (other than I think he is using mach ;)) http://cnczone.com/forums/showthread.php?t=50685highlight=CHNC sam On Thu, 12 Jun 2008 19:22:52 -0400 Ed [EMAIL PROTECTED] wrote: Going throuogh the schematics for my CHNC the limit switches and the

Re: [Emc-users] Hardinge CHNC to EMC conversion

2008-06-12 Thread Kirk Wallace
On Thu, 2008-06-12 at 19:44 -0500, Thomas J Powderly wrote: ... snip THE ABCD on a turret makes me think the encoder is very coarse and the information ABCD is really just a 4 bit count of position. This is more credible if your turret has less than 17 positions. It is an encoder, just not the

Re: [Emc-users] Hardinge CHNC to EMC conversion

2008-06-12 Thread Kirk Wallace
On Thu, 2008-06-12 at 20:12 -0500, [EMAIL PROTECTED] wrote: This is a really good thread on the subject.. (other than I think he is using mach ;)) http://cnczone.com/forums/showthread.php?t=50685highlight=CHNC sam Vince did away with the encoder chip and wired eight Hall sensors and

Re: [Emc-users] Hardinge CHNC to EMC conversion

2008-06-12 Thread Ed
Kirk Wallace wrote: On Thu, 2008-06-12 at 19:44 -0500, Thomas J Powderly wrote: ... snip THE ABCD on a turret makes me think the encoder is very coarse and the information ABCD is really just a 4 bit count of position. This is more credible if your turret has less than 17 positions. It is an

Re: [Emc-users] Hardinge CHNC to EMC conversion

2008-06-12 Thread Ed
Kirk Wallace wrote: On Thu, 2008-06-12 at 19:22 -0400, Ed wrote: Going throuogh the schematics for my CHNC the limit switches and the home switch have three terminals PLUS MINUS and ZERO. Are these voltage or polarity dependent or are they simple switches? The limit and home switches

Re: [Emc-users] Hardinge CHNC to EMC conversion

2008-06-12 Thread Kirk Wallace
On Thu, 2008-06-12 at 20:54 -0400, Ed wrote: ... snip Mine are Microswitch brand Part No. 47XL21-03 and might get switched out for new. ... snip So is bit A always zero between or are all bits zero between positions? In other words is tool 1 represented by binary 01 and 2 10 and 3 11 and

[Emc-users] New Synergy?

2008-06-12 Thread Kirk Wallace
I think a Synergy for Ubuntu was in the works. Anyone hear anything? I tried installing my current version and got a dependency error saying the install needs libqt3c103-mt but this an old version which won't install with the current libqt3-mt version. I am trying to figure out if I should pursue

Re: [Emc-users] Installing a second parallel port

2008-06-12 Thread Alan Condit
Aaron, Since you indicated that you are adding a second port you need both ports in your config statement: loadrt hal_parport cfg=0x0378 0x9000 Here is how I set up my reads and writes: (not using steppers requires adding them to the base-thread not the servo-thread). # next connect the