FieldServer Omron FINS FS-8704-16 user manual

User manual for the device FieldServer Omron FINS FS-8704-16

Device: FieldServer Omron FINS FS-8704-16
Category: Computer Drive
Manufacturer: FieldServer
Size: 0.53 MB
Added : 10/27/2013
Number of pages: 40
Print the manual

Download

How to use this site?

Our goal is to provide you with a quick access to the content of the user manual for FieldServer Omron FINS FS-8704-16. Using the online preview, you can quickly view the contents and go to the page where you will find the solution to your problem with FieldServer Omron FINS FS-8704-16.

For your convenience

If looking through the FieldServer Omron FINS FS-8704-16 user manual directly on this website is not convenient for you, there are two possible solutions:

  • Full Screen Viewing - to easily view the user manual (without downloading it to your computer), you can use full-screen viewing mode. To start viewing the user manual FieldServer Omron FINS FS-8704-16 on full screen, use the button Fullscreen.
  • Downloading to your computer - You can also download the user manual FieldServer Omron FINS FS-8704-16 to your computer and keep it in your files. However, if you do not want to take up too much of your disk space, you can always download it in the future from ManualsBase.
FieldServer Omron FINS FS-8704-16 User manual - Online PDF
Advertisement
« Page 1 of 40 »
Advertisement
Print version

Many people prefer to read the documents not on the screen, but in the printed version. The option to print the manual has also been provided, and you can use it by clicking the link above - Print the manual. You do not have to print the entire manual FieldServer Omron FINS FS-8704-16 but the selected pages only. paper.

Summaries

Below you will find previews of the content of the user manuals presented on the following pages to FieldServer Omron FINS FS-8704-16. If you want to quickly view the content of pages found on the following pages of the manual, you can use them.

Abstracts of contents
Summary of the content on the page No. 1

-

A Sierra Monitor Company

Driver Manual
(Supplement to the FieldServer Instruction Manual)

FS-8704-16 Omron FINS

APPLICABILITY & EFFECTIVITY
Effective for all systems manufactured after May 1, 2004

Summary of the content on the page No. 2

FS-8704-16 Omron FINS Manual Table of Contents TABLE OF CONTENTS 1. Omron FINS Description...................................................................................... 1 2. Driver Scope of Supply........................................................................................ 2 1.01 Supplied by FieldServer Technologies for this driver ....................................... 2 rd 1.02 Provided by the Supplier of 3 Party Equipment.......................................

Summary of the content on the page No. 3

FS-8704-16 Omron FINS Manual Table of Contents Appendix A.2. PLC status to execute commands.................................................... 22 Appendix A.3. End Codes........................................................................................ 23 Appendix B. Driver Notes ........................................................................................ 30 Appendix B.1. Data Storage ..................................................................................

Summary of the content on the page No. 4

FS-8704-16 Omron FINS Manual Page 1 of 37 1. Omron FINS Description The Ethernet Omron FINS driver allows the FieldServer to transfer data to and from devices over Ethernet using Omron FINS protocol. The FieldServer can emulate either a Server or Client. FINS is an Omron protocol which can be used by a PLC program to transfer data and perform other services with a remote PLC connected on an Ethernet Network. It can also be used by remote devices such as PC’s and FieldServer’s

Summary of the content on the page No. 5

FS-8704-16 Omron FINS Manual Page 2 of 37 2. Driver Scope of Supply 1.01 Supplied by FieldServer Technologies for this driver FieldServer Technologies Description PART # FS-8915-10 UTP cable (7 foot) for Ethernet connection FS-8704-16 Driver Manual. rd 1.02 Provided by the Supplier of 3 Party Equipment rd 2.1.1. Required 3 Party Hardware Part # Description rd 2.1.2. Required 3 Party Software CX-Programmer Software or any other compatible Software by Omron to setup th

Summary of the content on the page No. 6

FS-8704-16 Omron FINS Manual Page 3 of 37 3. Hardware Connections The FieldServer is connected to the PLC as shown in connection drawing. Configure the PLC according to manufacturer’s instructions to work with other FINS supported device. 1.03 Hardware Connection Tips / Hints If communication doesn’t start check the following. 1. Are the FieldServer and PLC on the same network? 2. Are all intended Nodes configured to communicate on FINS? 3. Are all FINS Nodes configured to use

Summary of the content on the page No. 7

