Omron SYSMAC FH Series User Manual page 585

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

Advertisement

Example
Gets the number of processing item types, and by repeated processing, searches for search processing
items and gets the processing item type of each search processing item.
Rem Get the number of the available processing items.
INUM& = ItemCount
Rem Search for search processing items a number of times equal to the number of processing items
For I&=0 To INUM&-1
If ItemIdent$(I&) = "Search" Then
Rem Get the processing item type of the search processing item
FIGNAME& = ItemInfo(I&, 0)
Endif
Next
Useable Modules
Scene Control Macro / Communication Command Macro
Supported Versions
Version 3.50 or later
Related Items
ItemCount (Reference:
ItemTitle$ (Reference:
Vision System FH/FZ5 Series
User's Manual (Z340)
Details (p.579))
Details (p.584))
WWW.NNC.IR
ItemIdent$ (Reference:
UnitInfo (Reference:
Details (p.784))
Details (p.580))
Macro Reference
8
583

Advertisement

Table of Contents
loading

Table of Contents