Omron SYSMAC FH Series User Manual page 636

Vision sensor vision system
Hide thumbs Also See for SYSMAC FH Series:
Table of Contents

Advertisement

Example
Uses the *MEASUREDISPT subroutine of the Unit Macro processing unit to display the measured correlation
value by the search processing unit (Processing Unit number 5), along with the gotten text string from the
prepared message file for the processing unit, in the text window. The correlation value can be gotten with
External Reference Data number 5.
*MEASUREDISPT
Rem Get the measurement result.
GetUnitData 5, 5, CR#
Rem Open the messages file
OpenTextData "Search" As #1
Rem Get the text
TEXT$ = GetText$(#1, "Correlation")
Rem Draw the gotten text string from the messages file without adding any line break on the text window.
DrawText TEXT$, UnitJudge(5), 0
Rem Draw the measurement results on the text window.
DrawText Str2$(CR#, 4, 4, 0, 0), UnitJudge(5), 1
Rem Close up the messages file.
CloseTextData
Return
The result is shown below.
Correlation value: 90.0000
Useable Modules
Unit Calculation Macro / Unit Macro
Supported Versions
Version 5.00 or later
Related Items
CloseTextData (Reference:
GetText$ (Reference:
UnitJudge (Reference:
634
Macro Reference
Details (p.434))
Details (p.548))
Details (p.788))
WWW.NNC.IR
DrawText (Reference:
Details (p.500))
GetUnitData (Reference:
Details (p.552))
Vision System FH/FZ5 Series
User's Manual (Z340)

Advertisement

Table of Contents
loading

Table of Contents