Search found 3874 matches

by cncsnw
Tue May 10, 2011 5:49 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Feedrate override problem
Replies: 6
Views: 3602

Re: Feedrate override problem

I have ( G01 X 1.0 F.006 ), yet the actual feed is about 30 ipm. ( F.030) By default, feedrates on the lathe are in units per revolution (e.g. inches per revolution, assuming you are set up for Imperial units). The actual feed will be slaved to the rotation of the spindle encoder. For example, if y...
by cncsnw
Tue Apr 26, 2011 2:33 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: **RESOLVED** Z axis oscillation
Replies: 6
Views: 3704

Re: Z axis oscillation

What did you end up at with Kp, Ki and Kd?
by cncsnw
Mon Apr 25, 2011 3:04 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: **RESOLVED** Z axis oscillation
Replies: 6
Views: 3704

Re: Z axis oscillation

You might try cutting back on Ki (maybe in half or less).

Do you also have a rotary encoder on the motor that you could use, or do you only have the linear scale?
by cncsnw
Sun Apr 24, 2011 10:22 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: **RESOLVED** CNC 10 Mill update
Replies: 1
Views: 2044

Re: CNC 10 Mill update

You can update to CNC10 v2.38.

If you have at least 512MB memory in your computer, then you can update to CNC10 v2.70.
by cncsnw
Tue Apr 19, 2011 3:42 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: code 9030 SPINDLE FAULT ? NEED HELP
Replies: 1
Views: 2176

Re: code 9030 SPINDLE FAULT ? NEED HELP

Well, usually that means your spindle drive is reporting a fault. More specifically, it would mean that INP25 on your PLC is open. If you have an inverter (aka VFD) for your spindle drive, you should connect the normally-closed contacts of its fault relay between INP25 and Input Common. If you just ...
by cncsnw
Thu Apr 07, 2011 9:15 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: **RESOLVED** CNC DC310 PLC error
Replies: 5
Views: 3236

Re: CNC DC310 PLC error

Yes, you need to set "Motor Revs/Inch" to the number of revolutions your motors must make for each inch of travel. That incorporates both the pulley ratio (which you have to know or measure) and the lead of your ballscrew (which you also have to know or measure). You also need to correctly...
by cncsnw
Thu Apr 07, 2011 9:11 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: **RESOLVED** Centroid Servos vs others re price
Replies: 3
Views: 2798

Re: Centroid Servos vs others re price

If you know where we can buy good quality 29 in-lb NEMA 42 servo motors for $350, please share.
by cncsnw
Tue Mar 29, 2011 12:10 am
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: **RESOLVED** - limit switches - unclear
Replies: 11
Views: 7363

Re: limit switches - unclear

When you try to jog X-, does it say "407 X- limit (#2) tripped", or does it say "411 X axis (#1) full power w/o motion"? If it says "limit tripped", then your switch circuit is open. Use the PLC diagnostic display (alt-i at the main screen) to see whether the first six ...
by cncsnw
Tue Mar 29, 2011 12:05 am
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: **RESOLVED** lubricant low error message
Replies: 6
Views: 3487

Re: lubricant low error message

Most CPU10 PLC programs use Parameter 177 as a "fault override". So yes, setting every parameter from 171 through 178 to 1.0 will make the "lubricant low" message go away. It will make lots of other error messages go away too. Some of those error messages may be things you would ...
by cncsnw
Mon Mar 28, 2011 8:24 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: **RESOLVED** - limit switches - unclear
Replies: 11
Views: 7363

Re: limit switches - unclear

It depends on the direction reversal setting for each axis. Because you have direction reversed on X, your logical X- limit needs to be the internal/electronic X+ limit (that is, INP2). You should enter "2" for the X- limit number, wire the switch to INP2, and close the defeater switch for...