FS-8704-16 Omron FINS Manual Page 4 of 37 4. Is the Network healthy? 1 1.04 Example of Omron PLC Configuration using Omron ETN11 Module. Setting the Node Number With the FINS communications service, when there are multiple Ethernet Units connected to the Ethernet network, the Ethernet Units are identified by node numbers. Use the node number switches to set the node number between 01 and 7E hexadecimal (1 to 126 decimal). Do not set a number that has already been set for ano

Summary of the content on the page No. 8

FS-8704-16 Omron FINS Manual Page 5 of 37 The switches are all factory-set to 0 (00.00.00.00). The Ethernet Unit cannot be used with this setting; a proper IP address must be set. The following settings cannot be made for the IP address, or the ERC indicator will flash. All bits in the network number field set to 0 or 1. All bits in the host number field set to 0 or 1. All bits in the subnet number field set to 1. The beginning of the IP address set to 127 (7F Hex) Example: 127.3

Summary of the content on the page No. 9

FS-8704-16 Omron FINS Manual Page 6 of 37 4. Configuring the FieldServer as a FINS Client For a detailed discussion on FieldServer configuration, please refer to the FieldServer Configuration Manual. The information that follows describes how to expand upon the factory defaults provided in the configuration files included with the FieldServer (See “.csv” sample files provided with the FieldServer). This section documents and describes the parameters necessary for configuring the F

Summary of the content on the page No. 10

FS-8704-16 Omron FINS Manual Page 7 of 37 Example // Data Arrays Data_Arrays Data_Array_Name, Data_Format, Data_Array_Length, DA_CIO, UInt16, 5143 DA_WR, UInt16, 511 DA_HR, Uint16, 511 DA_DM, Uint16, 32767 1.06 Driver Specific FieldServer Parameters Section Title FieldServer Column Title Function Legal Values Title Name for FieldServer Text Specify physical node Id on network. This is the last byte of the IP Address of the System_Node_Id FieldServer. eg. If

Summary of the content on the page No. 11

FS-8704-16 Omron FINS Manual Page 8 of 37 Example // Client Side Connections Adapters Adapter, Protocol, Udp_port_number N1, Fins, 9600 1.08 Client Side Node Descriptors Section Title Nodes Column Title Function Legal Values Up to 32 alphanumeric Node_Name Provide name for node characters IP_Address Provide IP Address of PLC Eg. 192.168.1.105 Node number set at PLC The node number should Node_ID correspond to the last byte of 1-126 the IP address.

Summary of the content on the page No. 12

FS-8704-16 Omron FINS Manual Page 9 of 37 1.09 Client Side Map Descriptors 4.1.1. FieldServer Related Map Descriptor Parameters Column Title Function Legal Values Map_Descriptor_Na Name of this Map Up to 32 alphanumeric me Descriptor characters Name of Data Array One of the Data Array names where data is to be Data_Array_Name from “Data Array” section stored in the above FieldServer Starting location in 0 to maximum specified in Data_Array_Offset Data Array “Data Array” se

Summary of the content on the page No. 13

FS-8704-16 Omron FINS Manual Page 10 of 37 Unit number of CPU at *Unit_Number 0,1,2 etc PLC 4.1.3. Timing Parameters Column Title Function Legal Values Scan_Interval Rate at which data is polled ≥0.001s FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web:www.fieldserver.com Tel: (408) 262-2299 Fax: (408) 262-9042 Toll_Free: 888-509-1970 email: support@fieldserver.com

Summary of the content on the page No. 14

FS-8704-16 Omron FINS Manual Page 11 of 37 4.1.4. Map Descriptor Example 1 – IO Read This example provides all the required information to read and write to the IO memory area of the PLC. The following Map Descriptor creates a task for the driver to read the first 20 Words from the CIO memory area and store them in the Data Array DA_CIO. The first word from the PLC will be stored as the first element in the Data Array. Whenever an upstream device writes any element in the Data Array

Summary of the content on the page No. 15

FS-8704-16 Omron FINS Manual Page 12 of 37 4.1.5. Map Descriptor Example 2 – IO Write This example is used to write a value(s) to the PLC. The write is done when the contents of the Data Array are updated (written to by a remote device.). In the previous example, it was shown how a ‘read’ Map Descriptor can also be used to write by using FIeldServer’s Write-Through technology. Map_Descriptor_Name, Data_Array_Name, Data_Array_Offset, Function, Node_name Address, Length, Data_type,

