WWW.NNC.IR
Macro Reference
748
Vision System FH/FZ5 Series
User’s Manual (Z340)
Useable Modules
Unit Calculation Macro / Scene Control Macro / Communication Command Macro / Unit Macro
Supported Versions
Version 5.20 or later
Related Items
Rem Set the execution form to debug mode.
Debug 18
SetStop "ABC"
Rem If character string "ABC" specified in the Stop function argument matches pattern "ABC", the program stops.
Stop "ABC"
Rem If character string "ABCD" specified in the Stop function argument does not match pattern "ABC", the program does
not stop.
Stop "ABCD"
Rem If the parameter is not specified in the Stop function, program execution stops at the point that the Stop function is
executed.
Stop
Rem Set the execution form to release mode.
Debug 1
Cont (Reference: X Details (p.436)) Debug (Reference: X Details (p.456))
DebugPrint (Reference: X Details (p.458)) List (Reference: X Details (p.597))
Print (Reference: X Details (p.639)) SetStop (Reference: X Details (p.723))
SetVar (Reference: X Details (p.741)) VarList (Reference: X Details (p.796))