You would have to wire the MPG encoder to one of the Hickory's 9-pin encoder inputs; then wire the axis-select and increment-select switches to discrete PLC inputs (using up between 6 and 9 of the 32 PLC inputs on the Hickory board). You would also need to wire one relay output for the MPG LED.
You ...
Search found 4532 matches
- Mon Jun 23, 2025 11:37 pm
- Forum: Centroid Hickory EtherCAT CNC Controller
- Topic: Hickory Install - Wired MPG Pendant?
- Replies: 2
- Views: 46
Re: Hickory Install - Wired MPG Pendant?
This post has been liked 3 time(s).
- Tue Jul 01, 2025 5:30 pm
- Forum: Centroid Acorn CNC Controller
- Topic: Centroid CNC Software Licensing Upgrade Announcement
- Replies: 61
- Views: 1609
Re: Centroid CNC Software Licensing Upgrade Announcement
I will give another thumbs-down to any suggestion that Centroid should change to an annual subscription model.
Just because other companies have decided to treat their customers like sh*t, doesn't mean we should do so as well.
Buy it once, use it as long as you like. Spend a few $$ if/when you ...
Just because other companies have decided to treat their customers like sh*t, doesn't mean we should do so as well.
Buy it once, use it as long as you like. Spend a few $$ if/when you ...
This post has been liked 2 time(s).
- Tue Jul 01, 2025 1:49 pm
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: Oak-Yaskawa cable differences
- Replies: 4
- Views: 50
Re: Oak-Yaskawa cable differences
Here is how I wired SGDA drives for velocity-mode control.
This post has been liked 2 time(s).
- Fri Jun 27, 2025 2:29 pm
- Forum: Centroid Acorn CNC Controller
- Topic: Acorn suddenly stopped homing, damage.
- Replies: 10
- Views: 154
Re: Acorn suddenly stopped homing
"457 ... unable to find home" is often because the control thinks that a touch probe is triggered.
You might want to review your probe, tool setter, and touch plate configuration, and the state of the associated inputs.
You might want to review your probe, tool setter, and touch plate configuration, and the state of the associated inputs.
This post has been liked 1 time(s).
- Tue Jul 01, 2025 9:29 pm
- Forum: Centroid Acorn CNC Controller
- Topic: spindle won't start when RUN a program
- Replies: 1
- Views: 31
Re: spindle won't start when RUN a program
For troubleshooting, change Parameter 78 from 1 to 0, so that the spindle RPM shown in the status window is the commanded RPM from the PLC, rather than the measured RPM from the encoder.
When you do that, and run "M3 S1600", does the commanded RPM in the status window still say 0?
If it still says ...
When you do that, and run "M3 S1600", does the commanded RPM in the status window still say 0?
If it still says ...
This post has been liked 0 time(s).
- Tue Jul 01, 2025 2:25 pm
- Forum: Centroid Acorn CNC Controller
- Topic: AI suggestions for writing G-code
- Replies: 8
- Views: 111
Re: AI suggestions for writing G-code
Let us know how that custom M101 macro and Q parameter work out for you....
This post has been liked 0 time(s).
- Tue Jul 01, 2025 2:20 pm
- Forum: Centroid Acorn CNC Controller
- Topic: Enormous C-Axis "unwind" on program start <Resolved>
- Replies: 5
- Views: 72
Re: Enormous C-Axis "unwind" on program start
What he needs here is not "M26/C", but instead "G92 C0". Optionally both, in that order.
With the WCS offset already set to 65520 degrees, then immediately after power-up, the axis is at machine zero / machine home, but it is 65520 degrees away from part zero.
M151 resets machine position, not ...
With the WCS offset already set to 65520 degrees, then immediately after power-up, the axis is at machine zero / machine home, but it is 65520 degrees away from part zero.
M151 resets machine position, not ...
This post has been liked 0 time(s).
- Tue Jul 01, 2025 1:37 pm
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: Oak-Yaskawa cable differences
- Replies: 4
- Views: 50
Re: Oak-Yaskawa cable differences
If you move forward with the SGDA drives, you will have to accept some compromises related to error detection and emergency stop inhibits.
See https://centroidcncforum.com/viewtopic.php?p=80825
For control cables, I would start with the flying-lead cables (or cut the 50-pin connectors off your ...
See https://centroidcncforum.com/viewtopic.php?p=80825
For control cables, I would start with the flying-lead cables (or cut the 50-pin connectors off your ...
This post has been liked 0 time(s).
- Tue Jul 01, 2025 1:15 pm
- Forum: Centroid Hickory EtherCAT CNC Controller
- Topic: PLC Programming Question - Not Using the Wizard - (Problem Solved)
- Replies: 4
- Views: 43
Re: PLC Programming Question - Not Using the Wizard - (Problem Solved)
A couple of style and convention comments:
; Check if Tool Setter Machine Ready (INP14) is active
; This sets ToolSetterReady_M if INP14 is active, otherwise, it will be RST by default below
IF TRUE THEN RST ToolSetterReady_M ; Default to OFF
IF INP14 THEN SET ToolSetterReady_M
Supposing that you ...
; Check if Tool Setter Machine Ready (INP14) is active
; This sets ToolSetterReady_M if INP14 is active, otherwise, it will be RST by default below
IF TRUE THEN RST ToolSetterReady_M ; Default to OFF
IF INP14 THEN SET ToolSetterReady_M
Supposing that you ...
This post has been liked 0 time(s).
- Mon Jun 23, 2025 7:20 pm
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: BORING QUESTION
- Replies: 8
- Views: 101
Re: BORING QUESTION
Yes, that would be an ID turning operation. The F7/Turn cycle is implicitly ID if you enter a Starting Diameter that is smaller than the Ending Diameter.
This post has been liked 0 time(s).