
Originally Posted by
Marc N Fournier
Sotchrys,
Several items. First off you should re-solder the 000 value resistors R1 and R2 back in or simply jumper them.
Take a good look at the manual. There are only a finite number of pins they can use from the parrallel cable. Most are all taken up by the 4 axis. Now you add the 5 axis but you also need the "Enable" and "RESET" pin when the MM160 is used.
The MK4 and MK5 use a CPLD (the XC9536 chip) to map the 25 pin parrallel cable to the proper inputs and outputs. This is passed on to the Atmel chip (AT90USB).
In your case Ouputs 1 and 2 (parrallel cable pin 14 and 16 respectively) are used for step and dir of the 5th axis. That leaves outputs 3 and 4 (parr pin 17 and 1) for the "enable" and "reset" lines.
But nowhere in the Soc Robotics documentation is this clearly called out. You have to figure it out or guestimate it. So I would write Soc Robotics to get the pin out confirmed since the CPLD is in the way to determine what is what here. I would not risk attaching the MM160 to the card till this is determined.
Once this is known, in your software you must map the proper output to the axis "enable" lines. In this case they are grouped as one to all the axis. They are the pins identified as SDA in the wiring schematics for MK5.
So what software are you using ?
If you are running MACH 3 and using the profiles from Soc Robotics they are useless as the y are for a different card (MC433) and do not bother about "enable" from looking at the profile.
You must setup the software "enable" lines with the proper info. if you do not do this you risk smoking the TB6560 chip.
If you are using some other software please advise.
---
Regarding the LOGIC voltage. The MK4, MK5, MK4c cards all use the same LM317sot voltage regulator. Max design limit for this regulator is 40V. As the logic requires 5V, anything higher than 12V input is just producing heat in the chip. 9V is perfect. Because of the risk of smoking the TB6560 chips if the logic falls below 5V, I would not go below 9V input, for the logic, to be safe.
The MM160 is a high output driver with 3.5A, this is suitable for mills and lathe that require high Amp currents to hold position. The MK4c is a simplified version of their breakout cards and is better match for the MM160 driver.
I suspect the MK5 to MK5c redesign is in the works.
Marc N Fournier