Search found 21 matches

by AjaxTech
Fri Feb 21, 2014 11:24 am
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Y+ Limit Tripping Problem
Replies: 2
Views: 2199

Re: Y+ Limit Tripping Problem

It most likely means that the limit switches are not wired correctly to the DC3IOB. Is direction reversal turned on for the Y axis? If so, have you followed TB137? Please email a current report from your system to tech@ajaxcnc.com using TB193. Thanks.
by AjaxTech
Thu Jan 09, 2014 7:32 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: DIY Tool Touch off and code until I can afford a TT1??
Replies: 6
Views: 3794

Re: DIY Tool Touch off and code until I can afford a TT1??

You are more than welcome to create your own tool touch off mechanism. The Centroid's TT-1(B) is a conductive style tool touch-off device. They also make a non-conductive device, TT-2. Whether you purchase a Centroid device or make your own, you will still need to unlock that feature in order for th...
by AjaxTech
Mon Nov 21, 2011 12:34 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: *** RESOLVED *** Jogging from inside of Plc program
Replies: 3
Views: 2381

Re: *** RESOLVED *** Jogging from inside of Plc program

You would need to set the feedrate to either Fast or Slow jog rate and you can then set your feedrate override to whatever percentage you desire for that desired speed.
by AjaxTech
Mon Nov 21, 2011 12:16 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Encoder and a few other questions
Replies: 5
Views: 3618

Re: Encoder and a few other questions

Of course you can use the DEMO software to test your scenario. You just have to make sure that your settings are correct, such as your 4th axis label being labeled something other than N, axis parameter 91-94 being set appropriately. All this is explained in the operator manual. All you have to do i...
by AjaxTech
Fri Nov 18, 2011 9:06 am
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Two (2) spindles
Replies: 3
Views: 2416

Re: Two (2) spindles

Are the spindles independently controlled? If not, you can just use the same signals going to both spindles. CNC11 systems do have the capability of controlling two spindles independently. The PLC program will need to be modified and you will also need to purchase the ADD4AD4DA board. We have not wr...
by AjaxTech
Fri Nov 18, 2011 8:51 am
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: *** RESOLVED *** How fast can cnc11 move an axis?
Replies: 1
Views: 1692

Re: How fast can cnc11 move an axis?

You will never see an issue with that low of an encoder count with a CNC11 system. CNC11 systems can handle up to about 25 million encoder counts per second.
by AjaxTech
Fri Nov 18, 2011 8:39 am
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: *** RESOLVED *** Jogging from inside of Plc program
Replies: 3
Views: 2381

Re: Jogging from inside of Plc program

In the PLC program you utilize the DoAx1PlusJog. Below is a copy of the code that is in the standard PLC program:

IF (Ax1PlusJogKey || KbJogAx1Plus_M) && !Ax1PlusJogDisabled_M &&
!(IncrContLED && FinalFeedOverride_W == 0) THEN (DoAx1PlusJog)
by AjaxTech
Fri Nov 18, 2011 8:23 am
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: All in 1 DC/Bridgeport retrofit question
Replies: 12
Views: 7030

Re: All in 1 DC/Bridgeport retrofit question

If you jog an axis to a limit switch, the ALLIN1DC will NOT allow you to continue jogging in that direction. It will, however, allow you to jog in the opposite direction. You DO NOT have to defeat the limits in order to achieve this. If you do, you do not have something wired correctly. It could be ...
by AjaxTech
Wed Nov 16, 2011 10:51 am
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: *** RESOLVED *** machine test
Replies: 5
Views: 3505

Re: machine test

We do not have any type of program that will test the capabilities of a 5-axis system. The only thing that we do have is the Euclid Block program, which I believe is Industry Standard, that tests a standard 3-axis Mill system. Thanks.
by AjaxTech
Wed Nov 16, 2011 10:19 am
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: All in 1 DC/Bridgeport retrofit question
Replies: 12
Views: 7030

Re: All in 1 DC/Bridgeport retrofit question

M26 sets the absolute encoder position to 0. If you have an M26 /x, when Cycle Start is pressed, it will set the absolute encoder position to 0 and therefore your DRO for the X axis will be 0. Therefore when you pressed Cycle Start, it did what it was supposed to do. What is the feedrate that is bei...