Declaration of the operation mode (P-CHAN-00028)
The parameter "interaktiv" defines the operation mode of the syntax check.
Mode 1 - Automatic operation:
After an error the decoding will automatically be continued. Syntax check will be aborted when the corresponding limits will be reached (see P-CHAN-00019 and P-CHAN-00020).
Mode 2 - Interactive operation:
After an error the decoding will be stopped. The user decides whether the syntax check should be continued, or the decoding should be aborted. When the corresponding limits are reached (see P-CHAN-00019 and P-CHAN-00020), the syntax check also will be aborted.
Variable name | Type | Permitted range | Dimension |
interaktiv | BOOLEAN | 0/1 | ---- |
EXAMPLE:Syntax check should run in automatic mode.
Extract from channel parameters list:
# Parametering of syntax check:
syn_chk.interaktiv 0
Protocoling of channel block (P-CHAN-00021)
The element "fkts_ausgabe" defines if the channel blocks should be stored for a checking at a later date.
Variable name | Type | Dimension |
fkts_ausgabe | UNS16 | ---- |
0 | Channel blocks will internally be discarded. |
1 | Output of decoder channel blocks for protocolling. |