EOC1650_UsersManual_20090109_V1.0

合集下载

1650简明中文操作手册

1650简明中文操作手册

Siemens ADVIA 1650 简明中文操作手册西门子医疗诊断设备有限公司一操作流程表……………………………………………………………l-3 二开机……………………………………………………………………1-4 三定标和质控……………………………………………………………1-6 四样本分析………………………………………………………………1-8 五关机……………………………………………………………………1-10 六维护保养………………………………………………………………l-11【下面的流程图指示了常规操作流程】[开机]【定标和质控】[样本分析][关机][维护保养]1.先开电脑主机,显示器、打印机,启动Windows NT操作系统。

2.然后打开水机开关,检查仪器台面是否有障碍物影响针和搅拌棒的移动,避免开机后造成对仪器的损伤。

打开生化仪主机开关,将【Operate/Standby】开关拨至【OPERATE】。

3.当计算机屏幕显示至【Startup】窗口时,选择【New Start】并输入用户密码“Siemens”(bayer)?,然后点击【OK】。

如果选择【Re-start】系统将保留原来的数据。

4.在Operation Panel菜单下,按【INITIALIZE】键执行初始化,使仪器进入【READY】状态。

注:在按【INITIALIZE】键之前请务必确认试剂盘盖已经盖好,以防撞针!5.检查下列组件是否正常或清洁:试剂针及样品针反应盘冲洗站搅拌棒针清洗杯和缓冲液桶稀释盘冲洗站反应杯盖6.点击【Main.】→【System Monitor】,检查系统状态是否正常。

正常状态为:a) Thermo.circ.vol显示流量为2000~6000之间;b) 其余的状态显示均为OK。

7.检查试剂:检查内容包括:系统试剂、化学试剂、清洗液。

a) 打开仪器中间的前门,检查孵育槽油剂、稀释液、Detergent、Conditioner以及离子缓冲液的量是否足够。

tm1650驱动程序案例

tm1650驱动程序案例

tm1650驱动程序案例TM1650是一个常用的LED显示驱动芯片,常用于制作LED显示屏。

以下是一个简单的TM1650驱动程序案例,以C语言编写:```cinclude <>include <>define uchar unsigned chardefine uint unsigned intsbit LSA=P2^2;sbit LSB=P2^3;sbit LSC=P2^4;sbit TM1650_RS=P2^0;sbit TM1650_RW=P2^1;void delay(uint z) {uint x,y;for(x=z;x>0;x--)for(y=110;y>0;y--);}void Write_Com(uchar com) {LSA=0;LSB=0;LSC=0;P0=com; //先写地址,后写数据delay(5);LSB=1; //将LSB置1,再改变LSA即可写入数据 delay(5);LSA=1; //先写地址,后写数据delay(5);LSC=1; //先写地址,后写数据}void Write_Data(uchar date) {P0=date; //向指定的地址写入数据delay(5);}void InitTM1650() { //初始化TM1650芯片Write_Com(0x38); //设置基本模式Write_Com(0x0C); //设置段选位反转Write_Com(0x06); //开显示,光标位移到右端 Write_Com(0x01); //清除显示,光标移到最左边}void main() { //主函数InitTM1650(); //初始化TM1650芯片while(1) { //循环显示数字Write_Com(0x80); //设置段选位为第一段Write_Data('1'); //向第一段写入数字'1'delay(50); //延时一段时间Write_Com(0x9F); //设置段选位为第五段Write_Data('2'); //向第五段写入数字'2'delay(50); //延时一段时间Write_Com(0xDF); //设置段选位为第七段Write_Data('3'); //向第七段写入数字'3'delay(50); //延时一段时间}}```。

边缘计算机 EC900 系列 用户手册说明书

边缘计算机 EC900 系列 用户手册说明书

边缘计算机EC900 系列用户手册(适用于 Debian10)Version1.3,2023 年 5月本手册中描述的软件是根据许可协议提供的,只能按照该协议的条款使用。

版权声明© 2023 映翰通网络保留所有权利。

商标InHand 标志是映翰通网络的注册商标。

本手册中的所有其他商标或注册商标属于其各自的制造商。

免责声明本公司保留对此手册更改的权利,产品后续相关变更时,恕不另行通知。

对于任何因安装、使用不当而导致的直接、间接、有意或无意的损坏及隐患概不负责。

目录1 导言 (1)2 硬件安装说明 (1)2.1介绍 (1)2.2 EC900面板 (2)2.3 EC900外部连接器 (3)2.3.1 以太网 (3)2.3.2 串口 (3)2.3.3 CAN (4)2.3.4 开关量输入接口(Digital Input) (5)2.3.5 开关量输出接口(Digital Output) (5)2.3.6 USB (6)2.3.7 LED (6)2.3.8 用户可编程按键 (9)2.3.9 直流输入 (9)2.3.10 SIM卡插槽 (10)2.3.11 MicroSD卡槽 (10)2.3.12 恢复出厂按键 (11)2.3.13 开关机按键 (11)2.3.14 天线接口 (12)2.3.15 拨码开关 (13)2.3.15 mSATA硬盘接口 (13)3 入门 (14)3.1连接到EC900 (15)通过SSH Console进行连接 (16)3.2用户账户管理 (18)切换到root用户 (18)创建和删除用户账户 (19)禁用默认的用户账户 (19)3.3网络设置 (20)配置以太网口 (20)设置一个静态IP地址 (20)设置一个动态IP地址 (20)3.4系统管理 (21)查询固件版本 (21)查看可用磁盘空间 (21)调整时间 (22)设置时区 (23)使用localtime文件 (24)关闭设备 (25)启动设备 (25)4 外设接口的高级配置 (25)4.1串口 (26)更改串口设置 (26)查看串口信息: (29)设置COM1串口的波特率: (29)设置COM2串口的波特率 (30)4.2 USB接口 (30)USB自动挂载 (30)micro SD卡自动挂载 (30)4.3 CAN总线接口 (33)配置连接CAN接口 (34)4.4 IO调试 (34)5 无线网络连接配置 (35)5.1 配置蜂窝网络 (35)使用nvram (35)5.2 GPS (39)5.3 配置Wi-Fi连接 (40)Wi-Fi的其他功能 (42)6 安全 (44)sudo机制 (45)防火墙 (45)7 系统恢复出厂设置及更新 (45)恢复出厂设置 (46)系统升级 (46)1 导言本用户手册适用于基于Arm架构的边缘计算机EC900,并涵盖整套适用于所有支持型号的说明。

tm1650中文资料_数据手册_参数

tm1650中文资料_数据手册_参数
内部结构框图
©Titan Micro Electronics
V1.0
1
管脚信息
LED 驱动控制/键盘扫描专用集成电路 TM1650
管脚功能
端口 名称 DIG1 DIG2 DIG3 DIG4 SCL SDA A/KI1 B/KI2 C/KI3 D/KI4 E/KI5 F/KI6 G/KI7 DP/KP GND VDD
功能特点
两种显示模式:8段×4位和7段×4位 段驱动电流大于25mA,位驱动电流大于150mA 提供8级亮度控制 键盘扫描:7×4bit内部集成三极管驱动 高速两线式串行接口 内置时钟振荡电路 内置上电复位电路 支持2.8V-5.5V电源电压 提供DIP16及SOP16封装
适用领域: 家用电器产品如机顶盒、空调、DVD/VCD等显示的驱动。
VIL
低电平输入电压
2.8
VIH
高电平输入电压
2.8
VOH
高电平输出电压
VDD-0.4
VDD
VOL
低电平输出电压
0.3
VOLdig VOLdig VOHdig VOLki VOLki
IDN1 VR
DIG 引脚低电平输出电压 DIG 引脚低电平输出电压 DIG 引脚高电平输出电压 KI 引脚低电平输出电压 KI 引脚低电平输出电压 KI 引脚输入下拉电流 上电复位的默认电压门限
键盘扫描码:
TM1650 对应键盘扫描码:
编址
DIG4
DIG3
DIG2
A/KI1
47H
46H
45H
B/KI2
4FH
4EH
4DH
C/KI3
57H
56H
55H
D/KI4

infinite 双网控制主机安装编程手册

infinite 双网控制主机安装编程手册

Infinite 主机安装编程手册 - 版本 Version 3.00本产品通过了CE和CCC认证.。

华际电子及EL3000公司声明:此产品符合CE和中国CCC认证机构相关规定。

如果内容数据改变恕不另行通知。

目录目录 (2)第一章系统简介 (5)1.1: 文档协定 (5)1.2: 特性 (6)1.3: 系统概述 (7)1.4: 系统布置 (9)第二章: 安装指导 (13)2.1: 准备安装 (13)2.2: 打开外壳 (14)2.3: 固定主机 (14)2.4: 后背方拆开关 (15)第三章 系统基本操作 (16)3.1: Infinite-LCD版系统管理主机操作 (16)3.2: 系统状态显示 (16)3.3: 字母数字键盘 (17)3.4: LCD液晶显示器显示 (17)3.5: 布防/撤防(Arming/Disarming) (18)3.6: 通过短信息遥控布撤防 (20)3.7:前面板紧急报警 (21)第四章:高级系统操作 (22)4.1: 菜单导航 (22)4.2: 停止通讯(STOP COMM.:菜单1) (22)4.3: 防区的旁路/旁路恢复(Sensor Bypass:菜单2) (23)4.4: 用户密码(USER CODES:菜单4) (23)4.5:修改Follow Me电话号码(Follow Me:菜单5) (25)4.6: 事件记录(EVENT LOG:菜单6) (25)4.7: 服务菜单(SERVICE:菜单7) (26)第五章: 双向语音对讲监听 (30)5.1: 主动拨入通讯 (30)5.2: 报警拨出通讯 (31)第六章: 家电自动化 (33)6.1: 用键盘控制电器 (33)6.2: 用无线四键按钮控制电器 (33)6.3: SMS 短信息控制 (33)6.4: 自动定时控制电器 (34)第七章: 设备 (36)7.1: 无线设备注册(Device Registration) (36)7.2: 设备描述名称(Device Descriptors) (36)7.3: 删除设备(Device Deletion) (36)7.4: 监控时间(Supervision Time:菜单[916]) (37)7.5: 再同步(Re-Synchronization:菜单[917]) (37)7.6: 防区(Zones:菜单[911]) (37)7.7: 遥控按钮(Keyfobs :菜单[912]) (40)7.8: 键盘(Keypads:菜单[913]) (41)7.9: 无线信号中继器(Repeaters:菜单[914]) (43)7.10: 无线警号(Exteral Siren) (43)7.11: 智能钥匙(Smartkeys:菜单[913],将来预留功能) (44)第八章:进入/退出延时及布防提示音 (45)8.1: 布/撤防延时(Entry/Exit:菜单[92]) (45)8.2: 退出布防(Arm on Exit:菜单[923]) (45)8.3: 布防语音提示方式(Arming Tones:菜单[93]) (45)8.5: 选择提示音输出设备(Tones Output:菜单[938]) (47)第九章: 系统选项 (48)9.1: 报警次数限制设置(SWINGER:菜单[9401]) (48)9.2: 错误用户密码锁键盘设置(Code Lockout:菜单[9402]) (48)9.3: 是否容许强制布防(Forced Arm:菜单[9403]) (48)9.4: 是否容许家居自动化控制(HA CONTROL:菜单[9404]) (48)9.5: 紧急求救报警是否有声(Panic Alarm:菜单[9405]) (48)9.6: 一键布防(One-Key Arming:菜单[9406]) (49)9.7: 辅助的进入延时(SUPP ENT DELAY:菜单[9407]) (49)9.8: 进入偏离(ENT DEVIATION:菜单[9408]) (49)9.9: 交流断电延时报警时间(AC LOSS DELAY:菜单[9409]) (49)9.10: 布防状态显示(Arm Status :菜单[9410]) (50)9.11: 显示系统标识(Banner :菜单[9411]) (50)9.12: 可编程输出(PGM Output:菜单[9412]) (50)9.13: Guard Code (将来使用) (51)9.14: 时间/日期格式 (Time/Date Format) (51)9.15: 无布防操作提示 (“No Arm” Indication) (52)9.16: 监控布防 (Supervised Arm) (52)第十章:通讯 (53)10.1: 通讯账户(A c c o u n t s 菜单[951]) (53)10.2: 通用账户选项(General Account Options) (55)10.3: 遥控编程(Remote Programming) (56)10.4: 服务电话(Service Call) (58)10.5: 短信息中心(SMS Center菜单[954]) (58)10.6: 通讯选项( Communications Options菜单[9551]) (58)10.7: 双向监听对讲功能设置(Two-Way Audio Options) (60)10.8: GSM接收信号强度报道(GSM RX Report) (61)10.9:事件传输选项( Event Options) (61)第十一章:家具自动化控制编程 (64)11.1: X10 概述(X10 Overview) (64)11.2: 家居自动化控制单元( HA Units) (64)11.3: 房屋根码(House Code) (66)11.4: 短信息确认(SMS Confirmation) (66)第十二章:系统初始化 (68)12.1: 初始化( Initialization) (68)12.2: 缺省编程恢复(Default Program Restore) (68)12.3: 清除用户密码(Clear User Codes) (68)12.4: 清除无线发射器(Clear Wireless Transmitters) (68)12.5: 检测模块(Find Modules) (68)附录A:菜单结构 (70)附录B:Infinite事件代码总表 (75)附录C:报警监听功能 (77)附录D:Infinite-LCD无线系统安装注意 (78)附录E:Infinite无线系列发射设备中文说明 (80)1、EL-2600/EL-2600PI/EL-2645/ EL-2645 PI无线红外探测器 (80)2.EL-2650无线方向幕帘探测器 (83)3、EL-2601无线门磁 (85)4、EL-2614/2611无线按钮 (87)5、烟感探测器 (EL-2603) (88)6、无线键盘 (EL-2620/EL-2640) (88)发射器基本参数 (90)第一章系统简介此说明书为安装和编程操作Infinite主机而设计,我们强烈建议您在安装和调试此设备之前全面地阅读此手册,这样才能更好的理解和利用主机功能,我们鼓励最终用户阅读使用手册,如果有问题请致电供货商和工程商。

TrueSecure TM GTU Series Fingerprint Module User M

TrueSecure TM GTU Series Fingerprint Module User M

