Search found 3829 matches

by cncsnw
Tue Apr 16, 2024 12:31 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Help with tool change macro
Replies: 5
Views: 146

Re: Help with tool change macro

You might also want to configure the machine to home using the monitoring switch as a home switch, so that machine zero on the Z axis is just below the carousel. In your tool-change macro you can set the Z+ software travel limit to a non-zero value (e.g. +2.10") to allow movement above machine ...
by cncsnw
Tue Apr 16, 2024 12:28 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Help with tool change macro
Replies: 5
Views: 146

Re: Help with tool change macro

In that case you probably want your PLC program to trigger an immediate Fault if the monitoring switch is tripped and the spindle zero-speed signal is not closed.
by cncsnw
Tue Apr 16, 2024 12:25 pm
Forum: Centroid Acorn CNC Controller
Topic: Trouble creating Air Blast Macro
Replies: 13
Views: 227

Re: Trouble creating Air Blast Macro

You will have to look at what value you have in Machine Parameter 18.
by cncsnw
Tue Apr 16, 2024 1:58 am
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Hardinge CHNC4 Retrofit
Replies: 166
Views: 73559

Re: Hardinge CHNC4 Retrofit

Is there a way to see an index pulse? On the PID Configuration screen, and on the F3/Encoder screen below it, you will see an asterisk next to the axis label in the left-most column whenever the index pulse is present for that axis. The index pulse, or lack thereof, will not cause servo instability...
by cncsnw
Tue Apr 16, 2024 1:50 am
Forum: Centroid Acorn CNC Controller
Topic: Trouble creating Air Blast Macro
Replies: 13
Views: 227

Re: Trouble creating Air Blast Macro

That has nothing to do with the M8.

It was the result of the M3 (spindle start) command on the previous line, combined with your probe detect input.

The control thinks you have a touch probe plugged in, so it would be a bad idea to let the spindle start.
by cncsnw
Tue Apr 16, 2024 1:36 am
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Help with tool change macro
Replies: 5
Views: 146

Re: Help with tool change macro

M5 generally just means "begin stopping the spindle", i.e. turn off the run-forward and run-reverse commands. A typical M5 does not sit around and wait for the spindle to finish decelerating to a stop. You can, of course, add that. The simplest way is to configure and wire a "zero spe...
by cncsnw
Mon Apr 15, 2024 9:04 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: AllinOne, Add 1616 and Delta C2000 with PG01L card
Replies: 10
Views: 444

Re: AllinOne, Add 1616 and Delta C2000 with PG01L card

A very cursory review of your PLC program suggests that a complete tool change (orient, followed by tool unclamp) is the only scenario that the author of that PLC program considered. The PLC program automatically cancels the orient request, and the orient command, shortly after unclamping the drawba...
by cncsnw
Mon Apr 15, 2024 8:51 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: WMPG-6 jogs in reverse direction
Replies: 3
Views: 52

Re: WMPG-6 jogs in reverse direction

More likely Parameter 411.
by cncsnw
Mon Apr 15, 2024 8:41 pm
Forum: Centroid Acorn CNC Controller
Topic: Multi Spindle CNC Router control options
Replies: 4
Views: 108

Re: Multi Spindle CNC Router control options

Keith,

What can you tell us about M333, and whether it could be applied to this type of machine?
by cncsnw
Mon Apr 15, 2024 1:48 pm
Forum: Centroid Hickory CNC Controller
Topic: Hardinge CHNC II+ Hickory LeadShine EL7 Retrofit
Replies: 89
Views: 4814

Re: Hardinge CHNC II+ Hickory LeadShine EL7 Retrofit

Okay. This is probably an omission in my Hickory/CHNC program. I think there is a circular dependency between enabling the MPG with the axis-select knob, and enabling it with the VCP MPG key. This issue would be unique to Gary's program for this project, and not generally representative of Centroid ...