Omron FZ4 Series User Manual page 228

Vision sensor
Table of Contents

Advertisement

Description
Discards everything after the radix point for the specified value and returns the integer that does not
exceed the maximum of the specified numeric value.For example, Int(-1.23) would become -2 after
execution and Int(1.23) would become 1 after execution.
Specify either an integer type or double-precision type real number in the <Expression>
When an argument has been given a negative value, Fix returns the minimum negative integer
exceeding the argument as opposed to the Int argument, which returns an integer that does not exceed
the maximum negative of the argument.For example, if -7.2 is specified as the argument, the Int function
returns -8 and the Fix function returns -7.
4
Example
Truncate the measurement results after the radix point and output them.
NUMBER1&=Int(9.7)
NUMBER2&=Int(-9.7)
NUMBER3&=Int(-9.2)
The results are as follows:
NUMBER1&=9
NUMBER2&=-10
NUMBER3&=-10
Checks for the existence of a file and its attributes.
Isfile(<File Path Name>)
Parameters
<File Path Name>
Return Value
Returns the value of the integer.
The content of the value is as listed below.
0: The file does not exist.
1: It is a file.
2: It is a directory.
Description
<File Path Name>: Always specify an absolute path with the drive name included.
Returns 0 when the Memory Card has not been attached.(This is the same as when no file exists)
When a file specified by open, etc. does not exist, it becomes an error so the presence of a file should be
checked first by using isfile.
Example
Confirm the presence or absence of [/c0/input.dat] and read in data.
226
Using Custom Command
The file path to be checked (character string type).
FZ4 User's Manual

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fz4 series

Table of Contents