Industrial Ring Switch

Size: px
Start display at page:

Download "Industrial Ring Switch"

Transcription

1 FieldSwitch - FSR200 series April 2002 Industrial Ring Switch Switches in the FSR200 series can be connected together in a ring structure in order to achieve redundancy. The switches support super fast network topology change in case the ring gets broken or the ring structure is re-stored. Ring management is available via management software. Switches from the FSR200 series contain 8 ports and are appoved for industrial and commercial use. Both 10/100 Mbps twisted pair ports (TX) and fiber optical ports (FX) are supported. The fiber optical ports can be based on multi mode or single mode. A switch from the FSR200 series is a key component in an Ethernet solution where maimum reliability, low life cycle cost and redundancy are required. High MTBF numbers are achieved by using industrial graded components, advanced cooling techniques and no electrolytes. Deterministic Ethernet is implemented by using layer 2 (priority tagging) or layer 3 (IP ToS) priority. A switch from the FSR200 series can either be mounted on a DIN rail, or in a 19 rack.

2 2 April 2002 Product Specification Features Switches from the FSR200 series provide the following features: - 8 ports; either twisted pair (TX) or fiber optical ports (FX), i.e.: - FSR208: 8 TX. - FSR207F1: 6 TX + 1 FX. - FSR208F2: 6 TX + 2 FX. - FSR208F8: 8 FX. - TX ports: - RJ-45 connectors with auto-polarity. - Support long cable specification -185 m. - 10/100 Mbps and HDX/FDX per port. - Auto-negotiation of speed and duple per port. - Push buttons for auto-negotiation, speed and duple connectivity. - FX ports: Mbps. - Multi mode or single mode fiber transceivers. - Several fiber connectors supported (MT-RJ, LC, ST and SC). - Store-and-forward transmission at full wire speed. - Led panel indicating traffic, link, speed, duple connectivity and errors. - Two priority queues where latency sensitive real time data is put in the high priority queue if at least one of the following criteria s is fulfilled: - The packets contain high priority tags according to IEEE802.1p. - The packets are IP packets with the Type of Service (ToS) field set to high priority. Worst case switch latency for high priority data independent of switch load can be guaranteed. - Head of line blocking prevention. - Redundant ring structure support with fast network topology change in case the ring gets broken or the ring structure is restored. The time it takes to re-configure to a new network topology is lapproimatly 30 milliseconds. - Ring configuration is available via management software. - Robust and reliable design for maimum life time. E.g. no fan or moving parts, no electrolytes and full metal housing. - Fulfilling industry environmental requirements, see Environment Specification. - Wide temperature range: - [ ]Cº. - Wide DC power supply range: - [ ]VDC. - Redundant power input. - Reverse power polarity protection. - Device errors on the STAT pin on the power connector. - Enclosure: IP Mechanical dimensions: - W: 217mm, H: 88mm, D:124mm - Weight 1550gr. - DIN rail or 19 rack mounting - Low power consumption: - FSR208: typ: 8.5W, ma 10.5W. - FSR208F8: typ: 12W, ma 12.5W. FSR200 alternatives: FX fiber length [km] Fiber diameter [um] 62.5/125, 50/ /125, 50/125 9/125 9/125 Wavelength (nm) Modeconnector 850 MM-LC MM-MTRJ MM-SC MM-ST SM-MTRJ SM-SC SM-TBD SM-TBD FSR208 FSR207F1 FSR208F2 FSR208F8

3 3 April 2002 Functional Description Ethernet switching Switches from the FSR200 series perform switching based on store-and-forward. This means that the complete packet is stored before it is checked for validity. The packet is discarded if it contains bit errors (i.e. the calculated Frame Check Sequence (FCS) differ from the FCS of the packet), the packet size is smaller than the minimum Ethernet packet size (64 bytes), or the packet size is larger than the maimum Ethernet packet size + tag (1522 bytes). The destination MAC address is used for switching. A packet containing a multicast, broadcast or an unknown destination MAC address will be sent on all ports, while packets with an unicast destination MAC address will only be sent to the port where this address is learned. A MAC address is associated to a port if a packet with this address as the source MAC address is received on this port. Several addresses can be learned per port in order to handle a network with many end nodes and network elements. The switch can learn up to 3500 MAC addresses. A learned MAC address will be removed from the MAC address table if it no packets with this address as the source MAC address is received for a period of time. The aging time is 104 seconds. Led- and push button panel The led panel can operate in two modes: - Normal mode - Select port mode Normal mode The eighth port LED s will in normal mode indicate link and activity. A port led will be on (green) if the link for the respective port is up and flash if there is traffic on this port. The speed, duple and auto-negotiation LED s will all flash (red) if any errors occur. Select port mode The led panel will enter Select port mode if the Select port push button is pressed. Port LED 1 will be on (green) the first time the Select port push button is pressed, all other port LED s will be off and the speed, duple and auto-negotiation settings for this port will be shown on the corresponding LED s (red). The speed, duple and auto-negotiation LED s will flash if there are any errors related to the chosen port. The port settings for port N can be inspected by pressing the Select port push button N times. Port 1 will again be selected when the Select port push button is pressed times. The led panel will enter Normal mode when no push buttons are pressed for a period of 30 seconds. The user can change the speed, duple and autonegotiation settings for the selected port by pressing the Speed or Duple push buttons. Auto-negotiation is changed by pressing both the Speed and the Duple push buttons. New settings for the selected port is stored to non-volatile memory if the Save push button is pressed. The speed and duple connectivity for the fiber optical ports can not be changed. Deterministic Ethernet The switch contains two priority queues. A packet that is identified as a high priority packet is put in the high priority queue. The switch alternates between the two queues by using strict priority. I.e. packets from the low priority queue are only sent if the high priority queue is empty. A packet is identified as a high priority packet based on priority tagging according to IEEE 802.1p (layer 2 priority) or IP Type of Service (ToS -layer 3 priority). Layer 2 priority The IEEE 802.1p and IEEE 802.1q standards specify an etra field for the Ethernet MAC header. This field is called Tag Control Info (TCI) field, and is inserted between the source MAC address and the MAC Type/Length field of an Ethernet packet, see figure net page. This field contains a 3 bit priority field that is used for priority handling. The switch will put a tagged packet with the priority field set to four or higher in the high priority queue, while all other packets will be put in the low priority queue.

