Hi Big Bear
A xylotex will just about do you from memory as I think they support upto 3A. You may be better to go the slighly more expensive gecko route and allow you to upgrade in the future.
The spindle motor should be 3 phase - there should be an inverter in the machine - may be a Barry Wright Parajust.
180oz/in motors - surely they are bigger than that!!! I think they are rated at 3.1A and something like 2V - my guess was that they would be around 400oz/in. We've cut EN24T steel and 7075 ali at 1mm depth of cut and 50mm/min without trouble. The motors are probably Cetronic ones so you can check them out here -
https://www.cetronic.co.uk/category.asp?ID=25
With regard to the ATC I will direct you to the Mach forum -
https://www.machsupport.com/forum/index.php?topic=1882.0 = thats the guy with the Starturn 5!
In particular - because I'm too lay to write it again - here is my comment -
"Hi Max
So you're the guy with the Starturn 5 - we've just been discussing your lathe over on the denford forum (
www.denfordata.com/bb). I've got a Starturn 4 converted to Mach at home, a mate of mine is converting an Orac, and I also use an Orac and Triac at work.
The basic working of the toolpost is quite simple. The toolpost should only rotate in one direction, and there is a ratchet that prevents it being pushed back. Basically the three optosensors shine light onto a BCD coded disc. So what you will get back is 3 lines giving you the tool number. When the correct tool number is detected, the toolpost motor is switched into reverse and the toolpost drives back against the ratchet.
So in theory only 4 wires are required. You will need to find the circuit that controls the toolpost motor and see how this is turned on and off. With regard to the signal lines these run at 12V which is a bit more inconvenient and will require you to make up some optoisolators. I started a project to do the electronics for my mates toolchanger - unfortunately he is yet to get his lathe going so i've only tested the electronics on the bench.
Basically I used an AVR microcontroller - I then wrote a program that read the an RS232 string - converted this to the toolnumber - activated the toolpost motor and then rotated the tool until the correct one was detected. It then sent an RS232 string back to Mach to tell it that the toolchange was complete. John Pearson has done something similar - see the VB code to drive the RS232 comms here -
https://www.machsupport.com/forum/index.php?topic=1658.0
Hope thats some help
Cheers
Dave