WWW.NNC.IR
Macro Reference
723
8
Appendices
Vision System FH/FZ5 Series
User’s Manual (Z340)
SetStop
Sets the conditions for stopping program execution.
Format
SetStop <string>
Parameter
Return value
None.
Description
Set the character string specified in the <string> parameter as the stop condition for stopping program
execution with the Stop function.
By specifying the execution stop condition character string set with the SetStop function as the parameter for
the Stop function, you can stop program execution when the execution form is debug mode. Characters *
(character string wildcard operator) and ? (single character wildcard operator) can be used as wildcards for
the <string> specification.
If an incorrect data type is specified for a parameter, a "Type mismatch" error will occur.
If a character string longer than 255 characters is specified for a character string parameter, a "String too
long" error will occur.
If the format is written incorrectly, such as writing the macro function name incorrectly, omitting a comma, or
omitting a half-width space, a "Syntax error" error will occur.
Usage Cautions
• None.
Parameter
name
Data type Description
<string>
Character
string type
Execution stop condition label