Omron FZ4 Series User Manual page 293

Vision sensor
Table of Contents

Advertisement

Gets the processing unit title name
UnitTitle$(<unitNo>)
Parameters
<unitNo>
Return Value
The processing unit title name.
Description
Gets the processing unit title name.
Example
Output to a file name and title of the unit number of the unit processing unit that is registered in the flow
'Gets the number of registration of a processing unit
Inum& = UnitCount
'Registration number, which loops
For I&=0 To Inum&-1
   title$ = UnitTitle$(I&)
   'Output to a file unit number and title
   .
   .
   .
Next
Converts the number of a character string notation into a numeric value.
Val(<Character String>)
Parameters
<Character String>
Return Value
Returns the value of the double-precision type number.
The content of the value is the converted numeric value.
FZ4 User's Manual
Processing unit number (integer type)
The Character String to be converted to a numeric value (character string).
Using Custom Command
4
291

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fz4 series

Table of Contents