Macro Setup

CIMCO Edit v6 includes built-in cycles and macros for common operations like program start, program stop and tool change. You can create custom cycles and macros for the operations most common to your own specific setups and applications.

The Macro Setup menu.

param

Hide NC-Assistant / Ctrl+Shift+A

Click this icon to show or hide the NC-Assistant.

param

Hide NC-Assistant Balloons

Shows or hides the NC-Assistant Balloons.

param

Macro Setup

The dialogue Macro Setup is divided into three functional areas that are described in details in the following section.

Macro Setup dialog

Area 1: List of defined macros

param

Machine Type

This drop-down menu provides a list of defined machine types you can select from (e.g. ISO Milling, ISO Turning, Heidenhain, etc.).

Macro name

Here you can see all available macros for the selected machine type.

Clicking on the Add button will open the dialog Add macro. Enter the name of the new macro and click OK. You will find this name at the bottom of the Macro name list.

param

Add

Press this button to open the dialog Add macro. Enter the name of the new macro and click OK.

param

Rename

Press this button to rename the selected macro.

param

Copy

Press this button to make a copy of the selected macro. You can make a few changes in the name and the contents of the macro to create a similar macro and save it.

param

Delete

Pressing this button will display a warning message asking if you really want to delete the selected macro. If you answer Yes, the macro name and its contents will be deleted.

param

Copy To

Click this button to copy the selected macro to a different configuration.

Up / Down arrows

Use these buttons to move the selected macro up or down the list.

Area 2: Macro structure

param

Macro definition

In the field Macro definition, the macro block sequence is shown as it will appear in the NC program. NC code variables are replaced by parameters in ascending order. These parameters will be added to the macro program using the button Add (data input via the keyboard is not permitted and will not be accepted!).

The macro Tool change consists of 9 NC program blocks with 8 parameters ($1 ... $8). The block number format (e.g. N0100) and interval (e.g. 10) can be configured and modified in the dialog Setup Block Numbers.

Example of Macro definition with 8 parameters.

param

Info variable

Use this drop-down menu to add additional information to the macro (for example: Date, time, date and time, filename, etc.).

param

Add Info

Press this button to insert a new information variable.

param

Add Formula

Press this button to insert a new formula.

param

Add User Input

Press this button to insert a new user variable.

param

Description

Use this field to specify a description of the selected parameter.

When you insert the macro into the CNC program by clicking the icon , a parameter input box appears to let you enter all macro parameters. The description of the parameter is right next to the parameter field.

Macro parameter input fields (example).

param

Prefix

Use this field to specify a prefix string for the selected parameter, e.g. S for spindle speed.

param

Suffix

Use this field to specify a suffix string for the selected parameter.

param

Min

Use this field to specify a minimum value for the selected parameter. If you enter a value lower than the Min value, you will immediately be prompted for correction.

Error message for value lower than Min.

param

Max

Use this field to specify a maximum value for the selected parameter. If you enter a value higher than the Max value, you will immediately be prompted for change.

param

Default value

Use this field to specify a default value for the selected parameter.

param

Decimals

Use this field to specify the number of decimal digits.

param

Digits

Use this field to specify the number of digits. E.g. when inserting an O-number with 4 digits, the result becomes 'O0007'.

Area 3: Parameter monitoring / Additional options

Use the check boxes to enable or disable additional options.

The additional options must be selected carefully, as they affect the final result.

param

Parameter is required

Check this field if the user is required to specify a value for the selected parameter.

If you do not check this box, the sign * will appear in the parameter input field, indicating that this parameter is optional. In this case, you do not need to enter a value in the field. If you do it anyway, you will change the (modal) value for this NC code.

Optional Parameters can for example be found at the 3 axes (X, Y, Z) of linear move (G01).

param

Insert with sign

Check this field if the parameter value should be inserted with a sign.

Example: The value 123.4 will be inserted as +123.4.

param

Allow negative values

Check this field to allow negative values for the current parameter.

If you leave this field unchecked, only positive values will be accepted!

If you (accidentally) enter a negative value into the macro fields, the (-) sign will be ignored. The entered value will be considered as the absolute value of the parameter and will output positive NC codes in the CNC program.

param

Do not insert empty lines

Check this field if no blank line should be inserted when this parameter is not specified.

param

Allow letters

Check this field to allow the user to enter text string.

According to ISO Convention, texts in the CNC program must be written in parentheses so they can be read on CNC machines. To prevent forgetting the brackets, these are generated automatically in CIMCO Edit v6 when the field Allow letters is checked. Besides, the input fields Min, Max, Decimals, Digits and the box Allow negative values are grayed out.

The parameter $2 in the macro Program Start and End can include programmers' initials, text strings, and special characters in parentheses.

Allow letters.

param

Remember value

Check this field if the last value entered for this parameter should be used the next time the macro is called.

Example: If you need at a predefined location (X,Y) a blind hole with three depths Z10, Z16 and Z20 for a special steel, setup the macro 'G81 Drilling cycle' checking the box Remember value for the parameters $1, $3, $4, to match their values from a previous setting for the blind hole machining. The parameter $2 covers the modal axis Z and the input field are marked with an * and therefore is initially empty. If the drilling program was previously run and now you call the macro 'G81 Drilling cycle' by clicking the icon , you just need to enter in Z coordinate (absolute) the first Z-value of 10 and confirm with OK. Then repeat the macro command with the Z values 16 and 20 - and you have your blind hole.

Remember value in macro G81.

param

Uppercase

If the option Allow letters is enabled and you want to write with capital letters, check this field to make the user input uppercase.

You must check this box if you want to use both lower and uppercase in the text.

param

Hide formula results (in entire macro)

When this field is checked, the results of NC-Assistant macro formulas are hidden.