Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Layout reviewed for PDF export bugs

...

Console Parameters

CHARON-AXP console line TTA0 (COM2) has the following parameters:

(info) All the values in the following tables are case insensitive.

communication

Parametercommunication
Type

Text string

Value
  • "ascii" - for connection to terminals  (default)

  • "binary" - for binary (packet) protocols, which are used mainly for communicating with PLCs

line

Parameterline
TypeIdentifier
Value

This parameter is used to connect a particular serial line mapping interface to the controller.

Example:

set COM2 line=TTA0

 

 

Example

set COM2 communication="binary"

...

Parameterbreak_on
TypeText string
Value

Specifies what byte sequences received over a virtual serial line triggers a HALT command.

Specify one of the following values: "Crtl-P", "Break" or "none" to disable triggering a HALT condition. The commands are case insensitive.

Example:

set OPA0 break_on="Crtl-P"

The default value is "Break".

(warning) This parameter can be specified only for COM1 (OPA0) console

...