FBD Representation

LD Representation

IL representation

CAL XMIT_instance(START:=Start_param, ABORT:=Abort_param,
    MSG_OUT:=MsgOut_param, SET:=Set_param, PORT:=Port_param,
    MSG_IN=>MsgIn_param, CFG=>Configuration_param,
    OP_ACT=>Active_param, NO_SUC=>Error_param,
    EXT=>Status_param)

ST representation

XMIT_instance (START:=Start_param, ABORT:=Abort_param,
    MSG_OUT:=MsgOut_param, SET:=Set_param, PORT:=Port_param,
    MSG_IN=>MsgIn_param, CFG=>Configuration_param,
    OP_ACT=>Active_param, NO_SUC=>Error_param,
    EXT=>Status_param);

Parameter Description

Description of the block parameter

Parameters

Data type

Significance

SET

XMIT_SET

Data structure for the XMIT configuration

MSG_OUT (1)

ANY

Buffer for outgoing messages (in 4x range)

PORT

BYTE

Port (0 or 1)

START

BOOL

1: Starts XMIT operation

ABORT

BOOL

1: Aborts current XMIT operation

MSG_IN (1)

ANY

Buffer for incoming messages (in 4x range)

CFG

XMIT_SET

Data structure with all components of the XMIT configuration, including the automatically set and not used variables. Only for display and must be in 4x range

OP_ACT

BOOL

1: XMIT operation in progress

NO_SUC

BOOL

1: Operation terminated UNsuccessfully

OP_SUC

BOOL

1: Operation terminated successfully

EXT (2)

INT

Displays an error code generated by XMIT

(1) No check for mapping in quad register. It may be an unlocated data.

(2) Used for another purpose with hot standby Momentum

XMIT_SET Data Structure

Element

Data type

Corresponding component in LL984 XMIT

BaudRate

WORD

4x+3 register (data rate)

DataBits

BYTE

4x+4 register (data bits)

Parity

BYTE

4x+5 register (parity)

StopBits

BYTE

4x+6 register (stop bits)

CommandWord

WORD

4x+8 register (command word)

MessageLen

WORD

4x+10 register (message length); in event of a terminated ASCII receipt, this component is set automatically.

RespTimeOut

WORD

4x+11 register (response time-out (ms))

RetryLimit

WORD

4x+12 register (retry limit)

XmStartDelay

WORD

4x+13 register (start of transmission delay (ms))

XmEndDelay

WORD

4x+14 register (end of transmission delay (ms)).

XMIT_CFG Data Structure

Element

Data type

Corresponding component in LL984 XMIT

FaultStatus

WORD

4x+1 register (fault status)

UserAvail_1

WORD

4x+2 register (available to user)

BaudRate

WORD

4x+3 register (data rate)

DataBits

WORD

4x+4 register (data bits)

Parity

WORD

4x+5 register (parity)

StopBits

WORD

4x+6 register (stop bits)

UserAvail_2

WORD

4x+7 register (available to user)

CommandWord

WORD

4x+8 register (command word)

MessagePtr

WORD

4x+9 register (message pointer)

MessageLen

WORD

4x+10 register (message length)

RespTimeOut

WORD

4x+11 register (response time-out (ms))

RetryLimit

WORD

4x+12 register (retry limit)

XmStartDelay

WORD

4x+13 register (start of transmission delay (ms))

XmEndDelay

WORD

4x+14 register (end of transmission delay (ms))

CurrentRetry

WORD

4x+15 register (current retry).