DCB EtherPoll User Manual

EtherPoll
User’s Guide
Revised October 7, 2002
Firmware Version 4.1

FCC Statement

This device complies with the limits for a Class B digital device, pursuant to Part 15 of the FCC rules. Operation is subject to the following two conditions:
(2) This device must accept any interference received,
including interference that may cause undesired operation.

CE Marking Warning

This is a class B product. In a domestic environment this product may cause radio interference in which case the user may be required to take adequate measures.
Copyright 200, 2002. All rights reserved.
Version 4.0
All trademarks and trade names are the properties of their respective owners.
ABLE OF CONTENTS
T
Chapter 1 Introduction ............................................ 1
EtherPoll Functions......................................................3
Other Features..............................................................5
Physical Details............................................................6
Configuration Switch.............................................7
LED Indicators......................................................8
Package Contents ................................................10
Software Requirements .......................................10
Chapter 2 Installation ............................................11
Overview....................................................................11
LAN Installation ........................................................11
Chapter 3 Terminal/Telnet Configuration........... 13
Overview....................................................................13
Terminal Configuration..............................................14
Procedure ............................................................14
Telnet Configuration..................................................15
Terminal/Telnet Interface ..........................................17
Entering Data ......................................................18
Menu Options......................................................18
Chapter 4 Browser Configuration ........................32
Overview....................................................................32
Connection Procedure................................................32
i
Web-based Interface.................................................. 34
Port Configuration Screen .................................. 35
Port Activity Screen............................................ 36
Advanced Configuration Screen ......................... 38
LAN Configuration Screen ................................. 41
SNMP Configuration Screen .............................. 44
Configuration Summary Screen.......................... 46
Chapter 5 Configuration Security........................49
Overview ................................................................... 49
Level 0:...................................................................... 50
Level 1:...................................................................... 51
Level 2:...................................................................... 51
Level 3:...................................................................... 51
Chapter 6 Operation...............................................53
Normal Mode ........................................................... 53
Broadcast Mode ........................................................ 54
Point-to-Point Mode.................................................. 54
Chapter 7 Troubleshooting ....................................55
Hardware Problems................................................... 55
Can't Connect via the LAN........................................ 56
Other Problems.......................................................... 58
Checking Device Operation.......................................60
Appendix A Specifications .....................................61
EtherPoll Specifications ............................................ 61
RS-232 PIN Assignments.......................................... 62
ii
Introduction
Control Signal Operation ...........................................63
CABLES ....................................................................65
Appendix B Advanced Operation Information ...67
Introduction................................................................67
Description and Behavior...........................................68
Ports used by the EtherPoll .................................68
Normal Operation Modes....................................68
Point - to - Point Mode........................................69
Broadcast Mode ..................................................69
Transmit Conditions............................................69
Application Notes ......................................................70
Protocols .............................................................70
Quick Set-Up.......................................................70
Appendix C RS-422/ RS-485 Interface ................. 71
Introduction................................................................71
Changing the Setting ...........................................71
RS-422 / 4-Wire RS-485 Interface Pinout .................72
iii
Chapter 1
Introduction
This chapter provides an overview of the EtherPoll's features and capabilities.
ongratulations on the purchase of your new EtherPoll. The
C
EtherPoll is a SCADA communications serial server that allows multi-drop devices to use Ethernet LAN's. The EtherPoll connects any async serial device through a LAN and between LAN's via routers. The EtherPoll is designed specifically to support asynchronous polling protocols, such as Poll Select, Modbus, DNP, etc. These protocols are often error corrected, and the EtherPoll allows these protocols to work through routed LANs and over IP protocol networks. The EtherPoll uses the UDP/IP protocol, allowing the necessary data connection over a local LAN and across routed networks.
The EtherPoll functions independently of the device protocol, allowing most 8 bit asynchronous protocols to be used with no configuration changes.
The EtherPoll can receive data from any Serial device, convert the data to a valid IP packet, and transmit that data over the LAN/WAN. Serial devices can then be accessed from anywhere on your LAN/WAN by any workstation computer using another EtherPoll. Two EtherPolls may be used in “nailed-up” mode to build a “RS-232 path” through the WAN/LAN.
Most EtherPolls are used with multi-drop SCADA RTUs; although a pair of EtherPolls configured for point-to-point
1
Etherpoll User’s Guide
operation may be used by any async serial devices such as alarms, access control devices, and Multiplexers.
For easy connection to your LAN, the EtherPoll supports 10BaseT or 100BaseT with autosensing.
NOTE: A similar product, the EtherPath, uses TCP/IP protocol and may be more appropriate for some installations. If the application is not a polled environment, the EtherPath should be investigated.
2
Introduction

