SCP2131-ESC-POS指令集V1-2


1.1.6
ESC J n
打印并进纸n个垂直点距 ASCII码 十六进制码 十进制码 ESC J 0x1B 27
[名称] [格式]
n
0x4A n
74 n
[范围] [描述] [注意]
1≤ n ≤255 打印输出打印缓冲区中的数据,并进纸 【n 个垂直点距+设置行距】,每个垂直点距为0.125mm。 ● ● ● 设置行距为ESC 2,ESC 3命令设定的行间距的长度 打印结束后,将下一行的开始设定为打印起始位置。 如果行缓冲无数据,将直接进纸【n 个垂直点距】。 第 5 页 共 30 页
l l
n,nL,nH,n1,n2,nk,m,d1,dk,x,y,c1,c2 等表示一个数值。在使用时请注意十进制和十六 进制的区别。 十六进制数字:本文档中以加前缀 0x 方式表示。如 0x10 表示十进制的 16。
上海芝柯打印技术有限公司
第 3 页 共 30 页
ESC / POS 指令集 V1.2
描述中的格式说明如下: 【COMMAND】+【parameter】 【COMMAND】是命令部分,由转义字符和命令字符组成,以粗体的方式表示。转义字符指:ESC(0x1B), FS(0x1C),GS(0x1D),有部分的单字节命令没有转义字符。 【parameter】是参数部分,参数并不是数字字符,而是字符的值。参数以斜体、粗体的方式表示。 如:ESC J n ESC J 是命令,n 是参数。
字符参数设置命令 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 ESC ! n GS ! n ESC M n ESC – n ESC E n GS B n ESC V n 0x1B 0x21 n 0x1D 0x21 n 0x1B 0x4D n 0x1B 0x2D n 0x1B 0x45 n 0x1D 0x42 n 0x1B 0x56 n 设置字符打印模式 设置字符大小 设置打印字库 设置/取消下划线打印 设置/取消粗体打印 设置/取消反白打印 设置/取消字符旋转
u指令列表
章节 ASCII 码 十六进制码 简述 基本控制命令 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.1.10 ESC @ FF SO LF CR ESC J n ESC d n HT GS FF GS 0x99 0x1B 0x40 0x0C 0x0E 0x0A 0x0D 0x1B 0x4A n 0x1B 0x64 n 0x09 0x1D 0x1D 0x0C 0x99 打印机初始化 打印并走纸到左黑标处 打印并走纸到右黑标处 打印并换行 打印并回车 打印并进纸 n 个垂直点距 打印并进纸 n 字符行 移动打印位置到下一个水平制表位置 打印并走纸到下一标签分割识别线 读取设备状态
上海芝柯打印技术有限公司
ESC / POS 指令集 V1.2
1.1.4
LF
打印并换行 ASCII码 十六进制码 十进制码 LF 0x0A 10
[名称] [格式]
[范围] [描述] [注意] 把打印缓冲区中的数据打印出来,并按当前设定的行间距向前走纸一行。ESC 2,ESC 3命令可设定 行间距的长度。 ● ● ● [缺省值] [参照] CR ESC 2 ESC 3 该命令把打印位置设置为行的开始位置。 如果行缓冲无数据,则只向前走纸一行。 如果该命令后面接着跟随 CR 命令,也只向前走纸一行
[名称] [格式]
1.1.2
FF
打印并走纸到左黑标处 ASCII码 十六进制码 十进制码 FF 0x0C 12
[名称] [格式]
[范围] [描述] [注意] 将打印缓冲区中的数据全部打印出来并走纸到左黑标处。 ● ● ● ● [缺省值] [参照] SO 该命令用于预印刷票据打印时,定位到主黑标处,如果与 SO 命令一起使用,可以打印双联预 印刷票据。 打印后,删除打印缓冲区中的数据。 该命令设置打印位置为行的起始点。 如果打印纸有预印刷黑标,则打印缓冲区中的数据后,走纸到左黑标处,如果打印纸无黑标, 则走纸20cm后停止。
1.1
1.1.1
基本控制命令
ESC @
初始化打印机 ASCII码 十六进制码 十进制码 [范围] [描述] [注意] [缺省值] [参照] 清除打印缓冲区中的数据,设置打印命令参数到缺省设置。 ● 不是完全恢复到出厂设置,只是将由打印命令设置的参数恢复到打印机缺省参数。 ESC @ 0x1B 0x40 27 64
1.1.5
CR
打印并回车 ASCII码 十六进制码 十进制码 CR 0x0D 13
[名称] [格式]
[范围] [描述] [注意] 把打印缓冲区中的数据打印出来,并按当前设定的行间距向前走纸一行。ESC 2,ESC 3命令可设定 行间距的长度。 ● ● ● [缺省值] [参照] LF ESC 2 ESC 3 该命令把打印位置设置为行的开始位置。 如果行缓冲无数据,则只向前走纸一行。 如果该命令后面接着跟随 LF 命令,也只向前走纸一行
1.1.9
GS FF
打印并走纸到下一标签分割识别线 ASCII码 十六进制码 十进制码 Gs FF 0x1D 29 0x0C 12
[名称] [格式]
[范围] [描述] [注意] 将打印缓冲区中的数据全部打印出来并走纸到下一标签分割识别线。 ● ● ● ● [缺省值] [参照] 上海芝柯打印技术有限公司 第 6 页 共 30 页 该命令用于标签时,定位到标签分割识别线。 该命令设置打印位置为行的起始点。 如果打印标签纸,则打印缓冲区中的数据后,走纸到下一标签分割识别线,如果打印无右黑 标普通纸,则走纸20cm后停止,如果打印纸有右黑标,则走纸到右黑标处停止。 该命令支持标签分割识别线间距为2mm~4mm。
ESC/POS指令集
V1.2
该指令集适用于大部分的芝柯打印机
编写 批准
岳耀军 蒋武靖
校准 颁布日期
蒋武靖 2012/8/1
上海芝柯打印技术有限公司