Summary of the content on the page No. 16

FS-8704-16 Omron FINS Manual Page 13 of 37 4.1.6. Map Descriptor Example 3: Clock Read: This Map Descriptor reads the PLC clock and stores the information in a Data Array DA_CLK. For detail on how the Driver stores clock information see Appendix B.1. Map_Descriptor_Name, Data_Array_Name, Data_Array_Offset, Function, Node_Name, Length, Command_Name, Unit_Number CMD_CLKr, DA_CLKr, 0, RDBC, PLC1, 7, CLOCK READ, 0 4.1.7. Map Descriptor Example 4: Clock Write: Write-thru is not pos

Summary of the content on the page No. 17

FS-8704-16 Omron FINS Manual Page 14 of 37 4.1.9. Map Descriptor Example 6: Run-Stop PLC: Defining this Map Descriptor Driver can change the PLC mode to STOP (Program), MONITOR or RUN mode. The Driver issues a change mode command to the PLC whenever the value at the declared offset is updated. Map_Descriptor_Name, Data_Array_Name, Data_Array_Offset, Function, Node_name Length Command_Name Unit_Number CMD_RUN_ST, DA_RUN_ST, 0, WRBX, PLC1, 1, RUN-STOP 0s The Driver will change PL

Summary of the content on the page No. 18

FS-8704-16 Omron FINS Manual Page 15 of 37 5. Configuring the FieldServer as a FINS Server For a detailed discussion on FieldServer configuration, please refer to the FieldServer Configuration Manual. The information that follows describes how to expand upon the factory defaults provided in the configuration files included with the FieldServer (See “.csv” files on the driver CD). This section documents and describes the parameters necessary for configuring the FieldServer to commu

Summary of the content on the page No. 19

FS-8704-16 Omron FINS Manual Page 16 of 37 1.011 Server Side Node Descriptors Section Title Nodes Column Title Function Legal Values Up to 32 alphanumeric Node_Name Provide name for node characters Virtual Node number of FINS Node_ID 1-126 server. Fins, omn_fins or Protocol Specify protocol used fins_udp Specifies time FieldServer will reserve server side Server_Hold_Timeout* connection while waiting for >1.0s the Client side to update data in Data_Array (if necessary)

Summary of the content on the page No. 20

FS-8704-16 Omron FINS Manual Page 17 of 37 1.012 Server Side Map Descriptors 5.1.1. FieldServer Specific Map Descriptor Parameters Column Title Function Legal Values Name of this Map Up to 32 alphanumeric Map_Descriptor_Name Descriptor characters Name of Data Array One of the Data Array names Data_Array_Name where data is to be from “Data Array” section stored in the FieldServer above Starting location in Data 0 to maximum specified in Data_Array_Offset Array “Data Array” sec


Alternative user manuals
# User manual Category Download
1 FieldServer FS-8700-01 User manual Computer Drive 0
2 FieldServer FS-8700-114 X30 User manual Computer Drive 0
3 FieldServer FS-8700-64 User manual Computer Drive 0
4 FieldServer Carrier DataPort FS-8700-86 User manual Computer Drive 2
5 FieldServer FS-8700-80 User manual Computer Drive 1
6 FieldServer FS-8700-103 User manual Computer Drive 1
7 FieldServer Dart FS-8700-78 User manual Computer Drive 1
8 FieldServer Gamewell FS-8700-83 User manual Computer Drive 2
9 FieldServer Data Aire (DAP) FS-8704-49 User manual Computer Drive 15
10 FieldServer FS-8700-105 User manual Computer Drive 1
11 FieldServer A Sierra Monitor Company X30 User manual Computer Drive 2
12 FieldServer FS-8700-73 User manual Computer Drive 1
13 FieldServer FS-8700-03 DF1 User manual Computer Drive 1
14 FieldServer Gardner Denver FS-8700-60 User manual Computer Drive 11
15 FieldServer Canatal Satchnet Driver FS-8700-59 User manual Computer Drive 3
16 Sony MSH-128S2 User manual Computer Drive 2
17 Sony 2GB Flash Drive USM2GLX User manual Computer Drive 0
18 Sony SAITE1300-F User manual Computer Drive 0
19 Sony CRX - 160E User manual Computer Drive 0
20 Sony 2GN User manual Computer Drive 0