FieldServer FS-8704-13 user manual

User manual for the device FieldServer FS-8704-13

Device: FieldServer FS-8704-13
Category: Computer Drive
Manufacturer: FieldServer
Size: 0.1 MB
Added : 6/13/2013
Number of pages: 19
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 FS-8704-13. 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 FS-8704-13.

For your convenience

If looking through the FieldServer FS-8704-13 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 FS-8704-13 on full screen, use the button Fullscreen.
  • Downloading to your computer - You can also download the user manual FieldServer FS-8704-13 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 FS-8704-13 User manual - Online PDF
Advertisement
« Page 1 of 19 »
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 FS-8704-13 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 FS-8704-13. 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-13 GE-SRTP Ethernet Driver

APPLICABILITY & EFFECTIVITY
Effective for all systems manufactured after January 1, 1999
Instruction Manual Part Number FS-8704-13
Version 1.00
Revision 1.a
9/26/2002

Summary of the content on the page No. 2

FS-8704-13 GE-SRTP Driver Manual TABLE OF CONTENTS 1. GE-SRTP Driver Description ...............................................................................................................................................1 2. Driver Scope of Supply..........................................................................................................................................................2 2.1 Supplied by FieldServer Technologies for this driver............................

Summary of the content on the page No. 3

FS-8704-13 GE-SRTP Driver Manual 1. GE-SRTP Driver Description The GE-SRTP driver allows the FieldServer to transfer data to and from devices over Ethernet using GE-SRTP Driver protocol. There are two Ethernet ports standard on the FieldServer. The FieldServer can emulate either a Server or Client. The GE-SRTP driver is capable of read & writing the data tables of a GE series 90 PLC which is equipped with an Ethernet port. The driver is capable of exposing its communication

Summary of the content on the page No. 4

FS-8704-13 GE-SRTP Driver Manual 2. Driver Scope of Supply 2.1 Supplied by FieldServer Technologies for this driver UTP cable (7 foot) for Ethernet connection UTP cable (7 foot) for RS232 use RJ45 to DB9F connector adapter RJ45 to DB25M connection adapter RS485 connection adapter Driver Manual. 2.2 Provided by user GE-SRTP System. FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 (408) 262-2299 fax: (408) 262-9042 Visit our website: www.fieldserver.com

Summary of the content on the page No. 5

FS-8704-13 GE-SRTP Driver Manual 3. Hardware Connections Make sure the device IP_address is configured to be on the same IP network as on the FieldServer. Use a crossover cable if the FieldServer is connected directly to the PLC device. Use a straight cable if the FieldServer is connected to a hub. ETHERNET CPU A CPU 364 1 2 P1 P2 P3 P4 P5 P6 P7 P8 R1 R2 N1 N2 RS485 10 Base T RS232 ETHERNET P1 P2 P3 P4 P5 P6 P7 P8 R1 R2 Net 1 Net 2 Rx Tx Rx Tx Rx Tx Rx Tx Rx Tx Rx Tx Rx Tx Rx Tx Rx Tx

Summary of the content on the page No. 6

FS-8704-13 GE-SRTP Driver Manual 4. Configuring the FieldServer as a GE-SRTP Driver Client For a detailed discussion on FieldServer configuration, please refer to the instruction manual for the FieldServer. 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 diskette). This section documents and describes the parameters necessary for configuring the FieldServer

Summary of the content on the page No. 7

FS-8704-13 GE-SRTP Driver Manual 4.2 Client Side Connections Section Title Adapter Column Title Function Legal Values Adapter Specify which port the device is N1 connected to the FieldServer Protocol Specify protocol used GE_SRTP, SRTP Example // Client Side Connections Connections Adapter, Protocol N1, SRTP 4.3 Client Side Nodes Section Title Nodes Column Title Function Legal Values Node_Name Provide name for node Up to 32 alphanumeric characters Node

Summary of the content on the page No. 8

FS-8704-13 GE-SRTP Driver Manual 4.4.2 Driver Specific Map Descriptor Parameters Column Function Legal Values Title Node_Name Name of Node to fetch data from One of the node names specified in “Client Node Descriptor” above Data_Type Data type Discrete Inputs (%I) Discrete Outputs (%Q) Use one of the Data Types specified in brackets. Discrete Temporaries (%T) Discrete Internals (%M) Genius Global Data (%G) Analog Inputs (%AI) Analog Outputs (%AQ) Registers (%R) %SA Dis cret

Summary of the content on the page No. 9

FS-8704-13 GE-SRTP Driver Manual 4.4.4 Map Descriptor Example 1 – Simple Read. This example provides a map descriptor to read 10 bytes of Discrete Input states, starting at the very first Discrete Input. The data is stored in a data array st called DA_DI and the first input is stored at location 100 in the array (101 element). The PLC is polled every 2 seconds Map_Descriptor_Name, Data_Array_Name, Data_Array_Offset, Function, Scan_Interval, node_name, Address, Length, Data_Type CMD_AI_

Summary of the content on the page No. 10