ESC / POS 指令集 V1.2
u 简介
² ESC 指令集是 EPSON 公司制定的针式打印机的标准化指令集,现 在已成为针式打印机控制语言事实上的工业标准。 ² ESC/POS 打印命令集是 ESC 打印控制命令的简化版本,现在大多 数票据打印都采用 ESC/POS 指令集。 ² 其显著特征是:其中很大一部分指令都是以 ESC 控制符开始的一 串代码。 ² 芝柯 打印机的大部分都兼容 ESC/POS 指令集
0
0 1
有纸 缺纸 合盖 开盖 打印机芯温度正常 打印机芯过热
1
0 1
2
0
1 3 0 1 4 0 1 7 0 0 0 0 1 1 1 1 6 0 0 1 1 0 0 1 1 5 0 1 0 1 0 1 0 1 电池电量未到报警位 电池电量低 未打印状态 打印状态 纸仓编号 0 1 2 3 4 5 6 7 备注 / 税票 凭条 运单 / /1 1.4.2 1.4.3 ESC * m nL nH d1…dk GS * x y d1…dk GS / n 0x1B 0x2A m nL nH d1…dk 0x1D 0x2A x y d1…dk 0x1D 0x2F n 打印位图 定义下传位图 打印下传位图 第 2 页 共 30 页
打印排版参数设置命令 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 ESC $ nL nH ESC D n1 n2…nk NULL ESC 2 ESC 3 n ESC SP n ESC a n GS L n 0x1B 0x24 nL nH 0x1B 0x44 nL,nk 0x1B 0x32 0x1B 0x33 n 0x1B 0x20 n 0x1B 0x61 n 0x1D 0x4C nL nH 00(FF) 设置绝对打印位置 设置水平制表位 设置行间距为缺省行间距 设置行间距 设置字间距 设置对齐方式 设置左边距
[缺省值] [参照] ESC J n
1.1.8
HT
移动打印位置到下一个水平制表位置 ASCII码 十六进制码 十进制码 HT 0x09 9
[名称] [格式]
[范围] [描述] [注意] 移动打印位置到下一个水平制表位置。 ● ● ● ● [缺省值] [参照] ESC D 通过 ESC D 命令设置水平制表位的位置。 如果没有设置下一个水平制表位置,则该命令被忽略。 如果设置的水平制表位已经被占用,则移动到下一个水平制表位。 水平定位位置的缺省设定为字符A(12×24)的8个字符宽度(第9,17,25, … 列)。
上海芝柯打印技术有限公司
ESC / POS 指令集 V1.2 [缺省值] [参照] ESC d n
1.1.7
ESC d n
打印并进纸 n 行 ASCII码 十六进制码 十进制码 ESC d 27 100
[名称] [格式]
n n
0x1B 0x64 n
[范围] [描述] [注意]
1≤ n ≤255 打印打印缓冲区中的数据并进纸 n 行字符的长度。 ● ● ● 该命令设置打印起始位置为行起点。 该命令受ESC 2,ESC 3设置的行间距的影响。 该命令受设置字体大小的命令的影响。
上海芝柯打印技术有限公司
ESC / POS 指令集 V1.2 1.4.4 FS P n 1C 50 n
打印预存储位图
设置条码打印高度 设置条码宽度 设置条码阅读字符的位置 设置条码阅读字符的字体 打印一维条码
条形码打印命令 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 GS h n GS w n GS H n GS f n GS k m … GS Z n ESC Z m n k sL sH d1…dn 0x1D 0x68 n 0x1D 0x77 n 0x1D 0x48 n 0x1D 0x66 n 0x1D 0x6B m 0x1D 0x5A 0x1B 0x5A
合集下载

1-测井单井产能预测方法

1-测井单井产能预测方法

非稳态流动 模型
稳态流 动模型
测试、分析 试油、DST
物性分析
非稳态-稳 态流动转换
约束条件 转换模型
地层-井筒流动产能预测模型 井筒流动模拟、刻度转换
MDT产能预测计算模型和方法
孔隙度计算 模型选择
孔隙度刻度
渗流模型描述
径向流动方程
产能预测方法 小波分析法 神经网络法
影响因素及转换
软件开发
0.006328 r
△P3=(Per-PDR)=液流通过限流装置时产生的压力损失
△P4=(PUSV-PDSC) =液流通过安全阀时产生的压力损失
PDR
△P5=(PwH-Pdsc) =液流通过地面油嘴时产生的压力损失
△P6=(POSC-Psep)=液流通过地面出油管线时产生的压力损失
△P7=(Pwf-Pwh) =通过油管柱的总压力损失
18.273
19.2
19.047
2.6
4.476
2.827
4.51
44.613
44.6
50.04
53.599
气产 原产(m3/d) 预测(m3/d)
310.69
337.371
913.793
915.338
1955.517
1966.554
3180
3219.263
642.516
671.73
321.258
240.986
渗流模型描述 产能预测方法
小波分析法 神经网络法 影响因素及转换 软件开发
有效的技术手段及解决的问题
方法
小波分析法
技术手段
分析电缆地层测试记录压 力曲线
神经网络法
建立电缆地层测试压
力曲线小波系数跟产 能之间的关系

蓝牙(BLE)模块及协议

