Omron FZ4 Series User Manual page 227

Vision sensor
Table of Contents

Advertisement

dim DATA$(255)
open "/c0/input.dat" for Input as #1
for I&=0 to 255
   Input #1,TEMP$
   DATA$(I&)=TEMP$
   if eof(1)<>0 then exit for
next
close #1
Insert the processing unit
InsertUnit <unitNo>, <itemIdent>
Parameters
<unitNo>
<itemIdent>
Return Value
None.
Description
Insert a processing item appointed with a <itemIdent> in the position appointed with an <unitNo>.
Example
Between processing unit number 2 and processing unit number 3, insert a search processing item.
InsertUnit 3, "Search"
Converts the numeric value given into an integer value.
Int (<expression>)
Parameters
<expression>
The expression (double-precision type) that requests the integer.
Return Value
Returns the value of the integer.
The content of the value is the integer that does not exceed the maximum of the specified expression.
FZ4 User's Manual
processing unit number (integer type)
Processing item identifier (character type)
Using Custom Command
4
225

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fz4 series

Table of Contents