; Renishaw Productivity+ Custom Macro
; Do NOT remove the preceeding line or this macro will not load
; Definition File for Non-Contact Toolsetting Tool Length Plus Setting
; Version: 0.01.

[FileType]
; Do NOT remove this section or this Custom Macro will not load
Product		Renishaw Productivity+
File		Custom Macro
Version		0.07.002

[MachineType]
MACHINETYPE Heidenhain

[Toolsetting Type]
"Non Contact"

; Definition File Language - language of displayable text strings in this file
[Language]
English

; Existing Menu Item in application that Custom Macro name and its Parent Menu are to appear under
; FIELD CAN BE OMITTED
[Existing Menu]
"Tool setting"

; Parent Menu - used as parent menu item text 
; FIELD CAN BE OMITTED
[Parent Menu]
"Heidenhain (NC1, NC2, NC4...)"

; Custom Macro Name - used as menu item text. ID MUST BE UNIQUE FOR EACH CUSTOM MACRO!
; FIELD IS COMPULSORY
[Custom Macro]
; Name										ID
"Tool Length - Plus "						48867

; This field specifies the default name given to a statement of this type
; The name must NOT include any of the following characters and cannot start with a numeric character
; {}[]/\:<>@~#-=+()*&^%$£!"`¬|;,.'?
[Default Statement Name]
"Length-plus"

; Name or Program Number of macro
[MacroID]
512

; Properties - Do not use IDs 1-19
; Name										ID	Datatype	Default		Range		Category	Output Parameter	Metafile ID (optional)	Help Text			
[Properties]
"Spindle Speed (S)"							23	INT		1000	GE1000:LE20000	100				CM_S				11103				"Spindle Speed to use for tool change"
"Measurement Mode (Q380)"					20	MEAS_TYPE	0			{NA}		100				CM_D				11103				"Cycle 512 is used to measure the effective length of a cutting tool. Q380 Cycle operating mode: = 0 Measuring mode (set L, zero DL):   = 1 Checking mode (leaves L, adjust DL):   = 2 Control mode (tolerance check only, no tool data adjustment)."
"Length Correction Value (Q366)"			22	LINEAR		0.0			{NA}		100				CM_B				11103				"Q366 is the Length correction value. Following tool datum, the value of the tool length (L, DL) is changed by this value."
"Offset Value (Q371)"						21	LINEAR		0.0			{NA}		100				CM_E				11103				"Q371 is the distance from the bottom of the tool at the lowest point to the measuring height on the top edge of the tool. It is used to provide suitable positioning clearance for the tool and is also used for collision checking purposes."

[Visibility]
PROPERTIES	100
CTRL_PROPS		20 ("Measurement Type")	
CTRL_VALUES		0 ("Measuring Mode - Q380 = 0")			
CTRL_VALUES		1 ("Checking Mode - Q380 = 1")	
CTRL_VALUES		2 ("Control Mode - Q380 = 2")	

[Enums]
; N.B. When post processing, the selected enum item ID will be outputted with the Output Parameter.
;	e.g.	enum type			: YESNO
;			selected enum item	: YES
;			enum item value		: 1
;			Output Parameter	: CM_B
;			Output				= B1
;											ID		Index (order in which they will appear)
ENUM_NAME		MEAS_TYPE					
ENUM_ITEM		"Measuring Mode Q380= 0"	0		0
ENUM_ITEM		"Checking Mode Q380= 1"		1		1
ENUM_ITEM		"Control Mode Q380= 2"		2		2

[Categories]
; Name							ID
"Cycle Parameters"				100

[Resources]
; File name of resource DLL containing metafiles (optional)
PP_tsToolSettingRes.dll

; The post processor section to call when post processing occurs
[Post Section]
TOOLSETTING_PLUS_MACRO
