Spindle issue after using a gcode program

All things related to the Centroid Acorn CNC Controller

Moderator: cnckeith

TechyMind
Posts: 7
Joined: Sun Jan 19, 2020 9:04 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: OK375
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Spindle issue after using a gcode program

Post by TechyMind »

Hello,

Here is a strange problem.
My Router was working perfectly, spindle was ok (starting/stoping with a program)

But after sometimes when I start a program (whatever the program), the spindle starts correctly, the program is perfectly executed, the spindle stops then I start a new program (whatever the program) and the spindle doesn't start.
Then I try to start manually and the same => no response.

- I checked if there is some default on the vfd => everything is ok
- When I start the spindle manually, the relay on acorn board doesn't switch on.
- I tried to power off acorn board then restart => manual spindle is working ; the program also but after it stops I get the same issue.

Here is my GCode and my report

Thank you for your help
Attachments
report_4C3FD32012DE-1231192785_2024-05-25_19-16-35.zip
(960.86 KiB) Downloaded 6 times
1004.nc
(208.21 KiB) Downloaded 3 times
suntravel
Posts: 2295
Joined: Thu Sep 23, 2021 3:49 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 6433DB0446C1-08115074
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Germany

Re: Spindle issue after using a gcode program

Post by suntravel »

You have no Output VFD Enable

Uwe
TechyMind
Posts: 7
Joined: Sun Jan 19, 2020 9:04 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: OK375
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: Spindle issue after using a gcode program

Post by TechyMind »

suntravel wrote: Sun May 26, 2024 2:29 am You have no Output VFD Enable

Uwe
What do you mean?
suntravel
Posts: 2295
Joined: Thu Sep 23, 2021 3:49 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 6433DB0446C1-08115074
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Germany

Re: Spindle issue after using a gcode program

Post by suntravel »

How do you make sure that the VFD is enabled, if not sending an enable signal?

Uwe
TechyMind
Posts: 7
Joined: Sun Jan 19, 2020 9:04 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: OK375
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: Spindle issue after using a gcode program

Post by TechyMind »

You get a point. But how do you explain that the relay for forward command (m3) doesn’t activate?
suntravel
Posts: 2295
Joined: Thu Sep 23, 2021 3:49 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 6433DB0446C1-08115074
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Germany

Re: Spindle issue after using a gcode program

Post by suntravel »

In the PLC SpindleEnableOut_M is required to activate M3, maybe with no VFD Enable, after M5 it will not be set again.

Uwe
TechyMind
Posts: 7
Joined: Sun Jan 19, 2020 9:04 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: OK375
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: Spindle issue after using a gcode program

Post by TechyMind »

But it worked perfectly for 3 years without problems.

Well, I will try to change this, it’s a Chinese vfd
suntravel
Posts: 2295
Joined: Thu Sep 23, 2021 3:49 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 6433DB0446C1-08115074
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Germany

Re: Spindle issue after using a gcode program

Post by suntravel »

You can set VFD Enable and connect nothing to test if m3 is working after this.

Uwe
cncsnw
Posts: 3913
Joined: Wed Mar 24, 2010 5:48 pm

Re: Spindle issue after using a gcode program

Post by cncsnw »

There is no need to assign VFDEnable_O to an output.
You would not do so if you choose to use SpinFWD and/or SpinREV instead.

SpindleEnableOut_M is a memory bit (MEM168), which is always in place.

I would open up PLC Detective (Ctrl-E from the CNC12 main screen), scroll down to around line #3745, and watch what is happening when the spindle starts normally, and when the spindle fails to start.
ShawnM
Posts: 2333
Joined: Fri May 24, 2019 8:34 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 7804734C6498-0401191832
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Clearwater, FL

Re: Spindle issue after using a gcode program

Post by ShawnM »

Correct, you do not need VFD enable to make a spindle work. You can simply program an output to SpinFWD and make the VFD work. The OP has SpinFWD setup on output 4 so it should work as it always did.

When you say you "- When I start the spindle manually, the relay on acorn board doesn't switch on." How exactly are you starting it? Through MDI or the VCP? Both of these should turn on relay 4 to start the VFD.

Double check all the VFD and Acorn connections for the VFD and tighten all terminals.

Just a side note, if this really is a router, running on the Mill version, you do not need to program an output for SpinREV as you'll never run a router bit in reverse.
Post Reply