WWW.NNC.IR
Macro Reference
429
8
Appendices
Vision System FH/FZ5 Series
User’s Manual (Z340)
ClearMeasureData
Clears the measurement results of the processing unit.
Format
ClearMeasureData [<unitNo>]
Parameter
Return value
None.
Description
Clears the measurement results of the processing unit specified in the <unitNo> parameter.
If the <unitNo> parameter is omitted or -1 is specified, all the measurement results of the processing units will
be cleared.
If an incorrect data type is specified for a parameter, a "Type mismatch" error will occur.
If a non-existent number, numerical value, or combination of data types or values is specified for a parameter,
an "Illegal function call" error will occur.
If the format is written incorrectly, such as writing the macro function name incorrectly, omitting a comma, or
omitting a half-width space, a "Syntax error" error will occur.
Usage Cautions
• Execute this macro function when the BUSY signal or other measurement in progress signal is ON and
measurement is prohibited. (Reference: XState Transitions and Execution Timing (p.227))
Example
In the communication command macro, clears the measurement results of the search processing unit
(Processing Unit number 2).
Useable Modules
Scene Control Macro / Communication Command Macro / Unit Macro
Supported Versions
Version 3.50 or later
Related Items
UnitNo (Reference: X Details (p.790))
Parameter
name
Data type Description
<unitNo> Integer type
Processing unit number (0 to (the number of registered processing units in the current
scene minus one))
Rem Clear the measurement results.
ClearMeasureData 2