CTS2.0安装破解


3、安装完毕后,打补丁。
4、在安装该文件之前, 请将系统时间调整到一:
5、调整好时间后,安装到CTS2.0安装的路径,然后此次安装会出现一个它:
我没有对比这个注册文件和破解压缩包里的同名注册 文件有何区别,大家就用这个吧!
6、打开该文件,修改HOSTID为自己电脑的。方法如下:
进入DOS,输入ipconfig/all,找到电脑的 Host id ,别把host name弄上去。
7、修改完全部的hostid后,保存注册文件。此时系统时间改回现在时间。 8、准备注册。 这步实在麻烦!!
我的安装方法: (1)安装CTS1.2的注册文件(没有1.2的,把VP2.0的复制过来也行)
CTS2.0
CTS1.2
CTS1.2的注册文件会自动安装到同一目录下。然后删除CTS2.0的 flexlmCRO文件夹,把flexlm文件夹改名为flexlmCRO。
这个文件是注册器生 成的文件,也是CTS 能否打开全靠它。如果 电脑上还安装了VP,要 小心VP和CTS共用该 文件,不过也没什么 毛病。 把注册工具的名字改为这个名字,也就是CTS2.0的注册工具名字。(CTS1.2的 名字是LicenseTool.exe) (2)打开注册器,选择install Licenses,加入注册文件,OK。 最后要说明,我曾经用VP2.0的注册器替换CTS2.0的注册器,也成功了。所以, 我认为应该不用更改文件夹,只需把fexlmCRO文件夹内的LicenseToolCRO.exe 和mpiCRO文件都替换成VP或1.2的就可以了。反正是成功了,不想再装一次,就 按我上面说的办吧!!!
安装前,请关掉网络,杀毒软件,以避免未知因素导致安装失败。 软件虽好,忒难装;二日苦思,终破解! 头昏脑胀,心宽慰;赠与网友,同分享!
CTS2.0的安装文件如下:
1、先安装该文件夹 内的XML文件夹内的 msxml.msi文件 2、安装该文件。安装时 把LicenseCRO tools选项 选上(即一般只安装前2项 如果选择后两项,瑞星杀毒 软件会有提示)
合集下载

CTS测试规范

CTS测试规范

CTS测试规范目录一、测试版本说明:..................................................................................... 错误!未定义书签。

二.测试前准备工作步骤:.. (3)三.测试步骤: (4)四.测试结果: (4)五.常见问题: (5)一.测试前准备工作步骤:1.编译:可以取编译好的包,也可自己编译source ./build/envsetup.shchoosecombomake -j4make ctsmake sdk2.修改startcts文件:进入android/out/host/linux-x86/cts/android-cts/tools目录下,修改startcts文件。

将脚本中的SDK_ROOT该成自己的编译好的SDK路径,如:SDK_ROOT=/home/tester/cts/android-sdk-linux_863. 在手机上安装CtsDelegatingAccessibilityService.apk:此包位于../android-cts/repository/testcases下面。

如:./adb install -r /home/tester/cts/android-cts/repository/testcases/CtsDelegatingAccessibilityService.apk安装好后设置:Settings > Accessibility > Accessibility > Delegating Accessibility Service4.为了避免一些没必要的错误,在测试前先更改一下手机设置:1)手机语言设置为English2)去掉锁屏(Settings > Security & location &security>Set up screenlock>none )3)设置屏幕超时为最长时间30分钟(Settings>Display>Screentimeout>30minutes)4)设置唤醒状态(Settings>Applications>Development>Stay awake)5)设置虚拟地点(Settings > Application > Development > Allow mocklocations is set)6)运行时让屏幕是home主界面上7)运行过程中不要触摸屏幕及按钮8)手机时间设置正确9)有SD卡并是清空二.CTS组成:在Android2.2的CTS中包含8个可用的Test Plan:1.CTS:包含2万多个测试用例,这些测试用例是检验兼容性必须的,性能测试不包含在本计划中,随版本的更新,本测试计划也会更新。

tc2.0使用与安装说明

tc2.0使用与安装说明

对于初学程序设计的人来说Turbo C 2.0无疑是最简单最理想的入门语言环境之一,但也常由于环境变量设置的不正确导致程序无法编译运行,严重打击了初学者来之不易的自信心。

为了迅速解决此类问题,使大家能把精力集中到程序设计上来,我们特地编写本文以帮助有心涉足编程领域的初学者。

1.准备TC2.0这里下载TC 2.0:TurboC.2.0.zip (968.23 KB, 下载次数: 6165)下载之后的工作就是解压缩了,解压缩可以使用WinZip或WinRar。

在此我们假设将TC解压到"x:\TC20"目录(x表示盘符),当然您也可以将它解压到任意目录,例如"D:\Programing\C\TC20",此时请使用"D:\Programing\C\TC20"替换以下设置过程中出现的"x:\TC20"。

2.建立Output目录Output目录用来存放使用TC编写的执行文件和编译过程中使用的临时文件,虽然该目录不一定要有,但为了使您今后可能编写的大量应用程序便于管理,我们强烈建议您建立此目录。

下面将分别介绍DOS模式和Windows窗口模式下的操作方法。

2.1、DOS模式下的操作方法:首先进入TC所在目录,示例如下:C:\>x:x:\>cd TC20然后创建目录:x:\TC20\>md Output2.2、Windows下的操作方法:使用资源管理器或我的电脑打开TC所在目录,右键点击空白空间,在弹出的右键菜单中选择"新建(W)->文件夹(F)"(该操作表示先选择"新建(W)",再在弹出的子菜单中选择"文件夹(F)"),再将文件夹名称改为Output。

当然您可以用任何名称的目录作为Output目录,但请切记要在后面的几步中作相应的变动才能使设置生效。

CTS测试的相关方法

CTS测试的相关方法

CTS 认证背景:首先明确Android系统版本,不同版本需要下载对应CTS和CTS Verifier包,详见3.1。

例如东芝L5450C机型,使用RTD2993机芯,基于Android4.2系统。

方案商:Realtek机芯提供商:泰霖本文以RTD2993为例,RTD2993已通过Google CTS认证。

目的:用于CTS认证参考。

包含:CTS测试、合作方式、CTS认证流程等。

目录目录CTS 认证 (1)背景: (1)目的: (1)目录 (2)一合作方式 (3)二测试环境和工具 (4)三CTS测试 (5)3.1 RT2993测试 (5)3.2遇到的问题 (7)3.3失败项和解释 (8)四CTS Verifier测试 (10)4.1 RT2993 测试 (10)4.2 遇到的问题 (10)4.3 失败项和解释 (11)一合作方式方案商(Mstar、MTK、Realtek等)维持系统公版软件CTS状态,ODM和外协厂(泰霖等)确保后续软件更改不影响CTS认证,并负责测试CTS和CTS Verifier,然后出测试报告给客户(东芝、三洋等),最后客户使用对应的软件版本和测试报告到Google获取CTS证书。

