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 |
---|---|---|
|
|
Data structure for the XMIT configuration |
|
|
Buffer for outgoing messages (in 4x range) |
|
|
Port (0 or 1) |
|
|
1: Starts XMIT operation |
|
|
1: Aborts current XMIT operation |
|
|
Buffer for incoming messages (in 4x range) |
|
|
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 |
|
|
1: XMIT operation in progress |
|
|
1: Operation terminated UNsuccessfully |
|
|
1: Operation terminated successfully |
|
|
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 |
|
4x+4 register (data bits) |
Parity |
|
4x+5 register (parity) |
StopBits |
|
4x+6 register (stop bits) |
CommandWord |
|
4x+8 register (command word) |
MessageLen |
|
4x+10 register (message length); in event of a terminated ASCII receipt, this component is set automatically. |
RespTimeOut |
|
4x+11 register (response time-out (ms)) |
RetryLimit |
|
4x+12 register (retry limit) |
XmStartDelay |
|
4x+13 register (start of transmission delay (ms)) |
XmEndDelay |
|
4x+14 register (end of transmission delay (ms)). |
XMIT_CFG Data Structure
Element |
Data type |
Corresponding component in LL984 XMIT |
---|---|---|
FaultStatus |
|
4x+1 register (fault status) |
UserAvail_1 |
|
4x+2 register (available to user) |
BaudRate |
|
4x+3 register (data rate) |
DataBits |
|
4x+4 register (data bits) |
Parity |
|
4x+5 register (parity) |
StopBits |
|
4x+6 register (stop bits) |
UserAvail_2 |
|
4x+7 register (available to user) |
CommandWord |
|
4x+8 register (command word) |
MessagePtr |
|
4x+9 register (message pointer) |
MessageLen |
|
4x+10 register (message length) |
RespTimeOut |
|
4x+11 register (response time-out (ms)) |
RetryLimit |
|
4x+12 register (retry limit) |
XmStartDelay |
|
4x+13 register (start of transmission delay (ms)) |
XmEndDelay |
|
4x+14 register (end of transmission delay (ms)) |
CurrentRetry |
|
4x+15 register (current retry). |