4 4 April 2002 Functional Description Destination Source Type FCS Tag Layer 3 priority Each IPv4 header contains a ToS field, see figure below. The Differentiated Services standard (Diffserv, see RFC 2474), partition the ToS field into two fields: DSCP (6 bit) and CU (2 bit). The DSCP field is used to determine the required priority. The switch is configured to put IP packets with the following ToS values in the high priority queue: (IPTOS_RELIABILITY) (IPTOS_THROUGHPUT) (IPTOS_LOWDELAY) - 0F8-0FC High priority setting of the IP ToS field of real time critical packets must be set in the IP protocol of the sending station. This can be done on TCP/UDP socket level by a setsockopt( ) command both on the client and server socket side in most Operating Systems (OS). E.g.: tos = 0FC; setsockopt(.., IP_TOS, &tos,...) MAC XXX IP Version IHL TOS Total length Time to live 12-bit 802.1Q VLAN Identifier Canonical - 1 bit 3-bit Priority Field (802.1p) Tagged frame Type Interpretation - 16 bit Identification D F M F Fragment offset Protocol Source IP address Destination IP address Options 32 bit Header checksum Head of line blocking prevention The switch supports head of line blocking prevention for low priority packets. This means that low priority packets received on any port will not be forwarded to ports that are congested. This will reduce the amount of packets in the output buffer. This function is particular useful in case of multicast traffic. High priority packets will always be forwarded. TX ports The TX ports support long cable specification. I.e. 185 m, when CAT5e or better cables are used. The pin configuration of the RJ-45 connectors is as follows: - R+ and R- on pin 1 and 2 - T+ and T- on 3 and 6 - Pin 4, 5, 7 and 8 are unused The switch contains MDX/MDIX and auto polarity that corrects reversed polarity on the transmit and receive twisted-pairs for each port. Thus, there is no need for any cross-over cables to e.g. other switches. Redundant ring Port 7 and 8 can be configured for redundant ring operation. These two ports are the connection points to the ring. One of the FSR200 switches must be defined as the root switch, while all the other FSR200 switches connected to the ring, are defined as ring members. The FSR200 switches handles fast network topology change in case the ring gets broken or the ring structure is re-stored from a bus structure. The time it takes to re-configureto a new network topology is approimatly 30 milliseconds. Ring parameter configuration is available via management software from OnTime. Switch management Ring management is available via the OnTime management software. The ring parameters can be set via this interface. Status information regarding thenetwork topology (ring or bus topology) and link information are also available. The software is designed for PC/NT and PC/Win2000. FX ports The FX ports are either based on multi mode or single mode fiber transceivers. Several fiber connectors are supported: MT-RJ, LC, ST and SC. The multi mode fiber transceivers are either based on 850 or 1300 nm wavelengths for fiber drop link lengths of 0.55 or 2.0 km respectively. Fibers with 50/125 and 62.5/125 um diameters can be used. All single mode fiber transceivers are based on 1300 nm wavelength. Fiber drop link lengths up to 40 km with a diameter of 9/125 um can be used. The FSR208F8 is only available with small form factor fiber connectors. I.e. either MT-RJ or LC. A FX port is always configured for 100 Mbps and full

5 5 April 2002 Functional Description duple connectivity. This can not be changed on push button panel. Status output The terminal marked STAT on the power connector is a status output. The STAT terminal is closed during normal operation and released (open) during a fault condition. The negative end of the STAT contact is attached to -COM. The electronic relay is capable of handling 200 ma continous load current and up to 72 VDC. Watch-dog The on board microcontroller monitors the swich functions, and is able to restart the swich in case of a fault condition. Power connector The switch is designed to operate permanently over a wide input range from 19 to 72V DC. Typical power consumption is 6W, and maimum power consumption is 8W for the FSR208, while the corresponding numbers for the FSR208F8 are 9,5W and 10W. The positive inputs are marked +VinA and +VinB, and both negative inputs are marked -COM. Power input connector is of type Phoeni MC 1,5/5-G- 3,81and is matable with a Phoeni QC 0,5/5-ST-3,81 (delivered with the switch). This connector handles wires between AWG 20 and AWG 22 ( mm2). Depending on wire areas and preffered install methods other compatible connectors are avaliable from Phoeni. The switch is equipped with two power inputs to acheive redundancy. Different voltage levels within the range could be applied to any inputs. The power supply will draw current from the input that has the highest voltage applied. This enables the possibility to feed the switch with 48V and use a 24V battery as backup, no current will be taken from the battery until the 48V input fails. Either inputs can be used if no redundancy is required. The FSR200 power implementation support 1500VDC isolation, and the power inputs have reverse polarity protection. in a 19 rack by using mounting kit A. Two units can also be mounted together side by side in order to fit in a 19 rack. This can be done by using mounting kit B. The mounting kits must be ordered separately. Support Please contact us at the following address if you have any support questions: support@ontimenet.com Eample: FSR208FN-XX-YY-ZZ-M # ports # FX ports Multi-(MM) or single mode (SM) fiber transceiver MTRJ, LC, SC or ST fiber connector Fiber drop link length Mounting kit (none, A or B) FSR208F2-MM-MTRJ-2-B I.e. 6 TX and 2 FX multi mode fiber transceivers with MTRJ connectors for fiber drop link lengths up to 2 km and mounting kit B. Installation The switch can be mounted on a DIN rail. This is the default mounting alternative. It also possible to mount a single switch on a wall, or

6 6 April 2002 Environmental specification Installation and Environmental conditions - Indoor use, or corresponding environment - Altitude up to 2000m - Operating temperature range [ ] Cº - Humidity 5-95% RHD none condensing - Enclosures: IP40 Electromagnetic compatibility (EMC) EMC direktive harmonised standards: - Immunity industrial EN Emission industrial EN Emission home/office EN Safety - Low Voltage Directive standard EN Class I equipment, in which eposed conductive parts are bonded to a connecting means for a protective conductor. - Magnetic field EN A/m - RF field disturbance EN V/m, 80% AM, MHz Mechanical - Oscillation IEC Class 1 - Shock IEC Class 1 - Enclosures IEC 529, IP 40 Climatic - Cold IEC Ad (-25Cº 16h) - Storage IEC Ad (-40Cº 16h) - Dry heat IEC Bd (+70Cº operating 16h) - Humidity IEC Db (25-55Cº 95% 6 cycles 24h) - Eye safety IEC Class 1 Test standards Immunity Conducted - Fast Transient EN AC/DC 2kV, signal 1kV - Surge immunity EN AC: 2kV/1kV, DC: 0,5kV/0,5kV, signal 1kV/- - Voltage dips/interruptions EN for AC supply - Conducted RF disturbance EN V, 80% AM, 0,15-80MHz Immunity Radiated - ESD EN /8kV

ESW500 Series. Industrial Managed Ethernet Switches

ESW500 Series. Industrial Managed Ethernet Switches ESW500 Series ESW500 Series0912ds - 1/5 Industrial Managed Ethernet Switches Features Light industrial design EN61000-6-1 specifications Shock and Vibration Tested -10 to 60 C or -40 to 75 C (-T models)

More information

RuggedMC RMC40 RUGGEDCOM ISO 9001 REGISTERED. Features and Benefits. 4-Port Ethernet Media and Speed Converter

RuggedMC RMC40 RUGGEDCOM ISO 9001 REGISTERED. Features and Benefits. 4-Port Ethernet Media and Speed Converter Features and Benefits 4-Ethernet Ports with Optional Dual Fiber Optics Three configurations to choose from: z2 10/100TX ports + 1 100FX port (SC/ST) z2 10/100TX ports + 2 100FX port (MTRJ/LC) z4 10/100TX

