WWW.NNC.IR
Basic Knowledge For Macro Customize
Functions
239
5
Optimizing Scenes (Measurement Flows) (Macro Customize
Functions)
Vision System FH/FZ5 Series
User’s Manual (Z340)
Checking the System Status Console Window
When an error occurs in the program, error information appears in the system status console window. You
can check this information to determine the type of error and the location of the error in the program.
1. Error module
Module that outputs the error. This indicates the function of the macro customize function that output the
error.
2. Error Message
This message indicates error factors. Based on the error message, you can check what type of error
occurred.
3. Error line number
The number of the line where the error occurred. Use this to determine the location of the error in the
program.
4. Error statement
Written program content on the line where the error occurred. The error statement allows you to check the
written content of the program without opening the program editing screen.
Content displayed for
error module
Description
Macro(U**)>
The unit macro or unit calculation macro outputted error information. "**" after "U"
shows the processing unit number.
Macro(SC)> The scene control macro outputted error information.
Macro(IO)> The communication command macro outputted error information.