3 cycle programming, Cycle programming, Etc−mmi – Lenze ETC Motion Control User Manual

Page 310

Advertising
background image

ETC−MMI

"Programming" operating mode
Cycle programming

7

7.6
7.6.3

l

310

EDSTCXN EN 2.0

7.6.3

Cycle programming

A cycle is a subprogram to which parameters are transferred when it is called.
During cycle programming, the parameters are requested by the user and
made available to the DIN program in the P fields. Existing cycles are defined
in the configuration file. More detailed information on creating cycles can be
found later in this chapter (

325).

When the "Insert cycle" function in the "Programming" operating mode is
selected, a window with a list of available cycles opens. From this list, the
cycle to be added to the displayed DIN program can be selected.

After <Enter> has been pressed, the parameters belonging to this cycle are
displayed. <Enter> takes you from input field to input field. <Enter> in the
last field enters the cycle as subprogram call in the editor field.

The actual program call and the transfer of the parameters are written to the
end of the program starting with block number 10000.

ETCN080

%1
G22 J10000 (L3501)
M30
(*** The cycles will follow from
here ***)
N10000

P1200=100.0000

P1201=100.0000

P1202=20.0000

Insert cycles

Example

Advertising