More information

Industrial Managed Ethernet Switch

Industrial Managed Ethernet Switch HME-823 HME-823E Industrial Managed Ethernet Switch Features High Performance Network Switching Technology Complies with IEEE 802.3, IEEE 802.3u, IEEE 802.3X, IEEE 802.1p, IEEE 802.1q, IEEE 802.1d, IEEE

More information

FL MC 2000E (SM40) LC

FL MC 2000E (SM40) LC IEC 61850 fiber optic converter with LC fiber optic connection (1310 nm) to convert 100Base-Tx to single- or multi-mode fiber glass Data sheet 3205_en_C 1 Description PHOENIX CONTACT 2014-04-04 2 Features

More information

IES User Manual. 8 FE + 1 MM SC Unmanaged Switch -40 to 75, DIN-rail. v

IES User Manual. 8 FE + 1 MM SC Unmanaged Switch -40 to 75, DIN-rail. v IES-0920 8 FE + 1 MM SC Unmanaged Switch -40 to 75, DIN-rail User Manual v1.00-1206 Preface This manual describes how to install and use the Industrial Ethernet Switch. This switch integrates full wire

More information

Industrial Switches. 9 Industrial. Industrial Switch, 5 Ports 100Base-TX 554 Industrial Switch, 8 Ports 100Base-TX 555

Industrial Switches. 9 Industrial. Industrial Switch, 5 Ports 100Base-TX 554 Industrial Switch, 8 Ports 100Base-TX 555 Industrial Switches Industrial Switch, Base- Industrial Switch, Base- Industrial Switch, Base-, Slots Base-FX Industrial Managed Switch, Base-, Slots Base-FX Industrial Eco Switch, Base- Industrial Eco

More information

Quick Start Guide. Physical Description. The Port Status LEDs

Quick Start Guide. Physical Description. The Port Status LEDs Quick Start Guide This quick start guide describes how to install and use the Hardened PoE Ethernet Switch. Capable of operating at temperature extremes of -40 C to +75 C, this is the switch of choice

More information

Industrial Switches Industrial Switches

Industrial Switches Industrial Switches Industrial Switches Industrial Switches Copper cables Fiber optic cable Ring redundancy Industrial Switches Contents 23 General Product Information 2 Interfaces and Configurations 2 Application and Installation

More information

Industrial Gigabit Managed Ethernet Switch

Industrial Gigabit Managed Ethernet Switch HMG-828 HMG-828E Industrial Gigabit Managed Ethernet Switch Features High Performance Network Switching Technology Complies with IEEE 802.3, IEEE 802.3u, IEEE 802.3X, IEEE 802.1p, IEEE 802.1q, IEEE 802.1d,

More information

Hardened Web-Smart High Power PoE Ethernet Switch

Hardened Web-Smart High Power PoE Ethernet Switch Quick Start Guide This quick start guide describes how to install and use the Hardened Web-Smart High Power PoE (Power over Ethernet) Ethernet Switch. This is the switch of choice for harsh environments

More information

10 & 18 port SNMP and Modbus/TCP Capable Ethernet Switches SEC310-2SFP-T, SEC318-2SFP-T

10 & 18 port SNMP and Modbus/TCP Capable Ethernet Switches SEC310-2SFP-T, SEC318-2SFP-T SEC310-2SFP-T SEC318-2SFP-T PRODUCT FEATURES Wide Temperature Range -40 to 75 C DIN Rail or Wall/Panel Mountable Dual 12 to 48VDC Power Inputs for Redundancy Energy Efficient Ethernet (EEE), IEEE 802.3az

More information

User Manual Entry Line Industrial Fast Ethernet Switch 5x 10/100Base-TX

User Manual Entry Line Industrial Fast Ethernet Switch 5x 10/100Base-TX User Manual Entry Line Industrial Fast Ethernet Switch 5x 10/100Base-TX Entry Line Fast Ethernet Switch Fast Ethernet Switch for Industrial Use Page 2/11 Table of Contents General... 3 Benefits... 3 Front

More information

Hardened PoE Ethernet Switch

Hardened PoE Ethernet Switch Quick Start Guide This quick start guide describes how to install and use the Hardened PoE Ethernet Switch. This is the switch of choice for harsh environments constrained by space. Physical Description

More information

INDUSTRIAL 1000BASE-T TO 1000BASE-X MEDIA CONVERTERS. KCD-400 Series. Installation Guide

INDUSTRIAL 1000BASE-T TO 1000BASE-X MEDIA CONVERTERS. KCD-400 Series. Installation Guide INDUSTRIAL 1000BASE-T TO 1000BASE-X MEDIA CONVERTERS KCD-400 Series Installation Guide DOC.060227-KCD-400-1- (C) 2005 KTI Networks Inc. All rights reserved. No part of this documentation may be reproduced

More information

RuggedMC RMC RUGGEDCOM ISO 9001 REGISTERED. Features and Benefits. Ethernet Media Converter (Copper to Fiber) Universal Power Supply Options

RuggedMC RMC RUGGEDCOM ISO 9001 REGISTERED. Features and Benefits. Ethernet Media Converter (Copper to Fiber) Universal Power Supply Options Features and Benefits The RuggedMC is an industrially hardened fiber optical media converter specifically designed to operate in harsh environments such as those found in electric utility substations and

More information

Rugged Industrial Media Converter

Rugged Industrial Media Converter MLB-F4002-SM Rugged Industrial Media Converter USER MANUAL MLB-F4002-SM True Mini Industrial Media Converter FCC MARKING This Equipment has been tested and found to comply with the limits for a Class A

More information

Features and Benefits. Certifications

Features and Benefits. Certifications EDS-P206A Series 6-port unmanaged Ethernet switches with 4 IEEE 802.3af/at PoE+ ports Features and Benefits IEEE 802.3af/at compliant PoE and Ethernet combo ports Up to 30 W output per PoE port 12/24/48

More information

Hardened Web-Smart PoE & High Power PoE Ethernet Switch

Hardened Web-Smart PoE & High Power PoE Ethernet Switch Quick Start Guide This quick start guide describes how to install and use the Hardened Web-Smart PoE (Power over Ethernet) and High Power PoE Ethernet Switch. This is the switch of choice for harsh environments

More information

Features and Benefits. Certifications

Features and Benefits. Certifications EDS-P308 Series 8-port unmanaged Ethernet switches with 4 IEEE 802.3af PoE ports Features and Benefits 4 IEEE 802.3af-compliant PoE and Ethernet combo ports Up to 15.4 W output at 48 VDC per PoE port Intelligent

More information

Industrial 6-port unmanaged Gigabit PoE Ethernet switch with 4x10/100/1000Base-T(X) P.S.E. and

Industrial 6-port unmanaged Gigabit PoE Ethernet switch with 4x10/100/1000Base-T(X) P.S.E. and Industrial 6-port unmanaged Gigabit PoE Ethernet switch with 4x10/100/1000Base-T(X) P.S.E. and 2x100/1000Base-X, SFP socket, 24VDC power input Features provide 4x10/100/1000Base-T(X) PoE (P.S.E.) ports