TrueSecure TMGTU Series Fingerprint ModuleUser Manual���� 10� �01�Revision: V1.00 Date: ���� 10� �01�Table of ContentsTable of Contents1 Introduction .............................................................................................................32 Functional Description . (3)View Image (5)Enro�� (6)Verif� (7)Identif� (8)Se�ect User (9)De�ete User ..........................................................................................................................10Save Image ..........................................................................................................................10View Log (10)Settings (11)Simi�arit� Thresho�d .............................................................................................................11Exit (11)Introduction1 IntroductionThis demonstration program is a simple but helpful program that will assist users to becomefamiliar with the features of the GTU series of fingerprint modules. The program allows easyimplementat of all the major functions required for fingerprint recognition.2 Functional DescriptionAfter program installation, execute the program by double-clicking on the Gingy_Demo.exe in theSDK program directory. After execution the following start up screen will be displayed.The program includes the following fingerprint recognition functions:Functional DescriptionThis start up screen contains a set of fingerprint module functions which are described in thefollowing section.Functional Description View ImageThe View Image can be selected to view the recorded fingerprint image. This function is used toadjust the image quality for the CMOS optical device. As the default settings may be not suitablefor certain environment or finger types, the user can adjust the brightness, contrast and gamma toget a satisfactory image quality for later enrollment or authentication.Functional DescriptionEnrollThe Enroll function is used to enroll a new fingerprint as the current user. At least three fingerprints are required to complete the enrollment. Place the finger on the reader for at least three times until the enrolled quality is displayed.The fingerprint reader will take the common features of these fingerprints and after a few seconds of processing, the reader will inform the user of the enrolment result.The following table shows the five levels of quality that are provided.You can Select Enroll to enter the enrollment mode. The screen is the same as the snap function. After enrolling a fingerprint successfully, a dialog box will appear which shows the enrolled quality. The user is now requested to input a name and choose the enrolled finger. After inputtingthe desired data, select “Save” to save the data.Functional Description VerifyThe Verify function is used to check a live-scanned fingerprint from the current user. It implementsonly a one-to-one matching. The matching compares a live-scanned fingerprint image against apreviously enrolled fingerprint image, to verify that they came from the same finger. To use thisfunction place a finger on the reader and the fingerprint reader will check it out automaticallyaccording to the security level settings.The objects to be compared are the live-scanned fingerprint image and the final fingerprinttemplate - EnrlTemplate, which is the data that was saved during enrollment. After a successfulsnapping, the live-scan fingerprint image data is stored in the main memory. The EnrlTemplate canbe chosen by clicking Select User or by creating a new user through the enrollment process.The Verify function can be selected to enter the matching fingerprint mode. Before clicking theVerify button, a user must first be selected, otherwise the following screen will appear.After verification, the result will be displayed on the screen to show if the verification achieved amatch or if it failed. See Identify for details.Functional DescriptionIdentifyThe Identify function is used to identify a live-scanned fingerprint image from the database. This function implements a one-to-many matching. The matching process compares a live-scanned fingerprint image with a previously enrolled database. To use this, a finger should be placed upon the reader to allow the fingerprint reader to check it out automatically according to the security level settings.The Identify function can be selected to enter the matching fingerprint mode. After identification, the result will be displayed on the screen to show if the identification has achieved a match or if ithas failed. If the identification is successful the user information will also be shown on the screen.Functional Description Select UserThe Select User function is used to select a User for verification. The user data files are createdafter enrollment. Once a user has been selected, it will become the target for verification. The nameof the user will be displayed on the demo program screen.There are two methods to change the target that is to be verified:▆Select another user from the function of Select User.▆After enrollment, the enrolled user will become the new matching target automatically.The Select User can be selected to enter the Select User mode. The following screen will appearshowing the user list, containing the name, enrolled finger and enrolled class. To select a user,choose the user and click the “OK” button or double-click on the desired user.Functional Description Delete UserThe Delete User function will delete a User from the database. Once you have selected a user, the user will be deleted from the list.Save ImageThe Save Image function is used to save the fingerprint image to a file. After a successful fingerprint snap operation, the fingerprint image will be stored in the main memory. A fingerprint image can be saved using this function. Select the Save Image function to enter the Save Image mode. Select a specified folder and input the filename.According to the user’s requirements, there are two file types that can be selected:▆File TypeBMP: Save the fingerprint image in bitmap file format.View LogThe View Log is used to view the operation history. The log can be sorted by “Date”, “Name” or“Action” by clicking the relative radio buttons. See the dialog box below.Functional DescriptionSettingsSecurity LevelThe default security level is Medium. Set up the security level for matching by setting the verification threshold. High is the safest mode, providing a FAR of less than 1/100,000. Fair is a less tight mode, providing a FAR of less than 1/1000.DeviceSelect a device for the system.Enroll ModeSelect an enrolled mode for the enrollment. All three modes will give high matching performances. However, larger template sizes will require the storage of more fingerprint data, giving higher accuracy but lower speed. The user may use the different modes depending upon their applications.For smaller capture device areas or 1-1 verification or 1-few identifications, the 504-byte mode is recommended. Where it is required to identify a large number of fingerprints, then speed may be the main concern and subsequently the 168-byte or 336-byte mode is recommended.Similarity ThresholdThe Similarity Threshold function is used to adjust the Security Level. The higher the Similarity Threshold, the higher the security levels. However higher security levels will also result in enrollment difficulties.ExitThe Exit function is used to terminate the demo program.Functional DescriptionCopyright© �01� b� HOLTEK SEMICONDUCTOR INC.The information appearing in this Data Sheet is believed to be accurate at the timeof publication. However, Holtek assumes no responsibility arising from the use ofthe specifications described. The applications mentioned herein are used solely forthe purpose of illustration and Holtek makes no warranty or representation that such applications will be suitable without further modification, nor recommends the use ofits products for application that may present a risk to human life due to malfunction or otherwise. Holtek's products are not authorized for use as critical components in lifesupport devices or systems. Holtek reserves the right to alter its products without prior notification. For the most up-to-date information, please visit our web site at http://www.ho�.Note that Holtek’s fingerprint recognition products have been designed in conjunction withGing� T echno�og�.。

Installation Manual

Installation Manual

Fast installation for IR Remote Control Code Analyzer 2009 -Professional & YG-920 V8.01. Copy the directory “IRReader2009” to your harddisk, remove all attributes of all files, or run setup.exe.2. If using RS-232, please plug in DC9V ,connect RS-232 port to COM1 or COM2, goto step 4.3. If using USB port, connect USB port to PC ’s usb port, PC will auto install driver for receiver.4. Run “IRReader.EXE”, refer to step 1 to step 5 below.Step 3: set receiver work mode to 38K Carrier.Fast installation for IR Remote Control Code Analyzer 2009 -Professional & YG-920 V6.01.Copy the directory “IRReader2009” to your harddisk, remove all attributes of all files, or run setup.exe.2. If using RS-232, please plug in DC9V,connect RS-232 port to COM1 or COM2, goto step5.3. If using USB port, connect USB port to PC,DC9V isn’t needed, PC report “Found New Hardware”, show below.Select “Continue Anyway”.Select“Next”until complete, maybe you need to restart computer.4. Open Device Manager, Extract “Ports(COM & LPT)”,you can see “Prolific U SB-to-Serial Bridge (COM3)”,that means the Sampler maping to COM3, than run IRReader.exe, select “COM3”,Sampler may map to different serial port in different computer or USB.5. Run “IRReader.EXE”,select sampler and communication port ”COM3”, than pre ss down “ON/OFF” button on top-right ofwindow. Now start to use.Step 3: set receiver work mode to 38K Carrier.。

TM-U950 User's Manual

TM-U950 User's Manual