在东芝第一次向Google申请CTS认证时期(2星期~4星期),东芝要求不要改动Android 部分,可以更改TV部分。

当第一次获取CTS证书后,每次的升级版本必须再次向google取得认证,时间缩短到一周内。

向Google提交的报告:CTS测试报告(包含自动生成的测试报告和未通过项的解释)CTS Verifier 测试报告在进行CTS认证前,东芝会进行CTS测试项的核对。

如下面文档描述:RTD2993 CDD checksheet with comment_1二测试环境和工具测试电脑:需安装Ubuntu系统(推荐12.04,需安装SDK和Java JDK)。

需要串口线一根、网线一根。

CTS测试工具包和CTS verifier测试apk。

教你破解斯沃数控软件

教你破解斯沃数控软件

很多同学问我要现成的注册码,&很明确的告诉你没有!!!。

只能自己用软件提取内存数据破解了。

下面我就跟大家哦说一下破解方法:1.下载安装“十六进制编辑器WINHEX。

2.点击图标打开斯沃数控仿真软件3.4.点击“单机版”,在下拉菜单中选择数控系统,默认为“南京华兴W A310M/W A320iM”。

再选择“机器码加密”,点击“运行”。

出现以下注册提示对话框:5.选中序列号框内的数字序列号并复制,点击“OK”,出现以下提示框:(切记这时不要点击确定,否则无法提取内存数据来完成破解)6.点击图标:7.运行WINHEX,8.9.分别点击“工具”,“打开RAM内存”11.12.向下拖动滚动条13.14.双击“Ttplayer#4084”对话框变成如下:15.选择“Primary Memory”,并点击“OK”16.17.此时计算机开始提取内存数据,稍等一会儿,WINHEX出现如下界面:18.分别点击工具栏中的“搜索”,“查找文本”18.弹出如下对话框,现在将刚才复制的序列号粘贴到第一个框中,并点击“OK”:19.一会儿功夫就出现下列情况(光标在刚才复制的序列号上闪烁):此时按键盘上的‘F3’软件向下查找20.直到出现“MachineID 5322511352915989 Serial 7D90E169A0F55EE576441C”20.用鼠标将“Serial”后面的数字(如7D90E169A0F55EE576441C)就是我们苦寻的注册号了选中,同时按住键盘上的Ctrl和C就将其(如7D90E169A0F55EE576441C)复制了点击确定,并粘贴刚才复制的注册号到注册框点击“OK”出现以下状况就破解成功了:哈哈哈哈哈哈。

22.某些仿真机床很顽固,一次破解只能用一次,下次使用时又要求注册!不过你学会了本教程也不会觉得麻烦。

!最后祝您破解成功!!!。

Proe2.0的安装过程

Proe2.0的安装过程

中文版Pro/E2.0安装方法
1.新建环境变量。

目的是安装中文版Pro/E。

单击右键——属性,弹出如下对话框:点击,弹出如下对话框:
图1 图2
点击,弹出如下对话框:点击,弹出如下对话框:按如图
所示输入变亮名和变量值
图3 图4
单击图4、3、2中的,完成环境变量的设置。

2.在E盘下创建Pro/E工作目录文件夹,以备后用。

3.将光盘1插入驱动器中,安装盘自动进入图5所示的安装界面:(别动它,先按第三步进行)
图5
4.打开光盘,将文件名为CRACK的文件夹复制到d盘某一位置并删除文件readme,双击打开文件
,弹出如图6所示的对话框:
图6 图7
将上面的主机ID:输入上面的空格中,点击,在CRACK的文件中
生成文件以备后用。

5.单击图5中的,弹出如下对话框:
图8
将安装目标改为d:\proeWildfire 2.0。

单击各产品功能,弹出如下图框:
图9
用取消和中几个选项的安装。

对各产品功能作具体设置如下:
图10
设置完以后点击,进入下一步操作,弹出如下图框:
图11
点击,弹出如下图框:选中,点击选中步骤三
中CRACK文件中的文件,单击按钮。

完成许可证文件的设置。

图12 图13
单击,选择步骤2中的Pro/E工作目录文件夹为启动目录,单击,或“配置”
开始进行安装。

大概10分钟以后,当系统提示换光盘时,按提示换盘就可以完成Pro/E程序的安装。

(注意:启动时,会出现是否解除阻止对话框,选“解除阻止”即可。

不清楚的地方采用默认设置)。

crossover 破解方法

crossover 破解方法

crossover 破解方法摘要:一、什么是Crossover破解方法二、Crossover破解方法的应用场景三、Crossover破解方法的步骤详解四、Crossover破解方法的优缺点五、如何防范Crossover破解方法六、总结正文:一、什么是Crossover破解方法Crossover破解方法,顾名思义,是一种跨系统、跨平台的安全破解技术。

它通过利用不同操作系统和软件之间的兼容性问题,实现对被保护系统的非法访问。

这种破解方法具有较高的隐蔽性和难以察觉性,因此在黑客攻击和网络安全防护领域引起了广泛关注。

二、Crossover破解方法的应用场景Crossover破解方法主要应用于以下场景:1.黑客攻击:黑客利用Crossover破解方法,可以悄无声息地侵入目标系统,窃取或破坏重要数据。

2.网络安全防护:防护团队可以通过研究Crossover破解方法,制定相应的安全策略和防护措施,提高系统的安全性。

3.软件逆向工程:程序员可以利用Crossover破解方法,破解软件的保护机制,以便于分析和学习软件内部的算法和设计。

三、Crossover破解方法的步骤详解1.收集信息:分析目标系统的架构、操作系统、应用软件等信息,了解可能存在的兼容性问题。

2.选择合适的破解工具:根据目标系统的特点,选择相应的破解工具,如密码破解工具、调试器、反汇编工具等。

3.破解过程:利用破解工具,逐步攻破目标系统的安全防线,如密码验证、权限控制等。

4.获取控制权:在成功破解后,攻击者可以获取目标系统的控制权,进一步实施恶意行为。

四、Crossover破解方法的优缺点优点:1.隐蔽性高:Crossover破解方法不易被察觉,可以绕过一些安全防护措施。

2.适用范围广:几乎所有操作系统和软件都可能存在Crossover破解的方法。

缺点:1.技术要求高:破解过程较为复杂,需要具备一定的技术实力。

2.风险较大:一旦被防护系统发现,攻击者可能会遭受法律制裁。

Android_CTS_test(安装和命令)