More information

Device Server for the conversion of serial interfaces (RS-232/422/485) to IP.

Device Server for the conversion of serial interfaces (RS-232/422/485) to IP. Manual Entry Line Industrial Gigabit Ethernet Switch 4x 10/100/1000Base-T, 1x SFP Ports MICROSENS General The IP protocol has already left the in-house environment and is going to take all remaining communication

More information

PTC-101 Quick Installation Guide

PTC-101 Quick Installation Guide PTC-101 Quick Installation Guide Moxa Industrial Media Converter Edition 5.1, November 2017 Technical Support Contact Information www.moxa.com/support Moxa Americas: Toll-free: 1-888-669-2872 Tel: 1-714-528-6777

More information

XPress-Pro SW Series Hardened Ethernet Switches Enabling Communication for the Demanding Industrial Environment

XPress-Pro SW Series Hardened Ethernet Switches Enabling Communication for the Demanding Industrial Environment XPress-Pro SW Series Hardened Ethernet Switches Enabling Communication for the Demanding Industrial Environment Part of the DeviceLinx family of networkenablement products, XPress-Pro SW series managed

More information

Industrial 10/100/1000BASE-T to 100/1000BASE-X SFP Media Converter

Industrial 10/100/1000BASE-T to 100/1000BASE-X SFP Media Converter Industrial 10/100/BASE-T to 100/BASE-X SFP Media Converter Physical Port 1-port 10/100/BASE-T RJ45 with auto MDI / MDI-X function 1 SFP interface, 100/BASE-X dual mode (auto detection) Layer 2 Features

More information

Industrial 3-Port Fast Ethernet Media Converter Switches

Industrial 3-Port Fast Ethernet Media Converter Switches Industrial 3-Port Fast Ethernet Media Converter Switches KSD-103-A series KSD-103-B series Installation Guide DOC.081111 1/20 (C) 2008 KTI Networks Inc. All rights reserved. No part of this documentation

More information

IES User Manual. 6 GE + 2 SFP Unmanaged Switch -20 to 60C, DIN-rail. v

IES User Manual. 6 GE + 2 SFP Unmanaged Switch -20 to 60C, DIN-rail. v IES-0823 6 GE + 2 SFP Unmanaged Switch -20 to 60C, DIN-rail User Manual v1.00-1206 Preface A member of the growing family of rugged switches, this switch addresses a need for a smaller switch. This switch

More information

RuggedNet. RuggedNet GPoE+/Mi KEY FEATURES. Managed Industrial 10/100/1000 Power Source Equipment (PSE) PoE/PoE+ Ethernet Fiber Switch

RuggedNet. RuggedNet GPoE+/Mi KEY FEATURES. Managed Industrial 10/100/1000 Power Source Equipment (PSE) PoE/PoE+ Ethernet Fiber Switch RuggedNet TM Managed Industrial 10/100/1000 Source Equipment (PSE) PoE/PoE+ Ethernet Fiber Switch The is an industrial ruggedized and temperature-hardened Ethernet switch that features one or two 1000BASE-X

More information

IMC-P111FX Series IMC-P111P Series

IMC-P111FX Series IMC-P111P Series DIN-Rail Ethernet to Fiber Media Converter v.1 / Oct, 017 IMC-P111FX Series IMC-P111P Series IMC-P111FX Series IMC-P111P Series Features Designed for Railway application and fully compliant with the requirement

More information

KSD-800 Series. Installation Guide. Industrial 8-Port Fast Ethernet Switches with Fiber Connectivity DOC A -1-

KSD-800 Series. Installation Guide. Industrial 8-Port Fast Ethernet Switches with Fiber Connectivity DOC A -1- KSD-800 Series Industrial 8-Port Fast Ethernet Switches with Fiber Connectivity Installation Guide DOC.110516A -1- (C) 2005 KTI Networks Inc. All rights reserved. No part of this documentation may be reproduced

More information

MC-4TX Series Industrial 4 Port Ethernet to Media Converter. Industrial 4 Port Ethernet to Fiber Media Converter. Part of GE Security

MC-4TX Series Industrial 4 Port Ethernet to Media Converter. Industrial 4 Port Ethernet to Fiber Media Converter. Part of GE Security Part of GE Security Network Transmission Products Industrial 4 Port Ethernet to Fiber Media Converter Overview GE Security s MC-4TX is an entry-level industrial Ethernet to Fiber Media Converter, specifically

More information

JetNet 4006f. Industrial 6-port Managed Fast Ethernet Fiber Ring Switch. Overview. Industrial L2 / L3 Rackmount / Rail Ethernet Switch

JetNet 4006f. Industrial 6-port Managed Fast Ethernet Fiber Ring Switch. Overview. Industrial L2 / L3 Rackmount / Rail Ethernet Switch L2 / L3 / Rail JetNet 4006f 6-port Fast Fiber Ring Dual Fiber MSR < 5ms RoHS LLDP & Korenix DHCP Option 82 4 10/100 Base TX ports plus 2 redundant 10/100 Base FX uplink ports Patented Multiple Super Ring

More information

User Manual. MS657208X Industrial Gigabit Ethernet Switch 8x 10/100/1000Base-T

User Manual. MS657208X Industrial Gigabit Ethernet Switch 8x 10/100/1000Base-T User Manual MS657208X Industrial Gigabit Ethernet Switch 8x 10/100/1000Base-T CE MARKING This equipment complies with the requirements relating to electromagnetic compatibility, EN 55022 class A for ITE,

More information

Legacy Serial. Legacy Serial Redundant Ring Ethernet Extender DDW-222. High Speed Ethernet extension over copper. Configuration and diagnostics

Legacy Serial. Legacy Serial Redundant Ring Ethernet Extender DDW-222. High Speed Ethernet extension over copper. Configuration and diagnostics Redundant Ring Ethernet Extender High Speed Ethernet extension over copper The is an Industrial Ethernet SH extender with support for redundant rings. The redundant protocol can be used either on the SH

More information

IGS-9844GPF(X) Series

IGS-9844GPF(X) Series IGS-9844GPF(X) Series Features Industrial 16-port managed Gigabit Ethernet switch with 8x10/100/1000Base-T(X) ports and 4x100/1000Base-X SFP socket and 4x 100Base-FX or 4x1000Base-X fiber ports Supports

More information

Output Voltage* (nom.)(adjustable)

Output Voltage* (nom.)(adjustable) Industrial Power Supplies TBLC Series, 6 90 W Low profile case, module depth only 55 mm Suitable for mounting in domestic installation panels Very high efficiency and low standby power -> compliance to

More information

User Manual. MS657140X Industrial Fast Ethernet Switch 8x 10/100Base-TX

User Manual. MS657140X Industrial Fast Ethernet Switch 8x 10/100Base-TX User Manual MS657140X Industrial Fast Ethernet Switch 8x 10/100Base-TX CE MARKING This equipment complies with the requirements relating to electromagnetic compatibility, EN 55022 class A for ITE, the

