Starting Debug - Omron SYSMAC FH Series User Manual

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

Advertisement

Identifying the Error
Based on the error message that appears in the system status console window, check the error in the error
list.
If this gives you sufficient information to identify the cause of the error, remove the error.
Reference:
Error List (p.320)
IMPORTANT
If you specified 0 or 16 for the debug function parameter, the error information will not appear in the system status console
window. Specify a value other than 0 or 16 for the debug function parameter.
Reference:
Macro Functions Used for Debugging (p.236)

Starting Debug

After checking why the error occurred, start Debug. The *MEASUREPROC subroutine of the "Unit Macro"
processing item is used for debugging below as an example.
Open the program editing screen and write the debug function at the beginning of the *MCRINIT subroutine or
the program.
Example:To start Unit Macro Debug, specify 18 in the parameter for the debug function in the *MCRINIT
subroutine.
*MCRINIT
Rem Specify 18 for the debug function parameter and execute
Debug 18
Return
Example:To start Communication Command Macro Debug, specify 18 in the parameter for the debug
function at the beginning of the communication command program to be debugged.
Rem Specify 18 for the debug function parameter and execute
Debug 18
Rem The actual communication command process is written from here
ChangeScene 1
SetUnitData 2, 101, 0
Note
• In addition to 1 and 18, other values are available for the parameter for the debug function. Use these when appropriate.
Reference:
Macro Functions Used for Debugging (p.236)
• If you delete the debug function from the program, the usage mode will remain the usage mode that was set the last time
the debug function was executed. Restart to return the usage mode to its default setting.
240
Basic Knowledge For Macro Customize Functions
WWW.NNC.IR
Vision System FH/FZ5 Series
User's Manual (Z340)

Advertisement

Table of Contents
loading

Table of Contents