Omron FZ4 Series User Manual page 231

Vision sensor
Table of Contents

Advertisement

Description
Gets the information of the processing item.
Example
Acquire the number of the available processing items and search a search processing item and acquire
graphic data biggest number information of the search processing item.
   'Gets the number of the processing items
   Inum& = ItemCount
  
   'Search of search item.
   For I&=0 To Inum&-1
     If ItemIdent$(I&) = "Search" Then
       Goto *GetInfo
     Endif
   Next
   .
   .
   .
*GetInfo
   'Gets graphic data biggest number information of the search processing item.
   figMax& = ItemInfo (I& , 4)
Gets a title name of the processing item
ItemTitle$ (<itemNo>)
Parameters
<itemNo>
Return Value
Returns the value of the character type.
The contents of the value are title names of the processing item.
Description
Gets a title name of the processing item.
The title name varies according to language.
Example
Acquire the number of the available processing items and output a processing item number and a title
name to a file.
FZ4 User's Manual
processing item number (integer type)
Using Custom Command
4
229

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fz4 series

Table of Contents