102BTechnology instructions
9.3 Basic motion control
S7-1200 Programmable controller
System Manual, 11/2011, A5E02486680-05
387
Table 9- 63 Example 3 - If an error occurs prior to reaching the parameterized velocity
([HFXWH
%XV\
,Q9HORFLW\
&RPPDQG
$ERUWHG
(UURU
Error
If "Execute" = FALSE before the error occurs
([HFXWH
%XV\
,Q9HORFLW\
&RPPDQG
$ERUWHG
(UURU
Error
If "Execute" = FALSE after the error occurs
①
The task is started with a positive edge at the input parameter "Execute". Depending on the programming, "Execute"
can still be reset to the value FALSE during the task, or the value TRUE can be retained until after the error has occurred.
②
While the task is active, the output parameter "Busy" indicates the value TRUE.
③
An error occurred during task execution. When the error occurs, the output parameter "Busy" changes to FALSE and
"Error" to TRUE.
④
If "Execute" retains the value TRUE until after the error has occurred, then "Error" also remains TRUE and only
changes its status to FALSE together with "Execute".
⑤
If "Execute" has been reset to FALSE before the error occurs, "Error" indicates the value TRUE for only one execution
cycle.
Note
Under the following conditions, an error is not indicated in output parameter "Error":
The parameterized velocity has been reached, input parameter "Execute" has the value
FALSE, and an axis error occurs (software limit switch is approached, for example).
When the parameterized velocity is reached and input parameter "Execute" has the value
FALSE, the task is complete. After completion of the task, the axis error is only indicated
in the motion control instruction "MC_Power".