EtherPoll Functions

The EtherPoll is usually used in a host-to-multiple remote polled environment.
Figure 1: Normal Mode of Operation
Normal Operating Mode (Point-to-Multi-Point)
In this mode, several EtherPolls are used. All are connected to serial RS-232 devices. This is the equivalent to using a multi­drop analog modem network… only it uses ethernet as the medium.
The "host" EtherPoll will be configured with IP addresses
of each “remote” EtherPoll. It is connected to a polling host computer.
Each “remote” EtherPoll is configured with the IP address
of the “host” EtherPoll. These are each connected to a remote terminal unit (RTU).
3
Etherpoll User’s Guide
Whenever the host computer polls the remotes, a copy of
the poll block is sent to each remote in the host Etherpoll’s address list.
The proper remote RTU will respond to the poll through its
EtherPoll with a poll response or appropriate data blocks, while other RTUs ignore the poll.
Point-to-Point Mode
This mode requires one pair of EtherPolls. Each EtherPoll is connected to a serial port device, and to the LAN.
Each EtherPoll has only one IP address in its IP address list (that of the other unit). All data received by the RS-232 port of either EtherPoll is sent to the other EtherPoll and out its RS­232 port.
Broadcast Mode (Point-to-Multi-Point)
Point-to-multi-point (broadcast) operation allows a single EtherPoll to broadcast all incoming data to multiple EtherPolls. Configuration is identical to the normal mode, but since non­polling external devices are used, there is no implicit method to control data being sent back to the host unit. For this reason, it is normally used in “outbound broadcast data only” applications.
Normal Mode with Backup Polling Host
This mode is also similar to the normal mode, but allows a redundant polling host computer to monitor all data traffic, and take control for fail-safe operation should the master host fail. Configuration changes from normal mode are simple. Each remote EtherPoll would have both the master and backup host EtherPoll IP addresses in its IP address list. The master host
4
Introduction
would also have the backup host Etherpoll address in its IP address list.
Each remote EtherPoll sends its data to both the master and backup polling host. If the master host fails, the backup host should be programmed to take over the polling function. It would sense a failure by noting that master host polls are absent.

Other Features

UDP/IP Protocol
The EtherPoll uses the UDP/IP protocol. This is much more efficient for a polling system than TCP/IP. Since most polled SCADA systems use protocols that are error corrected, the transport (EtherPoll IP network) doesn’t need to provide an additional layer of error correction overhead.
Protocol Independent
The EtherPoll works well with any byte oriented asynchronous SCADA protocol. It does not require getting “into” the protocol blocks.
Protocol Conversion
The RS-232 device at the client end and the device at the server end of a link do not have to use the same communications parameters on the RS232 link (speed, parity, flow control). The EtherPolls will convert the data to the correct parameters at each end.
Upgradeable Firmware
Firmware upgrades are downloadable to the EtherPoll. The utility program required for this, and the actual firmware upgrades, are available from your dealer.
5
Etherpoll User’s Guide

Physical Details

The EtherPoll front and rear panels are shown below.
Figure 1: EtherPoll
1
2
3
4
5
6
6
Power port
10/100Base-T port
Red LED
Red LED
Green LED
RS-232 Port
Connect the power adapter here.
Connect LAN cabling here.
Client/Server/Setup Indicator
LAN Activity Indicator.
Connection Indicator.
DE-9 (DB-9) RS-232 Interface.
Introduction

Configuration Switch

There is a momentary action push button switch on the right side of the unit behind a small hole. Pressing this switch places the unit in configuration mode and is used only when configuring the EtherPoll via the serial port, as explained in Chapter 3 - Configuration. Return from configuration mode by exiting the configuration menu or by power cycling the unit. This switch may be depressed with a tiny screw driver or stiff wire. (A straightened paper clip works nicely).
7
Etherpoll User’s Guide

LED Indicators

