WWW.NNC.IR
Basic Knowledge For Macro Customize Functions
240
Vision System FH/FZ5 Series
User’s Manual (Z340)
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: XError List (p.320)
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.
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.
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: XMacro Functions Used for Debugging (p.236)
*MCRINIT
Rem Specify 18 for the debug function parameter and execute
Debug 18
Return
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
• In addition to 1 and 18, other values are available for the parameter for the debug function. Use these when appropriate.
Reference: XMacro 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.