蓝牙(BLE)模块及协议
3
深圳市信驰达科技有限公司
SHENZHEN RF STAR TECHNOLOGY CO.,LTD.
版本更新记录
版本号 文档日期 更新内容 V2.0 2013/04/27 第一次发布 V2.0 2013/05/14 将两种模块脚位定义表分开,防止用户看错,损坏模块
修正文档中的一些表述错误 V2.1 2013/07/19 修正 RSSI 读取服务中读取周期设定的错误;
5
深圳市信驰达科技有限公司
SHENZHEN RF STAR TECHNOLOGY CO.,LTD. V2.21u 2015/06/19 增加附录 G BLE 模块硬件规格说明;
注: 1. 文档会不定期优化更新,在使用此文档前,请确保是最新版本; 2. 获取最新协议或文档,请到信驰达科技官方网址下载:
深圳市信驰达科技有限公司
SHENZHEN RF STAR TECHNOLOGY CO.,LTD.
低功耗蓝牙(BLE)模块及协议
协议版本:V2.21u(透传+直驱)
RF-CC2541A1
RF-BM-S01A
RF-BM圳信驰达科技有限公司 更新日期:2015 年 6 月 19 日
模块做为智能手机外设的桥梁,使得主机端应用开发异常简单。在桥接模式下(串口), 用户的现有产品或者方案配合此透传模块,能十分方便地和移动设备(需支持蓝牙 4.0)相互通
2
深圳市信驰达科技有限公司
SHENZHEN RF STAR TECHNOLOGY CO.,LTD.
讯,实现超强的智能化控制和管理。而在直驱模式下,用户直接使用模块扩展简单外围,就 能快速设计出方案甚至产品,以最低成本最高效地推出特有的个性化移动设备新外设。
无论模块当前状态立即进入完全睡眠状态04ua脉冲触发模式每收到一次脉冲w200ms模块会在开机进行广播允许被发现和连接以及关机完全睡眠状态之间循环切换关于模式的切换请参考模块参数设置相关章节pin6io5p17可编程双向io可通过ble协议设置成输入或输出使用当做为输入时可做为电平脉宽计数输入端pin7io4p16可编程双向io可通过ble协议设置成输入或输出使用当做为输入时可做为电平脉宽计数输入端pin8i2ccc2541引出脚i2c没使用pin9i2ccc2541引出脚i2c没使用pin10io3p15可编程双向io可通过ble协议设置成输入或输出使用pin11io2p14可编程双向io可通过ble协议设置成输入或输出使用pin12io1p13可编程双向io可通过ble协议设置成输入或输出使用pin13restp12恢复出厂设置触发或可编程双向ioore30秒内保持此引脚低电平5s系统会恢复部io0分参数浅恢复若保持20s以上则将会恢复全部参数深度恢复见系统复位与恢复章节30秒后做为普通io使用可以当通过ble议见可编程io路服务uuid

RS9113 FIPS 140-2 模块评估套件说明书

RS9113 FIPS 140-2 模块评估套件说明书

••FIPS Approved and non-FIPS Approved modes of operation •802.11 a/b/g/n operation over 2.4 GHz and 5 GHz bands •Two module variants : with and without integrated antenna •Ultra low power operation with power save modes •Module supports single supply 3.0 to 3.6 V operationEvaluation KitEvaluation Kit ContentsThe RS9113 FIPS 140-2 Module Evaluation Kit comes with the following components:1)RS9113 FIPS 140-2 Module Evaluation Board 2)USB Pen Drive3)Micro A/B-type USB cable 4)SDIO Adaptor Cable 5)SPI Adaptor Cable 6)Female - Female CablesRS9113 FIPS 140-2 Module Evaluation KitProduct BriefOverview:The RS9113 based FIPS 140-2 Level 1 validated Wi-Fi module based on Silicon Labs ’ RS9113 ultra-low-power Convergence SoC. These modules offer dual-band 1x1 802.11n wireless connectivity. They are high performance, long range and ultra-low powermodules and include a multi-threaded MAC processor called ThreadArch®, digital and analog peripheral interfaces, baseband digital signal processor, calibration OTP memory, dual-band RF transceiver, dual-band high-power amplifiers, baluns, diplexers, diversity switch, and Quad-SPI flash.The module's embedded firmware includes the WLAN protocol stack along with support for WPA/WPA2-PSK and WPA/WPA2-Enterprise (EAP-TLS, EAP-TTLS, EAP-PEAP) ecurity algorithms. It is a fully-integrated solution for secure embedded low-end wireless applications. The modules can be connected to 8/16/32-bit host processors through SPI, UART, USB and USB-CDC interfaces.Features:Evaluation BoardDevice Ordering InformationRelated Module Part NumbersPart Number Frequency Band Dimensions (l x w x h; mm)Package Type, Pin Count RS9113-N00-D0F Dual Band 14 x 15 x 2.1LGA,101RS9113-N00-D1FDual Band16 X 27 X 3.1LGA, 79Part NumberFrequency Band RS9113-N00-DXF-EVBDual Band-face on which power supply is detected. This is indicated through the LEDs mounted on the board.Sales:****************|CommunityForum:/communitySilicon Laboratories Inc. | 400 W. Cesar Chavez, Austin, TX 78701, Unites States of America | Phone: +1 (512) 416-8500 | © 2020 Silicon Laboratories, Inc. This information supplied by Silicon Laboratories, Inc. is believed to be accurate and reliable, but in no event shall Silicon Laboratories, Inc. be liable for any damages whatsoever arising out of the use or inability to use the information or any errors that may appear in this kit. The Information is provided as is without any warranties of any kind, either express or implied. Silicon Laboratories, Inc. reserves the right, without notice, to make changes to the information or to the design and specifications of its hardware and/or software products. WiSeMCU, SmartMCU are trademarks of Silicon Laboratories, Inc. Silicon Labs, Silicon Laboratories, the “S” symbol, the Silicon Laboratories logo and the Silicon Labs logo are trademarks of Silicon Laboratories Inc. All other product names noted herein may be trademarks of their respective holders.†:These features may not be supported by current software releases.‡:These certifications are in progress at this time.β:Applicable to n-Link ®modules only。

Star针式打印机AR-5400+技术手册

Star针式打印机AR-5400+技术手册

