I have a paremeters of the program, but i dont know how to create the post processor for the powermill. Please anybody can help me, i am in troubles!

I need a .pmopt file for PowerMill.



Parameters:

;
; Modelmaster configuration file for machines doing only
; 3 axis machining in XYZ. There is no support for indexing
; (rotating) the workpiece with this configuration file.
;
; History
;
; Who When What
; === ======== ========================================
; MA 22/09/94 Feed rate variable edited to enable both F and E to be used.
; bem 21/03/00 Added DESCRIPTION and FILE_EXTENSION fields
; bem 13/09/04 Updated naming convention
;
DESCRIPTION = "Model Master 3 Axis Flat (*.mmg)"
;
FILE_EXTENSION = "mmg"
;
UNITS = MM
;
; Cariage return - line feed at end of each line
;
END_OF_LINE = "[13][10]"
;
; Block numbering
;
LINE_NUM_START = 10
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|@|S|1.0]
; Feed Rate
FORMAT = [F|@||1.1]
; Tool moves in x,y and z
FORMAT = [X|@||1.4]
FORMAT = [Y|@||1.4]
FORMAT = [Z|@||1.4]
; Home tool positions
FORMAT = [XH|@||1.4]
FORMAT = [YH|@||1.4]
FORMAT = [ZH|@||1.4]
;
; Set up program header
;
START = "G00 X [XH] Y [YH] Z [ZH]"
START = "M03"
;
; Program moves
;
FIRST_RAPID_RATE_MOVE = "G00 X [X] Y [Y] Z [Z]"
RAPID_RATE_MOVE = "G00 X [X] Y [Y] Z [Z]"
FIRST_FEED_RATE_MOVE = "G01 X [X] Y [Y] Z [Z] F [F]"
FEED_RATE_MOVE = "G01 X [X] Y [Y] Z [Z]"
;
; End of file
;
END = "G0 Z [ZH]"
END = "M05"