一、Android CTS测试简介CTS 全称 Compatibility Test Suite 兼容性测试工具。

当电子产品开发出来,并定制了自己的 Android 系统后,必须要通过最新的 CTS 检测,以保证标准的 android application 能运行在该平台下。

通过了 CTS 验证,需要将测试报告提交给 Google,已取得 android market的认证。

CTS 是一款通过命令行操作的工具。

目前 cts 没有提供 windows 版本,只能在 Linux 下测试。

本文将详细介绍在ubantu系统上如何搭建CTS环境,以及运行测试计划和分析测试结果。

二、Android CTS测试环境搭建1.下载android-SDK linux版本,下载地址:/sdk/index.html步骤:1.安装android-sdk2.2 解压下载所得的android-sdk到安装的目录(任意),如:/home/tester/cts/ android-sdk-linux_86。

进入/home/tester/cts/ android-sdk-linux_86/tools,运行android可执行文件:双击,点击“在终端运行”,出现在左菜单中选择“Installed package”选项,点击下方“update All…”按钮,进入更新界面:选择左边的的package,选择“Reject”,不会更新该package,点击Install。

进入更新状态。

2.将platfrorm-tools目录下的adb文件拷贝到tools目录下(安装CTS时会用到)安装完成。

在Linux Command窗口输入以下命令:env可查看到当前PATH的值为:PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/ga mes:/home/username/bin:再输入以下命令,将Android SDK路径加入到环境变量中:exportPATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin :/usr/games:/home/username/bin:/home/username/android-sdk-linux_86/platform-tools:/h ome/username/android-sdk-linux_86/toolsNote:1> 各环境变量之间用冒号隔开2> 如果PATH中已添加了Android SDK路径,默认即可2.下载android-cts包,下载地址:/compatibility/downloads.html根据手机系统版本下载对应版本的cts包,否则将无法运行测试a.配置CTS:进入/home/username/CTS/android-cts/tools目录,打开/home/username/CTS/android-cts/tools/startcts脚本进行编辑,找到脚本中第一次出现SDK_ROOT的地方(注释了的片段不算),将Android SDK的根目录路径赋值给“SDK_ROOT”,如下:# Add SDK_ROOT to the PATH for backwards compatibility with prior startcts# commands that required SDK_ROOT to find adb.if [ -n "${SDK_ROOT=/home/username/android-sdk-linux_86}" ]; thenPATH=${SDK_ROOT}/platform-tools:${SDK_ROOT}/tools:${PATH}fi然后保存编辑。

1020双汉卡软解密使用安装步骤及问题

1020双汉卡软解密使用安装步骤及问题汉卡, 解密1:把卡插到电脑PCI插槽中固定好,保证卡于插槽接触良好,开机放入配送光盘2:先安装WDTV2.0应用程序,或安装WINDVB1.1,然后安装DIRECTX9,再安装SDK2.2。

3:双击桌面WDTV或WINDVB应用程序图标,选择右下脚的一个扳手图标(也就是工具项)选择左起第2项LNB.....先设置LNB的一些项目,共可设置4组LNB,你可随便挑一组比如想用LNB1就在SETUP1右下脚按SETUP,出现8组设置选择,主要就是设置LNB的本振频率(就是LNBFREQ1那一栏的数字)LNB2没有就设置为0)还有22K开关和DISEQC选择(有A,B,C,D四项)按自身情况设置正确后,按OK4:接着选择左起第3项DISH SEUP就是锅的设置比如第3项你设置的LNB1那么你就在LNB 对应的那一栏选择LNB1在频率一栏(FREQUENCY)输入频率比如12730,符号率一栏(SYMBOL RATE)输入符号率比如30000,也可以直接按右下脚SCAN ONE SATELLITE选择你的锅所对的卫星名称进行全部节目搜索或按SCAN TRANSPONDER进行单频点搜索。

搜索完毕后保存,你可以按应用程序左面的心形图标,出现节目菜单,双击节目名称即可播放或按右下脚工具项选择左起第一项PROGRAM进行节目的编辑,包括节目名5:以上说明是以WINDVB1.1界面为准,介绍用卡配合应用程序收看普通节目的,下面说明目前用软解密最新版本看加密节目的,(确保用WDTV2.0或WINDVB1.1应用程序配合VP-1020卡可以看到节目,再使用软解密)6:下载FREEDEC2.2,解压后,点击FREEDEC2.2文件夹,运行FREE DEC应用程序,在右侧小界面中按右键,选择ADDNEW.....设置卫星名称,(如亚太2号)高频头的本振频率一般为11300选择DISEQC开关,和22KHZ正确后按OK7:接着第3步,按OK后用右键点击新增加的卫星名称,再点击ADD NEW TRAN...然后依次设置频率名称(随便,如你这组节目的频率是12730你就可以输入12730作为名便于查找节目),频率(如12730),符号率(如30000),极化方式(如V),按OK8:按OK后用右键点击新加的频率名称选择SCAN......进行选台,节目分析出后,加密节目用红色叉普通节目用黄色感叹号表示,双击节目名即可收看9:目前软解支持以破解的V........和I........系统,等一些欧洲使用的其他加密系统。

华擎科技安装指南说明书

