EasyManuals Logo
Home>Omron>Industrial Equipment>SYSMAC FH Series

Omron SYSMAC FH Series User Manual

Omron SYSMAC FH Series
882 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #246 background imageLoading...
Page #246 background image
WWW.NNC.IR
Basic Knowledge For Macro Customize Functions
244
Vision System FH/FZ5 Series
User’s Manual (Z340)
Removing the Error
Once you have identified the cause of the error, correct the program to remove the error.
After correcting the program, check operation and verify that the error has been removed.
Example:Use "If" to prevent the denominator from becoming 0 in the *MEASUREPROC subroutine of the
Unit Macro.
Exiting Debug
When the error has been removed, exit Debug.
Open the program editing screen and change the parameter of the debug function at the beginning of the *MCRINIT
subroutine or the program.
Example:To exit Unit Macro Debug, change the parameter for the debug function in the *MCRINIT
subroutine to 1.
*MEASUERPROC
Rem Execute the Stop function and stop the program at this line
Stop
Rem The actual measurement process is written from here
POS.X#=(POS0.X@ + POS1.X@) / 2
POS.Y#=(POS0.Y@ + POS1.Y@) / 2
Rem Add an "If" statement so that division is only executed when POS.X# is not 0
If POS.X# <> 0 Then
Print POS.Y# / POS.X#
EndIf
Return
*MCRINIT
Rem Specify 1 for the debug function parameter and execute
Debug 1
Return
• 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.
Note

Table of Contents

Other manuals for Omron SYSMAC FH Series

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Omron SYSMAC FH Series and is the answer not in the manual?

Omron SYSMAC FH Series Specifications

General IconGeneral
BrandOmron
ModelSYSMAC FH Series
CategoryIndustrial Equipment
LanguageEnglish

Related product manuals