Omron SYSMAC FH Series User Manual page 239

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

Advertisement

When performing debugging, you can enter macro functions for debugging in the system console window
and execute the program. This allows you to conveniently execute and stop the program in the system status
console window without the need to edit the program.
Macro functions for debugging that are convenient to use in the system status console window are described
below.
Macro function
Cont
(Reference: Details (p.436))
Varlist
(Reference: Details (p.796))
Vision System FH/FZ5 Series
User's Manual (Z340)
Resumes execution of the program after it has been stopped using the Stop
function.
Parameters can be specified to execute the program in steps.
No parameters:
Resumes execution of the program. The next program is executed until it
ends or an error occurs.
Executes the program by step-in execution.
If the current program line calls a subroutine, the subroutine is entered and is
0
:
executed in steps. Otherwise, the current statement is executed and the
program is stopped at the next line.
Executes the program by step-over execution.
If the current program line calls a subroutine, the entire subroutine is executed
1
:
and the program stops at the next line after the subroutine call. Otherwise, the
current statement is executed and the program is stopped at the next line.
Executes the program by step-out execution.
If the current program line is a subroutine that was called from a subroutine,
2
:
the entire subroutine after the current program line is executed, and the
program stops at the next line of the subroutine that called the subroutine.
Otherwise, the program is executed until it ends or an error occurs.
Displays information on the variables with the specified variable names in a list in the
system status console window.
WWW.NNC.IR
Description
Basic Knowledge For Macro Customize
5
237
Functions

Advertisement

Table of Contents
loading

Table of Contents