Omron SYSMAC FH Series User Manual page 726

Vision sensor vision system
Hide thumbs Also See for SYSMAC FH Series:
Table of Contents

Advertisement

Example
Stops the program execution using the specified condition using the SetStop function in debug mode.
Rem Set the execution form to debug mode.
Debug 18
SetStop "AA?"
SetStop "B*"
Rem If character string "AAB" specified in the Stop function argument matches pattern "AA?", the program stops.
Stop "AAB"
Rem If character string "AABB" specified in the Stop function argument does not match pattern "AA?", the program does
not stop.
Stop "AABB"
Rem If character string "BCDEF" specified in the Stop function argument matches pattern "B*", the program stops.
Stop "BCDEF"
Rem If character string "CDEF" specified in the Stop function argument does not match pattern "B*", the program does
not stop.
Stop "CDEF"
Rem Set the execution form to release mode.
Debug 1
Useable Modules
Unit Calculation Macro / Scene Control Macro / Communication Command Macro / Unit Macro
Supported Versions
Version 5.20 or later
Related Items
Cont (Reference:
DebugPrint (Reference:
Print (Reference:
Stop (Reference:
724
Macro Reference
Details (p.436))
Details (p.458))
Details (p.639))
Details (p.747))
WWW.NNC.IR
Debug (Reference:
Details (p.456))
List (Reference:
Details (p.597))
SetVar (Reference:
Details (p.741))
VarList (Reference:
Details (p.796))
Vision System FH/FZ5 Series
User's Manual (Z340)

Advertisement

Table of Contents
loading

Table of Contents