ABB AC500-S Safety User Manual page 303

Hide thumbs Also See for AC500-S:
Table of Contents

Advertisement

Table 79: FB name: SF_WDOG_TIME_SET
Name
Data type
VAR_INPUT
EN
BOOL
WDOG
DWORD
RESET
BOOL
VAR_OUTPUT
DONE
BOOL
ACT_TIME
DWORD
MAX_TIME
DWORD
Call in ST
SF_WDOG_TIME_SET (EN := SF_WDOG_TIME_SET_EN,
WDOG := SF_WDOG_TIME_SET_WDOG,
RESET := SF_WDOG_TIME_SET_RESET,
DONE => SF_WDOG_TIME_SET_DONE,
ACT_TIME => SF_WDOG_TIME_SET,
MAX_TIME => SF_WDOG_TIME_SET_MAX_TIME);
4.6.7.4
SF_APPL_MEASURE_BEGIN
Defining the start point of time profiling
This function defines the start point of time profiling within safety application program and shall
be used together with SF_APPL_MEASURE_END function. The time profiling results can be
seen only using "applinfo" PLC browser command and cannot be used within safety application
program.
The time between the calls of SF_APPL_MEASURE_BEGIN and SF_APPL_MEASURE_END
functions in the safety application program is measured (including within one safety CPU cycle)
and saved in the timer identified with the value set for input parameter TIMER.
2020/06/19
NOTICE!
The cycle time supervision takes place only in RUN (safety) mode.
Initial value
FALSE
16#00000000
FALSE
FALSE
16#00000000
16#00000000
3ADR025091M0208, 12, en_US
AC500-S libraries > SafetyExt_AC500_V22.lib
Description, parameter values
The function block is activated (EN = TRUE) or deac-
tivated (EN = FALSE) via input EN. If the block is
active, the current values are available at the out-
puts.
Watchdog time in ms. The maximum allowed value is
1000. If WDOG is > 1000, then SAFE STOP state
will be entered by the safety CPU.
TRUE sets MAX_TIME to 0.
Output DONE indicates that the set process is fin-
ished.
Actual safety CPU cycle time in ms
Maximal monitored safety CPU cycle time in ms
Configuration and programming
303

Advertisement

Table of Contents
loading

Table of Contents