add spindle speed to this code?

CNC related queries on software; firmware; DOS; Windows; parameters; programming; error messages etc.

Moderators: Martin, Steve, Mr Magoo

Post Reply
mikep608
Posts: 22
Joined: Tue 25 Dec , 2012 8:38 am

add spindle speed to this code?

Post by mikep608 » Sun 17 Mar , 2013 23:25 pm

How would I add spindle spped to this code for vr mill for a micromill ns 2000?
I made the code in bobcad


%
G00X0.Y0.Z1.5
X-0.0152Y-0.0043
G01Z0.0625F20.
X4.8682F40.
Y0.0557
X-0.0152
Y0.1157
X4.8682
Y0.1757
X4.073
X4.0721
X4.0497Z0.0803
X4.0446Z0.0831
X4.0389Z0.0854
X3.9871Z0.1014
X3.9571Z0.1096
X3.9508Z0.1111
X3.9029Z0.1201
X3.8037Z0.1354
etc.....

mikep608
Posts: 22
Joined: Tue 25 Dec , 2012 8:38 am

Re: add spindle speed to this code?

Post by mikep608 » Sun 17 Mar , 2013 23:56 pm

I'm cutting styrene foam-then maybe wood or aluminum

User avatar
Denford Admin
Site Admin
Posts: 3632
Joined: Fri 10 Feb , 2006 12:40 pm
Hardware/Software: Go to User Control Panel > Profile
Enter as much information about your CNC hardware and software as you can - it makes it easier for everyone to know what you're talking about then.
Location: Sunny Brighouse
Contact:

Re: add spindle speed to this code?

Post by Denford Admin » Mon 18 Mar , 2013 10:10 am

At the very top you can add something like:
S2000 M03

You probably want to add G20 for inch programming (G21 for metric values) at the top as well.

Post Reply