More information

General. 5 and 8 port Fast Ethernet switches. 6 and 8 Port Gigabit Ethernet switches. Switches with fiber uplink

General. 5 and 8 port Fast Ethernet switches. 6 and 8 Port Gigabit Ethernet switches. Switches with fiber uplink Entry Line Industrial Gigabit Ethernet Switch 4x 10/100/1000Base-T with PoE+, 1x 10/100/1000Base-T or 100/1000Base-X Combo Port, 1x 100/1000Base X SFP Slot General The IP protocol has already left the

More information

IMC-P111FX / IMC-P111P Series

IMC-P111FX / IMC-P111P Series DIN-Rail Ethernet to Fiber Media Converter v1.0 / Jan, 013 IMC-P111FX / IMC-P111P Series Features IEC 61850-3 Ethernet to fiber media converter with 1x10/100Base-T(X) to 1x100Base-FX fiber or 1x100Base-FX

More information

Gazelle S1010i GE NMS-manageable Industrial Switch

Gazelle S1010i GE NMS-manageable Industrial Switch GE NMS-manageable Industrial Switch Brief introduction The GE NMS-manageable industrial switch is specially designed for the Automatic Control System (ACS) in the industrial field, which can operate stably

More information

Industrial 5-Port Fast Ethernet Switches with SFP Slot and optional 4 PoE PSE Ports. Basic Model: KSD-541 PoE Model: KSD-541-P. Installation Guide

Industrial 5-Port Fast Ethernet Switches with SFP Slot and optional 4 PoE PSE Ports. Basic Model: KSD-541 PoE Model: KSD-541-P. Installation Guide Industrial 5-Port Fast Ethernet Switches with SFP Slot and optional 4 PoE PSE Ports Basic Model: KSD-541 PoE Model: KSD-541-P Installation Guide DOC.080104-1- (C) 2008 KTI Networks Inc. All rights reserved.

More information

SE5908A Series SE5916A Series. 8 or 16-Port IEC Certified Industrial Rack-Mount Secure Serial Device Server FEATURE HIGHLIGHTS

SE5908A Series SE5916A Series. 8 or 16-Port IEC Certified Industrial Rack-Mount Secure Serial Device Server FEATURE HIGHLIGHTS SE5908A Series SE5916A Series 8 or 16-Port IEC61850- Certified Industrial Rack-Mount Secure Serial Device Server FEATURE HIGHLIGHTS Remotely monitor, manage, and control industrial field devices IEC61850-

More information

IES-3080/3062 Series. Industrial 8-port managed Ethernet switch. Features. Introduction

IES-3080/3062 Series. Industrial 8-port managed Ethernet switch. Features. Introduction Managed v1.41 / Dec, 2011 IES-3080/3062 Series 8-port managed Ethernet switch Features Fastest Redundant Ethernet Ring: O-Ring (recovery time < 10ms over 250 units of connection) Open-Ring supports the

More information

Hardened Managed 10-port 10/100BASE (8 x PoE) and 2-port Gigabit Ethernet Switch SFP

Hardened Managed 10-port 10/100BASE (8 x PoE) and 2-port Gigabit Ethernet Switch SFP Hardened Managed 10-port 10/100BASE (8 x PoE) and 2-port Gigabit Ethernet Switch UL508 SFP Option 15W PoE 30W PoE Overview EtherWAN's provides a hardened 12-port switching platform supporting IEEE802.3at

More information

Industrial 5-Port Fast Ethernet Switches. with SFP Slot and optional 4 PoE PSE Ports. Basic Model: KSD-541. PoE Model: KSD-541-HP. Installation Guide

Industrial 5-Port Fast Ethernet Switches. with SFP Slot and optional 4 PoE PSE Ports. Basic Model: KSD-541. PoE Model: KSD-541-HP. Installation Guide Industrial 5-Port Fast Ethernet Switches with SFP Slot and optional 4 PoE PSE Ports Basic Model: KSD-541 PoE Model: KSD-541-HP Installation Guide DOC.141201-1- (C) 2014 KTI Networks Inc. All rights reserved.

More information

Stride SE2 Series Unmanaged Industrial Ethernet Switches and Media Converters

Stride SE2 Series Unmanaged Industrial Ethernet Switches and Media Converters Ethernet Switches and Media Converters SE2 Series DIN Rail mounted switches Features Broadcast storm protection Wide temp range option Optional panel mounting accessory 12, 24, 48 VDC & 18-30 VAC redundant

More information

Rugged MediaConverter

Rugged MediaConverter Rugged MediaConverter Installation Guide RuggedCom Inc. 30 Whitmore Road, Woodbridge, Ontario Canada L4L 7Z4 Web: http://www.ruggedcom.com/ Tel: (905) 856-5288 Fax: (905) 856-1995 Toll Free: (888) 264-0006

More information

imc2f Features Industrial IEC Ethernet to Fiber Media Converter Tel: Fax:

imc2f Features Industrial IEC Ethernet to Fiber Media Converter Tel: Fax: imc2f www.is5com.com Industrial IEC 61850-3 Ethernet to Fiber Media Converter Features Fully compliant with the requirement of IEC 61850-3 and IEEE 1613 EN50155-compliant Ethernet switch for rolling stock

More information

Gazelle S1003i Series L2 Manageable Industrial Switch/Serial Device Server

Gazelle S1003i Series L2 Manageable Industrial Switch/Serial Device Server Gazelle S1003i Series L2 Manageable Industrial Switch/Serial Device Server Product Overview The Gazelle S1003i Series combines an industrial switch with an optional RS-232/485 serial port. The switch part

More information

8x10/100/1000Base-T(X) ports and 12x100/1000Base-X, SFP socket

8x10/100/1000Base-T(X) ports and 12x100/1000Base-X, SFP socket IGS-R9812GP Industrial Layer-3 20-port managed Gigabit Ethernet switch with 8x10/100/1000Base-T(X) ports and 12x100/1000Base-X, SFP socket Features Supports Layer 3 routing, RIPv2, OSPFv2, static routing

More information

Spotlight Versatile Connectivity Provides 16-port 10/100BASE-TX/FX/BX/SFP plus 2-port Gigabit-SX/LX/BX/SFP combo

Spotlight Versatile Connectivity Provides 16-port 10/100BASE-TX/FX/BX/SFP plus 2-port Gigabit-SX/LX/BX/SFP combo Industrial Managed 16-port 10/100BASE with 2-port Gigabit combo Ethernet Switch Overview EtherWAN s provides an industrial Fully Managed 18-port switching platform combining high performance switching

More information

XPress-Pro SW User Guide

XPress-Pro SW User Guide XPress-Pro SW 92000 User Guide Part Number 900-505 Revision A May 2007 Copyright & Trademark Contacts 2005, Lantronix. All rights reserved. No part of the contents of this book may be transmitted or reproduced

More information

Spotlight Versatile Connectivity Provides 8-port 10/100BASE-TX/FX/BX/SFP plus 2-port Gigabit-SX/LX/BX/SFP