There are two red LED indicators on the rear panel adjacent to the LAN connector and one green LED indicator on the front panel near the 9-pin serial connector.
Rear Panel LED Indicators
The lower red LED is the Ethernet Status indicator. It is lit
when there is a valid 10/100BaseT Ethernet connection. This LED flashes with activity on the Ethernet (even if the activity isn't directly to this unit).
The upper red LED is multi-function indicator. The
different states indicated by these LED are described below.
Red LED Indication
OFF Normal Mode
ON Not Used
Rapid Flashing Setup Mode
Irregular Flashing Power On Self Test
8
Status Description
-or-
Firmware Download
Introduction
Front Panel LED Indicators
There is one front panel green LED indicator. This
corresponds to Port 1 status.
This LED is a multi-function indicator. The different
states indicated are described below.
Green LED Indication
OFF Pin 6 input is low and
ON Not Used
Flashing Pin 6 is high or tied
Status Description
not forced high by the configuration
high by the configuration
9
Etherpoll User’s Guide

Package Contents

You should find the following items packaged with your EtherPoll:
The EtherPoll Unit
Power Adapter
This User’s Guide
If any of the above are missing, contact your dealer immediately.

Software Requirements

The EtherPoll supports the following Ethernet protocols.
UDP/IP
TCP/IP
ARP
ICMP
TELNET
SNMP
It may be configured using any terminal or terminal emulation software on a PC. Any standard telnet program may be used to telnet to the EtherPoll for configuration, or any standard web browser may be used for configuration once the EtherPoll has a valid IP address configured.
10
Chapter 2
Installation
This Chapter details the LAN installation process for the EtherPoll.

Overview

For Telnet Mode or Web Browser Mode configuration, LAN installation is performed before configuration. There must also be a valid IP address in the unit prior to configuration with these methods. The default value may not work with your network.
If you use Terminal Mode configuration, then the configuration should be performed prior to LAN installation. See Chapter 3 for details.

LAN Installation

1. Connect the Network Cable
The EtherPoll network interface is auto-sensing. Simply
connect your network cable to the appropriate connector on the EtherPoll panel.
2. Connect the Power Adapter Cable
Plug in the power adapter cable. After about a 4 second boot process the EtherPoll is ready for operation.
11
Etherpoll User’s Guide
3. Connect the Serial Port Device
Connect the serial port device to the serial port on the EtherPoll. If connecting to a PC 9-pin port, a cross-over (null modem) cable is required. See the Appendix for wiring details.
Then apply power to the serial port device.
12
Configuration
Chapter 3
Terminal/Telnet Configuration
This Chapter describes how to configure the EtherPoll using Terminal, or Telnet mode. Web Browser mode configuration is detailed in Chapter 4.

Overview

The EtherPoll can be configured using any of the following methods:
Web Browser - After installing the EtherPoll in your
LAN, use your Web Browser for configuration. See Chapter 4 - Browser Configuration for details.
Terminal Mode - Use a serial cable connection and a
communication program. The advantage of this method is that you give the EtherPoll a compatible IP Address prior to installation in your network.
Telnet Mode - After installing the EtherPoll in your LAN,
connect to it using Telnet.
Both Terminal and Telnet modes provide the same user interface.
13
Etherpoll User’s Guide

Terminal Configuration

Terminal configuration requires the following:
PC with terminal emulation program, or a dumb terminal.
Serial cable to connect the PC to the EtherPoll. See the
Appendix for cable requirements. A Crossover (null modem) cable is required when using a 9 pin PC port.

Procedure

1. Connect the EtherPoll to your PC or terminal.
2. Connect the EtherPoll to the power supply.
3. Press the configuration setup switch momentarily. It is
located on the side of the EtherPoll and accessed through a small hole. Use a small pen or paper clip to access the switch.
4. Configure the terminal program with the following settings.
Setting Value
Flow control protocol None
Speed 9600
Data 8 bits
Parity None
Stop Bit 1
5. Connect your terminal program to the appropriate port
(e.g. COM 1).
14
Configuration
6. The configuration program should now start and after a
few seconds display a sign-on screen.
If nothing appears on your screen, press ESC.
Refer to Terminal/Telnet Interface on page 17 for details on using the configuration program.

Telnet Configuration

NOTE: For telnet to work, there MUST be compatible IP addresses in both the PC and the EtherPoll!
1. Install the EtherPoll into your LAN as described in Chapter
2. Ensure that the EtherPoll is powered on.
2. Connect to the EtherPoll with the command:
telnet IP_Address Port_number
Where: IP_Address is the IP address of the EtherPoll
Port_number (for configuration) is 8000.
For example, if the default IP address had not been changed, then you would enter the command:
telnet 192.168.1.1 8000
If you can't connect
If the EtherPoll does not respond, check the following:
The EtherPoll is properly installed, LAN connections
are OK, and it is powered ON.
Check that your PC is using a compatible IP Address
and Network Mask. In Windows, the IP Address and Network Mask can be checked by using Control Panel-Network to examine the
15
Etherpoll User’s Guide
Properties for the TCP/IP protocol. If your PC is NOT using an IP Address within the range 192.168.1.2 to
192.168.1.254, with a Network Mask of 255.255.255.0, then it will not connect to the default EtherPoll IP address.
3. Refer to the following section for details on using the
configuration program.
16
Loading...
+ 56 hidden pages