1En g l i s h Copyright Notice:No part of this installation guide may be reproduced, transcribed, transmitted, or trans-lated in any language, in any form or by any means, except duplication of documentation by the purchaser for backup purpose, without written consent of ASRock Inc.Products and corporate names appearing in this guide may or may not be registered trademarks or copyrights of their respective companies, and are used only for identifica -tion or explanation and to the owners’ benefit, without intent to infringe.Disclaimer:Specifications and information contained in this guide are furnished for informational use only and subject to change without notice, and should not be constructed as a commit-ment by ASRock. ASRock assumes no responsibility for any errors or omissions that may appear in this guide.With respect to the contents of this guide, ASRock does not provide warranty of any kind, either expressed or implied, including but not limited to the implied warranties or condi-tions of merchantability or fitness for a particular purpose. In no event shall ASRock, its directors, officers, employees, or agents be liable for any indirect, special, incidental, or consequential damages (including damages for loss of profits, loss of business, loss of data, interruption of business and the like), even if ASRock has been advised of the pos-sibility of such damages arising from any defect or error in the guide or product.This device complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions:(1) this device may not cause harmful interference, and(2) this device must accept any interference received, including interference thatmay cause undesired operation.CALIFORNIA, USA ONLYThe Lithium battery adopted on this motherboard contains Perchlorate, a toxic substance controlled in Perchlorate Best Management Practices (BMP) regulations passed by the California Legislature. When you discard the Lithium battery in California, USA, please follow the related regulations in advance.“Perchlorate Material-special handling may apply, see/hazardouswaste/perchlorate”The terms HDMI™ and HDMI High-Definition Multimedia Interface, and the HDMI logo are trademarks or registered trademarks of HDMI Licensing LLC in the United States andother countries.EnglishMotherboard Layout235678910111242ASRock H61TM-ITX MotherboardASRock H61TM-ITX Motherboard 3En g l i shEnglishI/O Panel** There are two LEDs on the LAN port. Please refer to the table below for the LAN port LED indications.ACT/LINKLEDSPEEDLEDLAN PortLAN Port LED IndicationsActivity/Link LED SPEED LEDStatus Description Status DescriptionOff No Link Off10Mbps connectionBlinking Data Activity Off100Mbps connectionOn100Mbps connection Yellow1Gbps connection* Please use a 19V power adaptor for the DC jack. This jack accepts dual barrel plugs with an inner diameter of 2.5 mm and an outer diameter of 5.5 mm, where the inner contact is +8 (±10%) through +19 (±10%) VDC and the shell is GND. The maximum current rating depends on the power adaptor. The following are examples of power adaptors that may be used:DELTA DELTA-ADP-150TB-150W/19VHP HP-TBC-BA52-150W/19VFSP FSP-FSP150-ABAN1-150W/19V124536789<20mm4ASRock H61TM-ITX MotherboardASRock H61TM-ITX Motherboard 5En g l i sh 1. IntroductionThank you for purchasing ASRock H61TM-ITX motherboard, a reliable motherboard produced under ASRock’s consistently stringent quality con-trol. It delivers excellent performance with robust design conforming to AS-Rock’s commitment to quality and endurance.This Quick Installation Guide contains introduction of the motherboard. More detailed information of the motherboard can be found in the user manual presented in the Support CD.1.1 Package ContentsASRock H61TM-ITX Motherboard(Thin Mini-ITX Form Factor: 6.7-in x 6.7-in, 17.0 cm x 17.0 cm)ASRock H61TM-ITX Quick Installation GuideASRock H61TM-ITX Support CD2 x SATA Data Cables (Optional)1 x SATA 1 to 1 Power Cable (Optional)2 x I/O Panel Shields (Optional)English1.2 Specifications6ASRock H61TM-ITX MotherboardASRock H61TM-ITX Motherboard 7En g l i shEnglishCAUTION!1. Due to limitation, the actual memory size may be less than 4GBfor the reservation for system usage under Windows® 32-bitoperating systems. Windows® 64-bit operating systems do nothave such limitations. You can use ASRock XFast RAM to uti-lize the memory that Win dows® cannot use.2. PCIE3.0 is only supported with Intel® Ivy Bridge CPU. With In-tel® Sandy Bridge CPU, it only supports PCIE 2.0.3. Intel® HD Graphics Built-in Visuals and the VGA outputs can besupported only with processors which are GPU integrated. Intel®Quick Sync Video 2.0, Intel® InTru TM 3D, Intel® Clear Video HDTechnology, Intel® Insider TM, Intel® HD Graphics 2500/4000 aresupported by Intel® Ivy Bridge CPU. Intel® Quick Sync Video,Intel® InTru TM 3D, Intel® Clear Video HD Technology, Intel® HDGraphics 2000/3000, Intel® Advanced Vector Extensions (AVX)are supported by Intel® Sandy Bridge CPU.* For detailed product information, please visit our website:8ASRock H61TM-ITX MotherboardASRock H61TM-ITX Motherboard 9En g l i s h WARNINGPlease realize that there is a certain risk involved with over-clocking, including adjusting the setting in the BIOS, applyingUntied Overclocking Technology, or using third-party overclock-ing tools. Overclocking may affect your system’s stability, oreven cause damage to the components and devices of yoursystem. It should be done at your own risk and expense. We arenot responsible for possible damage caused by overclocking.10ASRock H61TM-ITX MotherboardEnglish 1.3 Pin Header Easy Installation GuideASRock motherboards are equipped with pin headers with obvious colors that assist you to recognize the crucial headers. Please refer to the illustra-tion of the onboard headers’ pin defintion below. If you need more informa -tion about the usage of these headers, please refer to “Onboard Headersand Connectors” and “Jumper Setup” for details.Front PanelAudio Header HDMI_SPDIFHeaderSystem Panel HeaderUSB 2.0 HeaderUSB 2.0 HeaderPower LED HeaderUSB 3.0 HeaderE n g l i s h1.4 Onboard Headers and ConnectorsOnboard headers and connectors are NOT jumpers. Do NOT place jumper caps over these headers and connectors. Plac-ing jumper caps over the headers and connectors will causepermanent damage to the motherboard!Serial ATA2 Connectors(SATA_0:see p.2, No. 6)(SATA_1:see p.2, No. 2)SATA_1 SATA_0These two Serial ATA2 (SATA2) connectors sup-port SATA data cables for internal storage devices. The current SATA2 interface allows up to 3.0 Gb/s data transfer rate.USB 2.0 Headers(9-pin USB4_5)(see p.2, No. 20)(9-pin USB6_7)(see p.2, No. 7)(4-pin USB8)(see p.2, No. 3)Besides two default USB 2.0 ports on the I/O panel, there are three USB 2.0 headers and one USB port on this motherboard. Each USB 2.0 header can support two USB 2.0 ports.USB 3.0 Header(19-pin USB3_0_1)(see p.2, No. 9)Besides two default USB 3.0 ports on the I/O panel, there is one USB 3.0 header on this motherboard. The USB 3.0 header can support two USB 2.0 ports.EnglishConsumer Infrared Module Header(7-pin CIR1)(see p.2, No. 5)This header can be used t o c o n n e c t t h e r e m o t e controller receiver.1GNDLearn-inIRTX+5VALED+5VACIR inputFront Panel Audio Header(9-pin HD_AUDIO1)(see p.2, No. 26)This is an interface for the front panel audio cable that allows convenient connec-tion and control of audio devices.1. High Definition Audio supports Jack Sensing, but the panel wire on the chassis must support HDA to function correctly. Please follow the instructions in our manual and chassis manual to install your system.2. If you use an AC’97 audio panel, please install it to the front panel audio header by the steps below: A. Connect Mic_IN (MIC) to MIC2_L.B. Connect Audio_R (RIN) to OUT2_R and Audio_L (LIN) to OUT2_L.C. Connect Ground (GND) to Ground (GND).D. MIC_RET and OUT_RET are for HD audio panel only. You don’t need to connect them for AC’97 audio panel.E. To activate the front mic.For Windows ® XP / XP 64-bit OS:Select “Mixer”. Select “Recorder”. Then click “FrontMic”. For Windows ®8 / 8 64-bit / 7 / 7 64-bit / Vista TM / Vista TM 64-bit OS:Go to the “FrontMic” Tab in the Realtek Control panel. Adjust “Recording Volume”.E n g l i s hSystem Panel Header(9-pin PANEL1)(see p.2, No. 12)Analog Surround Audio Header(17-pin HD_AUDIO2)(see p.2, No. 27)Connect the power switch, reset switch and system sta-tus indicator on the chassis to this header according to the pin assignments below. Note the positive and nega-tive pins before connectingthe cables.PIN Signal Name PIN Signal Name 18SENSE 17KEY 16LFE 15A_GND 14A_GND 13Center 12Surr_Rear_R 11A_GND 10A_GND 9Surr_Rear_L 8Surr_Side_R 7A_GND 6A_GND 5Surr_Side_L 4Front_R 3A_GND 2A_GND 1Front_LPower LED Header(3-pin PLED1)(see p.2, No. 11)3W Audio AMP Output Wafer Header(4-pin SPEAKER1)(see p.2, No. 28)Please connect the chassis speaker to this header.Please connect the chassis power LED to this header to indicate system power status. The LED is on when the system is operating. The LED keeps blinking in S1/S3 state. The LED is off in S4 state or S5 state (power off).Front_L+Front_R-1Front_R+Front_L-Chassis Fan Connector (4-pin CHA_FAN1) (see p.2, No. 4)Please connect a fan cable to the fan connector and match the black wire to theground pin.CPU Fan Connectors (4-pin CPU_FAN1) (see p.2, No. 22)Though this motherboard provides a 4-Pin CPU fan (Quiet Fan) connector, 3-Pin CPU fans can still work even without fan speed control. If you plan to connect a 3-Pin CPU fan, please connect itto Pin 1-3.SATA Power Connector (SATA_POW1)(see p.2, No. 10)Please connect a SATApower cable.Serial Port Header (10-pin COM1) (see p.2, No. 18)This COM1 header supports a serial port module.HDMI_SPDIF Header (2-pin HDMI_SPDIF1) (see p.2, No. 25)This header provides SPDIFaudio output to HDMI VGAcards, allowing the systemto connect HDMI DigitalTV/projector/LCD devices.Please connect the HDMI_SPDIF connector of a HDMIVGA card to this header.RTS CTSGNDTXDDCDDSRDTRRXD1NCRIEnglishE n g l i s hBacklight & Amp Volume Control Header(8-pin BLT_VOL1)(see p.2, No. 17)Digital MIC Header(5-pin DMIC1)(see p.2, No. 24)Home Theater PC Header(7-pin HTPC1)(see p.2, No. 29)1: BKLT_EN 2: BKLT_PWM 3: BKLT_PWR 4: BKLT_PWR 5: GND 6: GND7: Brightness_Up 8: Brightness_Down1: +5V 2: No pin2: SPDIF_OUT/DMIC_CLK 3: GND4: DMIC_DATA5: +3.3VPIN Signal Name PIN Signal Name 8HDMI CEC 7#Power_Button 6SMB_DATA 5 3.3V Standby 4SMB_CLK 3No pin 2GND 1Recording LEDLPC Debug Header(13-pin LPC1)(see p.2, No. 30)PIN Signal Name PIN Signal Name 14+3V 13No pin 12+3V 11+3V 10GND 9GND 8LAD37LAD26LAD15LAD04LFRAME#3RESET#2GND 1CLK11LVDS Panel Connector (40-pin LVDS1)(see p.2, No. 15)PIN Signal Name PIN Signal Name1ODD_Lane3_P21NC2ODD_Lane3_N22EDID_3.3V3ODD_Lane2_P23LCD_GND4ODD_Lane2_N24LCD_GND5ODD_Lane1_P25LCD_GND6ODD_Lane1_N26ODD_CLK_P7ODD_Lane0_P27ODD_CLK_N8ODD_Lane0_N28BKLT_GND9EVEN_Lane3_P29BKLT_GND10EVEN_Lane3_N30BKLT_GND11EVEN_Lane2_P31EDID_CLK12EVEN_Lane2_N32BKLT_ENABLE13EVEN_Lane1_P33BKLT_PWM_DIM14EVEN_Lane1_N34EVEN_CLK_P15EVEN_Lane0_P35EVEN_CLK_N16EVEN_Lane0_N 36BKLT_PWR (12V/19V)17EDID_GND 37BKLT_PWR (12V/19V)18LCD_VCC (3.3V/5V/12V)38BKLT_PWR (12V/19V)19LCD_VCC (3.3V/5V/12V)39NC20LCD_VCC (3.3V/5V/12V)40EDID_DATA140EnglishE n g l i s hClear CMOS Jumper(CLRCMOS1)(see p.2, No. 31)Clear CMOSDefaultCLRCMOS1 allows you to clear the data in CMOS. To clear and reset the system parameters to default setup, please turn off the computer and unplug the power cord from the power supply. After waiting for 15 seconds, use a jumper cap to short pin2 and pin3 on CLRCMOS1 for 5 seconds. However, please do not clear the CMOS right after you update the BIOS. If you need to clear the CMOS when you just finish updating the BIOS, you must boot up the system first, and then shut it down before you do the clear-CMOS action. Please be noted that the password, date, time, user default profile, 1394 GUID and MAC address will be cleared only if the CMOS battery is removed.1.5 Jumper SetupWhen the jumper cap is placed on the pins, the jumper is “Short”. If no jumper cap is placed on the pins, the jumper is “Open”. The illustration shows a 3-pin jumper whose pin1 and pin2 are “Short” when a jumper cap is placed on these2 pins.Backlight Power Jumper(3-pin BKT_PWR1)(see p.2, No. 13)1-2 : +19V 2-3 : +12VPanel Power Jumper(3-pin PNL_PWR1)(see p.2, No. 14)1-2 : +3V 2-3 : +5V2. BIOS InformationThe Flash Memory on the motherboard stores the BIOS Setup Utility.When you start up the computer, please press <F2> or <Del> during thePower-On-Self-Test (POST) to enter the BIOS Setup utility; otherwise,POST continues with its test routines. If you wish to enter BIOS Setup afterPOST, please restart the system by pressing <Ctl> + <Alt> + <Delete>, orpressing the reset button on the system chassis. The BIOS Setup programis designed to be user-friendly. It is a menu-driven program, which allowsyou to scroll through its various sub-menus and to select among the prede-termined choices. For detailed information about BIOS Setup, please referto the User Manual (PDF file) contained in the Support CD.3. Software Support CD informationThis motherboard supports various Microsoft® Windows® operating sys-tems: 8 / 8 64-bit / 7 / 7 64-bit / Vista TM / Vista TM 64-bit / XP / XP 64-bit. TheSupport CD that came with the motherboard contains necessary driversand useful utilities that will enhance motherboard features. To begin usingthe Support CD, insert the CD into your CD-ROM drive. It will display theMain Menu automatically if “AUTORUN” is enabled in your computer. If theMain Menu does not appear automatically, locate and double-click the file“ASRSETUP.EXE” in the Support CD to display the menu. EnglishF r a n ça i s D e u t s c hSpezifikationenDeutschF r a n ça i s De u t s c h * Für die ausführliche Produktinformation, besuchen Sie bitte unsereWebsite: FrançaisFr a n ça is* Pour de plus amples informations sur les produits, s’il vous plaît visiteznotre site web: FrançaisIt a l i a n oItalianoIt a l i a n o * Per ulteriori informazioni, prego visitare il nostro sito internet:EspañolEs p a ñol* Para más información sobre los productos, por favor visite nuestro sitioweb: EspañolРусскийСпецификацииРусскийРусский * Для детальной информации продукта, пожалуйста посетите наш вебсайт:PortuguêsPo r t u g u êsPortuguês* Para informações mais detalhadas por favor visite o nosso sítio Web: Tür k çeÖzelliklerTürkçe* Ayrıntılı ürün bilgileri için lütfen web sitemizi ziyaret edin:eçkrüT한 국 어설명서한국어* 상세한 제품정보는 당사의 웹사이트를 방문할수있습니다.한 국 어日本語仕様日本語日本語 * 製品の詳細については、を御覧なさい。

