9. Program
9. Program
This section describes the details on the program in the project file used in this document.
9.1. Overview
This section explains the specifications and functions of the program used to check the
connection between the RFID Reader/Writer (V750 series) (hereinafter referred to as
destination device) and the Controller (built-in EtherNet/IP port) (hereinafter referred to as
Controller).
This program uses the socket service functions of the Controller to execute “GETR TYP FWV
command (read the product type and firmware version of the memory data)” on the
destination device and to detect a normal end or an error end.
The normal end of this program means a normal end of the TCP socket communications.
The error end means an error end of the TCP socket communications and an error end of the
destination device (detected with the response data from the destination device).
Additional Information
OMRON has confirmed that normal communications can be performed using this program
under the OMRON evaluation conditions including the test system configuration, version of
each product, and product Lot, No. of each device which was used for evaluation.
OMRON does not guarantee the normal operation under the disturbance such as electrical
noise and the performance variation of the device.
Additional Information
With Sysmac Studio, add the prefix “10#" (possible to omit) to decimal data and the prefix
"16#" to hexadecimal data when it is necessary to distinguish between decimal and
hexadecimal data. (e.g., “1000” or “10#1000” for decimal data and “16#03E8” for
hexadecimal data, etc.)
Also, to specify a specific data type, add the prefix “<data type>#”. (e.g., “UINT#10#1000”
and “WORD#16#03E8”, etc.)
30
Summary of Contents for V750 series
Page 51: ...9 Program 2 Initialization processing 48...
Page 52: ...9 Program 49...
Page 53: ...9 Program 3 Connect processing 50...
Page 54: ...9 Program 4 Send processing 51...
Page 55: ...9 Program 5 Receive processing 52...
Page 56: ...9 Program 53...
Page 57: ...9 Program 6 Close processing 54...
Page 58: ...9 Program 7 Processing number error process 55...
Page 60: ...9 Program Program 57...
Page 62: ...9 Program Program 59...
Page 64: ...9 Program Program 61...
Page 78: ...2013 0911 P543 E1 01...