Star针式打印机AR-5400+简体中文技术手册[第二版]引言本手册对于AR-5400+打印机作出了介绍,它是用作周期性检查和维謢的参考手册。

这是一本技术手册而不是普通用户的使用说明书。

●本手册分成如下章节:第一章一般规格第二章操作原理第三章调校第四章部份替换第五章维謢和润滑第六章故障检修第七章器件清单●第一版:2001年12月●第二版:2002年7月第一章一般规格1. 一般规格2. 外观及结构3. 控制面板3-1 开关组合功能3-2 EDS模式设定4. 并行接口4-1 一般规格4-2 接口信号5. 串行接口(可选件)5-1 一般规格5-2 接口信号5-3 DIP开关设置6. EE-PROM模式6-1 概述6-2 特殊控制码的说明6-3 EE-PROM图表6-4 重写EE-PROM1. 一般规格*** 表示半角。

耗电10W (等候状态)42W (草稿英数打印)寿命打印头2亿点/ 针色带LZ24HD:400万字符以上(草稿) 理想打印区域页首:1/6” (4.23mm)页尾:1/6” (4.23mm)彷真状态OKI5330SC (标准)ESC/P (可选)IBM PPDS (可选)操作环境温度:5℃~ 40℃湿度:10% ~ 80% (非结霜状态)MTBF:5000 P.O.H噪音:小于55 dB图1-1 整体尺寸2. 外观及结构图1-2 打印机前视图图1-3 打印机后视图图1-4 揭开面盖前视图图1-5 内部结构图3. 控制面版3-1. 开关组合功能图1-6 面板按钮组合功能3-2. EDS模式设置按住[頁首] 键开机则进入問答主式的EDS模式。

AR5400有三種彷真模式,它們的EDS功能如下:4. 并行接口4-1. 一般规格项目规格接口Centronics兼容同步方式通过外部提供的STROBE脉冲I/F协议通过ACK及BUSY信号逻辑电平与TTL电平相兼容图1-7 并行接口步进图4-2. 接口信号5. 串行接口(可选件)当使用串行接口时,串行-并行转换器应连接上打印机。

SCP压力传感器目录MSG33-2379 US 2 Parker Hannifin公司电子动力控制分

SCP压力传感器目录MSG33-2379 US 2 Parker Hannifin公司电子动力控制分

ApplicationThe SCP pressure sensor belongs to the Parker family of accessories provided to complement electronic control systems. The SCP sensor family is a range of 0-5 V pressure transmitters for mobile hydraulic applications. These transmitters are available in three standard pressure ranges; 35 bar (507 psi), 250 bar (3625 psi) and 500 bar (7250 psi). The sensors feature compact construction, high linearity and excellent electromagnetic interference resistance.PropertiesReliabilityThe SCP has stainless steel construction for strength. The sensor cells use thin film technology with no internal o-rings or fluid. The high pressure capability makes the sensor very robust and able to withstand heavy vibrations.Electromagnetic immunityThe design of the SCP separates the sensor electronics from the connector. This ensures a high level of EMI protection.InstallationThe interface type of the SCP is a SAE 6 (9/16”-18UNF) thread with o-ring seal. The connector is a sealed, Deutsch DT type and is integrated into the sensor body. The sealed connector gives the sensor protection for exposed outdoor applications. The SCP is easy to install and remove, even in field conditions.GeneralWeight 50 gOperating temperature -40 °C to 125 °C Storage temperature -40 °C to 125 °C Pressure range see code in table below Over pressurecode “035” Max 70 barcode “250” Max 500 barcode “500” Max 1000 barBurst pressurecode “035” Min 140 barcode “250” Min 1000 barcode “500” Min 2000 bar AccuracyTotal error (-40°C to 125°C) Max 2.5 % FSTotal error ( -25°C to 100°C) Max 1.5 % FS Repeatability Max 0.2 %Electrical specificationsOutput at FS 1) 4.5 V (90%)Zero output 1)0.5 V (10%)Supply Voltage (Vs) 5.0 VdcLoad resistor Min 10 kΩCurrent supply Max 6 mA Response time Max 1 msec1)The output is ratiometric (code “R”) to supply voltage, Vs. Threaded interfacecode “6” SAE 6, 9/16”-18 UNF ConnectorIntegral to sensor see code in table belowEnvironmental protectionEMIEN 61000-6-2 (interference resistance)EN 61000-6-3 (interference emissions)Mechanical environmentIEC 60068-2-6 Fh (vibration)IEC 60068-2-27 Es (shock)Climate environmentEN/IEC 60529 (IP67)2)Other configurations possible, consult factory.units = mmOFFER OF SALEThe items described in this document are hereby offered for sale by Parker-Hannifin Corporation, its subsidiaries or its authorized distributors. This offer and its acceptance are governed by the provisions stated in the detailed “Offer of Sale” available from your Parker representative or at .Parker Hannifin CorporationElectronic Motion & Controls Division 850 Arthur AvenueElk Grove Village, IL, 60007 USA phone 800 221 9257******************Parker Motion Systems International Sales OfficesNorth AmericaMotion Systems Group Headquarters6035 Parkland BoulevardCleveland, OH 44124-4141 USA Tel: 216-896-3000 Fax: 216-896-4031Parker Canada Division 160 Chisholm Drive Milton Ontario Canada L9T 3G9 Tel: 905-693-3000 Fax: 905-876-1958Parker Hannifin de México Industrial Hydraulic Sales Eje Uno Norte No.100Parque Industrial Toluca 2000 Toluca, Edo, de Mexico CP 50100 Tel: 52 722 275 4200 Fax: 52 722 279 9308Parker Hannifin de México Mobile Hydraulic SalesVia de FFCC a Matamoraos 730 Apodaca, NL, de Mexico CP 66600 Tel: 52 81 8156 6000 Fax: 52 81 8156 6068EuropeMotion Systems Group Headquarters La Tuilière 61163 Etoy - Switzerland Tel: 41 21 821 8500 Fax: 41 21 821 8580South AfricaParker Hannifin Africa Pty Ltd P .O. Box 1153ZA-Kempton Park 1620, Republic of South Africa Tel: 27 11 961 0700 Fax: 27 11 392 7213Mobile SalesMobile Sales Organization and Global Sales 850 Arthur AvenueElk Grove Village, IL 60007 USA Tel: 847-258-6200 Fax: 847-258-6299Industrial SalesCentral Region1042 Maple Avenue Unit 331Lisle, IL 60532 USA Tel: 630-964-0796Great Lakes Region6035 Parkland BoulevardCleveland, OH 44124-4141 USA Tel: 216-896-2740 Fax: 866-498-7507Gulf Region20002 Standing Cypress Drive Spring, TX 77379 USA Tel: 817-473-4431 Fax: 888-227-9454Southwest Region 700 S. 4th AvenueMansfield, TX 76063 USA Tel: 817-473-9341 Fax: 817-473-2680Mid Atlantic and Southeast Regions1225 Old Alpharetta Road Suite 290Alpharetta, GA 30005 USA Tel: 770-619-9767 Fax: 770-619-9806Midwest Region 8145 Lewis RoadMinneapolis, MN 55427 USA Tel: 763-513-3535 Fax: 763-544-3418Northeast Region P .O. Box 396Pine Brook, NJ 07058 USA Tel: 973-227-2565 Fax: 973-227-2467 Northwest Region6458 North Basin Avenue Portland, OR 97217 USA Tel: 503-283-1020 Fax: 866-611-7308 Pacific Region 8460 Kass DriveBuena Park, CA 90621 Tel: 714-228-2510 Fax: 714-228-2511Asia PacificParker Hannifin Shanghai Ltd 280 Yunqiao Road,Jin Qiao Export Processing Zone Shanghai 201206, China Tel: 86 21 2899 5000 Fax: 86 21 6445 9917Parker Hannifin Hong Kong Ltd 8/F , Kin Yip Plaza 9 Cheung Yee StreetCheung Sha Wan, Hong Kong Tel: 852 2428 8008 Fax: 852 2425 6896Parker Hannifin Korea Ltd 9F KAMCO Yangjae Tower949-3 Dogok1-dong, Gangnam-gu Seoul, 135-860, Korea Tel: 82 2 559 0400Fax: 82 2 556 8187Parker Hannifin India Pvt Ltd Plot No. EL-26, MIDC TTC Industrial AreaMahape, Navi Mumbai, 400 709 India Tel: 91 22 6513 7081 Fax: 91 22 2768 6841Parker Hannifin Australia Parker Hannifin Pty Ltd. 9 Carrington RoadCastle Hill, NSW 2154, Australia Tel: 612 9634 7777 Fax: 612 9842 5111Latin AmericaParker Hannifin Ind. e Com. Ltda Hydraulics Division Av. FredericoRitter, 110094930-000 Cachoeirinha RS, Brazil Tel: 55 51 3470 6090 Fax: 55 51 3470 9281Parker Hannifin Argentina S.A.I.C.Stephenson 27111667-T ortuguitas-Malvinas Argentinas Pcia. de Buenos Aires, Argentina Tel: 54 3327 44 4129 Fax: 54 3327 44 4199Pan American Division7400 NW 19th Street, Suite A Miami, FL 33126 USA Tel: 305-470-8800 Fax: 305-470-8808MSG33-2379/US11/2023© 2023 Parker Hannifin Corporation. All rights reserved.。