FS-8704-13 GE-SRTP Driver Manual 4.4.5 Map Descriptor Example 2 – Simple Write This example writes data from the Fieldserver data array called DA_AO to the PLC identified as NODE1. The write is repeated every 5 seconds. Ten word values are written to the PLC’s %AQ Data Table starting at location 20. Map_Descriptor_Name, Data_Array_Name, Data_Array_Offset, Function, Scan_Interval, node_name, Address, Length, Data_Type Write_AO , DA_AO , 0

Summary of the content on the page No. 11

FS-8704-13 GE-SRTP Driver Manual 4.4.6 Map Descriptor Example 3 – Handling Bits. This example shows how to read 1 couple of bits from a data table rather than reading a whole byte. The bits can cross byte boundaries. Here we read 2 bits from table %T starting at bit 8. This is most useful when writing to the PLC in cases where you want to turn one particular bit on or off. Map_Descriptor_Name, Data_Array_Name, Data_Array_Offset, Function, Scan_Interval, node_name, Address, Length,

Summary of the content on the page No. 12

FS-8704-13 GE-SRTP Driver Manual 5. Configuring the FieldServer as a GE-SRTP Driver Server For a detailed discussion on FieldServer configuration, please refer to the instruction manual for the FieldServer. 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 diskette). This section documents and describes the parameters necessary for configuring the FieldServer

Summary of the content on the page No. 13

FS-8704-13 GE-SRTP Driver Manual 5.2 Server Side Connections Section Title Adapter Column Title Function Legal Values Adapter Specify which port the device is N1 connected to the FieldServer Protocol Specify protocol used GE_SRTP, SRTP Example // Server Side Connections Connections Adapter, Protocol N1, SRTP FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 (408) 262-2299 fax: (408) 262-9042 Visit our website: www.fieldserver.com

Summary of the content on the page No. 14

FS-8704-13 GE-SRTP Driver Manual 5.3 Server Side Nodes Section Title Nodes Column Title Function Legal Values Node_Name Provide name for node Up to 32 alphanumeric characters Node_ID Node ID of physical server 1-255 node Protocol Specify protocol used SRTP Example // Server Side Nodes Nodes Node_Name, Node_ID, Protocol, GE_Srv_11, 11, SRTP , 5.4 Server Side Map Descriptors 5.4.1 FieldServer Specific Map Descriptor Parameters Column Title Function L

Summary of the content on the page No. 15

FS-8704-13 GE-SRTP Driver Manual 5.4.2 Driver Specific Map Descriptor Parameters Column Title Function Legal Values Data_Type Data type Discrete Inputs (%I) Discrete Outputs (%Q) Use one of the Data Types Discrete Temporaries (%T) specified in brackets. Discrete Internals (%M) Genius Global Data (%G) Analog Inputs (%AI) Analog Outputs (%AQ) Registers (%R) %SA Discrete %SB Discrete %SC Discrete %S Discrete (%S) Length Length of Map Descriptor 1 - 1000 Ensure that the le

Summary of the content on the page No. 16

FS-8704-13 GE-SRTP Driver Manual 5.4.4 Map Descriptor Example. In this example the FieldServer can respond to polls the request %R data provided that the request is in the range of address indicated below. Map_Descriptor_Name, Data_Array_Name, Data_Array_Offset, Function, Node_Name, Address, Length, Data_Type Server-R-Data , TABLE_R , 0 , passive, PLC1 , 1 , 1000 ,%R Address 1 This map descriptor This map descriptor

Summary of the content on the page No. 17

FS-8704-13 GE-SRTP Driver Manual 6. Driver Notes 6.1 Driver Stats The statistics recorded by the GE-SNPX Serial Driver are slightly different from the way that Fieldserver driver normally record statistics. This difference arises from the fact that this driver is not a simple poll response driver. Bare in mind that a single poll can generate a large number of response fragments. Fragment Ack/nack messages are NOT counted as message but the bytes sent/rcvd are counted. Connection m

Summary of the content on the page No. 18

FS-8704-13 GE-SRTP Driver Manual 10GE_STAT_MBOX_NAK_MINOR 11GE_STAT_MBOX_NAK_CNT 12GE_STAT_MBOX_PROG_NUM 13GE_STAT_MBOX_SWEEP 14GE_STAT_MBOX_PLC_STAT 15GE_STAT_MBOX_PRIV_LVL 16GE_STAT_DEV_CONNECT_RESP 17GE_STAT_SESS_CONNECT_RESP 18GE_STAT_SESS_RESPONSE 19GE_STAT_DEV_RESPONSE 20GE_STA T_SLAVE_BAD_PDU 21GE_STAT_SLAVE_SENDS_BAD_MBOX 22GE_STAT_SLAVE_SENDS_OTHER_NA

Summary of the content on the page No. 19

FS-8704-13 GE-SRTP Driver Manual *SRTP:#6 FYI. Connect remaining bytes non-zero This message requires no user action. It is intended for Fieldserver support engineers. *SRTP:#7 Err. Destination request not supported. *SRTP:#8 Err. Destination response not supported. The driver has received a message that it cannot respond to. The message received is not normally associated with reading / writing table memory and can be ignored by this driver. There is no corrective action that you


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