ABB AC500-S Safety User Manual page 262

Safety programmable logic controllers system
Hide thumbs Also See for AC500-S:
Table of Contents

Advertisement

Configuration and programming
AC500-S Libraries > DPRAM_SM5XX_SEND and DPRAM_SM5XX_REC in SysInt_AC500_V10.lib
Name
Data Type
VAR_OUTPUT
DONE
BOOL
ERR
BOOL
ERNO
WORD
Call in ST
SM5xxSend (EN := SM5xxSend_EN,
SLOT := SM5xxSend_SLOT,
DATA := ADR(SM5xxSend_DATA),
DATA_LEN := SM5xxSend_DATA_LEN,
DONE => SM5xxSend_DONE,
ERR => SM5xxSend_ERR,
ERNO => SM5xxSend_ERNO);
262
Initial Value
Description, Parameter Values
FALSE
The Data were sent.
Output DONE indicates that data were sent. This
output always has to be considered together with
output ERR.
The following applies:
DONE = TRUE and ERR = FALSE:
Sending completed. A data set was sent correctly.
DONE = TRUE and ERR = TRUE:
An error occurred during sending. The error
number is indicated at output ERNO.
FALSE
Error message of the function block.
Output ERR indicates whether an error occurred
during sending. This output always has to be con-
sidered together with output DONE. The following
applies if an error occurred during sending: DONE
= TRUE and ERR = TRUE. Output ERNO indi-
cates the error number.
16#0000
Error number
Output ERNO provides an error identifier if an
invalid value has been applied to an input or if an
error occurred during job processing. ERNO
always has to be considered together with the
outputs DONE and ERR. The output value at
ERNO is only valid if DONE = TRUE and ERR =
TRUE. The error messages encoding at output
ERNO is explained at the beginning of the func-
tion block description (see AC500 User Documen-
tation).
AC500-S
30.03.2017

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents