PDA

View Full Version : Millwizard post for shopbot???



flyboy
10-04-2003, 07:05 PM
I missplaced my post for millwizard.
Anybody have it?

bjwat@comcast.net
10-04-2003, 07:57 PM
Tom,
Start a new instance of notepad and copy the following into it EXACTLY:

-Start Here-

;
; Fanuc configuration file
;
; History
;
; Who When What
; === ======== ========================================
; BEM 01/04/94 Written
; bem 21/03/00 Added DESCRIPTION and FILE_EXTENSION fields
; JAB 15/08/00 Changed to make it run for Shopbot
;
DESCRIPTION = "Shopbot (inch)(*.sbp)"
;
FILE_EXTENSION = "sbp"
;
UNITS = INCH
;
; Cariage return - line feed at end of each line
;
END_OF_LINE = "[13][10]"
;
; Block numbering
;
LINE_NUM_START = 0
LINE_NUM_INCREMENT = 10
LINE_NUM_MAXIMUM = 999999
;
; Set up default formating for variables
;
; Line numbering
FORMAT = [N|@|N|1.0]
; Spindle Speed
FORMAT = [S|@||1.0]
; Feed Rate
FORMAT = [FC|#||1.1|0.0166]
FORMAT = [FP|#||1.1|0.0166]
; Tool moves in x,y and z
FORMAT = [X|@||1.3]
FORMAT = [Y|@||1.3]
FORMAT = [Z|@||1.3]
; Home tool positions
FORMAT = [XH|@||1.3]
FORMAT = [YH|@||1.3]
FORMAT = [ZH|@||1.3]
;
; Set up program header
;
;
START = "MS,[FC],[FP]"
START = "JZ,[ZH]"
START = "J2,[XH],[YH]"
;
; Program moves
;
RAPID_RATE_MOVE = "J3,[X],[Y],[Z]"
FIRST_FEED_RATE_MOVE = "M3,[X],[Y],[Z]"
FEED_RATE_MOVE = "M3,[X],[Y],[Z]"
;
; End of file
;
END = "JZ,[ZH]"
END = "J2,[XH],[YH]"

-End Here-

***You must save the file with a *.con extension***

To do this, select File-Save As. Walk the tree unitl you get to "C:\Program Files\MillWizard\PostP" When the dialog box comes up, Type in the following name to save as EXACTLY as typed here:

"shopbot.con"

Make sure that you include the quotes so that it doesn't save it as a txt.

Good Luck,
Brady