Moxa AWK-4131快速安装指南 Moxa AirWorks Edition 2.0,2016

P/N: 1802041310011 *1802041310011*AWK-4131Quick Installation GuideMoxa AirWorksEdition 2.0, July 2016Technical Support Contact Information/supportMoxa Americas:Toll-free: 1-888-669-2872 Tel: 1-714-528-6777 Fax: 1-714-528-6778 Moxa China (Shanghai office): Toll-free: 800-820-5036 Tel: +86-21-5258-9955 Fax: +86-21-5258-5505 Moxa Europe:Tel: +49-89-3 70 03 99-0 Fax: +49-89-3 70 03 99-99 Moxa Asia-Pacific:Tel: +886-2-8919-1230 Fax: +886-2-8919-1231 Moxa India:Tel: +91-80-4172-9088 Fax: +91-80-4132-10452016 Moxa Inc. All rights reserved.Notes for the ReaderNOTE Highlights important information related to this product.Package ChecklistMoxa’s AWK-4131 is shipped with the following items. If any of these items is missing or damaged, please contact your customer service representative for assistance.•AWK-4131• 2 omni-directional antennas (5/2 dBi, N-type male, 2.4/5 GHz) •Wall-mounting kit (includes 2 supports)•Field-installable power plug•Field-installable M12 8-pin male plug for Ethernet•Metal cap to cover M12 male DI/O connector•Metal cap to cover RJ45 connector•Meta cap to cover M30 SFP connector•Documentation and software CD•Quick installation guide (printed)•Warranty cardRecommended SFP AccessoriesSFP-1G series•SFP-1GSXLC:Small form factor pluggable transceiver with 1000BaseSX, LC, 0.5 km,0 to 60°C.•SFP-1GSXLC-T:Small form factor pluggable transceiver with 1000BaseSX, LC, 0.5 km, -20 to 75°C.•SFP-1GLSXLC:Small form factor pluggable transceiver with 1000BaseLSX, LC, 2 km,0 to 60°C.•SFP-1GLSXLC-T:Small form factor pluggable transceiver with 1000BaseLSX, LC, 2 km, -40 to 85°C.•SFP-1GLXLC:Small form factor pluggable transceiver with 1000BaseLX, LC, 10 km,0 to 60°C.•SFP-1GLXLC-T:Small form factor pluggable transceiver with 1000BaseLX, LC, 10 km, -40 to 85°C.•SFP-1GLHLC:Small form factor pluggable transceiver with 1000BaseLH, LC, 30 km,0 to 60°C.•SFP-1GLHLC-T:Small form factor pluggable transceiver with 1000BaseLH, LC, 30 km, -40 to 85°C.•SFP-1GLHXLC:Small form factor pluggable transceiver with 1000BaseLHX, LC, 40 km, 0 to 60°C.•SFP-1GLHXLC-T:Small form factor pluggable transceiver with 1000BaseLHX, LC, 40 km, -40 to 85°C.•SFP-1GZXLC:Small form factor pluggable transceiver with 1000BaseZX, LC, 80 km,0 to 60°C.•SFP-1GZXLC-T:Small form factor pluggable transceiver with 1000BaseZX, LC, 80 km, -40 to 85°C.•SFP-1GEZXLC:Small form factor pluggable transceiver with 1000BaseEZX, LC, 110 km, 0 to 60°C.•SFP-1GEZXLC-120:Small form factor pluggable transceiver with 1000BaseEZX, LC, 120 km, 0 to 60°C.NOTE The above items come with the AWK-4131 standard version. The package contents for customized versions may be different.Panel Layout of the AWK-41311.Main antenna A.2.Main antenna B.3.LEDs for PWR, FAULT,STATE, WLAN and LAN.4.M12 A-coding connectorfor PWR1 and PWR2.5.M12 8-pin male connectorfor DI/DO6.M12 8-pin femaleconnector for Ethernetport7.SFP port8.RS-232 console port.9.Reset button10.Screw holes for wallmounting11.Waterproof vent12.Grounding screw (M8)13.Screw holes for DIN-railmountingDimensionsAttaching AntennasThe AWK-4131 includes two dual-band omni-directional antennas by default. Attach the antennas as illustrated below:Step 1: Use your fingers and hold the antenna metal N-type connector. Step 2: Screw the antenna N-type connector (male) onto the AWK-4131 device’s N-type connector (female)Antenna Metal N-typeRubber plateWall MountingIn most applications, wall mount provides an easier installation. You will find it quite easy to mount AWK-4131 on the wall, as illustrated below. STEP 1:Attach the wall-mounting kit with M4 screws, as shown in the diagram below.STEP 2:Mounting the AWK-4131 on the wall requires 4 screws. Use the AWK-4131 device, with wall-mounting kitattached, as a guide to mark the correct locations of the 4 screws. The heads of the screws are recommended to be between 5.5mm and 8.5 mm indiameter, and the shafts should not be more than 5.0 mm in diameter, asshown in the figure.Do not drive the screws in all the way in to the wall—leave a space of about 2 mm to allow room for sliding the wall-mounting kit between the wall and the screws.STEP 3:Once the screws are fixed into the wall, insert the four screw heads through the large opening of the keyhole-shaped apertures, and then slide the AWK-4131 downwards, as indicated to the right. Tighten the four screws for added stability.DIN-Rail Mounting (Optional)The DK-DC50131 die-cast metal kit, whichcan be bought separately, can enable easyand robust installation for the AWK-4131. Apair of DK-DC50131s is needed for DIN-railmounting.To install the DIN-rail mounting kits, tightlyattach the two DIN-rail mounting kits on therear panel of AWK-4131 with 12 screws. (6screws for each kit)To InstallSTEP 1:Use the recessed button on the spring-loaded bracket to lock it in position. STEP 2:Insert the top of the DIN rail into the slot just below the upper hook of the DIN-rail mounting kit. Push the AWK-4131 toward the DIN rail until the DIN-rail attachment bracket snaps into place.To ReleaseSTEP 1:Pull out the two spring-loaded brackets from the bottom until they are fixed in the “release” position. STEP 2:Pull the AWK-4131 out and upward.Wiring RequirementsYou should also pay attention to the following items:•Use separate paths to route wiring for power and devices. If power wiring and device wiring paths must cross, make sure the wires are perpendicular at the intersection point.NOTE Do not run signal or communications wiring and power wiring in the same wire conduit. To avoid interference, wires with differentsignal characteristics should be routed separately.•You can use the type of signal transmitted through a wire to determine which wires should be kept separate. The rule of thumb is that wiring with similar electrical characteristics can be bundledtogether.•Keep input wiring and output wiring separate.•It is strongly advised that you label wiring to all devices in the system for easy identification.Grounding Moxa AWK-4131Grounding and wire routing help limit the effects of noise due to electromagnetic interference (EMI). Run the ground connection from the ground screw to the grounding surface prior to connecting devices.Installations with Unstable Power InputsThere are cases where the device has to be wired to the same power source as other equipment. In such cases, if equipment such as motors that are connected in the circuit draw a large amount of current during operation, the transient voltage drop could potentially cause the AWK to become unstable. Installing a DC/DC power isolator in between the two equipment is recommended to isolate the transient effect and to ensure a stable power input for the AWK.Installations with Cable Extended Antennas for Outdoor ApplicationsIf the antenna or the AWK device is installed outdoors or in an open-air setting, proper lightning protection is required to prevent direct lightning strikes on the AWK device. In order to prevent coupling currents from nearby lightning strikes, a lightning arrester should be installed as part of your antenna system. Ground the device, antenna, as well as the arresterproperly to provide maximum outdoor protection for the device.Arrester Accessories•SA-NMNF-01: Surge arrester, N-type (male) to N-type (female)•SA-NFNF-01: Surge arrester, N-type (female) to N-type (female)Wiring the Redundant Power InputsThe AWK-4131 must be connected to a power-over-Ethernet (PoE) IEEE 802.3af compliant power source or an IEC60950 compliant limited power source. When AWK-4131 is powered via DC power, the M12 A-coding connector on the bottom panel is used for the AWK-4131’s two redundant inputs. The pin assignment is shown below:Pin Power Input1 V1+ 2V2+ 3 V1- 4 V2- 5GNDWiring the Digital Inputs and Relay Contact (Digital Output)The AWK-4131 has two sets of digital input—DI1 and DI2. Each DIcomprises two contacts of the 8-pin M12 connector on the AWK-4131’s bottom panel. These two digital inputs can be connected to digital-output-enabled sensors for on-site status monitoring.The AWK-4131 also has one relay output, which consists of the twocontacts. These relay contacts are used to detect user-configured events. The two wires attached to the Relay contacts form an open circuit when a user-configured event is triggered. If a user-configured event does not occur, the Relay circuit will be closed.A field-installable plug, M12A-8PF-IP67, is recommended for connecting the AWK-4131’s DIs and relay.Communication ConnectionsConnecting the Data Lines10/100/1000BaseT(X) Ethernet Port ConnectionAWK-4131 has 10/100/1000BaseT(X) Ethernet ports (8-pin shielded M12 connector with A coding). The 10/100/1000BaseT(X) ports located on the AWK-4131’s bottom panel are used to connect to Ethernet-enableddevices. Below we show pinouts for both MDI (NIC-type) ports and MDI-X (HUB/Switch-type) ports.Pinouts for the 10/100/1000BaseT(X) M12 (8-pin) PortPinSignal 1Relay 23DI1 I1 4DI1 COM_1 5DI2 I2 6DI2 COM_2 7Reserved8Ethernet M12 PlugDimensions (unit: mm)Installation1. Refer to the pin assignment and solder wires with ①;2. Then assemble ②, ③, ④, and ⑤ in order;3. Test the plug to ensure the quality.RS-232 ConnectionThe AWK-4131 has one RS-232 (8-pin RJ45) console port located on the bottom panel. Use either an RJ45-to-DB9 or RJ45-to-DB25 cable to connect the Moxa AWK-4131’s console port to your PC’s COM port. You may then use a console terminal program to access the AWK-4131 for console configuration.Console Pinouts for 10-pin or 8-pin RJ45 10-PinDescription8-Pin 1– 2DSR 1 3RTS 2 4GND 3 5TxD 4 6RxD 5 7DCD 6 8CTS 7 9DTR 8 10 –NOTE 1.The pin numbers for the DB9 and DB25 male connectors, and hole numbers for the DB9 and DB25 female connectorsare labeled on the connector strip. However, the numbersare typically quite small, so you may need to use amagnifying glass to see the numbers clearly.2.The pin numbers for both 8-pin and 10-pin RJ45 connectors(and ports) are typically not labeled on the connector (orports). Refer to the pinout diagram above for details.LED IndicatorsThe front panel of the Moxa AWK-4131 contains several LED indicators. The function of each LED is described in the table below:LED Color State DescriptionPWR Green OnPower is being supplied (from powerinput 1 or 2, or PoE).Off Power is not being supplied.FAULT RedBlinking(slow at1-secondintervals)Cannot get an IP address from the DHCPserver.Blinking(fast at0.5-secondintervals)IP address conflict.Off No error condition exists.WLAN GreenOn WLAN function is in client/slave mode.BlinkingWLAN’s data communication is runningin client/slave mode.OffWLAN is not in use or not workingproperly.AmberOn WLAN function is in AP/bridge mode.BlinkingWLAN’s data communication is runningin AP/master mode.OffWLAN is not in use or not workingproperly.LAN GreenOn LAN port’s 1000 Mbps link is active.Blinking Data is being transmitted at 1000 MbpsOff LAN port’s 1000 Mbps link is inactive. AmberOn LAN port’s 10/100 Mbps link is active.BlinkData is being transmitted at 10/100MbpsOff LAN port’s 10/100 Mbps link is inactive.SpecificationsWLAN InterfaceStandards IEEE 802.11a/b/g/n for Wireless LANIEEE 802.11i for Wireless SecurityIEEE 802.3 for 10BaseTIEEE 802.3u for 100BaseTXIEEE 802.3ab for 1000BaseTIEEE 802.3af for Power-over-EthernetIEEE 802.1D for Spanning Tree ProtocolIEEE 802.1w for Rapid STPIEEE 802.1Q VLANSpread Spectrum and Modulation (typical) DSSS with DBPSK, DQPSK, CCKOFDM with BPSK, QPSK, 16QAM, 64QAM802.11b:CCK @ 11/5.5 Mbps, DQPSK @ 2 MbpsDBPSK @ 1 Mbps802.11a/g:64QAM @ 54/48 Mbps, 16QAM @ 36/24 Mbps QPSK @ 18/12 Mbps, BPSK @ 9/6 Mbps 802.11n:64QAM@********************(multiple rates supported)Operating Channels (central frequency) US:2.412 to 2.462 GHz (11 channels)5.18 to 5.24 GHz (4 channels)EU:2.412 to 2.472 GHz (13 channels)5.18 to 5.24 GHz (4 channels)JP:2.412 to 2.472 GHZ (13 channels, OFDM)2.412 to 2.484 GHz (14 channels, DSSS)5.18 to 5.24 GHz (4 channels for W52)Security SSID broadcast enable/disableFirewall for MAC/IP/Protocol/Port-based filtering64-bit and 128-bit WEP encryption,WPA/WPA2-Personal and Enterprise (IEEE802.1X/RADIUS、TKIP, and AES) Transmission Rates 802.11b: 1, 2, 5.5, 11 Mbps802.11a/g: 6, 9, 12, 18, 24, 36, 48, 54 Mbps802.11n: 6 to 300 Mbps (multiple ratessupported)TX Transmit Power 802.11b:1 to 11 Mbps: Typ. 18 dBm (± 1.5 dBm)802.11g:6 to 24 Mbps: Typ. 18 dBm (± 1.5 dBm)36 to 48 Mbps: Typ. 17 dBm (± 1.5 dBm)54 Mbps: Typ. 15 dBm (± 1.5 dBm)802.11a:6 to 24 Mbps: Typ. 17 dBm (± 1.5 dBm)36 to 48 Mbps: Typ. 16 dBm (± 1.5 dBm)54 Mbps: Typ. 14 dBm (± 1.5 dBm)RX Sensitivity 802.11b:-92 dBm @ 1 Mbps,-90 dBm @ 2 Mbps,**************,-84 dBm @ 11 Mbps802.11g:-87 dBm @ 6 Mbps,-86 dBm @ 9 Mbps,-85 dBm @ 12 Mbps,-82 dBm @ 18 Mbps,-80 dBm @ 24 Mbps,-76 dBm @ 36 Mbps,-72 dBm @ 48 Mbps,-70 dBm @ 54 Mbps802.11a:-87 dBm @ 6 Mbps,-86 dBm @ 9 Mbps,-85 dBm @ 12 Mbps,-82 dBm @ 18 Mbps,-80 dBm @ 24 Mbps,-76 dBm @ 36 Mbps,-72 dBm @ 48 Mbps,-70 dBm @ 54 MbpsTX Transmit Power MIMO (per connector):802.11a/n (20/40 MHz):MCS15 20 MHz: Typ. 13 dBm (± 1.5 dBm) MCS15 40 MHz: Typ. 12 dBm (± 1.5 dBm) 802.11g/n (20 MHz):MCS15 20 MHz: Typ. 14 dBm (± 1.5 dBm)RX Sensitivity MIMO: 802.11a/n:-68 dBm @ MCS15 40 MHz, -69 dBm @ MCS15 20 MHz, -70 dBm @ MCS7 40 MHz, -71 dBm @ MCS7 20 MHz 802.11g/n:-69 dBm @ MCS15 20 MHz, -71 dBm @ MCS7 20 MHzProtocol SupportGeneral Protocols Proxy ARP, DNS, HTTP, HTTPS, IP, ICMP, SNTP,TCP, UDP, RADIUS, SNMP, PPPoE, DHCPAP-only Protocols ARP, BOOTP, DHCP, dynamic VLAN-Tags for802.1X-Clients, STP/RSTP (IEEE 802.1D/w) InterfaceDefault Antennas 2 dual-band omni-directional antennas, 5 dBi at2.4 GHz, 2 dBi at 5 GHz, N-type (male) Connector for ExternalAntennasN-type (female)M12 Ports 1, 10/100/1000BaseT(X), auto negotiationspeed, F/H duplex mode, and auto MDI/MDI-Xconnection (M12 female type)Fiber Ports 1, 1000Base SFP slotConsole Port RS-232 (waterproof RJ45-type)Reset PresentLED Indicators PWR, FAULT, STATE, WLAN, LANAlarm Contact (digital output, M12 male 1 relay output with current carrying capacity of 1A @ 24 VDCconnector)Digital Inputs (M12connector, male): 2 electrically isolated inputs • +13 to +30 V for state “1”• +3 to -30 V for state “0”• Max. input current: 8 mAPhysical CharacteristicsHousingMetal, IP68 protectionWeight 1.8 kg (3.97 lb)Dimensions 224 x 147.7 x 64.5 mm (8.82 x 5.82 x 2.54 in) Installation Wall mounting (standard), DIN-rail mounting(optional), pole mounting (optional)Environmental LimitsOperating Temperature-40 to 75°C (-40 to 167°F)Storage Temperature -40 to 85°C (-40 to 185°F)Ambient Relative Humidity5% to 100% (non-condensing)Power RequirementsInput Voltage 12 to 48 VDC, redundant dual DC power inputs or48 VDC Power-over-Ethernet (IEEE 802.3afcompliant)Connector M12 connector with A-codingPower Consumption 12 to 48 VDC, 890mA (max.)Reverse Polarity ProtectionPresentStandards and CertificationsSafety UL 60950-1, EN 60950-1EMC EN 301 489-1/17, FCC Part 15 Subpart B,EN 55022/55024Radio EN 300 328, EN 301 893, TELEC, FCC IDSLE-WAPN001Note: Check Moxa’s website for the most up-to-date certification status. ReliabilityMTBF 367,406 hrs.WarrantyWarranty Period 5 yearsDetails See /support/warrantyNOTE For installation flexibility, either the A antenna or the B antenna may be selected for use. Make sure the antenna connectionmatches the antenna configured in the AWK-4131 web interface.To protect the connectors and RF module, all radio ports shouldbe terminated by either an antenna or a terminator. We stronglyrecommend using resistive terminators for terminating theunused antenna ports.。

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