Search found 4539 matches

by cncsnw
Tue Jul 01, 2025 5:30 pm
Forum: Centroid Acorn CNC Controller
Topic: Centroid CNC Software Licensing Upgrade Announcement
Replies: 66
Views: 1802

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 ...
This post has been liked 4 time(s).
by cncsnw
Wed Jul 02, 2025 3:27 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: SWI Trak 1745P - Allin1DC Retrofit
Replies: 36
Views: 397

Re: SWI Trak 1745P - Allin1DC Retrofit

I have all the connections made for the VFD, but am unsure of whether or not I am able to use "ACM" on our Automation Direct GS30 as both the ground reference for Input and output. (I can't seem to find a dedicated Analog Output Common, and assume that I am just supposed to know something ...
This post has been liked 2 time(s).
by cncsnw
Fri Jul 04, 2025 2:45 am
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: SWI Trak 1745P - Allin1DC Retrofit
Replies: 36
Views: 397

Re: SWI Trak 1745P - Allin1DC Retrofit

That sounds like a power polarity / encoder direction mismatch. Try swapping your plus and minus motor power leads.
This post has been liked 0 time(s).
by cncsnw
Fri Jul 04, 2025 2:35 am
Forum: Centroid Acorn CNC Controller
Topic: Delta ASDA-A2 Cable Pinout Mismatch – SKU 13131 (For Sale if Interested)
Replies: 2
Views: 61

Re: Delta ASDA-A2 Cable Pinout Mismatch – SKU 13131 (For Sale if Interested)

As far as I know, the factory cables work just fine with ASDA-A2 drives.

Can you point out the particular pin connections that you think are wrong?

Note that the ASDA-A2 drives apparently have two sets of "pulse" and "sign" inputs. It appears that Syntec was using the "low speed optical coupler ...
This post has been liked 0 time(s).
by cncsnw
Fri Jul 04, 2025 2:22 am
Forum: Centroid Acorn CNC Controller
Topic: ToolsUnclamped Sensor - Power Drawbar
Replies: 14
Views: 2129

Re: ToolsUnclamped Sensor - Power Drawbar

Looks good!
This post has been liked 0 time(s).
by cncsnw
Fri Jul 04, 2025 2:10 am
Forum: Centroid Hickory EtherCAT CNC Controller
Topic: PLC Programming Question - Not Using the Wizard - (Problem Solved)
Replies: 8
Views: 77

Re: PLC Programming Question - Not Using the Wizard - (Problem Solved)

; Control ToolSetterArmDown (OUT19) with Aux3Key_M (push and hold)
; At the start of every check ensure ToolSetterArmDown is deactivated and reset.
IF TRUE THEN RST ToolSetterArmDown
IF TRUE THEN RST ToolSetterArmDownActive_M
IF TRUE THEN RST Aux3LED

; Make sure up and down can't be active at the ...
This post has been liked 0 time(s).
by cncsnw
Fri Jul 04, 2025 2:02 am
Forum: Centroid Hickory EtherCAT CNC Controller
Topic: PLC Programming Question - Not Using the Wizard - (Problem Solved)
Replies: 8
Views: 77

Re: PLC Programming Question - Not Using the Wizard - (Problem Solved)

I am curious why it is better to set OtherFault_M rather than set SV_Stop directly?

Review the section in MainStage under the "Handle Faults" comment.

If none of the fault categories are set -- PLCFault_M, SV_STALL_ERROR, SpindleFault_M, LubeFault_M, AxisFault_M, ProbeFault_M, OtherFault_M or ...
This post has been liked 0 time(s).
by cncsnw
Wed Jul 02, 2025 9:07 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: spindle won't start when RUN a program <Resolved>
Replies: 11
Views: 155

Re: spindle won't start when RUN a program

Your screen pictures above clearly show that the M3 macro and PLC program are doing everything they can and should do, to make the spindle start and run. OUT7 "SpindleEnableOut_O" is on (green), and W7 "SixteenBitSpeed_W" is 16383, which is essentially 25% of maximum speed.

Either there is ...
This post has been liked 0 time(s).
by cncsnw
Tue Jul 01, 2025 9:29 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: spindle won't start when RUN a program <Resolved>
Replies: 11
Views: 155

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 ...
This post has been liked 0 time(s).
by cncsnw
Tue Jul 01, 2025 2:25 pm
Forum: Centroid Acorn CNC Controller
Topic: AI suggestions for writing G-code
Replies: 8
Views: 145

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).