Spindle Not Operating

robb

Robb
I have a MASSO G3 with latest update (3.44) installed. MASSO runs the spindle via a VFD. Today I tried to run a program to carve a 3D project. The axis all work fine but the spindle didn't turn and broke an EM. I checked through the VFD config (all okay). Cabling is fine. Using the command interface I entered M03. The spindle barely turned and, in the wrong direction. Should be CW for M03. I entered M04 but, no movement from the spindle at all. I checked the Spindle settings in F1 and all looks as it was last time I successfully used the CNC.

MASSO controls the VFD so, I figure it might be a MASSO problem of some kind. I'm excluding any problems with the spindle as it is only 3 months old and was working perfectly a few days ago. I have rebooted the system a couple of times.

Anyone had a similar glitch and have a brilliant solution?
 

cncnutz

CNCnutz
Staff member
Hi Robb

When you issued the M3 command in MDI did you precede it with a speed command eg S10000 then M03

Without the Speed command the spindle will barely turn and behave as you describe.

Cheers

Peter
 

robb

Robb
Yes, you're right of course. A bit remiss of me. I entered the command M03 S12000. I was looking at the machine a few minutes ago and I noticed that the gcode has, at line 8 the command S12000. When I run 'Jump to line 8' the machine runs but, the spindle is static. If I run the same instruction and press the Spindle CW button, the spindle powers up perfectly. I attach the actual gcode. Please have a look and tell me if you see any reason why the code is not powering up the spindle. usually, when I hit F2 and CTL+R, then CTL+S the spindle is the first thing to activate as the machine moves to X 0 and Y 0 and then plunges the spindle into the work. In its current state, I can run the job and X and Y axis work fine, as does Z axis but the spindle is static so I have to hit the E-stop toot-sweet.

ChaChing! Just had a thought. I had to re-install my OS and I am sure that I haven't replaced the correct Post Processor. I'll go and do that right now and let you know the outcome.
 

Attachments

  • 3D-Magnolia-Roughing-em.125.nc
    137.1 KB · Views: 39

cncnutz

CNCnutz
Staff member
Hi Robb

If you have a look at your Gcode you will see on line 8 you have S12000 to set speed but you don't have an M3 so the spindle is not turned on.

It will not end well.

Cheers

Peter
G90
G0 X0.0000 Y0.0000 Z0.7500
(3D-Magnolia-Roughing-em.125)
T1
(End Mill {1/8"})
F70.0
F8.0
S12000
G0 X-0.3400 Y-1.6912 Z0.1250
G1 Z-0.0469 F8.0
 

robb

Robb
ChaChing! Just had a thought. I had to re-install my OS and I am sure that I haven't replaced the correct Post Processor. I'll go and do that right now and let you know the outcome. I am grateful for your time and attention; thank you Peter.
 

robb

Robb
Yep, as I thought. I forgot all about the PP when I reinstalled the V-Carve Pro app. I didn't notice it was not there and so I was saving the files to an erroneous PP. My fault and I apologise for wasting your time. Job is now running and I have four panels to complete before the morning to keep my customer happy.
 
Top