Spotlight Versatile Connectivity Provides 8-port 10/100BASE-TX/FX/BX/SFP plus 2-port Gigabit-SX/LX/BX/SFP Industrial Managed 8-port 10/100BASE and 2-port Gigabit Ethernet Switch with SFP options UL508 SFP Option Overview EtherWAN s provides an industrial Fully Managed 10-port switching platform combining high

More information

Industrial Serial RS-232 to Fiber Converter. KSC-200 Series. Installation Guide

Industrial Serial RS-232 to Fiber Converter. KSC-200 Series. Installation Guide Industrial Serial RS-232 to Fiber Converter KSC-200 Series Installation Guide DOC.100803-KSC-200-1- (C) 2006 KTI Networks Inc. All rights reserved. No part of this documentation may be reproduced in any

More information

Designed for Railway application and fully compliant with the requirement of EN50155/EN standard

Designed for Railway application and fully compliant with the requirement of EN50155/EN standard IGS-9084GP Industrial 12-port managed Gigabit Ethernet switch with 8x10/100/1000Base-T(X) and 4x100/1000Base-X, SFP socket Features Designed for Railway application and fully compliant with the requirement

More information

ADAM-6520 Series. 5-port 10/100 Mbps Industrial Ethernet Switches. Features. Introduction. Specifications. Ordering Information.

ADAM-6520 Series. 5-port 10/100 Mbps Industrial Ethernet Switches. Features. Introduction. Specifications. Ordering Information. ADAM-6520 Series 5-port 10/100 Mbps Industrial Ethernet Switches Supports full/half duplex flow control Supports MDI/MDI-X auto crossover Provides broadcast storm protection Embedded with a switch controller,

More information

Stride Industrial Ethernet Switches

