Omron FZ4 Series User Manual page 217

Vision sensor
Table of Contents

Advertisement

Return Value
Returns the value of the integer.
The content of the value is the bit data that is fetched.
0:Bit OFF
1:Bit ON
Description
Identification name(string) of I/O module that executes received processing is specified in
argument<ioIdent>.
The content of operation depends on the specification of the I/O module.
Reference:
List of IO modules (p.299)
Example
If DI3 is ON, carry out processing.
pno3& = GetPort("ParallelIo", 3)
If pno3& = 1 Then
   'Carry out processing
Endif
Gets system data
GetSystemData <dataIdent0>, <dataIdent1>, <data>
Parameters
<dataIdent0>
<dataIdent1>
<data>
Return Value
None.
Description
Gets system data.
Reference:
List of system data (p.297)
Example
Gets the information of the save capture directory. Perform copying of Sample.bmp file to
"C:\temp\bmp".
GetSystemData "Measure", "captureDirectory", dirName$
file$ = dirName$+"\Sample.bmp"
Fcopy file$ , "C:\temp\bmp\Sample.bmp"
FZ4 User's Manual
Data ident 0 to be get
Data ident 1 to be get
Data to be get
Using Custom Command
4
215

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fz4 series

Table of Contents