ADLINK Technology EOS-1200 User manual

Category
Motherboards
Type
User manual
Advance Technologies; Automate the World.
Manual Rev.: 2.00
Revision Date: Dec. 28, 2011
Part No: 50-1Z111-2000
EOS-1200
4-CH Gigabit PoE Embedded Vision System
User’s Manual
ii
Revision History
Revision Release Date Description of Change(s)
2.00 Dec. 28, 2011 Initial release
Preface iii
EOS-1200
Preface
Copyright 2011 ADLINK Technology Inc.
This document contains proprietary information protected by copy-
right. All rights are reserved. No part of this manual may be repro-
duced by any mechanical, electronic, or other means in any form
without prior written permission of the manufacturer.
Disclaimer
The information in this document is subject to change without prior
notice in order to improve reliability, design, and function and does
not represent a commitment on the part of the manufacturer.
In no event will the manufacturer be liable for direct, indirect, spe-
cial, incidental, or consequential damages arising out of the use or
inability to use the product or documentation, even if advised of
the possibility of such damages.
Environmental Responsibility
ADLINK is committed to fulfill its social responsibility to global
environmental preservation through compliance with the Euro-
pean Union's Restriction of Hazardous Substances (RoHS) direc-
tive and Waste Electrical and Electronic Equipment (WEEE)
directive. Environmental protection is a top priority for ADLINK.
We have enforced measures to ensure that our products, manu-
facturing processes, components, and raw materials have as little
impact on the environment as possible. When products are at their
end of life, our customers are encouraged to dispose of them in
accordance with the product disposal and/or recovery programs
prescribed by their nation or company.
Trademarks
Product names mentioned herein are used for identification pur-
poses only and may be trademarks and/or registered trademarks
of their respective companies.
iv Preface
Conventions
Take note of the following conventions used throughout this
manual to make sure that users perform certain tasks and
instructions properly.
NOTE:
NOTE:
Additional information, aids, and tips that help users perform
tasks.
CAUTION:
Information to prevent minor physical injury, component dam-
age, data loss, and/or program corruption when trying to com-
plete a task.
WARNING:
Information to prevent serious physical injury, component
damage, data loss, and/or program corruption when trying to
complete a specific task.
Table of Contents v
EOS-1200
Table of Contents
Revision History...................................................................... ii
Preface.................................................................................... iii
List of Figures........................................................................ ix
List of Tables.......................................................................... xi
1 Introduction ........................................................................ 1
1.1 Overview.............................................................................. 1
1.2 Features............................................................................... 1
1.3 Specifications....................................................................... 2
1.4 Unpacking Checklist ............................................................ 4
2 System Description............................................................ 5
2.1 Schematics .......................................................................... 5
2.2 Front Panel I/O Connectors ................................................. 7
2.2.1 LED Indicators ............................................................ 8
2.2.2 Power Switch.............................................................. 8
2.2.3 Reset Button............................................................... 8
2.2.4 PS/2 Connector .......................................................... 8
2.2.5 Dual Gigabit Ethernet Ports........................................ 9
2.2.6 DVI-I connector......................................................... 10
2.2.7 USB 2.0 Connectors................................................. 11
2.2.8 USB 3.0 Connectors................................................. 11
2.2.9 CFast Slot................................................................. 12
2.2.10 PoE (Power over Ethernet) Ports ............................. 12
2.3 Rear Panel I/O Connectors................................................ 14
2.3.1 DC Power Supply Connector.................................... 15
2.3.2 Audio Jacks .............................................................. 15
2.3.3 DB-62P COM Port Connector .................................. 15
vi Table of Contents
2.3.4 Rear Panel Digital I/O ............................................... 17
2.4 Internal I/O connectors....................................................... 19
2.4.1 Clear CMOS and ME RTC register Jumpers............ 20
2.4.2 DC 12V Fan Connector ............................................ 20
2.4.3 DC 12V Fan Connector (reserved) ........................... 20
2.4.4 USB 2.0 Type A Connector ...................................... 20
2.4.5 SUMIT Connector..................................................... 21
2.4.6 SATA Connectors..................................................... 22
2.5 General Purpose Digital Signals ........................................ 23
2.5.1 General Purpose Digital Output (EDO)..................... 23
2.5.2 General Purpose Digital Input (EDI) ......................... 24
3 Hardware Installation........................................................ 27
3.1 Installing memory............................................................... 27
3.2 Installing a Hard Disk Drive (HDD) .................................... 28
3.3 Installing the USB Dongle .................................................. 29
3.4 Installing Wall-Mount Brackets........................................... 30
4 OS & Driver Installation.................................................... 31
4.1 Operating System Installation............................................ 31
4.1.1 Windows XP ............................................................. 31
4.1.2 Windows 7 ................................................................ 33
4.2 Driver Installation ............................................................... 35
4.2.1 Chipset Driver Installation......................................... 35
4.2.2 Graphics Driver Installation....................................... 36
4.2.3 Ethernet Driver Installation ....................................... 36
4.2.4 Audio Driver Installation............................................ 36
4.2.5 USB 3.0 Driver Installation........................................ 36
4.2.6 ME (Management Engine Components)
Software Installation ................................................. 37
4.2.7 Digital Input/ Output Driver Installation ..................... 37
5 Function Library................................................................ 39
Table of Contents vii
EOS-1200
5.1 List of Functions................................................................. 39
5.2 Data Types. ....................................................................... 40
5.3 Setting Up the Build Environment...................................... 40
5.3.1 Include Files ............................................................. 40
5.3.2 Library Files .............................................................. 41
5.3.3 DLL Files .................................................................. 41
5.4 System & Initialization Functions ....................................... 42
5.4.1 Register_Card .......................................................... 42
5.4.2 Release_Card........................................................... 43
5.4.3 GetBaseAddr ............................................................ 44
5.4.4 GetCardIndexFromID ............................................... 45
5.4.5 GetCardType ............................................................ 46
5.4.6 GetLCRAddr ............................................................. 47
5.5 DI/O Functions................................................................... 48
5.5.1 DI_ReadLine............................................................. 48
5.5.2 DI_ReadPort............................................................. 50
5.5.3 DO_ReadLine........................................................... 51
5.5.4 DO_WriteLine ........................................................... 52
5.5.5 DO_ReadPort ........................................................... 53
5.5.6 DO_WritePort ........................................................... 55
5.6 COS Interrupt Functions .................................................... 56
5.6.1 DIO_INT_Event_Message........................................ 56
5.6.2 DIO_INT1_EventMessage........................................ 58
5.6.3 DIO_INT2_EventMessage........................................ 59
5.6.4 DIO_SetDualInterrupt ............................................... 61
5.6.5 DIO_SetCOSInterrupt32........................................... 62
5.6.6 DIO_GetCOSLatchData32 ....................................... 64
5.7 Smart PoE Functions......................................................... 65
5.7.1 SmartPoE_SetPower................................................ 65
5.8 EEPROM Functions........................................................... 66
5.8.1 EEPROM_ReadByte ................................................ 66
5.8.2 EEPROM_WriteByte ................................................ 67
viii Table of Contents
5.8.3 EEPROM_WriteBytes............................................... 69
6 BIOS Setup........................................................................ 71
6.1 Main ................................................................................... 72
6.1.1 System Time/System Date ....................................... 72
6.2 Advanced ........................................................................... 73
6.2.1 ACPI Settings ........................................................... 74
6.2.2 CPU Configuration.................................................... 75
6.2.3 Onboard Device Configuration ................................. 77
6.2.4 Advanced Power Management................................. 78
6.2.5 SATA Configuration.................................................. 79
6.2.6 Intel Anti-Theft Technology Configuration ................ 80
6.2.7 AMT Configuration.................................................... 81
6.2.8 USB Configuration .................................................... 82
6.2.9 Super I/O Configuration ............................................ 83
6.2.10 Hardware Monitor ..................................................... 84
6.2.11 Serial Port Console Redirection................................ 85
6.2.12 Serial Port for Out-of-Band Management/EMS ........ 85
6.3 Chipset............................................................................... 86
6.3.1 System Agent (SA) Configuration............................. 87
6.4 Boot ................................................................................... 89
6.4.1 Boot Configuration.................................................... 89
6.4.2 Boot Option Priorities................................................ 90
6.5 Security .............................................................................. 90
6.6 Exit ..................................................................................... 91
Important Safety Instructions............................................... 93
Getting Service...................................................................... 95
List of Figures ix
EOS-1200
List of Figures
Figure 2-1: EOS-1200 Front View...................................................... 5
Figure 2-2: EOS-1200 Rear View ...................................................... 5
Figure 2-3: EOS-1200 Top View ........................................................ 6
Figure 2-4: EOS-1200 Right Side View.............................................. 6
Figure 2-5: EOS-1200 Left Side View................................................ 6
Figure 2-6: Front Panel I/O Connectors............................................. 7
Figure 2-7: Gigabit Ethernet Ports ................................................... 10
Figure 2-8: DVI-I connector.............................................................. 10
Figure 2-9: PoE Port Connections ................................................... 12
Figure 2-10: Rear Panel I/O Connectors............................................ 14
Figure 2-11: DC Power Connector..................................................... 15
Figure 2-12: EOS-1200 Mainboard Top View .................................... 19
Figure 2-13: EOS-1200 Mainboard Underside View.......................... 22
xList of Figures
This page intentionally left blank.
List of Tables xi
EOS-1200
List of Tables
Table 1-1: EOS-1200 General Specifications ................................... 2
Table 2-1: Front Panel I/O Connector Legend.................................. 7
Table 2-2: LED Indicators ................................................................. 8
Table 2-3: Gigabit Ethernet Port Features ........................................ 9
Table 2-4: Active/Link LED ............................................................. 10
Table 2-5: Speed LED .................................................................... 10
Table 2-6: DVI-I Connector Signals ................................................ 11
Table 2-7: PoE Port Connections Legend ...................................... 13
Table 2-8: Rear Panel I/O Connector Legend ................................ 14
Table 2-9: DB-62P Connector Pin Assignment............................... 16
Table 2-10: Rear Panel Digital I/O Pin Definitions ............................ 18
Table 2-11: Rear Panel Digital I/O Pin Legend................................. 18
Table 2-12: Mainboard Connector Legend ....................................... 19
Table 2-13: SUMIT Pin Definitions.................................................... 21
Table 6-1: Restore On Power Loss Options ................................... 78
xii List of Tables
This page intentionally left blank.
Introduction 1
EOS-1200
1 Introduction
1.1 Overview
ADLINK’s EOS-1200 is a rugged embedded vision system that
features four independent Gigabit PoE (power over Ethernet)
ports in a compact 220mm (W) x 80 mm (H) x 200 mm (D) small
form factor chassis, with 2nd Generation Intel
®
Coreâ„¢ i5/i7 pro-
cessors providing ample power to manage demanding multicam-
era high resolution machine vision applications, such as robot
guidance and 3D machine vision.
The EOS-1200 supports rich I/O, including 4 RS-232/422/485, 4
USB 2.0, 2 USB 3.0, and 32 isolation digital I/O input, and dual
storage support (two SATA and one CFAST slots). An internal
USB port and 1 kbit Programmable EEPROM make the system
friendly to integrate, deploy, and manage copy protection or soft-
ware license authentication.
With long-life embedded components and incorporated system
monitoring components to monitor CPU temperature, fan speed,
and system responsiveness, the EOS-1200 provides a notably
robust and reliable platform for mission critical applications.
1.2 Features
X 230W X 206D X 82H mm (9.06 X 8.11 X 3.23 in), compact and
rugged system design
X 2nd Generation Intel
®
Coreâ„¢ i5/i7 processor
X Up to 4 gigabit PoE (power over Ethernet) multi-camera
support
X Internal USB port and 1 Kbit Programmable EEPROM
X IEEE-1588 (Precise Time Protocol) compliant for multi-cam-
era synchronization
X Supports two SATA ports and one CFast slot
2Introduction
1.3 Specifications
General Specifications
System Core
Processor
2nd Generation Intel
®
Core â„¢ i5 2.5GHz or i7
2.1GHz
Chipset Intel
®
QM6 Express
Video
VGA+DVI-D output by DVI-I connector- analog CRT,
supports QXGA, 2048 x 1536 resolution
Memory
2 socket slot for DDR3 1066/1333/1600 MHz
SODIMM module (Max. capacity 8GB)
Camera Interface
GigE Vision
4-CH Gigabit PoE (power over Ethernet)
IEEE 802.3af compliant, total max. power output
32W
I/O Interface
DI/O 16 DI/O in rear panel, DSUB37 female
Ethernet
2x GbE port (1x Intel® 82574L, 1x Intel®
82579LM(PHY)) with WOL function on each port
Serial Port
2x software-programmable RS-232/422/485 (COM1
& COM2)
2x RS-232 (COM3 & COM4)
USB
4x USB 2.0 ports
2x USB 3.0 ports
Audio 1x Mic-in and 1x Speaker-out
KB/MS
1x PS/2 for keyboard and mouse (requires S3
wakeup)
Power Supply
DC Input
Built-in 9-32 VDC wide-range DC 3P pluggable
connector with latch (GND, V-, V+)
AC Input Optional 150 W external AC-DC adapter
Table 1-1: EOS-1200 General Specifications
Introduction 3
EOS-1200
Security
USB
1x internal USB port supporting installation of a USB
dongle for security function.
ID 1kBit EEPROM
Storage
SATA HDD
2x SATA port for 2.5" HDD/SSD installation
RAID 0/1/5/10
CFast 1x CFast slot, SATA 3Gb/s compatible
Mechanical
Dimensions 230W X 206D X 82H mm (9.06 X 8.11 X 3.23 in)
Weight 3 kg (6.61 lb)
Mounting Wall- and rail-mount kit
OS
Operating system
Windows XP/XP Embedded
Windows 7/7 Embedded
Environmental
Operating
temperature
0° to 55° C (32 to 131° F)
Storage
temperature
-40° to 85° C (-40 to 185° F) (excl. HDD/SDD/CFast)
Humidity Approx. 95% @ 40° C (non-condensing)
Vibration
(Operating)
CFast
5 Grms, 5-500 Hz, 3 axes
SSD
3 Grms, 5-500 Hz, 3 axes
HDD
0.5 Grms, 5-500 Hz, 3 axes
Shock
Operating, 30 Grms, half sine 11ms duration
(CF or SSD)
EMI CE, FCC Class A
General Specifications
Table 1-1: EOS-1200 General Specifications
4Introduction
1.4 Unpacking Checklist
Before unpacking, check the shipping carton for any damage. If
the shipping carton and/or contents are damaged, inform your
dealer immediately. Retain the shipping carton and packing
materials for inspection. Obtain authorization from your dealer
before returning any product to ADLINK. Ensure that the fol-
lowing items are included in the package.
X EOS-1200 unit
X Wall mounting brackets (x2)
X Mounting M4, 8mm screws (x4)
X PS/2 Y cable
X Gigabit PoE covers (x4)
X USB dongle mounting bracket
X User’s manual
X ADLINK All-in-One DVD
X Always disconnect the power cord from the
chassis when working on the device, and do not
reconnect while the power switch is on, since
sudden power input can damage sensitive elec-
tronic components
X Only authorized and experienced electronics
personnel should open the chassis
X Always ground yourself to remove any static
electric charge before touching EOS, the device
is very sensitive to static electric charges; use a
grounding wrist strap at all times, and place all
electronic components on a static-dissipative
surface or in a static-shielded bag
NOTE:
NOTE:
OEM versions with non-standard configuration, functionality, or
packaging may vary according to individual requirements.
System Description 5
EOS-1200
2 System Description
This chapter describes appearance and connection of the
EOS-1200, including chassis dimensions and front panel and
internal I/O connectors
2.1 Schematics
Figure 2-1: EOS-1200 Front View
Figure 2-2: EOS-1200 Rear View
NOTE:
NOTE:
All units are in millimeters (mm)
230
82
6System Description
Figure 2-3: EOS-1200 Top View
Figure 2-4: EOS-1200 Right Side View
Figure 2-5: EOS-1200 Left Side View
System Description 7
EOS-1200
2.2 Front Panel I/O Connectors
The EOS-1200 provides I/O connection on the front panel, as fol-
lows.
Figure 2-6: Front Panel I/O Connectors
Table 2-1: Front Panel I/O Connector Legend
A LED indicators
B Power switch
C Reset switch
D PS/2 keyboard & mouse
E Dual Gigabit Ethernet ports
F DVI-I connector
G USB 2.0 connectors x4 (Type A)
H USB3.0 connector (Type A) x2
I CFast connector(Push-Push,Type II)
J 4-CH PoE Connectors
A
B
C
D E F
G
H I
J
8System Description
2.2.1 LED Indicators
In addition to the LED of the power switch, two LEDs on the front
panel indicate the following.
Table 2-2: LED Indicators
2.2.2 Power Switch
The power switch is non-latched, with a blue LED indicator. Sys-
tem is turned on when the button is depressed, and the power
LED lights. If the system hangs, depressing the switch for 5 sec-
onds turns the system off completely.
2.2.3 Reset Button
The reset button executes a hard reset.
2.2.4 PS/2 Connector
The EOS-1200 provides connectors for PS/2 keyboard and
mouse, either singly or with a Y-cable to connect both at the same
time.
LED indicator Color Description
Diagnostic Yellow
X If lit continuously, indicates no
physical storage is connected
X If blinking, indicates no mem-
ory is installed on either
SO-DIMM socket
HDD Green
When blinking, indicates the SATA hard
drive is active
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17
  • Page 18 18
  • Page 19 19
  • Page 20 20
  • Page 21 21
  • Page 22 22
  • Page 23 23
  • Page 24 24
  • Page 25 25
  • Page 26 26
  • Page 27 27
  • Page 28 28
  • Page 29 29
  • Page 30 30
  • Page 31 31
  • Page 32 32
  • Page 33 33
  • Page 34 34
  • Page 35 35
  • Page 36 36
  • Page 37 37
  • Page 38 38
  • Page 39 39
  • Page 40 40
  • Page 41 41
  • Page 42 42
  • Page 43 43
  • Page 44 44
  • Page 45 45
  • Page 46 46
  • Page 47 47
  • Page 48 48
  • Page 49 49
  • Page 50 50
  • Page 51 51
  • Page 52 52
  • Page 53 53
  • Page 54 54
  • Page 55 55
  • Page 56 56
  • Page 57 57
  • Page 58 58
  • Page 59 59
  • Page 60 60
  • Page 61 61
  • Page 62 62
  • Page 63 63
  • Page 64 64
  • Page 65 65
  • Page 66 66
  • Page 67 67
  • Page 68 68
  • Page 69 69
  • Page 70 70
  • Page 71 71
  • Page 72 72
  • Page 73 73
  • Page 74 74
  • Page 75 75
  • Page 76 76
  • Page 77 77
  • Page 78 78
  • Page 79 79
  • Page 80 80
  • Page 81 81
  • Page 82 82
  • Page 83 83
  • Page 84 84
  • Page 85 85
  • Page 86 86
  • Page 87 87
  • Page 88 88
  • Page 89 89
  • Page 90 90
  • Page 91 91
  • Page 92 92
  • Page 93 93
  • Page 94 94
  • Page 95 95
  • Page 96 96
  • Page 97 97
  • Page 98 98
  • Page 99 99
  • Page 100 100
  • Page 101 101
  • Page 102 102
  • Page 103 103
  • Page 104 104
  • Page 105 105
  • Page 106 106
  • Page 107 107
  • Page 108 108

ADLINK Technology EOS-1200 User manual

Category
Motherboards
Type
User manual

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI