3 software configuration, 1 mk_kunde, 2 mk_voreinstellung – Lenze ETC Motion Control User Manual

Page 193: Software configuration, Mk_kunde, Mk_voreinstellung, Machine constants

Advertising
background image

Machine constants

Software configuration

MK_KUNDE

4

4.3

4.3.1

l

193

EDSTCXN EN 2.0

4.3

Software configuration

4.3.1

MK_KUNDE

This machine constant is a string constant by means of which the different
customer−specific extensions are activated within the control. This includes
technology−specific correction modules and M function handler.

Value

Meaning

""

Standard TRC, no special treatment of M functions (default).

"SCHNEIDEN"

(CUT)

TRC with tangential correction of the C axis for cutting technology, special
treatment for M14, M15, M16 und M1014, M1015, M1016.

"SCHNEIDEN1"

(CUT1)

Like "SCHNEIDEN" (CUT), but with additional functions for the
management of the knife length at the beginning and the end of the
profile, additional special treatment for M46, M47, M50, M51 and M1046,
M1047, M1050, M1051.

"SCHNEIDEN2"

(CUT2)

TRC compatibility mode with tangential correction of the C axis for cutting
technology without special treatment of M functions.

"SCHNEIDEN3"

(CUT3)

Like "SCHNEIDEN2" (CUT2), but an additional rectangular approach or
withdrawal block is inserted for G41/42 or G40.

...

Customer−specific modules that cannot be listed here.

4.3.2

MK_VOREINSTELLUNG

This machine constant is a string constant via which several default settings
of G functions can be implemented. The following G functions may be
specified within the string separated by a semicolon:

Value

Meaning

G0−G3

G100−G103

Set modal G function, optionally with speed specification F
Example: AG1 F1000

G17 / G18 / G19 Selection of main plane X−Y / Z−X / Y−Z

G26

Activation of software limit switch of the specified axes, example: AG26 X0
Y0

G30 / G31

Activation of route operation / path operation

G60

Activation of Look Ahead or exact positioning, example: AG60 X0

G90 / G91

Activation of absolute dimension / incremental dimension for all axes

G112

Activation of tangential correction of the specified axis (A,B,C,a,b,c),
example: AG112 C1

G122

Configuration of traverse button operation, example: AG122 X1

The specified string must be specified in inverted commas and must not
exceed 80 characters. The configured default settings are automatically
activated when the control is started up after the MCs have been loaded as
well as at the program end and after a program termination.

MK_VOREINSTELLUNG "G17; G1 F30000; G26 X0 Z0";

For further information on the G functions, refer to chapter "CNC
programming".

Example

Advertising