.enabled Property

Function:

Enables/disables the currently selected SSI channel (see ssi.channel).

Type:

Enum (no_yes, byte)

Value Range:

  • 0 — NO (default): disabled
  • 1 — YES: enabled

See Also:

ssi. Object


Details

The SSI channel's operating parameters (ssi.baudrate, ssi.mode, etc.) can only be changed when the channel is disabled.

You can only send and receive data (ssi.value and ssi.str) when the channel is enabled.


.enabled Property

Details