TM-U950User’s Manual / Bedienungsanleitung Gebruikershandleiding / Manuel d’utilisation Manual do utilizador / Manual del usuarioManuale dell’utente401406102Printer PartsDIP Switch Tables34Serial interfaceSW FunctionON OFF 1-1Data word length 7 bits 8 bits 1-2ParityEnabled Disabled 1-3Parity selectionEvenOdd1-4 ~ 1-5Transmission speed (see table below)1-6Display module connection ConnectedNotconnected 1-7Data receive error IgnoredPrints “?”1-8HandshakingXON/XOFFDTR/DSRTransmission speedSpeed 1-41-51200ON ON 2400OFF ON 4800ON OFF 9600OFF OFFSW Function ON OFF 2-1Auto line feed Always enabled Always disabled 2-2Receive buffer32 bytes2048 bytes2-3Font selection (default)9 × 97 × 92-4Carriage speed default Low High 2-5Handshaking (BUSY)Receive buffer full Offline or receive buffer full 2-6Internal use Fixed —2-7I/F pin 6 reset Enabled Disabled 2-8I/F pin 25 resetEnabledDisabledParallel interfaceSWFunctionON OFF 1-1 ~ 1-5Undefined ——1-6Internal use—Fixed 1-7 ~ 1-8Undefined ——SW Function ON OFF 2-1Auto line feed Always enabled Always disabled 2-2Receive buffer32 bytes2048 bytes2-3Font selection (default)9 × 97 × 92-4Carriage speed default Low High 2-5Handshaking (BUSY)Receive buffer full Offline or receive buffer full 2-6Internal use Fixed —2-7Undefined ——2-8Internal useFixed—All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of Seiko Epson Corporation. No patent liability is assumed with respect to the use of the information contained herein. While every precaution has been taken in the preparation of this book, Seiko Epson Corporation assumes no responsibility for errors or omissions. Neither is any liability assumed for damages resulting from the use of the information contained herein.Neither Seiko Epson Corporation nor its affiliates shall be liable to the purchaser of this product or third parties for damages, losses, costs, or expenses incurred by purchaser or third parties as a result of: accident, misuse, or abuse of this product or unauthorized modifications, repairs, or alterations to this product, or (excluding the U.S.) failure to strictly comply with Seiko Epson Corporation’s operating and maintenance instructions.Seiko Epson Corporation shall not be liable against any damages or problems arising from the use of any options or any consumable products other than those designated as Original Epson Products or Epson Approved Products by Seiko Epson Corporation.EPSON and ESC/POS are registered trademarks of Seiko Epson Corporation in the U.S. and other countries. NOTICE: The contents of this manual are subject to change without notice.Copyright © 1995, 1998, 2001 by Seiko Epson Corporation, Nagano, Japan.EMC and Safety Standards AppliedProduct Name: TM-U950/U950PModel Name: M62UA/M114AThe following standards are applied only to the printers that are so labeled. (EMC is tested using the Epson power supplies.)Europe:CE markingSafety:EN 60950North America:EMI:FCC/ICES-003 Class ASafety:UL 1950/CSA C22.2 No. 950 Japan:EMC:VCCI Class AOceania: EMC:AS/NZS3548WARNINGThe connection of a non-shielded printer interface cable to this printer will invalidate the EMC standards of this device. You are cautioned that changes or modifications not expressly approved by SEIKO EPSON Corporation could void your authority to operate the equipment. CE MarkingThe printer conforms to the following Directives and Norms:Directive 89/336/EEC EN 55022 Class BEN 55024IEC 61000-4-2IEC 61000-4-3IEC 61000-4-4IEC 61000-4-5IEC 61000-4-6IEC 61000-4-8IEC 61000-4-11 Directive 90/384/EEC EN 45501FCC Compliance Statement For American UsersThis 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. These limits are designed to provide reasonable protection against harmful interference when the equipment is operated in a commercial environment.This equipment generates, uses, and can radiate radio frequency energy and, if not installed and used in accordance with the instruction manual, may cause harmful interference to radio communications. Operation of this equipment in a residential area is likely to cause harmful interference, in which case the user will be required to correct the interference at his own expense.For Canadian UsersThis Class A digital apparatus complies with Canadian ICES-003.Safety PrecautionsThis section presents important information intended to ensuresafe and effective use of this product. Please read this sectioncarefully and store it in an accessible location.TM-U950 User’s Manual 12 TM-U950 User’s ManualWARNING:Shut down your equipment immediately if it produces smoke, a strange odor, or unusual noise. Continued use may lead to fire. Immediately unplug the equipment and contact your dealer or a SEIKO EPSON service center for advice.Never attempt to repair this product yourself. Improper repair work can be dangerous.Never disassemble or modify this product. Tampering with this product may result in injury or fire.Be sure to use the specified power source. Connection to an improper power source may cause fire.Do not allow foreign matter to fall into the equipment. Penetration by foreign objects may lead to fire.If water or other liquid spills into this equipment, unplug the power cord immediately, and then contact your dealer or a SEIKO EPSON service center for advice. Continued usage may lead to fire.CAUTION:Do not connect cables in ways other than those mentioned in this manual. Different connections may cause equipment damage and burning.Be sure to set this equipment on a firm, stable, horizontal surface. The product may break or cause injury if it falls.Do not use in locations subject to high humidity or dust levels. Excessive humidity and dust may cause equipment damage or fire.Do not place heavy objects on top of this product. Never stand or lean on this product. Equipment may fall or collapse, causing breakage and possible injury.To ensure safety, unplug this product before leaving it unused for an extended period.Do not use aerosol sprayers containing flammable gas inside or around this product. Doing so may cause fire.Caution LabelsWARNING:Do not connect a telephone line to the drawer kick-out connector or the display module connector; otherwise, the printer and the telephone line may be damaged.CAUTION:The print head is hot.UnpackingThe following items are included with the standard specification printer. If any item is damaged, contact your dealer.❏Printer❏Paper rolls (2)❏Ribbon cassette❏Power switch cover❏Take-up spool❏Caution label❏Hexagonal lock screws (2) (only for the serial interface) Downloading Drivers, Utilities, and ManualsDrivers, utilities, and manuals can be downloaded from one of the following URLs.For customers in North America, go to the following web site:/ and follow the on-screeninstructions.For customers in other countries, go to the following web site:/Select the product name from the ‘Select any product‘ pulldownmenu.Control PanelRECEIPT FEED buttonPress to feed receipt paper; hold down to feed continuously. JOURNAL/SLIP FEED buttonIn roll paper mode, feeds the journal roll. In slip mode (when the SLIP LED is on or flashing and slip paper is inserted), feeds slippaper.POWER LEDOn when the printer is on.ERROR LEDIndicates an error.RECEIPT OUT LEDIndicates a receipt paper near end or out.TM-U950 User’s Manual 34 TM-U950 User’s ManualJOURNAL OUT LEDIndicates a journal roll paper near end or out.SLIP LEDIndicates slip mode. Flashes while waiting for a slip to be inserted or removed.Removing the Transportation DamperThe printer is protected duringshipping by a transportation damper that you must remove before turning on the printer.Pull the damper out, as shown in illustration 1.Note:Before shipping the printer, reinstall the transportation damper.Using the Power Switch CoverWARNING:If an accident occurs with the power switch cover attached, unplug the power cord immediately. Continued use may cause fire.The enclosed power switch cover ensures that the power switch is not pressed accidentally. To use this cover, install it as shown in illustration 2.Installing the Paper RollsNote:Use only paper rolls that meet the specifications.TM-U950 User’s Manual 51.Make sure the leading edge ofthe paper is straight.2.Turn on the printer and openthe printer cover.3.Insert paper rolls on both thereceipt and journal sides of the printer, as shown inillustration 3. (The journal roll is on the right in this illustration.)4.For each roll, insert the tip of thepaper into the paper inlet and push it in until it is automatically detected and fed into the printer. See illustration 4.5.Tear off the receipt paper on thecutter. If the paper was not fed far enough, press the RECEIPT FEED button to feed additional paper.6.Insert the tip of the journal paperinto the groove in the take-up spool and rotate the spool two or three times to secure the paper. See illustration 5. If not enough paperwas fed, press JOURNAL/SLIP FEEDto feed more.7.Install the take-up spool and close theprinter cover.8.To remove the journal paper roll, firstThen remove the take-up spool. See illustration 6.9.next press the release lever (marked PRESS ) on the appropriate side of the the roll.Inserting Slip PaperNotes:Do not use wrinkled, folded, or curled paper.Use only slip paper that matches the printer’s specifications.To prevent paper jams, install both paper rolls in the printer even if you plan to print only on slip paper.1.When the SLIP LED flashes,guide. See illustration 7.2.in and begins printing.CAUTION:Be sure to put the caution label exactly in the position shown. If you put it another place, such as over the slip paper inlet, the printer may bedamaged.Installing a RibbonUse the EPSON ERC-31. The use of any ribbon cassettes other than those approved by EPSON may damage the printer and will void the warranty.1.Turn the printer on and open the ribbon cover.2.take up any slack.3.ribbon in the correct position.4.the print head without wrinkles or creases.5.To remove the ribbon cassette, grasp the ribbon cassette’s taband pull it out of the printer.Using the MICR Reader (Option)The optional, factory-installed magnetic ink character recognition (MICR) reader lets the printer read MICR ink on personal checks.6 TM-U950 User’s ManualTM-U950 User’s Manual 7CAUTION:To prevent paper jams, be sure both paper rolls are installed.Do not insert checks with staples in them; do not insert wrinkled checks.1.The SLIP light flashes.2.Insert the check face down, with theMICR characters on the right-hand side.3.Insert the check straight into the inlet,using the right edge of the inlet as a guide, as far as the check will go. See illustration 9.4.The printer starts drawing the checkin. Let go of the check immediately. The SLIP LED goes from blinking to on.5.When MICR reading is complete, the printer ejects the checkand the SLIP LED starts blinking again.6.Remove the check by pulling it straight out (not at an angle).The SLIP LED goes off.Cleaning the Optional MICR MechanismClean the MICR head and MICR roller every 6000 passes or once a month. Note:If you encounter frequent MICR reading errors, use the procedure below.For the MICR headUse a moistened cleaning sheet, such as PRESAT brand (KIC) “Check Reader Cleaning Card” or an equivalent commercially available cleaning sheet. For the MICR feed rollerUse an adhesive cleaning sheet available from EPSON. Contact your dealer.Cleaning procedureUse this procedure for both cleaning sheets.1.Load both paper rolls into the printer; then turn off the power.2.Open the front cover and turn the power back on while holdingdown the JOURNAL/SLIPbutton.8 TM-U950 User’s Manual3.Press the JOURNAL/SLIP button 3 times.4.Close the front cover (the SLIP LED flashes).5.Follow the instructions on the cleaning sheet. You will insertthe cleaning sheet the same way you insert a normal check.6.When the sheet is ejected, remove it from the printer; then turnoff the power.TroubleshootingLEDs on the control panel do not come onCheck the power cable and power outlet. If the outlet is controlled by a switch or timer, use another outlet.ERROR LED is on (not flashing) with no printingIf RECEIPT OUT or JOURNAL OUT is on , a paper roll is not installed or nearly out. If these LEDs are off , the cover is not closed properly.ERROR LED is flashing with no printing (and no paper jam)The print head may be overheated. Printing resumes after the print head cools. If this does not occur, turn the printer off for 10 seconds and then back on. If there is still a problem, contact a qualified servicer.The printer appears to be printing, but nothing is printedCheck ribbon installation and ribbon wear.A line of dots is missingThe print head may be damaged. Stop printing and contact a qualified servicer.Removing Jammed PaperCAUTION:Do not touch the print head because it can be very hot after printing.1.Turn the printer off and open the printer cover.TM-U950 User’s Manual 92.For a journal roll paper jam, cut with scissors or a knife, as shown in illustration 10, and remove the take-up spool.3.Cut the paper from the paper rolls as shown in illustration 11.4.If paper is caught in the automatic cutter, open the cutter blade by turning the gear in the direction shown in illustration 12.5.Move the OPEN ↔ LOCK lever on each side of the printer in the direction shown in illustration 13; the cutter opens automatically.6.Pull the paper out gently. If it tears, remove any pieces.7.If necessary, remove the print head cover. Loosen the screw on the right as shown in illustration 14. (Replace it by sliding the tab in the slot, and fasten the screw.)8.After clearing all paper, close and lock the cutter unit (lock both locks), andreinstall the paper rolls.TM-U950 SpecificationsPrinting method Serial impact dot matrixHead wire configuration9-pin vertical line, wire pitch 0.353 mm {1/72"}, 0.29 mm {0.01"} wirediameterPrinting direction Bidirectional, minimum distance printingPrinting width Roll paper: 61.1 mm {2.41"}; slip paper: 135.6 mm {5.34"}Characters per line (default)9 × 9: roll paper = 30; slip paper = 66 7 × 9: roll paper = 40; slip paper = 88Character spacing(default)9 × 9: 3 dots (half dots); 7 × 9: 2 dots (half dots)Print speed High-speed —9 × 9: 233 characters/second7 × 9: 311 characters/secondLow-speed —9 × 9: 200 characters/second7 × 9: 267 characters/secondPaper feed speed Approx. 60.3 ms/line (4.23 mm {1/6"} feed);Approx. 86.36 mm/second {3.4"/second} continuous feed Line spacing (default) 4.23 mm {1/6"}Number of characters Alphanumeric characters: 95; International characters: 32Extended graphics: 128 × 9 pages (including space pages) Character structure9 × 9 or 7 × 9Paper roll (single-ply)Size:Width: 69.5 ± 0.5 mm {2.74 ± 0.02"}Maximum outside diameter: 83 mm {3.27"}Paper roll spool inside diameter: 10 mm {0.39"} or more Slip paper Normal, carbon-copy, and pressure-sensitiveNumber of copies for slip Original + 4 (at 20 to 40°C {68 to 104°F})Original + 1 to 3 copies (at 5 to 40°C {41 to 104°F})Total slip thickness0.09 to 0.36 mm {0.0035 to 0.0141"}Ribbon cassette ERC-31Buffer size32 bytes or 2KB, depending on the DIP switch settingSupply voltage+24 VDC ± 10%Current consumption (at 24V)Printing receipt and journal paper (40 columns):Mean: Approx. 1.8A (alphanumeric characters)Peak: Approximately 8.0AFeeding slip paper to the print start position or MICR reading: Mean: Approx. 2.3A for approx. 1.4 secondsLife Mechanism:7,500,000 linesPrint head:150 million charactersRibbon:4,500,000 charactersMICR:240,000 passesMTBF180,000 hoursMCBF18,000,000 linesTemperature Operating: 5 to 40°C {41 to 104°F}Storage:–10 to 50°C {14 to 122°F}, except for ribbon Humidity Operating:30 to 80% RHStorage:30 to 90% RHOverall dimensions194.5 × 251 × 298 mm {7.7× 9.9× 11.7"}(H × W × D)Weight (mass)Approximately 5.6 kg {12.3 lb}10 TM-U950 User’s Manual。

WT1650控制面板操作指南

WT1650控制面板操作指南

WT1650控制面板操作指南—目录1 控制面板 (4)1.1 人机通信介绍 (4)1.2 面板 (4)1.3 按钮介绍 (4)2 菜单介绍 (5)2.1 主菜单 Main (5)2.2 错误菜单 (6)2.3 警告菜单 (7)2.4 计算菜单 (7)2.5 变桨菜单 (8)2.6 制动菜单 (10)2.7 变流器菜单 (11)2.8 偏航菜单 (13)编写:刘豪校核:王丽广第 1 页共 37 页2.9 加油菜单 (14)2.10 水冷菜单 (16)2.11 加热菜单 (16)2.12 电池菜单 (17)2.13 登录菜单 (19)3 手动操作 (20)3.1 登录 (20)3.2 退出 (22)3.3 复位 (22)3.4 信息 (22)3.5 自动模式 (22)3.6 服务模式 (23)3.6.1 服务模式下的变浆 (24)3.6.2 服务模式下的制动子系统 (25)编写:刘豪校核:王丽广第 2 页共 37 页3.6.3 服务模式下的变流器子系统 (25)3.6.4 服务模式下的偏航子系统 (29)3.6.5 服务模式下的齿轮箱油子系统 (29)3.6.6 服务模式下的水冷却子系统 (30)3.6.7 服务模式下的加热子系统 (31)3.6.8 服务模式下的电池子系统 (32)3.6.9 服务模式下的登录子系统 (33)3.6.9.1优先级 (33)3.6.9.2功率限制比例 (34)3.6.9.3叶片限功率比例 (34)3.6.9.4改变风机自动复位的次数 (35)3.6.9.5定子接触器使能/去能控制 (35)3.6.9.6变流器读参数 (36)3.6.9.7变流器写参数 (37)编写:刘豪校核:王丽广第 3 页共 37 页编写:刘豪 校核:王丽广 第 4 页 共 37 页1 控制面板1.1 人机通信介绍WINDTEC 控制面板与WT97 和 WT98系列PLC 进行通信,可以读写PLC 的数据。

康特EOC产品手册v2

康特EOC产品手册v2
2.7 EOC 网络管理系统 EMS2.0......................................................................................................24
3、EOC 系统开通规程...................................................................................... 25
2
1、康特 EOC 技术及产品介绍
康特 EoC 采用 HomePlug BPL 技术,使用 OFDM(正交频分复用)调制方 式,将以太网的信号调制在 5 MHz ~30 MHz 频率范围内,在这段频率范围内完 成数据信号的上行和下行的传输(5-30MHz 双向传输),和传统有线电视系统使用 的频段 87MHz~860MHz 完全能够相互兼容,非常适合有线电视网络传输的要 求。
4
2、康特 EOC 系统产品 局端设备:局端设备将 CATV 信号与 IP 信号混合输出到有线电视电缆分配网中
实现共缆传输广播电视信号和 IP 数据。我公司局端设备均为模块化设计,可灵活 根据需求组装,在线更换模块或升级不影响电视信号。
2.1 60VAC 系列产品
2.1.1 双路单模块野外型局端 EM11A
如上图,在 5MHz~30 MHz 这个频段内划分了 7 个子频段,利用 OFDM 技 术在相同的时间内用不同的频率对多路载波上的数据进行调制(共使用 896 个子载 波),每个载频具有独立的功率电平输出和调制方式,信号能够根据网络在不同信 噪比的环境下选择相应的调制方式保证信号连接。
3
康特 EOC 产品优势: l 全模块化设计,单局端平台最大可支持 4 个模块,同时在线 4x64 个用户在线。 l 多种产品型号,可根据不同的应用条件进行组合使用,包括与光接收机一体化。 l 采用 spidcom 32 位处理芯片,运行速度快、可管理功能强大。 l 支持管理 vlan 与业务 vlan 独立设置。 l 支持 QoS(8 级)及 DBA。 l 支持上下行宽带独立限制。 l 支持 802.1x 认证及配置文件自动下载工作模式。 l 低插入损耗,高隔离度。多模块并行应用无干扰。 l 方便在线扩容或更换,不中断现有电视信号。 l 提供对 ONU 设备空间安装支持,可内置并提供电源支持。

广达EOC安装配置ooo

广达EOC安装配置ooo

目录一、产品介绍及安装准备 (2)1.施工产品及接口参数 (2)2.工程施工准备工作 (3)二、EOC设备的安装 (4)1.安装环境要求 (4)2.高频EOC局端设备安装要求 (5)4施工注意事项3.高频EOC终端设备入户安装要求 (7)三、安装异常手册 (9)四、常见问题及处理方法 (10)1.解决互动节目获取IP超时 (10)2.解决互动电视发生EPG连接失败 (10)3.解决看互动电视出现马赛克甚至掉线的情况 (11)4.解决上网经常掉线的问题 (12)五、高频EOC配置 (12)1.配置软件SecureCRT使用说明 (12)2.常用功能的相关配置 (13)一、产品介绍及安装准备1.施工产品及接口参数广达公司EOC的施工内容包括局端设备的安装和终端设备的安装两大部分。

下图为广达公司EOC室内型局端设备和用户终端设备。

EOC产品局端:EOC产品终端:●局端设备有数据口、铜缆口和Console口。

数据口类型为10/100M 快速以太接口,连接器类型为RJ45,输入阻抗100Ω。

铜缆口为公制F型连接座, 输入阻抗为75Ω。

铜缆口的信号分为TV IN和CABLE OUT,TV IN接光接收机输出的电视信号,CABLE OUT接入户的同轴线分配网络。

Console口采用标准的路由器串口配置线线序,用于对局端设备进行本地配置。

●终端设备有铜缆口、数据口和Console口。

铜缆口的信号分为CABLE IN和TV OUT,CABLE IN接入户的同轴线,TV OUT机顶盒或电视机。

数据口类型为10/100M快速以太接口,连接器类型为RJ45,输入阻抗100Ω。

Console口采用广达专用的配置线,用于对终端设备进行本地配置。

2.工程施工准备工作●前期准备施工设计图和设备及材料清单。

●领取EOC局端设备、终端设备及其配件。

●分配好该小区的EOC局端设备所需要的网管IP地址、默认网关、管理VLAN以及EOC终端设备的业务VLAN。

NEC USB 2.0 USER MANUAL

NEC USB 2.0 USER MANUAL

NEC USB 2.0Version 1.0Contents1.0 USB Port Features ………………………………….P.32.0 System Requirement………………………………….P.33.0 Driver Limitations……………………………………..P.34.0 Driver Installation (W indows XP)……………………….P.45.0 Driver Installation (Windows 2000)………………….P.106.0 Driver Installation (Windows ME)……………………P.167.0 Driver Installation (Windows 98/98SE)………………P.192IntroductionAdd a USB device to your PCInstantly add USB peripherals to your PC. Never open your computer case again after you have your USB Port (PCI) card installed and say good-bye to confusing cables.The USB Port (Universal Serial Bus) allows you to instantly connect USB devices to your computer. The USB Port will allow you to attach 3/4/5 USB devices instantly.You never have to worry about running out of slots in your computer or those confusing IRQ’s again. You can also “Hot Swap” your USB devices. What does this mean? You never have to power down your PC to install hardware again. Gamers can switch joysticks on the fly. Welcometo the USB Revolution.1.0 USB Port FeaturesThe PCI is a true 32-bit PCI-Bus USB card. It supports the following I/O features:3/4/5 USB ports (root hub and two/three/four down stream function ports)Auto detect speeds and connections of devicesIntegrated physical layer transceiversNormal and low power operating modesFully Plug and Play compatibleOHCI (Open Host Controller Interface) specification V1.0 register compatibleUSB specification V.1.0 compatible2.0 System RequirementsThis setup program will install the driver for NEC USB 2.0 Host Controller. Before you start to run the setup program, please make sure your computer is an IBM PC-compatible system.This driv er can be used either the following operating systems:Windows98Windows98 Second Edition.Windows Millennium.Windows 2000.Windows XP.3.0 Driver LimitationsCurrent limitations of the driver are: Composite devices and Hi-Speed Isochronous Transfers are currently not supported.34. Driver Installation (Windows XP)1. Please make sure this PCI card has been installed on your system correctly.When starting Windows XP, it will display the follow screen, please select “Install from a list or specific location [Advanced]”.42. Insert the “Driver CD” into the CD-ROM and select the “Include this location in the search”.Please use the Browse to change the path to “your cdrom driver:\USB\Item\98 me 2k xp”.53. When display Hardware Installation screen, Press “Continue Anyway”.4. Wait a moment to install files into your system. Then press “Finish”.65. To check your device from “Device Manager”. Press “Start¡÷My Computer¡÷Properties”.76. Open “Device Manager” and check if your device works.87. Note! If there is a yellow exclamation mark on “NEC PCI to USB Enhanced Host Controller”or “USB 2.0 Root Hub Device”, please remove this item from the “Device Manager” byclicking the “Uninstall” button and click “Refresh” to re-install this driver again.95.0 Driver Installation (Windows 2000)1. Please make sure this PCI card has been installed on your system correctly.When starting Windows 2000, the system will find “Universal Serial Bus (USB) Controller”.2. Press “Next”.103. Select “Search for a suitable driver for my device [recommended]” and press “Next”.4. Select “Specify a location” and press “Next”.115. Insert the “Driver CD” into the CD-ROM and use the Browse to change the path to “yourcdrom driver:\USB\Item\98 me 2k xp”.6. Choose the “ousb2.inf” file and press “Open”..127. Press “Next”.8. Press “Finish”.139. To check your device from “Device Manager”. Press “Start¡÷My Computer¡÷Properties”. Open “Device Manager” and check if your device works.1410. Note! If there is a yellow exclamation mark on “NEC PCI to USB Enhanced Host Controller”or “USB 2.0 Root Hub Device”, please remove this item from the “Device Manager” byclicking the “Uninstall” button and click “Refresh” to re-install this driver again.156. Driver Installation (Windows ME)1. Please make sure this PCI card has been installed on your system correctly.When starting Windows ME, it will display the follow screen, please select “Specify the location of the driver [Advanced]”.2. Select “Specify a location”. Insert the “Driver CD” into the CD-ROM and use the Browse tochange the path to “your cdrom driver:\USB\Item\98 me 2k xp”. Press “Next”.163. Press “Next”4. Press “Finish”.Note! This will restart your system. Please remember to close other programs before you click “Finish” button.175. After restarting your system, please check if your device works.Note:Note! If there is a yellow exclamation mark on “NEC PCI to USB Enhanced HostController [E13+]” or “USB 2.0 Root Hub Device”, please remove this item from the“Device Manager” by clicking the “Uninstall” button and click “Refresh” to re-install thisdriver again.187.0 Driver Installation (Windows 98/98SE)1. Please make sure this PCI card has been installed on your system correctly. When starting Windows 98/98SE, the system will find the new hardware. Press “Next”.2. Select “Search for the best driver for your device [Recommended] and press “Next”.193. Select “Specify a location”. Insert the “Driver CD” into the CD-ROM and use the Browse tochange the path to “your cdrom driver:\USB\Item\98 me 2k xp”. Press “Next”.4. Press “Next”.205. Press “Next”.6. The system will ask you where is the Windows 98/SE CD-ROM ? Please insert the Windows 98/SE CD and use “Browse” item to change the path.217. Press “Finish” and system will find the new hardware again. Please repeat Step 1 to Step 6.8. When display the follow screen, press “Next”.229. Press “Next” then finished the driver install steps.10. After restarting your system, please check if your device works.Note! If there is a yellow exclamation mark on “NEC PCI to USB 2.0 Enhanced Host Controller” or “USB 2.0 Root Hub Device”, please remove this item from the “Device Manager” by clicking the “Uninstall” button and click “Refresh” to re-install this driver again.23。

ECOMs网络配置说明书

ECOMs网络配置说明书

In This Chapter. . . .— NetEdit3 Software— Using NetEdit3— Locating the MAC Address Labelit i t 3Using NetEdit3Ethernet Communications Modules, 3rd Edition Rev B, 04/06NetEdit3 SoftwareNetEdit3 is a software utility which can be used to set network identifiers (Module ID or IP Address), perform diagnostic and troubleshooting tasks and upgrade the firmware in the ECOM module if necessary. The H0/H2/H4–ECOM100 requires NetEdit 3.5 or later.You can install NetEdit3 on Windows98/ME/2000/XP t or Windows NT4t . NetEdit3is included with this manual on the AutomationDirect Software Product Showcase CD (also available online at ). After inserting the CD intothe drive, the following window will appear.Click on the Essential Tools button. The following window will be displayed.Click on Install NetEdit3. A series of windows will step you through the installation process. Fill in the necessary information as the installation wizard prompts through the install. In the Setup Type window, select Typical setup. This setup type is recommended for most users. The installation process places NetEdit3 in the C:\HAPTools directory (default).Installing NetEdit3Using NetEdit3Using NetEdit3Ethernet Communications Modules, 3rd Edition Rev B, 04/06There are three methods to launch NetEdit3.The three methods are:•using the Windows Start menu Programs>AutomationDirect Tools>NetEdit3 as shown below•launching Direct Soft (if installed), from the programming window, select PLC>Tools>NetEdit3•launching DirectSoft (if installed), then select Utilities>NetEdit3Starting NetEdit3 brings up the screen below. All NetEdit3 functions are accessedfrom this screen.LaunchingNetEdit3The NetEdit3Screenit i t 3Using NetEdit3Ethernet Communications Modules, 3rd Edition Rev B, 04/06You may have already set up your PC with selected networking protocols for Ethernet communications. If not, you will need to select the protocols now for communication with the Ethernet modules. We strongly recommend that youinclude the IPX protocol. For Windows 2000, go from My Computer on your Windows desktop to Control Panel. Double click on Network and Dial–up Connections, then double click on the desired Network Device to see the installed Protocols. If IPX is not listed among the protocols already loaded, add it now by clicking on the Install button. For Windows XP , go from Start>Settings>Control Panel. The steps are the same as Windows 2000 from this point.Add the TCP/IP protocol if it is necessary for your application. The TCP/IP selection will give you support for the UDP/IP protocol. Also, add the IPX protocol if it is not already active.→→NOTE: We strongly recommend you load IPX protocol on your PC for the connection from your PC to the ethernet modules. Use UDP/IP in your application, if required,but also add IPX to your list of active protocols. Having IPX loaded on your PC gives you a backup for troubleshooting communication problems.Adding NetworkProtocol Supportto the NetEdit3 PCUsing NetEdit3Using NetEdit3Ethernet Communications Modules, 3rd Edition Rev B, 04/06Using NetEdit3This section steps through the features and uses of NetEdit3. We will describe the individual segments of the NetEdit3 screen and the function of each.NOTE: Your PC-based Control software may be capable of configuring the EBC module. If so, please refer to the appropriate documentation for that software product to determine the best method to configure the EBC. Depending on which software you are using, it may not be necessary to use NetEdit3.In the upper left corner of the NetEdit3 screen, you will find buttons labeled IPX and TCP/IP . The ECOM module understands these protocols. Both protocols are permanently resident in the firmware of the module.When you click on one of these buttons, you are selecting the protocol you want your PC to use to communicate with the ECOM module. You are not telling the module which protocol to use, because it is using both protocols all the time. IPX is a Novell standard in widespread use, and UDP/IP is a popular protocol supported by the TCP/IP suite of protocols in your PC.The figure to the right shows theProtocol selection buttons in the upperleft corner of the NetEdit3 screen. Thechoice you make here tells your PCwhich protocol to send to the ECOM tolink NetEdit3 to the module.Some PC-based control softwareproducts may support only one ofthese protocols. Read thedocumentation for your software to besure the protocol you select issupported.EthernetCommunicationProtocolit i t 3Using NetEdit3Ethernet Communications Modules, 3rd Edition Rev B, 04/06The upper left section of the NetEdit3screen displays the EthernetAddress of the modules currently onthe network.If modules are added or removed fromthe network, click on the Scan Networkbutton to update the list.Notice that the MAC Address is thefactory-assigned address that is on thepermanent label on the module.Select a specific module here byclicking on the MAC Address or byusing the arrow keys. The selectedmodule is highlighted.NOTE: The Module window may list the MAC Addresses of devices not covered by this manual.The upper mid section of the NetEdit3 screen displays the Module Type,IP Address, module ID, Name and Description of the modules currentlyon the network.A new ECOM will have an IP Address of 0.0.0.0, a Module ID of 0 (zero),and no Module Name or Description. To assign or change a module an IP address, ID, name or description refer to the EBC Settings>GeneralInformation description later in this section.Right clicking on an ECOM module listed on the NetEdit3 screen will display the window to the right. This isan alternative to using the Module Infoor ECOM settings tabs (shown below)to access the module’s configurationsettings. The settings are discussedlater in this section.Ethernet Address Module Type, IP Address and IDUsing NetEdit3Using NetEdit3Ethernet Communications Modules, 3rd Edition Rev B, 04/06This box is in the lower left section of the NetEdit3 screen.When the Module Info tab is selected, the General Info box lists the selected module’s Firmware Revision, Booter Revision, DIP SwitchSetting, PWB Revision, PLD Revision and CPU Revision.This box is in the lower middle section of theNetEdit3 screen.When the Module Info tab is selected, theEthernet Stats box displays statistics relatedto the selected module’s communicationerrors. Click on the Reset Stats button to resetall categories to 0 (zero).This box is in the lower middle section of the NetEdit3 screen.When the ECOM Settings tab is selected, the selected module’sConfiguration, Utilities and Firmware tools can be accessed.Module Info>GeneralInformation Module Info>Ethernet Stats ECOM Settingsit i t 3ECOM Settings>Configuration>General Using NetEdit3Ethernet Communications Modules, 3rd Edition Rev B, 04/06Clicking the General button in the ECOM Settings>Configuration box brings up the General Settings window below.The General Settings box allows you to assign a Module ID . Module IDs must be unique for each ECOM, but they do not have to be in sequence. The module’s DIP switches must be set to zero to allow NetEdit3 to set a Module ID. Do not use address zero for communications.The Name field and Description field are optional.To set an IP Address , highlight the number in each of the four boxes, andoverwrite the number. Use the twelve-digit number assigned to the ECOM module by your network administrator. If you change the IP Address, do not use the number “255” in any field. Doing so will cause communication problems.The OK button sends all the entries to the module’s flash memory.The following table summarizes NetEdit3’s Network Identifiers and their uses:How to SetFormat Communication Restrictions/Notes Module ID DIP SwitchNumber 1-63PLC-to-PLC or PC-to-PLC Disables Module ID in NetEdit3NetEdit3Number 1-90PLC-to-PLC or PC-to-PLC DIP Switch must be set to “0”NetEdit3Number 1-999,999,999PC-to-PLC Only > 90 (Not for PLC-to-PLC )NameNetEdit332 Alphanumeric Char-acters PC-to-PLC Only HMI Software may have re-strictions IP Address NetEdit3 4 Three-digit Numbersxxx.xxx.xxx.xxx(See Page 2-4)PC-to-PLC; (PLC to PLC–Client/Server using TCP/IP or MODBUSTCP/IP protocol)See Your Network Adminis-trator for IP address; (refer to pages 3–10 to 3–11,chapters 5 and 6)Ethernet (MAC)Address Set at Factory 12 Hex digitsPC-to-PLC Only Factory-assigned, for IPXUsing NetEdit3Using NetEdit3Ethernet Communications Modules, 3rd Edition Rev B, 04/06Clicking the Advanced button in the ECOM Settings>Configuration box brings up theECOM Advanced Settings window below.ACK Timeout – sets the time limit for receivingthe acknowledge (ACK) response to an RX or WXinstruction. The ECOM sends a message acrossthe LAN. The acknowledge response comes backdirectly from the ECOM module receiving thetransmission. This timeout is the maximum fortransmission and acknowledgement from ECOMto ECOM across the LAN. It is not dependent onthe PLC scan time.RX/WX – Settings box in this window provides aplace to make changes that affect PLC-to-PLCcommunications.The K–Sequence Retries field shows the number of times the backplane transmission between ECOM and CPU is to be retried.The OK button loads the communication settings in the ECOM module’s flash memory.Resp. Timeout – sets the maximum time for thereceiving PLC CPU to respond to the ECOM thatinitiated the communication. The instruction hastravelled from the initiating PLC CPU to theinitiating ECOM, across the Ethernet LAN to the receiving ECOM, then to the receiving PLC CPU, and back again to the initiating ECOM. Multiple PLC scans may be required to execute an RX/WX instruction so the Resp. Timeout should allow for multiple scans. Also, communication errors may result in retries which require more time. Your response timeout setting must accommodate retries aswell.The WX/RX Retries field shows the number of times the ECOM will retry transmissions to the network.ECOM Settings>Configuration>Advancedi t i t 3Using NetEdit3Ethernet Communications Modules, 3rd Edition Rev B, 04/06This function allows you to configure the client H0/H2/H4–ECOM(100) module to use an IP protocol packet to perform the RX/WX instruction, as opposed to a broadcast packet to locate the slave ECOM or MODBUS TCP/IP server.Chosing Peer to Peer: The following are reasons or conditions of when to configure the H0/H2/H4–ECOM(100) for peer to peer communications with a TCP/IP server device:•To eliminate network broadcast traffic when the ECOM(100) is a client executing RX/WX network instructions.•When an ECOM(100) is an “ECOM protocol client” and needs to access other server ECOMs through a router.•When an ECOM100 needs to serve as Modbus TCP/IP client Clicking the Peer to Peer Config button in theECOM Settings>Configuration box brings upthe Peer to Peer Configuration window shownbelow. Any previous peer to peerconfigurations will be listed in the table.The RX and WX ladder logicinstructions used by the PLCallow you specify a Node(Device) Number as the slaveidentifer in the range of 1–87.The Peer to Peer Configurationinformation is stored in theECOM(100) module’s flashmemory. This basicallyassociates a Device Number(that is used by the RX/WXinstructions) with a server’s IPaddress.Clicking on the Add button in the Peer toPeer Configuration window will displaythe Add Device Address window shownto the right. Enter the necessary server’snetwork information (i.e. Device Number,server’s IP address and protocol). Youcan manually enter the information or youcan click on the Find Hx–ECOM button todisplay all local ECOMs currently on thenetwork. MODBUS TCP/IP device’snetwork information will have to beentered manually. Refer to page 6–6 forinformation on Port and Unit ID Numbers.Clicking the OK button adds the DeviceConfiguration to the main peer to peerconfiguration screen. Be certain not toduplicate Device Numbers.ECOM Settings>Configuration>Peer to PeerUsing NetEdit3Using NetEdit3Ethernet Communications Modules, 3rd Edition Rev B, 04/06Clicking on the Find Hx–ECOMbutton in the Add Device Addresswindow will display the SelectECOM window shown to the right.Highlight the server ECOM thatyou intend to communicate withpeer to peer via the clientECOM(100) module. Then clickthe OK button. This will add theECOM’s Device Configurationinformation to the previous AddDevice Address window.Once the module’s network information is in the Add Device Address window (previous page), click the OK button to add the information to the main Peer to Peer Configuration window. Repeat the steps to add other ECOMs to the configuration. Clicking the OK button on the main screen window writes themodule(s) network information to the ECOM(100)’s flash memory.it i t 3ECOM Settings>Utils>Test CPUAccess ECOM Settings>FirmwareUsing NetEdit3Ethernet Communications Modules, 3rd Edition Rev B, 04/06Clicking the Test CPU Access button in the ECOM Settings>Utilities box brings up thewindow shown below.The ECOM has two distinct “sides”, the network side, which contains the network configuration settings, and the backplane side, which the ECOM uses to communicate with the PLC CPU. It is possible that only one side could be operating correctly, while the other side is not. The Test CPU Access function will test the connection from your PC to the ECOM module through the network side, across the backplane to the PLC CPU and back to your PC.The functions in the Firmware box are used to update the selected module’s Firmware and Booter versions. The Restore Factory Settings buttons resets the selected module’s IP address, ID, Name andDescription to factory defaults. Refer thesections on the next page to determine ifupdates are necessary.Clicking on the either of the Updatebuttons opens the appropriate ECOMfolder within the Images folder, whichis created during the install ofNetEdit3. The Images folder is locatedin the same folder as NetEdit3.exe.Each module folder contains themodule’s firmware and boot loaderfiles. The next section discusseskeeping the firmware files up to date.Using NetEdit3FileMenu>Live Update F / B / C Columns Using NetEdit3Ethernet Communications Modules, 3rd Edition Rev B, 04/06The Live Update will retrieve the latest firmwareand boot loader files from the Host Engineeringweb site and place them in the NetEdit3 Imagesfolder that was created during the install ofNetEdit3. The feature requires that you have afunctional Internet connection (dial–up orbroadband). If the Images folder does not existon your PC, it will be created as part of theretrieval process.When you click the Go! buttonon the Live Update window,NetEdit3 will compare theversion information of the fileson the Host Engineering website against the files you havelocally on your PC, and it willdownload any newer files. Oncethis process is complete,NetEdit3 will rescan the deviceson your network and refresh the“F” and “B” columns next to thelisted devices.The F , B, and C columns are providedto signify potential issues withdevices on the network.The “F” column will display anasterick beside any device whosefirmware is older than its firmware filein your Images folder.The “B” column will display an asterick beside any device whose boot loader is older than its boot loader file in your Images folder.The “C” column will display an asterick beside any device that has a configuration conflict with another device on the network. Duplicate module IDs (that are non–zero) and duplicate IP Addresses (that are not 255.255.255.255)will report as conflicts.。

配置Cisco交换机启动及基本设置

配置Cisco交换机启动及基本设置

•配置Cisco交换机启动及基本设置本实验是对Cisco Catalyst 1900系列交换机的启动和基本设置的操作。

本实验是对Cisco Catalyst 1900系列交换机的启动和基本设置的操作。

1.实验目的通过本实验,读者可以掌握以下技能熟悉交换机的开机界面;对交换机进行基本的设置;理解交换机的端口及其编号。

2.设备需求本实验需要以下设备:Cisco Catalyst 1900系列交换机1台,型号不限,企业版软件,本实验中使用了1912交换机;PC机1台,操作系统为Windows系列。

装有超级终端程序;Console电缆1条及相应的接口转换器。

3.线缆连接及配置说明如图3.1所示,PC机通过串口与交换机的Console端口相连。

和路由器一样,Cisco交换机的Console端口的缺省设置如下端口速率:9600bit/s数据位:8奇偶校验:无停止位:1流控:无把PC机超级终端程序中串行端口的属性设置成与上述参数一致后,便可以开始实验。

4.实验配置及监测结果在PC机启动正常,PC机与交换机使用Console电缆连接起来,并且已经进入超级终端程序的情况下。

接通交换机电源。

由于交换机没有电源开关,接通电源即直接插上电源插头。

监测清单3.1记录了Catalyst 1912交换机启动的全过程。

监测清单3-1 Catalyst 1912交换机启动及基本配置第1段:交换机的启动Catalyst 1900 Management ConsoleCopyright (c) Cisco Systems, Inc. 1993-1999All rights reserved.Emter[rose Edotopm SoftwareEthernet Address: 00-04-DD-4E-9C-80PCA Number: 73-3122-04PCA Serial Number: FAB0503D0B4Model Number: WS-C1912-ENSystem Serial Number: FAB0503W0FAPower Supply S/N PHI044207FRPCB Serial Number: FAB0503D0B4,73-3122-041 user(s)now active on Management Console.User Interface Menu[M] Menus[K] Command Line[1] IP Configuration[P] Console PasswordEnter Selection:第2段:进行交换机基本配置Enter Selection: KCLI session with the switch is open.To end the CLI session, enter [Exit].>?Exec commands:enable Turn on privileged commandsexit Exit from the EXEChelp Description of the interactive help systemping Send echo messagessession Tunnel to moduleshow Show running system informationterminal Set terminal line parameters>enable##conftEnter configuration commands, one per line. End with CNTL/Z (config)#?Configure commands:address-violation Set address violation actionback-pressure Enable back pressurebanner Define a login bannerbridge-group Configure port grouping using bridge groupscdp Global CDP configuration subcommandscgroup Enable CGMPcluster Cluster configuration commandsecc Enable enhanced congestion controlenable Modift enable password parametersend Exit from configure modeexit Exit from configure modehelp Description of the interactive help systemhostname Set the system's network nameinterface Select an interface to configureip Global IP configureation subcommandsline Configure a terminal linelogin Configure options for logging inmac-address-table Configure the mac address tablemonitor-port Set port monitoring--More--mlilticast-store-and-forward Enables multicast store and forward network-port Set the network portno Negate a cominand or set its defaultsport-channel Configure Fast EtherChannelrip Routing information protocol configurationservice Configuration Commandsump-server Modify SNMP parametersspantree Spanning subsystemspantree-template Set bridge template parameterstorm-control Configure broadcast storm contfolpirameters switching-mode Set the switching modetacacs-server Modify TACACS query parameterstftp Configure TFTPuplink-fast Enable Uplink fastvlan VLAN configurationvlan-membership VLAN membership server configurationvtp Global VTP configuration commands(config)#SiostBiame SW1912SW1912(config)#enabSe password ?level Set exec level passwordSW1912(config)#enable password level 1 pass1SW1912(config)#enabSe password level 15 passl5SW1912(config)#enable secret CiscoSW1912#disableSW1912>SW1912>enEnter password: ***** ( 键入cisco )SW1912#conf tEnter configuration commands, one per line. End with CNTL/Z SW1912(config)#ip address 192.168.1.1255.255.255.0SW1912(config)#ip default-gateway 192.168.1.254SW1912(config)#ip domain-name ?WORD Domain nameSW1912(config)#ip domain-name SW1912(config)#ip name-server 200.1.1.1SW1912(config)#endSW1912#sh versionCisco Catalyst 1900/2820 Enterprise Edition Software Version V9.00,05 written from 192.168.000.005Copyright (c) Cisco Systems, Inc. 1993-1999SW1912 uptime is 0day(s)00hour(s)12minute(s)44secibd(s)cisco Catalyst 1900(486sxl)processor with 2048K/1024K bytes of memory Hardware board revision is 5Upgrade Status: No upgrade currently in progress.Config File Status: No configuration upload/download is in progress 15 Fixed Ethernet/IEEE802.3interface(s)Base Ethernet Address: 00-04-DD-4E-9C-80SW1912#show ipIP Address:192.168.1.1Subnet Mask:255.255.255.0Default Gateway:192.168.1.254Management VLANl: 1Domain name:Name server1:200.1.1.1HTTP server:EnabledHTTP port: 80RIP:EnabledSW1912#show running-configBuilding configuration...Current configuration:!tftp accepttftp server "192.168.0.5"tftp filename "catl900EN.9.00.05.bin"!hostname "SW1912"!ip address 192.168.1.1255.255.255.0ip default-gateway 192.168.1.254ip domain-name ""ip name-server 200.1.1.1!enable secret 5 $l$FMFQ$mlNHW7EzaJpG9uhKPWBvf/enable password level 1 "PASS 1"enable password level 15 "PASS 15"!interface Ethernet 0/1!interface Ethernet 0/2!interface Ethernet 0/3!interface Ethernet 0/4!interface Ethernet 0/5!interface Ethernet 0/6!interface Ethernet 0/7!interface Ethernet 0/8!interface Ethernet 0/9interface Ethernet 0/10!interface Ethernet 0/11!interface Ethernet 0/12!interface Ethernet 0/25!interface FastEthernet 0/26!interface FastEthernet 0/27!line consoleendSW1912#show int e0/lEthernet 0/1 is Suspended-no-linkbeat802.1 dSTP State: Forwarding Forward Transitions:1Port monitoring: DisabledUnknown unicast flooding: EnabledUnregistered multicast flooding: EnabledDescription:Duplex setting: Half duplexBack pressure: DisabledReceive Statistics Transmit StatisticsTotal good frames 0 Total frames 0Total octets 0 Total octets 0Broadcast/multicast frames 0 Broadcast/multicast frames 0Broadcast/multicast octets 0 Broadcast/multicast octets 0Good frames forwarded 0 Deferrals 0Frames filtered 0 Single collisions 0Runt frames 0 Multiple collisions 0No buffer discards 0 Excessive collisions 0Queue full discards 0Errors: Errors:第3段:重新启动交换机查看配置保持情况SW1912#reloadThis command resets the switch. All configured system parameters and static addresses will be retained. All dynamic addresses well be removed. Reset system, [Y]es or [N]o? YesCatalyst 1900 Management ConsoleCopyright (c) Cisco Systems, Inc. 1993-1999All rights reserved.Enterprise Edition SoftwareEthernet Address: 00-04-DD-4E-9C-80PCA Number: 73-3122-04PCA Serial Number: FAB0503D0B4Model Number: WS-C 1912-ASystem Serial Number: FAB0503W0FAPower Supply S/N: PH1044207FRPCB Serial Number: FAB0503DOB4,73-3122-04----------------------1 user(s) now active on Management Console.User Interface Menu[M]Menus[K]Command LineEnter Selection: KEnter password: *****CLI session with the switch is open.To end the CLI session, enter [Exit].SW1912>enableEnter password: ***** (键入cisco )SW1912#show running-config…(与第2段中配置清单相同,此处省略)(1)第1段是1912交换机加电后出现的显示内容,依次列出了版权信息、软件版本信息(企业版)、以太网地址(00.04,DD-4E-9C.80)以及各种序列号。

F810-Hanvon-Software-User-Manual

F810-Hanvon-Software-User-Manual

Western Sunset Pty. Ltd.
Page 3 of 18
Software User Manual
Create company structure and add departments in new database • • • • Click on Staff Manage in Basic Operation section of the left hand side navigation Choose Head Office and click on Add Depart – the first item from the left of the top ribbon Input thename of department, press Enter and then keeping choose Head Office and click on Add Depart to create new departments according to the head office until finished We can change the Head Office or department name by clicking on Modify Dept in the Department section of the top ribbon
Western Sunset Pty. Ltd.
Page 1 of 18
Software User Manual
Software User Manual
After installing FaceID Management Software, open FaceAtt Server, choose database type including FireBird, Microsoft SQL Server or MySQL. The default database type is Firebird, click OK. (The next time when you run FaceAtt Server, it will be automatically minimised in the taskbar tray. )

Ecodial_4.8_user_manual

Ecodial_4.8_user_manual

Ecodial 4.8The improvements & fixes as compared with the previous version04 June 2015 Genghiz Khan - DCE software1Authentication Module2Authentication ModuleOne time registration is mandatoryNote : 1. User will be able to create a new project, only after completing the registration steps… 2. The user ‘authentication module’ will open only on the IE version above 8 (IE8 is excluded)Confidential Property of Schneider Electric3Reference method of installation ‘E’ & ‘F’Installation methods “31, 32, 33 & 34”4Reference Method : FThe calculation & sizing is now enhanced up to 19 “number of additional touching circuits” The default “tray number” is one (1)The limitation of 2 “number of additional touching circuits is still valid, while the other tray numbers are specified by the users.Confidential Property of Schneider Electric5Reference Method : EThe calculation & sizing is now enhanced up to 19 “number of additional touching circuits” The default “tray number” is one (1)The limitation of 9 “number of additional touching circuits is still valid, while the other tray numbers are specified by the users (arrangement : Touching) The limitation of 6 “number of additional touching circuits is still valid, while the other tray numbers are specified by the users (arrangement : Spaced)Confidential Property of Schneider Electric6Reference Method : EThe calculation & sizing is now enhanced up to the “Tray number (6)”Confidential Property of Schneider Electric7Reference Method EConfidential Property of Schneider Electric8Reference method of installation ‘D1’ & ‘D2’Installation methods “70, 71, 72 & 73”9Reference Method : D1Conductors at ‘cable ducting’ & ‘in the Ground’ is known reference method D1 Table B.52.19 for “group reduction factor” is updated. The calculation & sizing is now enhanced up to 19 “number of additional touching circuits”Confidential Property of Schneider Electric10Reference Method : D2 Conductors directly ‘in the ground’ is grouped as reference method D2The following “current carrying capacity”Confidential Property of Schneider Electric 11tables are updated. Table B.52.2 Table B.52.3 Table B.52.4 Table B.52.5Reference Method : D2Table B.52.18for “group reduction factor” is updated.The calculation & sizing is nowConfidential Property of Schneider Electric 12enhanced up to 19 “number of additional touching circuits”½ PE conductor -priority solutionFull PE conductor is optional13½ PE conductor –priority selectionWhile sizing the cable with ‘Multi core –included PE ’ the priority solution is ½ PE Full PE is optional –Confidential Property of Schneider Electric 14from the manualchoice controllerKu propagationKu=1 is to size the protection & cableKu=? the value defined by the user impacts the ‘source sizing’15Ku propagationImpact on the protection and cable…Impact on the source sizing…16 Confidential Property of Schneider ElectricCascadingReading the Cascading table for ‘single phase loads’ at 220 volts network is correct now.17CascadingReading the table for single phase loads at the 220 volts is improvedVersion 4.7 Version 4.818 Confidential Property of Schneider ElectricRepresentation of conductorsThe representation of “2Ph & 3P” conductors at TNC system is improved.19Representation of conductorsThe representation of 2Ph&3Ph conductors at TNC system is improved.Version 4.7Version 4.83Ph3Ph+N3Ph3Ph+N20 Confidential Property of Schneider ElectricTHDi PropagationTHDi Propagation and fine tuning at decimal level21THDi PropagationTHDi Propagation and fine tuning at decimal level Version 4.7Version 4.822Confidential Property of Schneider Electric THDi =15%THDi =15.001%Fthdi = 0.86THDi =15.001%THDi =15.001%THDi =15.001%THDi =15%THDi =15.001%THDi =15.001%THDi =15.001%THDi =15.00%Fthdi = 1.00Micrologic5.0 EMissed values for the “Trip Setting” are corrected.23Micrologic5.0 EMissed values for the trip setting are corrected.Version 4.7Version 4.824 Confidential Property of Schneider ElectricImprovements to support the country versions Following Improvements to support the country versions25The hard coded values are now translatableVersion 4.7Version 4.826 Confidential Property of Schneider ElectricImprovement in reading the Isd value for ‘MA trip unit’Version 4.7Version 4.827 Confidential Property of Schneider ElectricSolution lock is disabled when there is ‘no solution found’Version 4.7Version 4.828 Confidential Property of Schneider Electric。

1650 操作与维护手册说明书

1650 操作与维护手册说明书

LIFT CORP.11921 Slauson Avenue.Santa Fe Springs, CA. 90670(800) 227-4116MM-1650OPERATION &MAINTENANCEMANUALCMAXON Lift Corp. 2000M-00-34APRIL 2000LIFT CORP .11921 Slauson Ave.Santa Fe Springs, CA. 90670CUSTOMER SERVICE:(562) 464-0099(800) 227-4116FAX: (888) 771-7713TECHNICAL SERVICE:(800) 8-MAXTEK (862-9835)WARRANTY POLICY & PROCEDURENEW LIFTGATE WARRANTYTerm of Warranty: 2 Years from Date of In-ServiceType of Warranty: Full Parts and LaborMAXON agrees to replace any components which are found to be defective during the first2 years of service, and will reimburse for labor based on MAXON’s Liftgate Warranty Flat Rate Labor Schedule. (Call MAXON Customer Service for a copy).All claims for warranty must be received within 30 Days of the repair date, and include thefollowing information:1. Liftgate Model Number2. Liftgate Serial Number3. Description of Problem4. Corrective Action Taken, and Date of Repair.5. Parts used for Repair, Including MAXON Part Number(s).6. MAXON R.G.A. # and/or Authorization # if applicable (see below).7. Person contacted at MAXON if applicable.PURCHASE PART WARRANTYTerm of Warranty: 1 Year from Date of Purchase Type of Warranty: Part Replacement and Replacement Labor.MAXON will guarantee all returned genuine replacement parts upon receipt, and inspectionof parts and invoice. All Warranty repairs must be performed by an authorized MAXON warranty station.For major repairs, MAXON’s Warranty Department must be notified, and an “AuthorizationNumber” received. Major repairs would generally be considered repairs made to the structural assembly of the liftgate and/or repairs not outlined in the MAXON Liftgate Waranty Flat Rate Schedule.Major components (i.e. hydraulic pumps, cylinders, valves, or failed structural parts) mustbe returned, freight pre-paid, prior to the claim being processed. To ensure timely processing of these warranty claims, an R.G.A. (Returned Goods Authorization) number must be obtained from MAXON’s Warranty Department prior to the return of any defective part. Defective Parts must be returned within 60 days of the claim date for consideration to:Warranty Dapartment, MAXON Lift Corp.5920 Alameda St., Huntington Park, CA. 90255MAXON’s warranty policy does not include the reimbursement for travel time; towing;vehicle rental; service calls; fabrication of parts which are available from MAXON; oil; defects due to misuse or abuse; loss of income due to downtime.MAXON’s Flat Rate Labor Schedule times takes into consideration time required fordiagnosis of problem.Warranty and Technical Information is available by calling MAXON’s Customer ServiceDepartment.NOTE: Check with Customer Service Department for updated versions of Manuals on an annual basis.Table of ContentsWARNING...................................................................................................................PAGE 4 OPERATION SECTION...........................................................PAGE 5 DECALS AND DECAL PLACEMENT........................................................................PAGE 6 LIFTGATE TERMINOLOGY.........................................................................................PAGE 8 OPERATING INSTRUCTIONS.....................................................................................PAGE 9 POSITION OF LOAD.................................................................................................PAGE 10 MAINTENANCE SECTION....................................................PAGE 11 SPECIFICATIONS....................................................................................................PAGE 12 PERIODIC MAINTENANCE CHECKLIST.................................................................PAGE 13 PARTS BREAKDOWN DRAWINGS.....................................PAGE 14 PARTS DRAWINGS (PAGE 1)..................................................................................PAGE 15 PARTS DRAWINGS (PAGE 2)..................................................................................PAGE 16 PARTS DRAWINGS (PAGE 3)..................................................................................PAGE 18 HYD. COMPONENTS, GRAVITY DOWN...................................................................PAGE 20 ELECTRICAL COMPONENTS.................................................................................PAGE 21 ELECTRICAL AND HYDRAULIC SCHEMATIC.........................................................PAGE 2211921 Slauson Ave. Santa Fe Springs, CA. 90670 (800) 227-4116 FAX (888) 771-7713PAGE 41.Read the Maintenance Manual and understand it thoroughly before any maintenance of this unit is done.2.Read the YELLOW urgent warning decal on the side of the vehicle close to the unit before operating.3.If decals are dirty, clean them. If decals are defaced or missing, replace them. Free replace-ments are available from the manufacturer. See information at the end of the Warnings 4.Be aware that the safety and location of other people or objects should be considered before operation of this unit. Stand to one side of platform while operating this unit.5.Do not stand under, or have any foreign object under the Platform when lowering. Be sure that the lowering of the Platform and/or Flipover will miss your feet!6.Keep fingers, hands, arms, legs, and feet clear of moving parts when operating this unit.7.If during your maintenance procedure, it becomes necessary to ride the platform, keep your feet and any foreign objects clear of the rear edge of the platform. Otherwise your feet or the foreign objects could become trapped between the edge of the platform and the vehicle bed.8.Inspect all Roll Pins monthly, to insure that they are not broken. Replace if broken.9.Inspect all hydraulic hoses and fittings annually. Check for cracks and deterioration, and replace if necessary.10.Disconnect battery when replacing parts or servicing.11.Do not allow children to ride, play with, or operate this unit.12.In the event of an emergency while operating the unit, release the toggle switch and the unit will stop immediately.13.A properly installed Lift should operate smoothly and the only noise during the operation of this unit should be from the Pump Unit during the raising of the Platform. Any scraping,grating or audible indications of rough operation will need investigating. The cause will need resolving before any further deterioration of performance occurs.14.Use only Maxon Authorized Parts for replacement. Replacement parts should be ordered from:MAXON LIFT CORP . Parts Department11921 Slauson Ave., Santa Fe Springs, Ca. 90670Phone: (800) 227-4116WARNING11921 S l a u s o n A v e . S a n t a F e S p r i n g s , C A . 90670 (800) 227-4116 F A X (888) 771-7713PAGE 5OPERATION SECTION11921 Slauson Ave. Santa Fe Springs, CA. 90670 (800) 227-4116 FAX (888) 771-7713PAGE 6DECALS AND DECAL PLACEMENTThe Maxon liftgate must have all warning and caution decals attached in readable condition. If decals are defaced or missing, replace them. Freereplacements are available from Maxon. Contact:DecalDecal “C”“D”DecalDecal Maxon Lift Corp., Parts Department11921 Slauson Ave., Santa Fe Springs, Ca.90670Phone: (800) 227-4116FAX: (888) 771-7713Decal Decal “C”Decal11921S la u s o n Av e .S a n t a F e Sp r i n g s , C A . 9067(800) 227-4116 F A X (888) 771-7713PAGE 7DECALS AND DECAL PLACEMENTWARNINGSTAND CLEAR WHENRELEASING PLATFORM STORAGE LATCHESP/N 263188WARNINGKEEP CLEAR OF THIS AREAP/N 263187Decal “A” P/N 264081Decal “B” P/N 280005Decal “C” P/N 263187Decal “E” P/N 263184Decal “D” P/N 280006Decal “F” P/N 26318811921 Slauson Ave. Santa Fe Springs, CA. 90670 (800) 227-4116 FAX (888) 771-7713PAGE 8LIFTGATE TERMINOLOGY1. Toggle Switch2. Main Frame3. Arm, Lower4. Link Support Assembly5. Lock Handle6. Platform7. Pin Mount Assembly8. Hydraulic Cylinder Assembly 9. Main Frame Cover68911921 S l a u s o n A v e . S a n t a F e S p r i n g s , CA . 90670 (800) 227-4116 F A X (888) 771-7713PAGE 9OPERATING INSTRUCTIONSFully read and understand this manual and all decals prior to the operation of the liftgate.1. Release lock by rotatinghandle to horizontal position.Manually unfold the platform to the horizontal position.2. To lower platform: Press down on the toggle switch. The plat-form may be stopped at any height by releasing the toggle switch.3. To raise platform: Lift up on the toggle switch until platform is level with the bed, then release the switch. Continuing to run the motor after reaching bed height can cause motor failure.4. To store the liftgate: Raise the platform until it is level with truck bed. Lift the platform to the vertical, closed position.Engage the right Lock Handle with the right Lock Plate.LOCK PLATES11921 Slauson Ave. Santa Fe Springs, CA. 90670 (800) 227-4116 FAX (888) 771-7713PAGE 10POSITION OF LOADAll loads must be placed as close to the edge of the Platform nearest to the vehicle floor as possible, with the heaviest part of the load toward the vehicle. No part of any load should be allowed to extend over the edges of the Platform. Do not place unstable loads on the Plat-form. Do not allow any load to exceed the rated capacity for the unit. If standing on the Platform, do not allow your feet to protrude beyond the edges.LOAD11921 S l a u s o n A v e . S a n t a F e S p r i n g s , C A . 90670 (800) 227-4116 F A X (888) 771-7713MAINTENANCE SECTIONGENERAL SPECIFICATIONS AND CAPACITIES Overall Bed Height.......................................................................................50”Overall Width:Model -01............................................................................85.75”Model -02............................................................................91.25”Rated Load Capacity..........................................................................1650 lbs.Hydraulic Cylinder Size......................................2-1/2” Dia Bore x 18.25” Stroke Pump/Motor Reservoir Capacity...............................................................228 in.3 Pump Operating Pressure...........................................................1250 psi max.Electrical System.................................12 volt, 180 amp max draw @ 1250 psiSPECIFICATIONS11921 Slauson Ave. Santa Fe Springs, CA. 90670 (800) 227-4116 FAX (888) 771-771311921 S l a u s o n A v e . S a n t a F e S p r i n g s , C A . 90670 (800) 227-4116 F A X (888) 771-7713* COLD WEATHER OPERATION OIL SPECIFICATIONS:Grade ISO-(32)Gravity, API - 29.5 Degrees Pour Point, F- (-54 Degrees)VISCOSITY:@ 40 Degrees C - 31.2 cSt @100 Degrees C - 6.2 cSt VISCOSITY INDEX - 154 VI Flash Point, F - 325 DegreesVisually check the complete unit for excessive wear, worn parts or broken welds. Check all Hinge Pins for excessive wear or broken welds. For parts replacement, see the Assembly Breakdown Drawings.PERIODIC MAINTENANCE CHECKLISTCheck the oil in the Pump Reservoir. The oil should be Grade ISO-(32) Hydraulic Fluid.*See below for Cold Weather operation.Check Hoses and Fittings for scuffing and leaks. Replace if necessary.Check the electrical wiring for worn insulation, and the terminals for corrosion and secure fit.Check all bolts for tightness.Check that all Warning Decals are in place and readable.Check that all roll pins are properly installed. Replace if necessary.AnnuallyQuarterlySix MonthsVisually check the Platform Hinge Pins for excessive wear or broken welds. For parts replacement, see the Assembly Breakdown Drawings.11921 Slauson Ave. Santa Fe Springs, CA. 90670 (800) 227-4116 FAX (888) 771-7713PARTS BREAKDOWN DRAWINGS11921 S l a u s o n A v e . S a n t a F e S p r i n g s , C A . 90670 (800) 227-4116 F A X (888) 771-7713PARTS DRAWINGS (PAGE 1)SEE PARTS DRAWINGS SEE PARTS DRAWINGS (PAGE 3)3456ITEM QTY .PART NO.DESCRIPTION110900004-2CAP SCREW, 1/4-20 x 3/4" LG .22264348FLAT BAR BRACE 32264347WEAR STRIP 48901011-1NUT, 1/4-20 UNC 513904005-1RIVET , 3/16"61050175MAXON PLATE 76905138-11E-RING , 7/8"82263574PIN, LOWER ARM11921 Slauson Ave. Santa Fe Springs, CA. 90670 (800) 227-4116 FAX (888) 771-7713PARTS DRAWINGS (PAGE 2)119017111516131407121222654S E E H Y D . C O M P O N E N T S ,G R A V I T Y D O W N17, 272811921 S l a u s o n A v e . S a n t a F e S p r i n g s , C A . 90670 (800) 227-4116 F A X (888) 771-7713ITEM QTY .PART NO.DESCRIPTION91263700-01MAINFRAME ASSEMBLY 91" WIDE 263700-02MAINFRAME ASSEMBLY 80" WIDE 108905138-13E-RING , 1"112263580PIN, UPPER CYLINDER121264343-01COVER CENTRAL HOUSING , 91" WIDE 264343-02COVER CENTRAL HOUSING , 80" WIDE 132264442CYLINDER ASSEMBLY142263559UPPER PARALLEL ARM ASSEMBLY 152263578PIN, UPPER PARALLEL ARM 163203216RUBBER GROMMET, 1-3/4"175901011-5NUT, 3/8-16182900014-6CAP SCREW, 3/8-16 x 1.5 LG . ZINC 194905146-01FIBERGLIDE THRUST BEARING 202264351PIN, CYLINDER BOTTOM214900014-4CAP SCREW, 3/8-16 x 1" LG . ZINC 221263695-01HOLDER, TRUCK REAR LIGHTS 263695-02HOLDER, TRUCK REAR LIGHTS 231226598PLATE, RECESSED SWITCH241264443ELECTRICAL CABLE & SWITCH ASSEMBLY 251250876BOOT, RUBBER SEAL SWITCH 261050178PLATE, MAXON SERIAL 273902011-4LOCK WASHER 3/8"282901018U-NUTPARTS DRAWINGS (PAGE 2)11921 Slauson Ave. Santa Fe Springs, CA. 90670 (800) 227-4116 FAX (888) 771-7713PARTS DRAWINGS (PAGE 3)20332333333872394111921 S l a u s o n A v e . S a n t a F e S p r i n g s , C A . 90670 (800) 227-4116 F A X (888) 771-7713PARTS DRAWINGS (PAGE 3)ITEM QTY .PART NO.DESCRIPTION291263565-01PLATFORM WELDMENT 304901001NUT, NYLON 5/16-18 ZINC 314902011-3LOCK WASHER 5/16" ZINC 324253516RUBBER BUMPER 2"334900001-3BUTTON SCREW, 5/16-18 x 1" ALLOY 342263560LINK ASSEMBLY351264339-01TORSION BAR WELDMENT 362905138-08E-RING , 5/8"372263579PIN, UPPER LINK 381263571-01PIN MOUNT ASSEMBLY 391902001-1WASHER 3/8"402901002NUT, NYLON 3/8-16 ZINC 411264340PIN WELDMENT11921 Slauson Ave. Santa Fe Springs, CA. 90670 (800) 227-4116 FAX (888) 771-7713HYD. COMPONENTS, GRAVITY DOWN2S E E P U M P C O M P O N E N T S95RETURN LINELH CYLINDERLH LIFTING HOSERETURN LINERH CYLINDERRH LIFTING HOSE11921 S l a u s o n A v e . S a n t a F e S p r i n g s , C A . 90670 (800) 227-4116 F A X (888) 771-7713PAGE 21ITEM QTY .PART NO.DESCRIPTION11224370-11HOSE, 87" LG .21224370-13HOSE , 75" LG 32264349ELBOW, 90º, 1/4" NPT 42264440HOSE, LIFTING 52264442CYLINDER ASSEMBLY61905193TEE BRANCH NUT, SWIVEL,SAE 37º, 3/8" MF 71905188TEE BRANCH, 1/8" NPT, 1/4" HOSE 83900014-04CAP SCREW, 3/8-16 x 1" LG . ZINC 92902011-4LOCK WASHER, 3/8"HYD. COMPONENTS, GRAVITY DOWNELECTRICAL COMPONENTS1ITEM QTY .PART NO.DESCRIPTION11264443ELECTRICAL CABLE & SWITCH ASSEMBLY 21263551-02CABLE ASSEMBLY 4 GA, 29 FT11921 Slauson Ave. Santa Fe Springs, CA. 90670 (800) 227-4116 FAX (888) 771-7713PAGE 22PUMP COMPONENTS84537101111921 S l a u s o n A v e . S a n t a F e S p r i n g s , C A . 90670 (800) 227-4116 F A X (888) 771-7713PAGE 23PUMP COMPONENTSITEM QTY .PART NO.DESCRIPTION11280178ADJUSTABLE RELIEF VALVE 21280177BUSHING 31280452PLUG 41280171STRAP51280172STARTER SOLENOID 61280170MOTOR 71280165PUMP 81280175PLUG 91280176RESERVOIR 101280173FILTER ASSEMBLY 111280168FILTER121280167VALVE ASSEMBLY11921 Slauson Ave. Santa Fe Springs, CA. 90670 (800) 227-4116 FAX (888) 771-7713PAGE 24ELECTRICAL AND HYDRAULIC SCHEMATICG r o u n d t o T r u c k F r a m eT r u c k B a t t e r y12 V#4 C a b l eF l u s h 30A M P1323 P o s i t i o n T o g g l e S w i t c hW i t e B l a c kG r e e n S o l e n o i dG r o u n d t o P u m p /M o t o r A s s e m b l y G r o u n dF i l t e rP U M PV a l v e sV a l v e sC y l i n d e rP r e s s u r e F l o w C o n t r o l V a l v e R .V . 1500 P S IG r o u n d t o P u m p /M o t o r A s s e m b l yF i l t e rC y l i n d e rP r e s s u r e F l o w C o n t r o l V a l v eLIQUID SEALANT APPLICATIONClean all threads with a soft brush and a suitable cleaning solvent.Dry threads thoroughly with compressed air or shop towel.Apply the Liquid Sealant (Compound PLS 2), to the external threads of the Male Connector.Assemble the fitting and torque it to the prescribed value.Check for leakage. If leakage exists, remove the fitting and return to Step # 1.If fitting is loosened or removed, return to Step # 1.1.2.3.4.5. 6.P/N 260798-02。

【精品文档】视频会议MCU操作手册

【精品文档】视频会议MCU操作手册

MCS4200 操作手册简介 (1)DST H.323 MCS 4200 (1)设备描述 (1)功能指标 (1)技术规范 (6)MCS 4200 Manager (8)登录设备 (8)登录会议 (8)安装DST H.323 MCS 4200 (9)产品组件 (9)安装条件 (10)设备安装 (10)设备接线 (10)存放 (11)安装MCS 4200 Manager (12)卸载MCS 4200 Manager (20)使用MCS 4200 Manager (21)登录设备 (21)设备管理 (23)参数配置 (23)设备信息: (23)时间管理: (25)网闸管理: (25)网络配置: (25)设置锁定与重启: (26)用户列表 (26)添加设备用户 (28)删除设备用户 (30)修改用户信息 (32)查看用户信息 (36)修改密码 (39)踢掉设备用户 (41)终端列表 (42)刷新 (43)添加终端 (44)删除终端 (45)修改终端信息 (46)清空 (47)保存 (49)导入设备终端列表 (50)导出设备终端列表 (52)分组列表 (54)添加分组 (54)修改分组 (56)删除分组 (58)修改组成员 (59)会议模板 (64)刷新 (65)添加会议模板 (66)注册模板 (81)导入模板 (81)导出模板 (83)查看模板信息 (83)锁定模板 (84)修改模板参数 (87)删除会议模板 (88)调度新会议 (89)会议列表 (90)刷新 (91)查看会议参数 (92)修改会议参数 (93)修改会议邀请列表 (95)删除会议 (97)锁定会议 (98)登录会议 (101)会议调度 (102)基本信息 (102)安全 (104)调度信息 (105)音频/视频 (109)数据服务 (113)实况直播 (115)终端邀请 (116)电视墙 (121)高级 (122)会议控制 (126)登录会议 (126)获得控制权 (127)详细信息和概要信息切换 (131)快捷菜单 (131)邀请终端 (131)全体与会 (133)加密设置 (134)全体退场 (135)双流格式 (136)锁定控制台 (137)退出制界面 (138)指定发言者 (139)指定主席 (140)音频合成 (141)主席轮询 (144)指定与会者的观看目标 (146)请求发言 (146)断开某个与会者 (147)删除终端 (147)取消主席 (148)会议锁定 (149)自动断线重邀 (149)自动授权发言 (149)自动授权混音 (149)带宽优化 (149)如何实现预约会议 (151)如何召开多分屏会议 (152)如何在多分屏会议中加载字幕 (156)如何实现会议直播 (157)如何召开双流会议 (158)如何召开非对称四画面会议 (160)如何召开混速会议 (165)如何召开SIP会议 (167)如何召开AES加密会议 (168)DST Console Utility (169)软件描述 (169)功能介绍 (169)使用DST Console Utility (170)连接电缆 (170)启动终端仿真软件 (170)端口配置参数 (170)软件使用 (172)登录 (172)注销 (173)设置安全超时时间 (174)检查网络连通状态 (174)修改登录口令 (175)口令恢复 (175)显示系统信息 (175)设置IP地址 (176)电视墙相关设置 (178)多网段功能实现 (179)显示路由表 (180)增加路由表 (180)删除路由表 (180)模块管理 (181)系统重置 (181)设置NMC (182)telnet管理 (182)QOS设置 (182)附录A 设备连线 (182)网络连接线 (182)同主机连接 (183)同网络设备连接 (183)附录B 疑难解析 (184)管理软件无法找到MCU (184)控制界面显示当前MCU,但无法进行连接 (184)在会议模板中调度新会议时调度会议的对话框为灰色,无法正常调度会议 (184)调度会议时提示会议资源不足 (184)终端发起会议时不成功 (185)MCU无法呼叫跨路由的终端 (185)无法召开多会议 (185)单画面和四画面有时不能够进行动态切换 (185)召开四分屏会议时画面不清晰或出现马赛克 (185)终端无法呼入会议 (185)会议级联不成功 (185)无法进行语音激励 (186)终端无法申请发言 (186)如何进行远程摄像头控制 (186)会议控制界面的发言栏中总有RS显示 (186)在召开普通模式会议时无法实现轮询 (186)会议进行中进行多画面到单画面转换,观看组播的客户机只能看到多画面 (186)使用Quicktime接收组播时,无法进行正常的观看和收听 (187)会议中画面出现抖动和马赛克现象 (187)通信状态良好,但有噪音 (187)无法登录会议 (187)POLYCOM幻灯片传输注意事项 (188)带宽问题 (188)路由器和防火墙 (188)远端摄像头控制 (188)遥控器无法申请发言 (188)1 简介本文档主要用于向DST H.323 MCS 4200系统的用户或系统管理员提供操作帮助信息,以指导用户正确、快捷地使用DST H.323 MCS4200系统。

康特EOC网络工程须知(1)

康特EOC网络工程须知(1)

EOC系统使用须知1.EOC系统是使用5-30MHz频率双向传输。

2.一个EOC局端模块(EM90型号)最多管理64个终端用户3.EOC局端信号输出电平默认为120dBuv,可使用软件调整。

WEB页面即可调整。

4.EOC终端设备信号输出电平默认为120dBuv,后面板有调节开关可衰减10dBuv。

5.有线电视电缆部分如有单向放大器需加装桥接器。

6.有线电视电缆部分如有预留双向放大器或双向放大器需改造(上行短接)。

7.电缆终端分配如使用集线器需上行短接。

8.EOC局端数据出口可使用光纤收发器加交换机的方式或使用ONU,使用ONU时本公司EOC局端设备已经提供12v供电接口。

9.为保证数据传输速率,建议EOC局端至EOC终端之间链路总衰减不超过65dBuv,建议控制在40-60dBuv之间。

10.为保证数据传输速率,建议EOC局端至EOC终端之间不超过3级放大。

一、EOC系统局端数据出口EOC系统局端数据出口可使用EPON系统的ONU或光纤收发器。

特别是的因为一个EOC局端内可能有多个EOC模块,所以需要考虑如果采用光纤收发器就可能需要增加交换机来满足多以太网端口的需要。

使用ONU时需要一芯光纤;使用光纤收发器时需要一或二芯光纤(根据光纤收发器类型)二、线路设备的改造当线路中存在放大器时,需要改造,方法参见下EOC网络线路工程说明。

EOC网络线路工程说明一、安装EOC局端1.1EM40型EOC局端安装:EM40型局端内部示意图如下:图中EM90为EOC局端内部数据模块,标配出厂已经安装了两个EM90模块,本局端最大可安装4个该模块。

a将原有线电视信号输入电缆连接EOC局端侧面输入接口;b相对应的EOC局端输出接口连接用户,此时输出信号为电视信号与数据信号之混合信号;c将EM90模块输出电缆连接到对应的插入器接口;d如需要一个EM90模块同时为两个输入输出口提供数据,则先使用分配器分配后再接入插入器。

相关主题
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

WirelessAccess Point & Client BridgeUser’s ManualVersion: 1.1Table of Contents1INTRODUCTION (5)1.1F EATURES (5)1.2P ACKAGE C ONTENTS (6)1.3S AFETY G UIDELINES (6)1.4S YSTEM R EQUIREMENTS (6)1.5A PPLICATIONS (7)2UNDERSTANDING THE HARDWARE (8)2.1H ARDWARE I NSTALLATION (8)2.2H ARDWARE D ESCRIPTION (8)2.3M OUNTING K ITS (9)2.4IP A DDRESS C ONFIGURATION (9)3SWITCHING BETWEEN OPERATING MODES (11)3.1L OGGING I N (11)4ACCESS POINT OPERATING MODE (12)L OGGING I N (12)S TATUS (13)M AIN (13)W IRELESS C LIENT L IST (14)S YSTEM L OG (14)S YSTEM (15)S YSTEM P ROPERTIES (15)IP S ETTINGS (15)S PANNING T REE S ETTINGS (16)W IRELESS (17)W IRELESS N ETWORK (17)W IRELESS S ECURITY -WEP (17)W IRELESS S ECURITY –WPA-PSK,WPA2-PSK,WPA-M IXED (18)W IRELESS S ECURITY –WPA,WPA2 (19)W IRELESS MAC F ILTER (20)W IRELESS A DVANCED S ETTINGS (21)M ANAGEMENT (22)A DMINISTRATION (22)SNMP S ETTINGS (22)B ACKUP/R ESTORE SETTINGS,R ESET TO FACTORY DEFAULT SETTINGS (23)F IRMWARE U PGRADE (24)T IME S ETTINGS (25)L OG (25)5CLIENT BRIDGE OPERATING MODE (26)5.1L OGGING I N (26)5.2S TATUS (27)5.2.1M AIN (27)5.2.2C ONNECTION S TATUS (28)5.2.3S YSTEM L OG (28)5.3S YSTEM (29)5.3.1S YSTEM P ROPERTIES (29)5.3.2IP S ETTINGS (29)5.3.3S PANNING T REE S ETTINGS (30)5.4W IRELESS (31)25.4.1W IRELESS N ETWORK (31)5.4.2W IRELESS S ECURITY -WEP (32)5.4.3W IRELESS S ECURITY –WPA-PSK,WPA2-PSK, (33)5.4.4W IRELESS A DVANCED S ETTINGS (33)5.5M ANAGEMENT (34)5.5.1A DMINISTRATION (34)5.5.2SNMP S ETTINGS (35)5.5.3B ACKUP/R ESTORE SETTINGS,R ESET TO FACTORY DEFAULT SETTINGS (35)5.5.4F IRMWARE U PGRADE (36)5.5.5T IME S ETTINGS (37)5.5.6L OG (37)6CLIENT ROUTER OPERATING MODE (39)6.1L OGGING I N (39)6.2S TATUS (40)6.2.1M AIN (40)6.2.2C ONNECTION S TATUS (41)6.2.3S YSTEM L OG (41)6.3S YSTEM (42)6.3.1S YSTEM P ROPERTIES (42)6.4R OUTER (42)6.4.1WAN S ETTINGS (42)6.4.1.1WAN-DHCP (43)6.4.1.2WAN–S TATIC IP (44)6.4.1.3WAN–PPP O E (45)6.4.2VPN P ASS T HROUGH (46)6.5W IRELESS (46)6.5.1W IRELESS N ETWORK (46)6.5.1.1W IRELESS S ECURITY -WEP (47)6.5.1.2W IRELESS S ECURITY –WPA-PSK,WPA2-PSK, (48)6.5.2W IRELESS A DVANCED S ETTINGS (49)6.6M ANAGEMENT (50)5.5.7A DMINISTRATION (50)5.5.8SNMP S ETTINGS (51)5.5.9B ACKUP/R ESTORE SETTINGS,R ESET TO FACTORY DEFAULT SETTINGS (51)5.5.10F IRMWARE U PGRADE (52)5.5.11T IME S ETTINGS (53)5.5.12L OG (53)APPENDIX A – SPECIFICATIONS (55)APPENDIX B – FCC INTERFERENCE STATEMENT (58)3Revision HistoryVersion Date Notes1.0 August 24, 2008 Initial Version41 IntroductionEOC1650 is a long range outdoor wireless Access Point and Client Bridge that operates seamlessly in the 2.4GHz frequency spectrum. It features high transmitted output power and high receivable sensitivity. High output power and high sensitivity can extend range and coverage to reduce the roaming between Access Points to get a more stable wireless connection. It also reduces the expense of equipment in the same environment. It supports distance range from 1km to 30km and RSSI indicator which enables the best transmit and receive signals for traffic communication. This product comes with PoE injector for building in outdoor environment easily.To protect your wireless connectivity, it can encrypt all wireless transmissions through 64/128-bit WEP data encryption and also supports WPA/WPA2. The MAC address filter lets you select exactly which stations should have access to your network. In addition, the User Isolation function can protect the private network between client users.The attractive design, high performance, and array of features make EOC1650 a suitable wireless solution for your residence or office.This chapter describes the features, package contents, applications, and network configuration.1.1 FeaturesWireless• 2.4GHz It works in 2.4GHz frequency spectrum•High output power Transmit output power programmable for different country selections•High Data Rate High speed transmitting rate up to 54Mbps, support large payload such as MEPG video streaming•Multifunction application Access Point/Client Bridge/Client Router•Long range transmitting Transmit power control and distance control (ACK timeout)•Signal Strength LED indicators have the best transmit and receive signal for traffic communicationNetworking•Public wireless solution An AP interface that is especially useful in public areas such as hotspots and enterprise•Signal Strength Display RF signal strength status shown LEDs of 3 colors, making network build-up easier•QoS(WMM) Enhance performance and quality of serviceSecurity•802.11i WEP, WPA, WPA2 (Encryption support TKIP/AES)5•802.1x IEEE 802.1x Authenticator•MAC address functions MAC address filter (AP mode)•Station isolationManagement•Firmware Upgrade Upgrading firmware via web browser, setting are reserved after upgrade•Reset & Backup Reset to factory default. User can export all setting into a file via WEB•MIB MIB I, MIB II(RFC1213)•SNMP V1, V2c1.2 Package ContentsOpen the package carefully, and make sure that none of the items listed below are missing. Do not discard the packing materials, in case of return; the unit must be shipped in its original package.h1* 802.11b/g Long range AP/CB (EOC1650)injector(EPE-1212)PoEh 1*h1* Power Adaptorh1* CD with User’s Manualh1* Quick Installation Guide (QIG)h1* Metal Straph2* Special Screw Seth1* 5dBi Dipole AntennaCuph 2*Suction1.3 Safety GuidelinesIn order to reduce the risk of fire, electric shock and injury, please adhere to the following safety guidelines.h Carefully follow the instructions in this manual; also follow all instruction labelson this device.h Except for the power adapter supplied, this device should not be connected toany other adapters.h Do not spill liquid of any kind on this device.h Do not place the unit on an unstable stand or table. This unit may drop andbecome damaged.h Do not place any hot devices close to this unit, as they may degrade or causedamage to the unit.h Do not place any heavy objects on top of this unit.h Do not use liquid cleaners or aerosol cleaners. Use a soft dry cloth for cleaning.1.4 System RequirementsThe following are the minimum system requirements in order configure the device.h PC/AT compatible computer with an Ethernet interface.6h Operating system that supports HTTP web-browser1.5 ApplicationsThe wireless LAN products are easy to install and highly efficient. The following list describes some of the many applications made possible through the power and flexibility of wireless LANs:a) Difficult-to-wire environmentsThere are many situations where wires cannot be laid easily. Historicbuildings, older buildings, open areas and across busy streets make theinstallation of LANs either impossible or very expensive.b) Temporary workgroupsConsider situations in parks, athletic arenas, exhibition centers, disaster-recovery, temporary offices and construction sites where one wants atemporary WLAN established and removed.c) The ability to access real-time informationDoctors/nurses, point-of-sale employees, and warehouse workers canaccess real-time information while dealing with patients, serving customersand processing information.d) Frequently changed environmentsShow rooms, meeting rooms, retail stores, and manufacturing sites wherefrequently rearrange the workplace.e) Small Office and Home Office (SOHO) networksSOHO users need a cost-effective, easy and quick installation of a smallnetwork.f) Wireless extensions to Ethernet networksNetwork managers in dynamic environments can minimize the overheadcaused by moves, extensions to networks, and other changes with wirelessLANs.g) Wired LAN backupNetwork managers implement wireless LANs to provide backup for mission-critical applications running on wired networks.h) Training/Educational facilitiesTraining sites at corporations and students at universities use wirelessconnectivity to ease access to information, information exchanges, andlearning.72 Understanding the Hardware2.1 Hardware Installation1. Place the unit in an appropriate location after conducting a site survey.2. Plug one end of the Ethernet cable into the Network port of the PoE injector andanother end into your PC/Notebook.3. Plug one end of another Ethernet cable to AP/Bridge port of the PoE injector and theother end into you cable/DSL modem (Internet)4. Insert the DC-inlet of the power adapter into the 24V port of the PoE injector and theother end into the power socket on the wall.This diagram depicts the hardware configuration2.2 Hardware DescriptionThe images below depict the front and rear panel of the Access Point / Client Bridge.Front Panel Rear Panel2.3 Mounting KitsThe images below depict the standard mounting kits.2.4 IP Address ConfigurationThis device can be configured as a Bridge/Router or Access Point. The default IP address of the device is 192.168.1.1 In order to log into this device, you must first configure the TCP/IP settings of your PC/Notebook.1. In the control panel, double click Network Connections and then double click on theconnection of your Network Interface Card (NIC). You will then see the following screen.Pole Mount Wall Mount Window Mount92. Select Internet Protocol (TCP/IP) and then click on the Properties button. This willallow you to configure the TCP/IP settings of your PC/Notebook.3. Select Use the following IP Address radio button and then enter the IP addressand subnet mask. Ensure that the IP address and subnet mask are on the same subnet as the device.For Example:PC IP address: 192.168.1.10PC subnet mask: 255.255.255.04. Click on the OK button to close this window, and once again to close LAN propertieswindow.103 Switching Between Operating ModesThis device can operate in three modes: Access Point, Client t Bridge, and Client Router. This chapter will describe how to switch between operating modes.3.1 Logging InTo configure the device through the web-browser, enter the IP address of the device (default: 192.168.1.1) into the address bar of the web-browser and press Enter.Make sure that the device and your computers are configured on the same subnet.Refer to Chapter 2 in order to configure the IP address of your computer.After connecting to the IP address, the web-browser will display the login page.Specify admin for both the user name and password.After logging in, you will see the graphical user interface of the device. Click on the System Properties link under the System navigation drop-down menu.Select and operating mode from the list (Access Point, Client Bridge, or Client Router) and then click on the Apply button.11124 Access Point Operating ModeLogging InTo configure the device through the web-browser, enter the IP address of the device(default: 192.168.1.1) into the address bar of the web-browser and press Enter .Make sure that the device and your computers are configured on the same subnet.Refer to Chapter 2 in order to configure the IP address of your computer.After connecting to the IP address, the web-browser will display the login page. Specify admin for both the user name and password.After logging in you will graphical user interface (GUI) of the device. The navigation drop-down menu on left is divided into four sections:1. Status : Displays the overall status, connection status, and event log.2. System : This menu includes the system properties, IP and Spanning Tree settings.3. Wireless : This menu includes status, basic, advanced, and security.4. Management : This menu includes the admin setup, SNMP, firmware upgrade, and save/restore backup.13StatusClick on the Status link on the navigation drop-down menu. You will then see three options: Main, Wireless Client List, and System Log. Each option is described in detail below.MainClick on the Main link under the Status drop-down menu. The status that isdisplayed corresponds with the operating mode that is selected. Information such as system up time, firmware version, serial number, kernel version and application version are displayed in the ‘System’ section. LAN IP address, subnet mask, and MAC address are displayed in the ‘System’ section. In the ‘Wireless section, the frequency, channel is displayed.ListClientWirelessClick on the Wireless Client List link under the Status drop-down menu. This page displays the list of Clients that are associated to the Access Point.The MAC addresses and signal strength for each client is displayed. Click on the Refresh button to refresh the client listSystemLogClick on the System Log link under the Status drop-down menu. The device automatically logs (records) events of possible interest in its internal memory. If there is not enough internal memory for all events, logs of older events are deleted, but logs of the latest events are retained.1415SystemClick on the System link on the navigationdrop-down menu. You will then see three options: System Properties, IP Settings, and Spanning Tree Settings. Each option is described in detail below.System PropertiesClick on the System Properties link under the System drop-down menu. This pageallows you to switch the operating mode of the device, as well as specify a name and select the operating region.Device Name : Specify a name for the device (this is not the SSID), Country/Region : Select a country from the drop-down list.Operating Mode : Select and operating mode. Configuration for each operatingmode is described in their respective chapters. Click on the Apply button to save the changes.IP SettingsClick on the IP Settings link under the System drop-down menu This page allowsyou to configure the device with a static IP address or a DHCP client.IP Network Setting : Select Obtain an IP address automatically (DHCP) radiobutton if the Access Point is connected to a DHCP server. This will allow the AccessPoint to pass IP addresses to the clients associated with it. You may select Specify an IP Address radio button if you would like the device to use a static IP address. In this case, you would be required to specify an IP address, subnet mask, and default gateway IP address.IP Address: Specify an IP addressIP Subnet Mask: Specify the subnet mask for the IP addressDefault Gateway: Specify the IP address of the default gateway.Click on the Apply button to save the changes.Spanning Tree SettingsClick on the Spanning Tree link under the System drop-down menu Spanning-Tree Protocol is a link management protocol that provides path redundancy while preventing undesirable loops in the network.Spanning Tree Status: Choose to enable or disable the spanning tree feature.Bridge Hello Time: Specify the number of seconds for the hello time.Bridge Max Age: Specify the number of seconds for the max age.Bridge Forward Delay: Specify the number of seconds for the bridge forward delay. Priority: Specify the number of seconds for the priority.Click on the Apply button to save the changes.1617WirelessClick on the Wireless link on the navigationdrop-down menu. You will then see four options: wireless network, wireless MAC filter, WDS link settings, and wireless advanced settings. Each option is described below.Wireless NetworkThe Wireless Network page allows you to configure the wireless mode, channel,SSID, and security settings.Wireless Mode : Depending on the type of wireless clients that are connected to thenetwork, you may select B , G or B/G-mixed . If you are not sure about which clients will be accessing the wireless networks, it is recommended that you select B/G-mixed for the best performance.Channel : Select a channel from the drop-down list. The channels available arebased on the country’s regulation.Wireless Security - WEPSecurity Mode : Select WEP from the drop-down list if your wireless network usesWEP encryption. WEP is an acronym for Wired Equivalent Privacy, and is a security protocol that provides the same level of security for wireless networks as for a wired network.Authentication Type: Select an authentication method. Options available are Open Key, Shared Key. An open system allows any client to authenticate as long as it conforms to any MAC address filter policies that may have been set. All authentication packets are transmitted without encryption. Shared Key sends an unencrypted challenge text string to any device attempting to communicate with the Access Point. The device requesting authentication encrypts the challenge text and sends it back to the Access Point. If the challenge text is encrypted correctly, the Access Point allows the requesting device to authenticate. It is recommended to select Auto if you are not sure which authentication type is used.Input Type: Select Hex or ASCII from the drop-down listKey Length: Select a key format from the drop-down list. 64bit-hex keys require 10 characters, where as 128-bit keys require 26 characters. A hex key is defined as a number between 0 through 9 and letter between A through F and a through f.Default Key: You may use up to four different keys for four different networks. Select the current key that will be used.Key 1-4: You may enter four different WEP keys.Click on the Apply button to save the changes.Wireless Security – WPA-PSK, WPA2-PSK, WPA-MixedSecurity Mode: Select WPA-PSK, WPA2-PSK, or WPA-Mixed from the drop-down list if your wireless network uses WPA pre-shared key.18Encryption: Select TKIP or AES from the drop-down list if your wireless network uses this encryption. WPA (Wi-Fi Protected Access) was designed to improve upon the security features of WEP (Wired Equivalent Privacy). The technology is designed to work with existing Wi-Fi products that have been enabled with WEP. WPA provides improved data encryption through the Temporal Integrity Protocol (TKIP), which scrambles the keys using a hashing algorithm and by adding an integrity checking feature which makes sure that keys haven’t been tampered with.Passphrase: Specify a passphrase that is shared amongst the Access Points and clients.Group Key Update Interval: Specify the number of seconds after which the Access Point will probe the client for the passphrase.Click on the Apply button to save the changes.Wireless Security – WPA, WPA2Security Mode: Select WPA or WPA2 from the drop-down list if your wireless network uses WPA. WPA (Wi-Fi Protected Access) was designed to improve upon the security features of WEP (Wired Equivalent Privacy). The technology is designed to work with existing Wi-Fi products that have been enabled with WEP. WPA provides improved data encryption through the Temporal Integrity Protocol (TKIP), which scrambles the keys using a hashing algorithm and by adding an integrity checking feature which makes sure that keys haven’t been tampered with.19Encryption: Select TKIP or AES from the drop-down list if your wireless network uses this encryption.RADIUS IP Address: Enter the IP address of the RADIUS server.RADIUS Port: Enter the port number of the RADIUS server. The default is usually 1812.RADIUS Secret: Enter the shared password of the RADIUS server.Group Key Update Interval: Specify the number of seconds after which the Access Point will probe the client for the secret.Click on the Apply button to save the changes.FilterMACWirelessClick on the Wireless MAC Filter link under the Wireless menu. On this page you can filter the MAC address by allowing or blocking access the network.ACL (Access Control) Mode: You may choose to Disable, Allow Listed, or Deny Listed MAC addresses from associating with the network. By selecting Allow MAC20in the List, only the address listed in the table will have access to the network; all other clients will be blocked. On the other hand, selected Deny MAC in the List, only the listed MAC addresses will be blocked from accessing the network; all other clients will have access to the network.MAC Address: Enter the MAC address.This table lists the blocked or allowed MAC addresses; you may delete selected MAC address or delete all the addresses from the table by clicking on the Deletebutton.Click on the Apply button to save the changes.AdvancedSettingsWirelessClick on the Wireless Advanced Settings link. On this page you can configure the advanced settings to tweak the performance of your wireless network. Options available are: data rate, transmit power, fragmentation threshold, RTS threshold, protection mode and distance.Data Rate: If you would like to force a data rate, you may select one from the drop-down list. However, for best performance it is recommended to use the Auto setting.Transmit Power: You may have the different application distance of the device by selecting a value from the drop-down list. This feature can be helpful in restricting the coverage area of the wireless network.Fragment: Packets over the specified size will be fragmented in order to improve performance on noisy networks.RTS Threshold: Packets over the specified size will use the RTS/CTS mechanism to maintain performance in noisy networks and preventing hidden nodes from degrading the performance.Protection Mode: If your wireless network is using both 802.11b and 802.g devices then it is recommended to enable this feature so that the 802.11b devices will not degrade the performance of 802.11g devices.WMM: Enable wireless Quality of ServiceDistance (1-30km): Specify a distance between 1 and 30Km.Click on the Apply button to save the changes.2122ManagementClick on the Management link on thenavigation drop-down menu. You will then see seven options: administration, SNMP settings, backup/restore settings, firmware upgrade, time settings, and log. Each option is described below.AdministrationClick on the Administration link under the Management menu. This option allowsyou to create a user name and password for the device. By default, this device is configured without a user name and password admin . For security reasons it is highly recommended that you create a new user name and password.Name : Specify a user name into the first field.Password : Specify a password into this field and then re-type the password into theConfirm Password field.Click on the Apply button to save the changes.SNMP SettingsClick on the SNMP Settings link under the Management menu. This option allowsyou to assign the contact details, location, and community name and trap settings for SNMP. This is a networking management protocol used to monitor network-attached devices. SNMP allows messages (called protocol data units) to be sent to various parts of a network. Upon receiving these messages, SNMP-compatible devices (called agents) return data stored in their Management Information Bases. .SNMP Enable/Disable: Choose to enable or disable the SNMP feature.Contact: Specify the contact details of the device.Location: Specify the location of the device.Read-Only Community Name: Specify the password for access the SNMP community for read only access.Read-Write Community Name: Specify the password for access to the SNMP community with read/write access.Send SNMP Trap: Specify the IP address of the computer that will receive the SNMP traps.Trap Community Name: Specify the password for the SNMP trap community.Click on the Apply button to save the changes.Backup/Restore settings, Reset to factory default settingsClick on the Backup/Restore Setting link under the Management menu. This option is used to save the current settings of the device in a file on your local disk or load settings on to the device from a local disk. This feature is very handy for administrators who have several devices that need to be configured with the same settings.Save a copy of the current settings: Click on the Backup button to save the current configuration.23Restore saved settings from a file: Once a file has been backed up, you may restore it by clicking on the Browse button to select the file, and then the Restore button.Revert to factory default settings: Click on the Factory Default Settings button to reset the device to the default settings. Please wait while the device restart and then access the device using the default IP address: 192.168.1.1UpgradeFirmwareClick on the Upgrade Firmware link under the Management menu. This page is used to upgrade the firmware on the device. Make sure that downloaded the appropriate firmware from your vendor.Click on the Browse button and then select the appropriate firmware and then click on the Upgrade button.Note: The upgrade process may take about 1 minute to complete. Do not power off the device during this process as it may crash the device and make it unusable. The device will restart automatically once the upgrade is complete.24TimeSettingsClick on the Time Settings link under the Management menu. This page allows you to configure the time on the device. You may do this manually or by connecting to a NTP server.Manually Set Date and Time: Specify the date and timeAutomatically Get Date and Time: Select the time zone from the drop down list and then specify the IP address of the NTP server.Click on the Apply button to save the changes.LogClick on the Log link under the Management menu. The Log page displays a list of events that are triggered on the Ethernet and Wireless interface. This log can be referred when an unknown error occurs on the system or when a report needs to be sent to the technical support department for debugging purposes.Syslog: Choose to enable or disable the system log.Log Server IP Address: Specify the IP address of the server that will receive the system log.Local Log: Choose to enable or disable the local log.Click on the Apply button to save the changes.25265 Client Bridge Operating Mode5.1 Logging InTo configure the device through the web-browser, enter the IP address of the device(default: 192.168.1.1) into the address bar of the web-browser and press Enter .Make sure that the device and your computers are configured on the same subnet.Refer to Chapter 2 in order to configure the IP address of your computer.After connecting to the IP address, the web-browser will display the login page. Specify admin for both the user name and password.After logging in you will graphical user interface (GUI) of the device. The navigation drop-down menu on left is divided into four sections:1. Status : Displays the overall status, connection status, and event log.2. System : This menu includes the system properties, IP and Spanning Tree settings.3. Wireless : This menu includes status, basic, advanced, and security.4. Management : This menu includes the admin setup, SNMP, firmware upgrade, and save/restore backup.275.2 StatusClick on the Status link on the navigationdrop-down menu. You will then see three options: Main, Connection Status, and System Log. Each option is described in detail below.5.2.1 MainClick on the Main link under the Status drop-down menu. The status that isdisplayed corresponds with the operating mode that is selected. Information such as system up time, firmware version, serial number, kernel version and application version are displayed in the ‘System’ section. LAN IP address, subnet mask, and MAC address are displayed in the ‘System’ section. In the ‘Wireless section, thefrequency, channel is displayed.。

相关文档
最新文档