; ; Plasma configuration file ; ; History ; ; Who When What ; === ======== ======================================== ; JIM 07/08/11 Written ; ; JIM 21/03/11 Added DESCRIPTION and FILE_EXTENSION fields ; ; DESCRIPTION = "Axyz_Plasma (*.nc)" ; FILE_EXTENSION = "nc" ; UNITS = MM ; ; Cariage return - line feed at end of each line ; END_OF_LINE = "[13][10]" ; ; Block numbering ; LINE_NUM_START = 0 LINE_NUM_INCREMENT = 1 LINE_NUM_MAXIMUM = 999999 ; ; Set up default formating for variables ; ; Line numbering FORMAT = [N|@|N|1.0] ; Spindle Speed ; Feed Rate ; Tool moves in x,y and z FORMAT = [X|@|X|1.3] FORMAT = [Y|@|Y|1.3] FORMAT = [Z|@|Z|1.3] ; ; Set up program header ; ; Program moves ; RAPID_RATE_MOVE = "[N] G0 [X] [Y] [Z]" RETRACT_MOVE = "[N] G1 [X] [Y] [Z]" FIRST_FEED_RATE_MOVE = "[N] G1 [X] [Y] [Z]" FEED_RATE_MOVE = "[N] G1 [X] [Y] [Z]" ; ; End of file