WWW.NNC.IR
Macro Reference
657
8
Appendices
Vision System FH/FZ5 Series
User’s Manual (Z340)
Rem
Put a comment in the program.
Format
Rem
Parameter
None.
Return value
None.
Description
Add a comment or a description in the program. The readability of the program is improved by adding
comments.
For details on comment, refer to the "Comment" section. (Reference: XComment (p.207))
Usage Cautions
• Do not mix a non-comment statement together with a comment on the same line. If a comment and another
type of statement are written in one same line, the comment may not be correctly recognized and the
program may not operate properly.
Example
Inserts a comment statement in a program to describe the program process.
Useable Modules
Unit Calculation Macro / Scene Control Macro / Communication Command Macro / Unit Macro
Supported Versions
Version 3.50 or later
Related Items
Rem Display the judgement result provided by the latest executed processing unit on the system status console window.
Print UnitJudge(UnitNo - 1)
Print (Reference: X Details (p.639)) UnitJudge (Reference: X Details (p.788))
UnitNo (Reference: X Details (p.790))