Stride Industrial Ethernet Switches 8-Port Ethernet Switch with Fiber Port STRIDE Industrial Ethernet Switch with eight 10/100BaseT RJ45 Ethernet ports and one 100BaseFX Fiber optic port (ST type multimode fiber connector for links up to

More information

ICPDAS FSM-510G Series Ethernet Management Switch Quick Start

ICPDAS FSM-510G Series Ethernet Management Switch Quick Start ICPDAS FSM-510G Series Ethernet Management Switch Quick Start Version 1.0, Dec 2014 Overview The Management Ethernet Switch solutions are designed for supporting standard industrial applications. Managed

More information

Ha-VIS econ 2000 Fast and Full Gigabit Ethernet Basic. Features

Ha-VIS econ 2000 Fast and Full Gigabit Ethernet Basic. Features 2000 Fast and Full Gigabit Ethernet Basic Commercial Temp.: / Industrial Temp.: Power Sourcing Equipment (PSE) with 4 Ports PoE+ (34.2 watts per port) General description Unmanaged Ethernet switches of

More information

Industrial Media Converters

Industrial Media Converters Wireless AP Industrial s Introduction & Features Fiber s Ethernet s Serial s s Distance Extension With Higher Immunity Introduction The media converters have incorporated SUNIX advanced technologies such

More information

16- or 24-port Managed Switching Hubs

16- or 24-port Managed Switching Hubs 16- or 24-port Managed Switching Hubs Extended temperatures ( 40 C to +75 C) IGMP snooping & query functionality RapidRing redundant ring technology (recovery time less than 300 ms) Rapid Spanning Tree

More information

PE310G4DBi9 Quad port Fiber 10 Gigabit Ethernet PCI Express Content Director Server Adapter Intel based

PE310G4DBi9 Quad port Fiber 10 Gigabit Ethernet PCI Express Content Director Server Adapter Intel based PE310G4DBi9 Quad port Fiber 10 Gigabit Ethernet PCI Express Content Director Server Adapter Intel based Description Silicom s 10 Gigabit Ethernet PCI Express content aware director Bypass server adapters

More information

ISE2005D Series Unmanaged Industrial Fiber/Ethernet Switch

ISE2005D Series Unmanaged Industrial Fiber/Ethernet Switch ISE2005D Series Unmanaged Industrial Fiber/Ethernet Switch Key Features: Modular SC, ST, FX, Dual and single mode fiber. 5 100/10 Mbps autosensing Ethernet ports Exceeds Industrial class III EMC specifications

More information

imc2 Features Introduction Industrial 2 Port Ethernet to Fiber Converter Tel: Fax:

imc2 Features Introduction Industrial 2 Port Ethernet to Fiber Converter Tel: Fax: imc2 www.is5com.com Industrial 2 Port Ethernet to Fiber Converter Features Supports 1 x 10/100Base-T(X) auto-negotiation and auto-mdi/mdi-x Supports Ethernet to fiber or Ethernet to SFP port Supports LFP

More information

8-Port EN Certified Railway IP67 WATERPROOF MANAGED Gigabit PoE SWITCH. EMG8508 Series FEATURE HIGHLIGHTS PRODUCT DESCRIPTION

8-Port EN Certified Railway IP67 WATERPROOF MANAGED Gigabit PoE SWITCH. EMG8508 Series FEATURE HIGHLIGHTS PRODUCT DESCRIPTION EMG8508 Series 8-Port EN 50155 Certified Railway IP67 WATERPROOF MANAGED Gigabit PoE SWITCH FEATURE HIGHLIGHTS Up to 8 10/100/1000 BASE-T(X) ports, M12 connector Up to or 8 802.af or 802.at complaint PoE

More information

Industrial Din Rail Ethernet Switch

Industrial Din Rail Ethernet Switch Industrial Din Rail Ethernet Switch Build Cyber Security Network in Power Substation DS412 Industrial 8G + 4GF Layer 2 Cyber Security Switch The new DS412 is a full Gigabit L2 Managed Ethernet Switch.

More information

Hardened Managed 8 to 14 ports 10/100BASE and 2-port Gigabit Ethernet Switch with SFP options

Hardened Managed 8 to 14 ports 10/100BASE and 2-port Gigabit Ethernet Switch with SFP options Hardened Managed 8 to 14 ports 10/100BASE and 2-port Gigabit Ethernet Switch with SFP options UL508 NEMA TS2 SFP Option Overview EtherWAN s provides a Hardened Fully Managed 14-port switching platform

More information

CHIRON-4E1. E1 over Ethernet Multiplexer (TDM over IP)

CHIRON-4E1. E1 over Ethernet Multiplexer (TDM over IP) E1 over Ethernet Multiplexer (TDM over IP) Tranmission of up to 4x E1 PDH, G.703/704/723 E1 2048Mbit/s channels over Ethernet/IP network Built-in 5 port Gigabit Ethernet switch (4x 10/100/1000 Mbit/s RJ45

More information

ies8g COMMUNICATIONS Features Intelligent 8 Port Managed Gigabit Ethernet Switch Tel: Fax:

ies8g COMMUNICATIONS Features Intelligent 8 Port Managed Gigabit Ethernet Switch Tel: Fax: ies8g www.is5com.com Intelligent 8 Port Managed Gigabit Switch Features Rapid Ring Recovery: iring (recovery time < 30ms up to 250 ethernet switches) ies8g C O M TM P2 P1 ibridge is a unique feature that

More information

8~14-Port Managed Ethernet Switch

8~14-Port Managed Ethernet Switch 8~14-Port Managed Ethernet Switch Quick Installation Guide Overview The Managed Ethernet Switch solutions are designed for supporting standard industrial applications. Managed switches are easier to prioritize,

More information

Industrial 8-Port 10/100/1000T + 2-Port 100/1000X SFP Ethernet Switch (-40~75 degrees C)

Industrial 8-Port 10/100/1000T + 2-Port 100/1000X SFP Ethernet Switch (-40~75 degrees C) Industrial 8-Port 10/100/T + 2-Port 100/X SFP Ethernet Switch (-40~75 degrees C) Physical Port 8-port 10/100/BASE-T RJ45 with auto MDI/MDI-X function 2 SFP slots, supporting BASE-X and 100BASE-FX transceiver

More information

Industrial PoE Media Converter

Industrial PoE Media Converter Quick Start Guide This quick start guide describes how to install and use the Industrial PoE Media Converter. This is the Media Converter of choice for harsh environments constrained by space. Physical

More information

Spotlight Versatile Connectivity Modularized Ethernet Switch of 24-port 10/100BASE-TX/FX/BX and 4-port Gigabit-TX/SX/LX/BX/SFP

Spotlight Versatile Connectivity Modularized Ethernet Switch of 24-port 10/100BASE-TX/FX/BX and 4-port Gigabit-TX/SX/LX/BX/SFP IEC61850-3/IEEE1613 Modularized Managed 24-port 10/100BASE and 4-port Gigabit Ethernet Switch with SFP options IEC 61850-3 Overview EtherWAN s provides an industrial Fully Managed 28-port switching platform

More information

Output Voltage* (nom.)(adjustable)

Output Voltage* (nom.)(adjustable) Industrial Power Supplies TBLC Series, 6 90 W Low profile case, module depth only 59,5mm Suitable for mounting in domestic installation panels Low output ripples and spikes Fully compliance to ECO-Standard

More information

8 to 14 ports 10/100Base-TX with up to 2-port 100Base-FX or Gigabit Hardened Managed Ethernet Switches. Overview

8 to 14 ports 10/100Base-TX with up to 2-port 100Base-FX or Gigabit Hardened Managed Ethernet Switches. Overview EX72000 Series 8 to 14 ports 10/100Base-TX with up to 2-port 100Base-FX or Gigabit Hardened Managed Ethernet Switches Overview Features Designed for rugged environments, the EtherWAN Hardened EX72000 Series

More information

MF727xS INDUSTRIAL 10/100BASE-TX TO 100BASE-FX MEDIA CONVERTER. Installation Guide

MF727xS INDUSTRIAL 10/100BASE-TX TO 100BASE-FX MEDIA CONVERTER. Installation Guide 1 INDUSTRIAL 10/100BASE-TX TO 100BASE-FX MEDIA CONVERTER Installation Guide October 2008 VERSITRON, Inc. 83C Albe Drive Newark, DE 19702 800-537-2296 2 PROPRIETARY DATA All data in this manual is proprietary

More information

System-vision DDM. Network connection. Monitoring and Configuration interface

System-vision DDM. Network connection. Monitoring and Configuration interface PRODUCT OVERVIEW 3ISYS-ETH-8C2FC-POE is managed redundant ring Ethernet switch with 8x10/100Base-T(X) ports with PoE (P.S.E.) function and 2xGigabit combo ports. With completely support of Ethernet redundancy

More information

10/100BASE-TX TO 100BASE-FX MEDIA CONVERTERS EM4000 EM4001. Installation Guide

10/100BASE-TX TO 100BASE-FX MEDIA CONVERTERS EM4000 EM4001. Installation Guide 10/100BASE-TX TO 100BASE-FX MEDIA CONVERTERS EM4000 EM4001 Installation Guide DOC.050523-EM400X -1- The information contained in this document is subject to change without prior notice. Copyright (C) All

More information

PTC-101-M12 Hardware Installation Guide

PTC-101-M12 Hardware Installation Guide PTC-101-M12 Hardware Installation Guide Moxa Industrial Media Converter Third Edition, May 2014 2014 Moxa Inc. All rights reserved. P/N: 1802001016021 Overview The PTC-101-M12 industrial media converter

More information

EN port managed Ethernet switch with 8x10/100Base-T(X) and 2xGigabit combo ports, SFP socket

EN port managed Ethernet switch with 8x10/100Base-T(X) and 2xGigabit combo ports, SFP socket EN50155 10-port managed Ethernet switch with 8x10/100Base-T(X) and 2xGigabit combo ports, SFP socket Features Leading EN50155-compliant Ethernet switch for rolling stock application World s fastest Redundant

More information

ies10g Features Intelligent 10 Port Managed Gigabit Ethernet Switch Tel: Fax:

ies10g Features Intelligent 10 Port Managed Gigabit Ethernet Switch Tel: Fax: ies10g www.is5com.com Intelligent 10 Port Managed Gigabit Ethernet Switch Features Rapid Network Recovery: iring recovery time < 20ms up to 250 ethernet switches ibridge is a unique feature that supports

More information

imc2g Features Introduction Industrial Gigabit Ethernet to Fiber Media Converter Tel: Fax:

imc2g Features Introduction Industrial Gigabit Ethernet to Fiber Media Converter Tel: Fax: TM TM TM www.is5com.com Industrial Gigabit Ethernet to Fiber Media Converter Features Converts x 0/00/000Base-T(X) RJ45 port to x 000Base- LX/SX Fiber port or x 000Base-X SFP port Supports Jumbo Frame

More information

gigabit industrial ethernet user manual Models , ,

gigabit industrial ethernet user manual Models , , gigabit industrial ethernet Switch user manual Models 503495, 503532, 503570 Model shown: 503495 INT-503495/503532/503570-UM-0308-01 introduction Thank you for purchasing this INTELLINET NETWORK SOLUTIONS

More information

8 or 12-Port IEC Certified Industrial Managed Gigabit Switch. EHG9508 EHG9512 Series FEATURE HIGHLIGHTS PRODUCT DESCRIPTION

8 or 12-Port IEC Certified Industrial Managed Gigabit Switch. EHG9508 EHG9512 Series FEATURE HIGHLIGHTS PRODUCT DESCRIPTION EHG9508 EHG9512 Series 8 or 12-Port IEC61850- Certified Industrial Managed Gigabit Switch FEATURE HIGHLIGHTS IEC61850- Certified Up to 6 or 8 10/100/1000 BASE-T(X) ports and 2 or 1000 BASE-X SFP ports

More information

IEC /IEEE 1613 Lite L3 Hardened Managed 24-port Gigabit SFP. 10GbE Connectivity Four 10G SFP+ for connecting the switch to the core network

IEC /IEEE 1613 Lite L3 Hardened Managed 24-port Gigabit SFP. 10GbE Connectivity Four 10G SFP+ for connecting the switch to the core network IEC 61850-3/IEEE 1613 Lite L3 Hardened Managed 24-port Gigabit and 4-port 1G/10G SFP+ Ethernet Switch NEMATS2 IEC 61850-3 IEEE 1613 SFP Option Overview EtherWAN s provides a Hardened Full-Gigabit Managed

More information

Layer 2 Gigabit Industrial Managed Switches

Layer 2 Gigabit Industrial Managed Switches DGS -F3000 Series Layer 2 Gigabit Industrial Managed Switches Features Robust Design IP30-rated metal housing Fanless, passive cooling design High EMC endurance Network Redundancy Ethernet Ring Protection

More information

ies20g Features Intelligent 18 Port Managed Ethernet Switch Tel: Fax:

ies20g Features Intelligent 18 Port Managed Ethernet Switch Tel: Fax: ies20g www.is5com.com Intelligent 18 Port Managed Ethernet Switch Features Up to 16 x 10/100Base-T(X), and 2 x 10/100/1000Base-T(X) RJ45 or 2 x 100/1000Base-X or 100Base-FX or 1000Base-SX/LX Fiber ports

More information

Entry Line Industrial Gigabit Ethernet Bridging Converter, PoE+ optional 1x 10/100/1000Base-T, 1x 100/1000 SFP

Entry Line Industrial Gigabit Ethernet Bridging Converter, PoE+ optional 1x 10/100/1000Base-T, 1x 100/1000 SFP Entry Line Industrial Gigabit Ethernet Bridging Converter, PoE+ optional 1x 10/100/1000Base-T, 1x 100/1000 SFP General The IP protocol has already left the in-house environment and is going to take all

More information

114FX6. Phone: Fax: Web: -

114FX6. Phone: Fax: Web:  - THE INDUSTRIAL NETWORK COMPANY 114FX6 PRODUCT FEATURES Compact, Space Saving Package Full IEEE 802.3 Compliance Eight 10/100BaseTX RJ-45 Ports Six 100BaseFX Ports, ST or SC Style Unmanaged Operation Extended

More information

Allen-Bradley 1786-RPFRXL

Allen-Bradley 1786-RPFRXL Installation Instructions ControlNet Fiber-optic Ring Repeater Modules Catalog Numbers 1786-RPFRL/B, 1786-RPFRXL/B Topic Page Important User Information 2 Environment and Enclosure 3 North American Hazardous

More information

Industrial Ethernet Switch Ethernet Switch Industria IGS-9812GP Industrial 20-port managed Gigabit Ethernet switch with

Industrial Ethernet Switch Ethernet Switch Industria IGS-9812GP Industrial 20-port managed Gigabit Ethernet switch with DIN-Rail Managed Gigabit Features Supports O-Ring (recovery time < 30ms over 250 units of connection) and MSTP(RSTP/STP compatible) for Ethernet Redundancy Open-Ring support the other vendor s ring technology

More information

Features and Benefits. Certifications

Features and Benefits. Certifications IMC-101G Series Industrial Gigabit Ethernet-to-fiber media converters Features and Benefits 10/100/1000BaseT(X) and 1000BaseSFP slot supported Link Fault Pass-Through (LFPT) Power failure, port break alarm

More information

FSM-510G Series Ethernet Management Switch Quick Start Guide

FSM-510G Series Ethernet Management Switch Quick Start Guide FSM-510G Series Ethernet Management Switch Quick Start Guide Overview The Management Ethernet Switch solutions are designed for supporting standard industrial applications. Managed switches are easily

More information

RGS-7168GCP / RGS-7168GCP-E

RGS-7168GCP / RGS-7168GCP-E RGS-7168GCP / RGS-7168GCP-E Features Industrial 24-port rack-mount managed Gigabit Ethernet switch with 16xGigabit combo ports and 8x100/1000Base-X, SFP socket Support 24 Gigabit ports with 16 x Gigabit

More information

1Industrial Ethernet Switch

1Industrial Ethernet Switch Features 6-port managed Gigabit Ethernet switch with 4x10/100/1000Base-T(X) and 2x100/1000Base-X, SFP socket 1 Ethernet Switch Support O-Ring (recovery time < 30ms over 250 units of connection) and MSTP(RSTP/

More information

Quick Start Guide. Installation. User s Manual 1

Quick Start Guide. Installation.  User s Manual 1 Quick Start Guide This quick start guide describes how to install and use the Hardened Ethernet Extender. This is the Hardened Ethernet Extender of choice for harsh environments constrained by space. Installation

More information

Industrial 8-port unmanaged Gigabit PoE Ethernet switch with 8x10/100/1000Base-T(X) P.S.E., 24VDC power inputs

Industrial 8-port unmanaged Gigabit PoE Ethernet switch with 8x10/100/1000Base-T(X) P.S.E., 24VDC power inputs Industrial 8-port unmanaged Gigabit PoE Ethernet switch with 8x10/100/1000Base-T(X) P.S.E., 24VDC power inputs Features provide 8x10/100/1000Base-T(X) PoE (P.S.E.) ports Supports IEEE 802.3at compliant

More information

PoE Powered 10/100BASE-TX to 100BASE-FX Media Converters. KC-351 Series. Installation Guide

PoE Powered 10/100BASE-TX to 100BASE-FX Media Converters. KC-351 Series. Installation Guide PoE Powered 10/100BASE-TX to 100BASE-FX Media Converters KC-351 Series Installation Guide -1- DOC.070820-KC-351 (C) 2007 KTI Networks Inc. All rights reserved. No part of this documentation may be reproduced

More information

Part No. Description Product Life Cycle Phase *) unit, 24 VDC, spring terminals. unit, 24 VDC, spring terminals, XC version

Part No. Description Product Life Cycle Phase *) unit, 24 VDC, spring terminals. unit, 24 VDC, spring terminals, XC version Ordering Data DATA SHEET TU520 Terminal Unit 1 Ordering Data Part No. Description Product Life Cycle Phase *) 1SAP 214 400 R0001 1SAP 414 400 R0001 TU520-ETH, PROFINET I/O terminal unit, 24 VDC, spring

More information

Fig. 1: Entry Line Compact Gigabit Ethernet Converter

Fig. 1: Entry Line Compact Gigabit Ethernet Converter Entry Line Compact Industrial Fast/Gigabit Ethernet Converter 1x 100/1000Base-T 1x 100/1000Base-X (SFP Slot) MICROSENS General The IP protocol has already left the in-house environment and is going to

More information

4-port 10/100TX + 1 or 2-port 100FX Industrial Switch. User Manual

4-port 10/100TX + 1 or 2-port 100FX Industrial Switch. User Manual 4-port 10/100TX + 1 or 2-port 100FX Industrial Switch User Manual Rev.1.03 Sep-2010 FCC Warning This Equipment has been tested and found to comply with the limits for a Class A digital device, pursuant

More information