Installation Guide Hardware Platform 10 FChwp10
Safety Information The following are warnings or safety guidelines. A warning means danger. You are in a situation that could cause bodily injury. Before you work on any equipment, be aware of the hazards involved with electrical circuitry and be familiar with standard practices for preventing accidents. Qualified Personnel Warning Only trained and qualified personnel should install or replace the device.
Restricted Access Area Warning The device is intended for installation in restricted access areas. A restricted access area is an area to which access can be gained only by service personnel through the use of a special tool, lock and key, or other means of security, and that is controlled by the authority responsible for the location. Waarschuwing Dit toestel is bedoeld voor installatie op plaatsen met beperkte toegang.
Power Supply Disconnection Warning Before working on the device or near power supplies, disconnect the power. Waarschuwing Voordat u aan een frame of in de nabijheid van voedingen werkt, dient u bij wisselstroom toestellen de stekker van het netsnoer uit het stopcontact te halen; voor gelijkstroom toestellen dient u de stroom uit te schakelen bij de stroomverbreker.
Hardware Platform 10 Installation Guide Table of Contents Safety Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Qualified Personnel Warning . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Installation Warning . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Restricted Access Area Warning . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. .. .. ..
About this manual About this manual This document is intended for users of the FieldCommander, ELS- or EWS controllers that are based on the HWP10-platform and explains the steps to install and setup the system in your environment. This guide contains information to install and configure the unit in your networking environment, as well as a basic overview of the serial communication hardware and IPaddressing.
Hardware Platform 10 Installation Guide Installation This chapter explains the installation in detail and along the way it introduces you to some of the concepts important to understand the operation of your controller unit. System requirements In order to connect to the controller, you need a valid TCP/IP network connection and a browser.
Installation LED indicator Next to the Power Connector there is a green LED on the front panel for indicating system status. This LED is lit when power is supplied to the unit. Power connector Power to the controller is accommodated by a DC jack “J9” or by passive power over ethernet connector. The DC jack is attached to a 18V external DC power supply. Power supplied to the unit must be within the specifications listed in this manual.
Hardware Platform 10 Installation Guide (ELS1700 or EWS1700 only) VGA Audio USB Audio USB (ELS172x only) To be defined !! VGA Serial port The 9-pin port is used to connect your controller to your serial equipment. The chapter called "Serial Interface" uncovers the details of serial communication and pin-out of the connector. USB connectors The back panel features two USB connectors.
Installation Hardware installation You communicate with the controller over the Ethernet network. In this part of the chapter, you'll learn about the unit itself and how and where to connect it. There are no configurable parts inside. Everything is controlled and configured by the software. Physical installation You can use the controller in several places, depending on your needs: • freely (unfixed) on your desktop with the included adhesive plastic bumpers.
Hardware Platform 10 Installation Guide Power Over Ethernet In your controller a passive power over Ethernet (PoE) scheme is implemented (see below), using the unused pairs of the LAN port for power. Power can be injected using passive POE splitter which can be ordered seperately.
Installation Connecting to the network Before connecting the controller to the network, you might want to consult your network administrator. You can employ the controller at various points in your ethernet network as shown below. Make sure the IP addressing scheme of your controller does not interfere with your existing network configuration. The chapter "IP configuration" takes the myths out of it.
Hardware Platform 10 Installation Guide To connect the CER controller to your 10/100base-T network, you can use any standard Category 5 (CAT5). A suitable cable is supplied. Attach one side to the RJ-45 socket marked "Ethernet" on the front panel of the unit and the other to your ethernet hub or switch. Take note of the serial number of your CER controller for future reference during installation. You find the number on the label on the back of the unit.
IP configuration IP configuration Your CER controller uses the common TCP/IP protocols to provide the connection to the client machine over Ethernet. Like any server or device, it needs a 'unique' IP number to be addressed. This chapter shows the basic concepts necessary to install and operate the controller, it does not intend to be a TCP/IP networking guide. Addressing basics Unique address Every device attached to a TCP/IP network is identified by a unique IP address which is a 32-bit number.
Hardware Platform 10 Installation Guide For FieldCommander controllers: Assigning an IP address on a FieldCommander The factory default IP address of the controller is: 10.0.0.1 with netmask 255.0.0.0. This address will suffice when you have a point-to-point connection with the controller or when the local network ID is "10". In this case the host ID of the controller already fits in in the range from 10.0.0.0 to 10.255.255.255. In any other case you'll have to assign your controller a new IP address.
IP configuration In case you forgot the address of FieldCommander, you can force it to accept a new IP address by way of ARP and PING commands, see later this chapter. Now you should identify yourself before you can access any of the actual configuration pages. Log in with the preconfigured "admin" account: User name: Password: admin admin Note that both fields are case sensitive. Note: For security reasons, it is strongly recommended to change this password. See the User's Guide for instructions.
Hardware Platform 10 Installation Guide The "System IP" page shows the following information: IP: DHCP: Bootp: ARP: Internet Protocol Dynamic Host Configuration Protocol Bootstrap Protocol Address Resolution Protocol These fields control the IP settings of FieldCommander: Enable ARP+PING In situations where you don't have access to your FieldCommander unit or you have lost its address, ARP+PING provides a solution to change it from your workstation, see next chapter.
IP configuration Force new IP address using ARP+PING When FieldCommander is outside of your subnet or or you don't recall it's current address, you cannot open the configuration web pages to change the IP settings. To solve this, you can force FieldCommander to accept a new IP address by way of ARP and PING commands.
Hardware Platform 10 Installation Guide For ELS controllers: Assigning an IP address on an ELS controller The IP address on an ELS controller is defined in a configuration file and set to 10.0.0.1 by default. To change this IP address, connect to the ELS using an USB keyboard, SSH or the serial console. Then log in using username / password (default els / elsroot) and edit the file /etc/network/interfaces DHCP: auto eth* iface eth* inet dhcp Fixed IP (10.0.0.
IP configuration For EWS controllers: Assigning an IP address on an EWS controller The IP address on an EWS controller is defined in a configuration file and set to 10.0.0.1 by default. To change this IP address, connect to the ELS using an USB keyboard, SSH or the serial console. Then log in using username / password (default els / elsroot) and edit the file /etc/network/interfaces DHCP: auto eth* iface eth* inet dhcp Fixed IP (10.0.0.1): auto eth* iface eth* inet static address 10.0.0.1 gateway 127.0.0.
Hardware Platform 10 Installation Guide Testing the Ethernet connection The ping test The most basic way to test the network connection is to do a so-called 'ping' test. When the connection is working, the CER controller will answer with an 'echo' or 'pong'. Start a command prompt on your local machine and type the following command: ping Example: ping 10.0.0.1 The response will be something similar to the following: Reply from 10.0.0.1: bytes=32 time=1ms TTL=128 Reply from 10.0.0.
Serial interfaces Serial interface In this part of the installation manual, you will learn some basics of serial communication, the hardware involved and how the CER controller connects to your RS232 device. RS-232 The RS-232c standard The RS-232 standard (RS stands for recommended standards) was published first in 1969 by the EIA (Electronic Industries Association). It was originally drawn up to specify the connections between terminals and modems.
Hardware Platform 10 Installation Guide RS-485 (option only) The RS-485 standard The RS-485 communication protocol is the industry's most widely used bidirectional, balanced transmission line standard. It is specifically designed for industrial multi-drop systems that should be able to transmit and receive data at high rates or over long distances. RS-485 (RS stands for recommended standards) is accepted as a standard in 1983 by the EIA (Electronic Industries Association).
Serial interfaces Network topology and wiring Multi-drop RS-485 implies that there are two main wires in a segment labeled DATA+ and DATA– or simple A and B. The wiring comes as a twisted pair. To reduce electrical noise, it should be twisted as tightly as possible. It is advisable to follow the standard colors used for the communication lines: Yellow for DATA+ (A), Green for DATA– (B). For safe operation, a signal ground line should also be connected in the system.
Hardware Platform 10 Installation Guide Automatic Data Flow Control Function for RS-485 The CER controller automatically senses the direction of incoming data and switches its transmission direction accordingly. Therefore no handshaking signal (e.g. RTS signal) is necessary. This feature lets you simply and quickly build an RS-485 network with just two wires. More importantly, application software previously written for half duplex RS-232 environments can be maintained without need for modification.
Serial interfaces Ports on your controller Hardware Platform 10 has different versions, depending on the model you choose: Model USB* Port 1** Port 2 Port 3 Port 4 ELS1700 2xUSB2.0 RS-232 - - - ELS1722 2xUSB2.0 RS-232 RS-232 - - ELS1724 2xUSB2.0 RS-232 RS-485 - - EWS1700 2xUSB2.0 RS-232 - - - EWS1722 2xUSB2.0 RS-232 RS-232 - - EWS1724 2xUSB2.0 RS-232 RS-485 - - FC2700 2xUSB2.0 RS-232 - - - FC3700 2xUSB2.0 RS-232 - - - FC3722 2xUSB2.
Hardware Platform 10 Installation Guide Pin Assignments RS-232 and RS-485 Serial Ports RS-232 RS-232 full RS-485 Port 1 Port 2/3 (Option only) Port 2 (Option only) 1 - DCD DATA– (B) inverting 2 RxD RxD DATA+ (A) non-inverting 3 TxD TxD - 4 - DTR - 5 GND GND GND 6 - DSR - 7 - RTS - 8 - CTS - 9 - RI - Pin Power Connector - + Pin diameter: 2.1mm Outer diameter: 5.
Pin Assignments Ethernet pin Color pair function 1 Orange/White 2 TX+ 2 Orange 2 TX- 3 Green/White 3 RX+ 4 Blue 1 POE: VCC in (DC 7-20V) 5 Blue/White 1 POE: VCC in (DC 7-20V) 6 Green 3 RX- 7 Brown/White 4 POE: GND (power return) 8 Brown 4 POE: GND (power return) USB Ports Pin Signal 1 +5V DC 2 D– 3 D+ 4 GND CER International bv 29
Hardware Platform 10 Installation Guide VGA Note: In the ELS an Award BIOS is used. The combination of Award BIOS and Linux kernel will detect a VGA monitor at boottime, and won’t boot when no monitor is connected. Pin Signal 1 VGARed 2 VGAGreen 3 VGABlue 4 nc 5 GND 6 GND 7 GND 8 GND 9 KBVCC +5V 10 GND 11 ncc 12 DDC data 13 HS Hor.Sync 14 VS Vert.
Technical Specifications Technical Specifications Hardware CPU (type A) 433MHz AMD Geode LX700 (type B/C) 500MHz AMD Geode LX800 Memory (type A) 128 MB SDRAM (type B/C) 256 MB SDRAM Storage (type A/B) 1GB GB Flash drive (256MB reserved for system) (type C) 4GB GB Flash drive (256MB reserved for system) Indicators Power LED Power supply voltage 7-18V DC on power adapter plug Power consumption 0.25-0.4A max at 12V DC (excl.
Hardware Platform 10 Installation Guide RS-485 Interface (option only) Interface one RS-485 serial port (EIA/TIA-485-A, ISO 8482) Connector D-sub 9 pins Distance 1220 meter max (4000 feet) Data bits 5, 6, 7 or 8 Stop bits 1, 1½ or 2 Parity Even, Odd, Mark, Space, None Flow control Automatic Signals DATA+ (A), DATA– (B), GND Network Interface Interface 10/100Base-T ethernet Connector RJ-45 Indicators Link and status LEDs Extra Power over Ethernet USB Interface (option only) Interface
Physical Dimensions Physical Dimensions All sizes in millimeters CER International bv 33
Hardware Platform 10 Installation Guide Notice to the user Regulatory FCC Notice This device complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) This device may not cause harmful interference, and (2) this device must accept any interference received, including interference that may cause undesired operation. NOTE: This equipment has been tested and found to comply with the limits for a Class A digital device, pursuant to Part 15 of the FCC Rules.
Notice to the user Declaration of Confority Declaration of Conformity according to ISO Guide 22 and EN 45014 Manufacturer's name: Manufacturer's address: CER International bv Postbus 258 4700 AG Roosendaal The Netherlands declares that the product: Product Name: Model Number: Product Options: FieldCommander ELS1700/ELS1722/EWS1700/EWS1722/ FC2700/FC3700/FC3733/FC3724 all conforms to the following Product Specifications: EMC Directive: 89/336/EEC for CE Marking EN 55022: 1998 (Class A) EN 61000-3-2: 2
The latest documentation is available from http://www.cer.com FieldCommander is a product of: CER International bv Postbus 258 NL 4700 AG Roosendaal The Netherlands TEL: +31 (0)165 557417 FAX: +31 (0)165 562151 http://www.cer.com Part no. FCHWP10IG, revision 3.5.