ROHM BD8316GWL 步进和反向 2-通道 DC DC 转换器用户指南说明书

ROHM BD8316GWL 步进和反向 2-通道 DC DC 转换器用户指南说明书

LOW (≤ 0.3 V)
Shutdown
Evaluation Board BOM
The table below is the Evaluation Board Bill of Materials. Part numbers and manufacturers are included.
Reference
Table 1. VO1 ON/OFF Control Settings
STB1 Pin
VO1
HIGH (≥ 1.5 V)
Enable
LOW (≤ 0.3 V)
Shutdown
Table 2. VO2 ON/OFF Control Settings
STB2 Pin
VO2
HIGH (≥ 1.5 V)
Enable
No. 62UG014E Rev.002 SEP.2021
BD8316GWL-EVK-001
User’s Guide
Output ON/OFF Control
The table below shows output voltage ON/OFF control with the STB1 and STB2 pin settings.
Application
Key Specifications
LCD Battery
Input Voltage Range:
2.5 V to 5.5 V
CCD Battery
Output Boost Voltage: Input Voltage (max) to 18 V
Portable items that are represented by mobile phone and DSC

天玥运维安全网关V60-运维人员使用手册-v10

2016适用范围:内部运维人员使用手册天玥运维安全网关V6.0运维堡垒机适用范围:天玥OSM系列精细控制合规审计北京启明星辰信息安全技术有限公司目录1概述 (1)2用户登录 (1)** WEB方式 (1)** WEB访问方式 (1)** 相关资料下载 (2)** 运维客户端 (2)** 登录认证 (3)3环境准备5** 环境检测 (5)** 安装JA V A控件 (6)** 浏览器设置 (8)** 配置本地工具 (11)** 修改密码 (13)4运维说明14** RDP/VNC访问 (13)** Telnet/SSH/Rlogin访问 (15)** FTP访问 (16)** 数据库访问 (16)** 批量登录主机 (17)** 工单操作 (18)** 最近访问资源 (19)** 高级搜索 (20)** 菜单模式 (20)** 命令行方式 (20)** 图形方式 (25)5FAQ28** 登录提示应用程序被阻止 (27)** 登录设备报错 (28)** 提示Java过时需要更新 (29)** 调用应用发布工具失败 (30)** 使用dbvis提示JA V A环境变量301概述启明星辰天玥运维安全网关V6.0,是启明星辰综合内控系列产品之一。

