GKILL Statement in SFC Action
Terminates a child Sequential Function Chart (SFC) program by removing the Tokens currently existing in its Steps. The syntax is equivalent to an SFC Child action block having the R qualifier.
Children of the child program are automatically terminated with the specified program.
Since GKILL is not part of the IEC 61131-3 standard, it is preferable to use the R qualifier attached to the child name.
GKILL Statement | |
---|---|
Name: | GKILL |
Syntax: | GKILL ( <child_name> ); where child_name represents the name of the SFC child POU |
Operands: | the specified SFC program must be a child of the one in which the statement is written |
Return value: | (none) |
To insert a GKILL statement
- In the language container, typeGKILL.
Provide Feedback