Omron FZ4 Series User Manual page 289

Vision sensor
Table of Contents

Advertisement

Description
Convert a small letter into a capital letter.
Example
Convert a small letter into a capital letter.
CHARA1$="AbcdEFGhI"
CHARA2$=UCase$(CHARA1$)
The results are as follows:
CHARA2$="ABCDEFGHI"
Gets the enrollment number of the processing unit
UnitCount
Parameters
None.
Return Value
Returns the value of the integer type.
The content of the value is enrollment number of the processing unit.
Description
Gets the enrollment number of processing unit from the current flow.
Example
Add the search unit to the last of the flow.
'Gets the enrollment number of the processing unit
unitNo& = UnitCount
'Set the identifier of the processing item.
itemIdent$ = "Serch"
'Add the search unit to the last of the flow.
AssignUnit unitNo&, itemIdent$
Gets processing unit data (numeric value)
UnitData(<unitNo>, <dataNo> | <dataIdent>)
Parameters
<unitNo>
FZ4 User's Manual
Processing unit number (integer type)
Using Custom Command
4
287

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fz4 series

Table of Contents