EasyManuals Logo

Omron SYSMAC FH Series User Manual

Omron SYSMAC FH Series
882 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #582 background imageLoading...
Page #582 background image
WWW.NNC.IR
Macro Reference
580
Vision System FH/FZ5 Series
User’s Manual (Z340)
ItemIdent$
Gets the identification name of the processing item.
Format
ItemIdent$(<itemNo>)
Parameter
Return value
Returns the value of the processing item identification name as a character string.
Description
Gets the identification name of the processing item with the processing item number specified in the
<itemNo> parameter.
If an incorrect data type is specified for a parameter, a "Type mismatch" error will occur.
Even if a non-existent number, numerical value, or combination of data types or values is specified for the
parameter, an error will not occur.
If a value is assigned to the return value variable or the variable is not used in an expression, a "Syntax error"
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
• None.
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.
Useable Modules
Scene Control Macro / Communication Command Macro
Parameter
name
Data type Description
<itemNo>
Integer type Processing item number to get the identification name of the 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

Table of Contents

Other manuals for Omron SYSMAC FH Series

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Omron SYSMAC FH Series and is the answer not in the manual?

Omron SYSMAC FH Series Specifications

General IconGeneral
BrandOmron
ModelSYSMAC FH Series
CategoryIndustrial Equipment
LanguageEnglish

Related product manuals