Description of channel parameters

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

-