本手册详细介绍了天玥运维安全网关V6.0进行运维操作过程的使用方法,用户可参考本手册,通过天玥运维安全网关V6.0进行各种运维操作。

2用户登录运维用户可选择通过以下方式使用天玥运维安全网关V6.0进行运维操作:(1)WEB方式(依赖JAVA环境);(2)运维客户端方式(不依赖JAVA环境);(3)客户端工具直连模式(不依赖浏览器和JAVA环境,目前支持运维SSH、TELNET、RDP、VNC,使用方法参见本手册4.9章节)。

2.1WEB方式2.1.1WEB访问方式通过浏览器访问天玥运维安全网关V6.0系统,如图2.1.1所示:(默认URL:https://天玥OSM系统的IP,如果web服务端口不是默认的443,登录URL地址需要加上web服务当前的端口号,例如:**)。

Newland nl-telnetd v2[1].2 for SCO安装使用说明

Newland nl-telnetd(std) v2.2 for SCO安装使用说明(NL伪终端管理系统V2.2 )Created by Lingo 2002.04.30Modifed by lesson one 2002/7/24一、综述Newland telnetd,即NL伪终端管理系统V2.2,是应部分新大陆网络终端用户的要求而开发的,其实现机理和作用方式与原NL伪终端管理系统V1.0毫无共同之处。

V2.2版从根本上解决了V1.0版固有的一系列问题,并且安装及使用更加方便。

目前的V2.2版与S tart(实达)的固定终端号程序作用机理相同,使用方式相近,目前具有固定终端号和数据加密之功能,暂且只支持SCO 5和UnixWare7.1.1平台。

其它Unix平台支持将在更高的版本上出现。

二、文件说明总共只有一个文件,其文件名为VOL.000.000三、系统安装1.将VOL.000.000文件拷贝到SCO系统的某一临时目录下(如/tmp)。

2.然后使用custom安装。

3.安装完成后,要对NL伪终端进行管理请使用nlconfig命令。

安装实例:login:rootpassward:输入密码后回车#cd tmp#doscp a:/vol VOL.000.000(注意:在/tmp目录下的文件名(VOL.000.000)必须是大写的)(因为我发布的文件名为vol )#custom回车选择Software――》Install New…回车按回车按空格键――》Media Images回车回车在光标处输入文件(VOL.000.000)的路径(即:/tmp)回车按Tab键――》Install回车默认端口为:3000,若要更改请输入值后,回车按y,进行终端端口号的配置;否则,以后用nlconfig命令进行配置。

现在按y按y修改,否则,不修改。

现在按y。

按:wq保存退出。

按y保存刚才的修改,否则,刚才的修改没有保存。

浩云设备扫描工具 V2.1.213.1403和V4.1.213.1413操作手册

浩云设备扫描工具 V2.1.213.1403和V4.1.213.1413操作说明书修订历史记录A - 增加 M - 修订 D - 删除MySQ数据库管理工具操作说明书 (1)1.测试环境 (5)1.1测试资源 (5)1.2 安装MySQL 数据库管理工具...................................................... 错误!未定义书签。

1.3 参数配置........................................................................................ 错误!未定义书签。

2 功能说明 (5)2.1 创建数据库 (5)2.2 数据备份还原.................................................................................. 错误!未定义书签。

2.3 结构同步.......................................................................................... 错误!未定义书签。

1.测试环境1.1测试资源2 功能说明以2字开头版本的扫描工具,对已经发布出去的设备(设备标识为”2802F” 的一套协议) 进行扫描、升级等操作,这些设备包含已经发布的F版控制器,IOT控制器。

以4字开头版本的扫描工具,对所有新设备(标识为”HYDEV” 的一套协议) ,对今后的出产的设备,全部用这套扫描工具进行行扫描、升级等操作。

包含新出厂的F板控制器(AMB2802F)、新出厂的IOT控制器、防护仓控制器、报警主机网络模块控制器(TSS-CSC101)、邮政TSS-Ctb200y控制器等设备(遵循这一套HYDEV协议的设备)2.1 广播,组播,IP地址扫描1.运行工具,选择广播扫描后,点击“扫描”2.选择组播扫描后,点击“扫描”3.可先组播扫描后,右键点击“导入设备到IP地址薄”或点击“地址薄”添加IP,端口保存,选择IP地址扫描后,点击“扫描”4.设置:可设置IP,端口等参数5.升级:可升级控制器固件6.右键功能:初始化,恢复出厂设置,设置和读取设备时间,F版控制器的门个数等功能。

SuperSonix-NG系统恢复使用指南说明书

SuperSonix®-NG System Restore1.0 INTRODUCTION (1)2.0 WARNING: LOG FILES WILL BE DELETED (1)2.1R EQUIREMENTS FOR BACKING UP THE LOG FILES (2)2.2B ACKING UP THE LOG FILES (2)3.0 USING THE BUILT-IN SYSTEM RESTORE (3)3.1B UILT-IN SYSTEM RESTORE (STEP-BY-STEP) (4)4.0 USING A BOOTABLE USB FLASH DRIVE WITH THE SYSTEM RESTORE (4)4.1R EQUIREMENTS (4)4.2C REATING THE RECOVERY USB FLASH DRIVE (4)4.3U SING THE RECOVERY FLASH DRIVE (8)5.0 UPDATING THE SOFTWARE (9)5.1R EQUIREMENTS (9)5.2U PDATING THE SOFTWARE (9)5.2.1 From Network (Over the internet) (9)5.2.2 From USB Drive (Through a software file download) (10)6.0 FIRMWARE UPDATE (11)1.0 IntroductionThis document provides instructions on how to perform a system restore on the SuperSonix-NG. There are two ways to restore the SuperSonix-NG:•Using the built-in system restore•Using a bootable USB flash drive with the system restore2.0 WARNING: Log files will be deletedPerforming the system restore will delete all of the log files. It may be possible to back up the log files before the recovery process.If the SuperSonix-NG boots up properly, the audit log files can be backed up easily. See Section 3.5.1 (Viewing or exporting logs) or Section 3.5.3 (Accessing logs over a network) in the user’s manual on how to back up the log files if the SuperSonix-NG boots up properly.If the SuperSonix-NG does not boot up properly, there is a possibility the log files may be backed up by following the steps in this section.2.1 Requirements for backing up the log files•The SuperSonix-NG connected to a network • A computer with a Secure FTP (SFTP) client (E.g. FileZilla or WinSCP) connected to thesame network2.2 Backing up the log filesThe outlined steps in this section uses an open source SFTP client called FileZilla. Other SFTPclients can be used.1. Make sure the Logicube device is connected to a network accessible by the computerwith the SFTP client and if there is an error message, leave the error message on thescreen.2. Open FileZilla. Similar to the screen shot below, enter the following information the clickthe Quickconnect button:•Host: The IP address or hostname of the Logicube device. •Username: logicube •Password: logicube•Port: 223. A window may appear labeled Unknown host key . If this window appears, click the OKbutton.NOTE: If the SFTP client cannot connect, the log files cannot be backed up.4. On the right window pane, change the ‘Remote site’ to /var/log/ong_audit then pressthe Enter key.5. On the left window pane, change the ‘Local site’ to where you want to download the files.In the example below, it will be downloaded to C:\Downloads.6. On the right side (Remote site), the /var/log/ong_audit directory has all of the log files.Highlight all the files and folders. There are two ways to download the files:a. Right-click the mouse button and select Download , orb.While holding down the left mouse button, drag and drop the Evm* files to the left window pane.7. The log files should now be backed up to your computer.3.0 Using the built-in system restoreThe SuperSonix-NG has a built-in system restore. The built-in system restore restores the OS, system and data partitions, but does not restore the EFI partition. The SuperSonix-NG must be able to run the bootloader for the built-in system restore to be used. This method requires a USB keyboard.3.1 Built-in system restore (step-by-step)1.Disconnect all drives and adapters connected to the Source or Destination ports.2.Connect a USB keyboard to one of the two front USB ports.3.Turn the SuperSonix-NG on. The SuperSonix-NG will display a logo, then beep, then on thetop-left of the screen a 3, 2, 1 countdown will appear.4.When the 3, 2, 1 countdown appears, press and release the Esc key on the keyboard. A grubbootloader menu will appear.e the arrow keys on the keyboard and highlight System Recovery then press the Enter key.6.The System restore will load and a screen will appear with two icons:a.Restoreb.Reboot7.Tap Restore. If the touch screen is not working, connect a USB mouse to the other front USBport, then use the mouse to tap Restore.8. A confirmation prompt will appear. Tap or click Yes to continue.9.The system restore will run and begin to restore the Operating System and software. Therestore process should take around 5 minutes.10.If successful, a message window should appear stating Restore Completed!. Tap or click OK.The message window should close.11.The system restore process should now be complete. Tap Reboot to reboot the SuperSonix-NG. A confirmation window will appear. Tap or click Yes to reboot the unit. During the rebootprocess, the USB keyboard and mouse can be disconnected.12.Follow the instructions in Section 5.0 and Section 6.0 to check for software and firmwareupdates.4.0 Using a bootable USB flash drive with the system restoreIf the built-in system restore does not work, or if the bootloader cannot be accessed, a bootable USB flash drive with the system restore can be created. This method restores the OS, system, data, and EFI partitions.4.1 Requirements•Your own 2 GB or larger capacity USB flash drive• A computer with a Windows Operating System• A wired USB keyboard4.2 Creating the recovery USB flash driveHere are the steps to prepare the flash drive with the software necessary to be bootable:1. Go to /supersonix-ng-recovery/. Look for the following twofiles:•The SuperSonix-NG recovery image file (a file with a *.img extension) • win32diskimager-v1.0.0-binary.zip – An open source tool used for writing imagesto USB flash drives or SD/CF cards2. Download both files. If the image file will not download, right-click on the link and usethe ‘Save Target As…’ or ‘Save Link As’ option and make sure it is saved with the *.img fileextension.3. Extract all the files in the win32diskimager-v1.0.0-binary.zip file to a folder or directory ofyour choosing.4. Connect a USB flash drive that is at least 2 GB in capacity to the computer where thesoftware was downloaded. It is recommended that all other USB drives are unplugged.5. In the win32diskimager-v1.0.0-binary folder where the software was extracted, run the fileWin32DiskImager.exe . The Win32 Disk Imager window will appear.6.Click the folder icon to select a disk image.7. In the folder where the files were downloaded (in step 2), select the recovery file and clickthe Open icon. Note the screen shot below shows a different file name.8. The Image file should now be seen in the Win32 Disk Imager screen under ‘Image File’.9. Under ‘Device’, select the drive letter for the USB flash drive that was connected duringstep 3 then click the Write icon.10. A confirmation screen will appear. Make sure that the “Target Device” is set to the correctdrive letter. If it is the correct drive letter, click Yes to continue. If it is showing the wrongdrive letter, clickNo . This will take you back to the previous screen where you can selectthe correct drive letter (back to step 9).11. The USB flash drive is now being prepared and the progress bar should be advancing.12. When it is finished, a prompt should appear stating the write was successful. Click the OKicon to continue. Close the Win32 Disk Imager window. The USB flash drive is now readyto be used.13. Disconnect the USB flash drive from the computer.4.3 Using the recovery flash drive1. Turn the SuperSonix-NG and disconnect all drives (and any drive adapters) connected toall source and destination ports.2. Insert the recovery USB flash drive to one of the front USB ports.3. Connect a USB keyboard to the other front USB port.4. Turn the SuperSonix-NG on. The SuperSonix-NG will display a logo, then beep.5. Immediately after the beep, press and release the F7 key. A boot menu should appear.6. Use the arrow keys on the keyboard and highlight the USB flash drive created in theprevious section then press the Enter key. DO NOT select the USB flash drive with “UEFI”in front of the name.7. The System restore will load and a screen will appear with two icons:•Restore • Reboot8. Tap Restore . If the touch screen is not working, disconnect the USB keyboard thenconnect a USB mouse to the open front USB port. Use the mouse to tap Restore .9. A confirmation prompt will appear. Tap or click Yes to continue.10. The system restore will run and begin to restore the Operating System and software. Therestore process should take around 5 minutes.11. If successful, a message window should appear stating Restore Completed!. Tap or clickOK . The message window should close.12.The system restore process should now be complete. Tap Reboot to reboot theSuperSonix-NG. A confirmation window will appear. Tap or click Yes to reboot the unit.During the reboot process, the USB keyboard and mouse can be disconnected.13. Follow the instructions in Section 5.0 and Section 6.0 to check for software and firmwareupdates.5.0 Updating the softwareThe system restore may not have the latest SuperSonix-NG software. After a successful system restore, it is highly recommended to update the software and check the firmware for any available updates. Here are the instructions to update the software:5.1 RequirementsTo perform the software update, one of the following is required:•The SuperSonix-NG connected to a network with internet access (for updating “FROM NETWORK”), or•The SuperSonix-NG with your own USB flash drive. The USB flash drive must beformatted FAT32 or NTFS (for updating “FROM USB DRIVE”)5.2 Updating the softwareThere are two methods available to re-install or update the SuperSonix-NG software:A.FROM NETWORK –Over the internet through a network connection.B.FROM USB DRIVE – Through a software file download onto a USB drive flash.5.2.1 From Network (Over the internet)The SuperSonix-NG software can be updated/re-installed by connecting theSuperSonix-NG to a network with internet access.1.Connect the SuperSonix-NG to a network with internet access and turnthe SuperSonix-NG on.2.From the main menu on the SuperSonix-NG, locate and tap theSoftware Updates icon on the left side.3.Select From Network. The SuperSonix-NG will check for software onLogicube’s server. After a few seconds, one of the following messageswill appear:•Newer version available – This message will appear if there is anewer software version found. Tap the OK icon to continue.•Up to date –This message will appear if the software versionfound is the same as the version currently installed. Tap the OKicon to continue.•No new version found– This message will appear if theSuperSonix-NG does not have any internet access. Tap the OKicon to continue. If this message is seen, make sure theSuperSonix-NG is connected to a network with internet accessand try step 3 again or try updating the software from a USBdrive.4.Tap the Update icon to begin the update. The SuperSonix-NG shouldbegin the update process. Do not interrupt the update process. It maytake several minutes. Once completed, a screen will appear stating theupdate is complete and will prompt you to turn the unit off then backon.5.Turn the SuperSonix-NG off. Wait at least 5 seconds then turn theSuperSonix-NG back on. Verify the software version is correct by goingto the Software Updates screen.5.2.2 From USB Drive (Through a software file download)Aside from the network option, the latest software can also be downloaded from Logicube’s website and be placed onto a USB flash drive to perform the update/re-install. It is recommended to use an empty USB flash drive.1.Download the latest software from the SuperSonix-NG product supportpage at https:///knowledgebase/supersonix-ng.2.Extract the contents of the downloaded zip file to the root of the USBflash drive.3.Turn the SuperSonix-NG on. When the main software screen appears,connect the USB flash drive (that has the extracted software from step 2)to the USB_M port (the USB port on the left side).4.From the main menu on the SuperSonix-NG, locate and tap theSoftware Updates icon on the left side.5.Select From USB Drive. The SuperSonix-NG will then check for theversion of the software on the USB drive. After a few seconds, one of thefollowing messages should appear:•Software found –A software version is found on the USB flash drive. Tap the OK icon to continue.•No new version found –The SuperSonix-NG did not find any software on the USB flash drive. Double-check that the correctsoftware was downloaded and that the files were extracted tothe root of the USB flash drives (steps 1 and 2). Tap the OK iconto continue and try step 5 again or try updating the softwareusing the “From Network” option.6.Tap the Update icon to begin the update. The SuperSonix-NG shouldbegin the update process. Do not interrupt the update process. It maytake several minutes. Once completed, a screen will appear stating theupdate is complete and will prompt you to turn the unit off then backon.7.Turn the SuperSonix-NG off. Wait at least 5 seconds then turn theSuperSonix-NG back on. Verify the software version is correct by goingto the Software Updates screen.Application NoteSuperSonix-NG_System_Restore v1.1 Page 11 of 11 Revised date: 04/30/2021 Logicube, Inc. • 19755 Nordhoff Pl.,Chatsworth, CA 91311 USA• tel:+1-818-700-8488• fax:+1-818-435-0088 6.0 Firmware Update SuperSonix-NG software releases may contain a firmware update. This section provides instructions on how to check if a firmware update is available, and how to perform the firmware update.1. After the software is updated (and after restarting the SuperSonix-NG), from the main menu, locate and tap the Software Updates icon on the left side.2. Tap the Firmware Update tab. One of two screens will appear:a. FIRMWARE UPGRADE AVAILABE – Tap the Update icon. A message will appear: “FIRMWARE UPDATE COULD TAKE UP TO A FEW MINUTES TO COMPLETE; PLEASE DO NOT INTERRUPTPOWER DURING THIS TIME. ON COMPLETION THE UNIT WILL AUTO-RESTART AND CONFIRM THE UPDATE.” Tap the OK icon to start the firmware update process.b. FIRMWARE UPGRADE NOT AVAILABLE – This message will appear if the device does not require a firmware update. No further action is necessary if this message appears.。

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