Omron FQ2-S/CH Series User Manual page 107

Smart camera
Hide thumbs Also See for FQ2-S/CH Series:
Table of Contents

Advertisement

Signal
DATA0-63
Output data 0 to 63
Accessing Communications Areas Using Variables with NJ-series Controllers
With an NJ-series Controller, only variables can be used to access from the user program the I/O memory
addresses that are assigned to the communications areas.
Use the following settings.
 Using Network Variables for Access
Create user-defined variables that match the structures of the communications areas of the Sensor.
Use the Sysmac Studio to define the variables.
Refer to the Sysmac Studio Version 1 Operation Manual (Cat. No. W504) for Sysmac Studio operating
procedures.
1
Defining the Data Types of the Variables
Define data types for variables that match the structures of the communications areas.
(1)
Defining a Data Type for Signal Access
First, define a BOOL array data type to access the control signals and status signals.
Here, a data type called "U_EIPFlag" is defined.
Name of data type: U_EIPFlag
Type of derivative data type: Union
Name of data type
U_EIPFlag
F
W
(2)
Defining Data Types for Communications Area Access
Data types are defined to access the communications areas, with one data type for the command area
and another data type for the response and output areas.
Here, data types called "S_EIPOutput" and "S_EIPInput" are defined.
FQ2-S/CH User's Manual
for Communications Settings
Signal name
These I/O ports output the output data that is
specified for the data output method.
The data that can be output is determined by
the set value of the Output data size setting as
follows:
32 bytes: Output data 0 to 7
64 bytes: Output data 0 to 15
128 bytes: Output data 0 to 31
256 bytes: Output data 0 to 63
Data type
UNION
ARRAY[0..31]OF BOOL
DWORD
Controlling Operation and Outputting Data with EtherNet/IP Communications
Function
Specifies an array of
BOOL data from 0 to 31.
32-bit bit string data
Application
Command/
response commu-
nications
105

Advertisement

Table of Contents
loading

Table of Contents