Parameters

Parameter definition

By means of a setting in the channel parameter list [CHAN], the operator can either skip invalid commands in the NC program in steps and can continue decoding interactively, or can check the syntax in one go (without further operator actions).

Reported errors can be logged so that the operator can revise the NC program with reference to the error log, if necessary making it executable.

Notice

The settings for program execution in the syntax check are selected before program execution. Changes to the settings are not adopted during the syntax check, i.e. they do not take effect until the program has been started again.

P-CHAN-00019

Total number of errors

Parameter

syn_chk.fehler_gesamt

Description

This parameter is used to define as from which number of errors decoding of the NC program is aborted.

This limit is effective only during the automatic syntax check, i.e. without user actions.

Data type

UNS16

Data range

0 ≤ P-CHAN-00019 ≤ MAX_UNS16

Default

20

Remarks

-

P-CHAN-00020

Errors in each line

Parameter

syn_chk.fehler_pro_zeile

Description

Use P-CHAN-00020 to define as from which number of errors the syntax check jumps to the next program line.

Data type

UNS16

Data range

0 ≤ P-CHAN-00020 ≤ MAX_UNS16

Default

2

Remarks

-

P-CHAN-00028

Operating mode

Parameter

syn_chk.interaktiv

Description

0 - Automatic mode

Decoding is continued automatically after an error. The syntax check is aborted only if the set total number of errors (P-CHAN-00019) is reached.

1 - (Interactive) operation

Decoding is stopped after every error. The operator can decide whether the syntax check is to be continued or whether decoding is to be aborted. Decoding is aborted automatically if the set permissible total number of errors (P-CHAN-00019) is reached.

Data type

BOOLEAN

Data range

0 ≤ P-CHAN-00028 ≤ 1

Default

1

Remarks

-