Modal active measurement (P-CHAN-00153)

A measurement process requires the programming of G108 with a subsequent MNE_SNS- M function. By this parameter the fast measurement processing in combination with SERCOS drives can be activated.

Then within a processing loop the measurement cycles are started each with the programmed MNE_SNS- M function.

Variable name

Type

Permitted range

Dimension

kasto_remain_active

BOOLEAN

0/1

----

0

For every measurement cycle G108 with a subsequent MNE_SNS- M function has to be started (Default).

Programming example: M33 with synchronization type MNE_SNS

N10 $WHILE V.E.WAIT != 1
N10  G108
N20  G01 G90 X50
N30  G01 G90 X100 F2000 M33
N40  X0 Y20 N50
$ENDWHILE
M30

1

For several measurement cycles G108 has only be programmed once. Activation of measurement process in CNC is done with MNE_SNS- M function.

Programming example: M33 with synchronization type MNE_SNS

N05  G108
N10 $WHILE V.E.WAIT != 1
N20  G01 G90 X50
N30  G01 G90 X100 F2000 M33
N40  X0 Y20
N50
$ENDWHILE
N60 G107
M30
Modal active measurement (P-CHAN-00153) 1:

This parameter is only useful, if P-CHAN-00029 (kasto_multi_block) is set to FALSE.

EXAMPLE:Fast measurement for G108 is active.

Extract from channel parameters list:

# Modal active
measurement initialization in drivekasto_remain_active           1