Lastmanuals offers a socially driven service of sharing, storing and searching manuals related to use of hardware and software : user guide, owner's manual, quick start guide, technical datasheets... DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!
If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Lastmanuals provides you a fast and easy access to the user manual OMRON FZ3. We hope that this OMRON FZ3 user guide will be useful to you.
Lastmanuals help download the user guide OMRON FZ3.
Detailed instructions for use are in the User's Guide.
[. . . ] Z290-E1-0
Xpectia Series
FZ3
Vision Sensor
USERS MANUAL
Introduction
Thank you for purchasing the FZ3 Series. This manual provides information regarding functions, performance and operating methods that are required for using the FZ3 Series. When using the FZ3 Series, be sure to observe the following: · The FZ3 Series must be operated by personnel knowledgeable in electrical engineering. · To ensure correct use, please read this manual thoroughly to deepen your understanding of the product. [. . . ]
Memory Allocation (PLC Link)
This section explains allocations for each area including the command area, response area, and output area.
Command Area
PLC to controller (FZ3)
160
Communicating through Serial Communication (PLC Link)
FZ3 User's Manual
Command area top channel +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 Signal CMD-EXE DSA CMD-CODE
Bit 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 EXE Name
Control input DSA (2CH) CMD-CODE Command code (2CH)
CMD-PARAM
Command parameter (Length changeable)
Signal name Command execution bit Data output request bit Command code
Function Executes commands Reference: Command Control (p. 162) Requests the next data output Reference: Data Output (p. 171) Stores command codes Stores command parameters
7
Methods for Connecting and Communicating with External Devices
CMD-PARAM Command parameter
Response Area
Controller to PLC (FZ3)
Response area top channel +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 Signal CMD-FLG GATE Signal name Command completion bit Data output completion bit Function Turns on when command execution is complete. RES-DATA Response data (Length changeable) RES-CODE CMD-CODE Bit 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 Name BUSY FLG
Control output GATE (2CH) Command code (2CH) Response code (2CH)
FZ3 User's Manual
Communicating through Serial Communication (PLC Link)
161
BUSY
Command execution in progress bit Response code Response data
Turns on when command execution is in progress. Stores the response from the executed command Stores the response data from the executed command
CMD-CODE Command code RES-CODE RES-DATA
Output Area
Controller to PLC (FZ3)
Output area top channel +0 +1 +2 +3 +4 DATA1 DATA2 DATA3 DATA4 DATA5 DATA6 DATA7 Signal name Output data 0 to 7 Function The data set in the output processing items is output. When there are multiple processing items, data is overwritten to this area while "handshaking" is performed. Output data 1 Output data 2 Output data 3 Output data 4 Output data 5 Output data 6 Output data 7 DATA0 Output data 0 Bit 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 Name
7
Methods for Connecting and Communicating with External Devices
+5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 Signal DATA0-7
Command Control (PLC Link)
This section explains each command used in PLC link.
Measurement control command
Command area top channel +3 0010 0010 0010 0010 0010 0010 1010 1020 1030 2010 3010 F010 +2 Function Measurement is performed one time Starts continuous measurement Completes continuous measurement Clears measurement values Saves in controller Restarts the controller References Reference: Reference: Reference: Reference: Reference: Reference: Details (p. 163) Details (p. 163) Details (p. 164) Details (p. 164) Details (p. 165) Details (p. 165)
162
Communicating through Serial Communication (PLC Link)
FZ3 User's Manual
Scene control command
Command area top channel +3 0020 0020 0030 0030 1000 2000 1000 2000 +2 Acquires scene No. Switching Scenes Switch the scene group No. Function References Reference: Reference: Reference: Reference: Details (p. 166) Details (p. 166) Details (p. 167) Details (p. 167)
Settings acquisition/change command
Command area top channel +3 0040 0040 0040 0050 0050 1000 2000 3000 1000 2000 +2 Acquires unit data Acquires the current date and time Acquires system version information Sets unit data Sets the date/time Function References Reference: Reference: Reference: Reference: Reference: Details (p. 168) Details (p. 169) Details (p. 169) Details (p. 170) Details (p. 171)
7
Methods for Connecting and Communicating with External Devices
Executing Measurement
Executes measurement one time.
Command (PLC to Controller)
Command area top channel +2 +3 Command code 1010 0010 Bit 15-12 0001 0000 11-8 0000 0000 7-4 0001 0001 3-0 0000 0000 Description Set command codes.
Response (Controller to PLC)
Response area top channel +2 +3 +4 +5 Bit 15-12 0001 0000 0000 0000 11-8 0000 0000 0000 0000 7-4 0001 0001 0000 0000 3-0 0000 0000 0000 0000 Description Command code Store response target command codes. Response code Command execution result OK: 0 (0000 0000) NG: -1 (FFFF FFFF)
Starting Continuous Measurement
Starts continuous measurement.
FZ3 User's Manual
Communicating through Serial Communication (PLC Link)
163
Command (PLC to controller)
Command area top channel +2 +3 Command code 1020 0010 Bit 15-12 0001 0000 11-8 0000 0000 7-4 0010 0001 3-0 0000 0000 Description Set command codes.
Response (Controller to PLC)
Response area top channel +2 +3 +4 +5 Bit 15-12 0001 0000 0000 0000 11-8 0000 0000 0000 0000 7-4 0010 0001 0000 0000 3-0 0000 0000 0000 0000 Description Command code Store response target command codes. Response code Command execution result OK: 0 (0000 0000) NG: -1 (FFFF FFFF)
7
Stopping Continuous Measurement
Stops continuous measurement.
Methods for Connecting and Communicating with External Devices
Command (PLC to controller)
Command area top channel +2 +3 Command code 1030 0010 Bit 15-12 0001 0000 11-8 0000 0000 7-4 0011 0001 3-0 0000 0000 Description Set command codes.
Response (Controller to PLC)
Response area top channel +2 +3 +4 +5 Bit 15-12 0001 0000 0000 0000 11-8 0000 0000 0000 0000 7-4 0011 0001 0000 0000 3-0 0000 0000 0000 0000 Description Command code Store response target command codes. Response code Command execution result OK: 0 (0000 0000) NG: -1 (FFFF FFFF)
Clearing Measurement Values
Clears all measurement values.
164
Communicating through Serial Communication (PLC Link)
FZ3 User's Manual
Command (PLC to controller)
Command area top channel +2 +3 Command code 2010 0010 Bit 15-12 0010 0000 11-8 0000 0000 7-4 0001 0001 3-0 0000 0000 Description Set command codes.
Response (Controller to PLC)
Response area top channel +2 +3 +4 +5 Bit 15-12 0010 0000 0000 0000 11-8 0000 0000 0000 0000 7-4 0001 0001 0000 0000 3-0 0000 0000 0000 0000 Description Command code Store response target command codes. Response code Command execution result OK: 0 (0000 0000) NG: -1 (FFFF FFFF)
7
Saving in Controller
Stores the current system data and scene group in the controller.
Methods for Connecting and Communicating with External Devices
Command (PLC to controller)
Command area top channel +2 +3 Command code 3010 0010 Bit 15-12 0011 0000 11-8 0000 0000 7-4 0001 0001 3-0 0000 0000 Description Set command codes.
Response (Controller to PLC)
Response area top channel +2 +3 +4 +5 Bit 15-12 0011 0000 0000 0000 11-8 0000 0000 0000 0000 7-4 0001 0001 0000 0000 3-0 0000 0000 0000 0000 Description Command code Store response target command codes. Response code Command execution result OK: 0 (0000 0000) NG: -1 (FFFF FFFF)
Restart
Restarts the controller.
Important
When a restart command is executed, BUSY does not turn off even after the command execution bit turns off. After a restart command is executed, perform a memory clear of BUSY on the PLC side.
FZ3 User's Manual
Communicating through Serial Communication (PLC Link)
165
Command (PLC to controller)
Command area top channel +2 +3 Command code F010 0010 Bit 15-12 1111 0010 11-8 0000 0000 7-4 0001 0001 3-0 0000 0000 Description Set command codes.
Response (Controller to PLC)
There is no response because restarting is performed.
Acquiring Scene Number
Acquires the current scene No.
Command (PLC to controller)
7
Methods for Connecting and Communicating with External Devices
Command area top channel +2 +3
Command code 1000 0020
Bit 15-12 0001 0000 11-8 0000 0000 7-4 0000 0010 3-0 0000 0000 Description Set command codes.
Response (Controller to PLC)
Response area top channel +2 +3 +4 +5 +6 +7 Bit 15-12 0001 0000 0000 0000 0000 0000 11-8 0000 0000 0000 0000 0000 0000 7-4 0000 0010 0000 0000 0000 0000 3-0 0000 0000 0000 0000 0000 0000 Description Command code Store response target command codes. Response code Command execution result OK: 0 (0000 0000) NG: -1 (FFFF FFFF) Response data Stores the acquired scene No.
Acquiring Scene Group Number
Acquires the current scene group No.
Command (PLC to controller)
Command area top channel +2 +3 Command code 2000 0020 Bit 15-12 0010 0000 11-8 0000 0000 7-4 0000 0010 3-0 0000 0000 Description Set command codes.
166
Communicating through Serial Communication (PLC Link)
FZ3 User's Manual
Response (Controller to PLC)
Response area top channel +2 +3 +4 +5 +6 +7 Bit 15-12 0010 0000 0000 0000 0000 0000 11-8 0000 0000 0000 0000 0000 0000 7-4 0000 0010 0000 0000 0000 0000 3-0 0000 0000 0000 0000 0000 0000 Description Command code Store response target command codes. Response code Command execution result OK: 0 (0000 0000) NG: -1 (FFFF FFFF) Response data Acquired scene group No.
Scene Switching
Switches the scene number to be used.
Command (PLC to controller)
Command area top channel +2 +3 +4 +5 Bit Command code 1000 0030 15-12 0001 0000 0000 0000 11-8 0000 0000 0000 0000 7-4 0000 0011 0000 0000 3-0 0000 0000 0000 0000 Specifies the scene No. Description
7
Methods for Connecting and Communicating with External Devices
Response (Controller to PLC)
Response area top channel +2 +3 +4 +5 Bit 15-12 0001 0000 0000 0000 11-8 0000 0000 0000 0000 7-4 0000 0011 0000 0000 3-0 0000 0000 0000 0000 Description Command code Store response target command codes. Response code Command execution result OK: 0 (0000 0000) NG: -1 (FFFF FFFF)
Scene Group Switching
Switches the scene group number to be used.
Command (PLC to controller)
Command area top channel +2 +3 Bit Command code 2000 0030 15-12 0010 0000 11-8 0000 0000 7-4 0000 0011 3-0 0000 0000 Set command codes. Description
FZ3 User's Manual
Communicating through Serial Communication (PLC Link)
167
+4 +5
-
0000 0000
0000 0000
0000 0000
0000 0000
Specifies the scene group No.
Response (Controller to PLC)
Response area top channel +2 +3 +4 +5 Bit 15-12 0010 0000 0000 0000 11-8 0000 0000 0000 0000 7-4 0000 0011 0000 0000 3-0 0000 0000 0000 0000 Description Command code Store response target command codes. Response code Command execution result OK: 0 (0000 0000) NG: -1 (FFFF FFFF)
Acquiring Unit Data
7
Methods for Connecting and Communicating with External Devices
Acquires the specified processing unit data.
Important
In processing unit data setting/acquisition, external reference table No. 139 (verification string) of Character Inspection cannot be used.
Command (PLC to controller)
Command area top channel +2 +3 +4 +5 +6 +7 Bit Command code 1000 0040 15-12 0001 0000 0000 0000 0000 0000 11-8 0000 0000 0000 0000 0000 0000 7-4 0000 0100 0000 0000 0000 0000 3-0 0000 0000 0000 0000 0000 0000 Specifies the unit No. Specifies data number in the External Reference Tables. Description
Response (Controller to PLC)
Response area top channel +2 +3 +4 +5 +6 +7 Bit 15-12 0001 0000 0000 0000 0000 0000 11-8 0000 0000 0000 0000 0000 0000 7-4 0000 0100 0000 0000 0000 0000 3-0 0000 0000 0000 0000 0000 0000 Description Command code Store response target command codes. [. . . ] Number of Loading Images during Multiple Image Input
333
Character Code Table
For the case of character-related process items, recognized characters are output to an external device using a character code (base 10). Calculation method for output value (base 10) Number of upper level bits x 16 + number of lower level bits (of recognized character) = Output value (Examples) If the recognized character is "2", "50" is output. If the recognized character is "C", "67" is output.
9
Appendixes
334 Character Code Table FZ3 User's Manual
Upper Limits of Processing Item Parameters
For processing items where the upper limit value is changed based on the image size of the camera being used, the description of the upper limit value is expressed using "_MAX". Upper limit values for each camera are as follows.
Parameters X_MAX Y_MAX W_MAX R_MAX Description The max value in the X-axis orientation The max value in the Y-axis orientation Maximum width Maximum radius For 0. 3 megapixel cameras: 639 479 239 (straight line W = 319) 239 (circle/ellipse R1=319) (X_MAX+1) * (Y_MAX+1) = 307200 479 For 2 megapixel cameras: 1599 1199 599 (straight line W = 799) 599 (circle/ellipse R1=799) (X_MAX+1) * (Y_MAX+1) = 1920000 1199 For 5 megapixel cameras: 2447 2043 1021 (straight line W = 1223) 1021 (circle/ellipse R1 = 1223) (X_MAX+1) * (Y_MAX+1) = 5003712 2043
A_MAX
Maximum area Maximum number of lines that can be loaded
Y_PMAX
9
Appendixes
FZ3 User's Manual
Upper Limits of Processing Item Parameters
335
About Memories Usable with FZ Series
The following types of memory can be used with FZ.
On-board memory
This is the area where images are temporarily stored when logging images using the logging function. This uses ring memory and if the maximum number of save images has been reached, images are overwritten starting with the oldest. [. . . ]
DISCLAIMER TO DOWNLOAD THE USER GUIDE OMRON FZ3
Lastmanuals offers a socially driven service of sharing, storing and searching manuals related to use of hardware and software : user guide, owner's manual, quick start guide, technical datasheets... In any way can't Lastmanuals be held responsible if the document you are looking for is not available, incomplete, in a different language than yours, or if the model or language do not match the description. Lastmanuals, for instance, does not offer a translation service.
Click on "Download the user manual" at the end of this Contract if you accept its terms, the downloading of the manual OMRON FZ3 will begin.