艾默生电力电源通信协议

合集下载

HipulseU 通信协议-V1.10

HipulseU 通信协议-V1.10

XY0200 V1.10 第 1 页共 16 页HIPULSE U系列后台通讯协议艾默生网络能源有限公司1.概述 (3)2.监控内容 (3)2.1 模拟量数据 (3)2.2 开关量数据 (3)2.3 告警量数据 (3)2.4 系统设置参数 (3)3.物理接口 (3)3.1 串行通讯口采用RS232/RS485 (3)3.2 信息传输方式 (3)3.3 数据传输速率 (3)3.3 通讯方式 (3)4.信息类型及协议的基本格式 (3)4.1 信息类型 (3)4.2 协议的基本格式 (3)4.3 数据格式 (4)4.3.1 基本数据格式 (4)4.3.2 LENGTH数据格式 (4)4.3.3 CHKSUM数据格式 (5)4.3.4 INFO数据格式 (5)5. 编码表 (6)5.1 编码分配及分类 (6)6. 后台通信协议 (8)6.1 说明 (8)6.2 获取系统模拟量量化数据 (8)6.2.1 获取系统模拟量量化数据(浮点数,电总标准模拟量) (8)6.2.2 获取自定义模拟量量化数据1(浮点数,厂家扩展模拟量1) (8)6.2.3 获取自定义模拟量量化数据2(浮点数,厂家扩展模拟量2) (9)6.2.4 获取自定义模拟量量化数据3(浮点数,厂家扩展模拟量3) (10)6.3 获取开关输入状态 (11)6.4 获取告警状态 (12)6.5 获取协议版本号 (14)6.6 获取设备厂家信息 (14)6.7 获取设备地址 (15)6.8 获取并机系统各机的设备地址 (16)1.概述本文规定了Hipulse优化(HIPULSE U)系列UPS与后台监控软件的通讯协议。

本文以电总协议为基本依据,并增加许多自定义的命令幀和数据,来完成后台对UPS监控的通讯要求。

2.监控内容2.1 模拟量数据见下文表格2.2 开关量数据见下文表格2.3 告警量数据见下文表格2.4 系统设置参数见下文表格3.物理接口3.1 串行通讯口采用RS232/RS4853.2 信息传输方式为异步方式,起始位1位,数据位8位,停止位1位,无校验。

艾默生通讯协议

艾默生通讯协议

PD
F -X C h a n ge
O W !
N
y
bu
to
k
lic
C
m
C
lic
k
to
bu
y
N
.c
O W !
w
.d o
c u -tr a c k
XY0149V180
V180
4
30
w
o
.d o
c u -tr a c k
.c
A (
B )
C
30 A A A A A A A B B B B B B B C ( AB BC CA 20H C C C C C C
.c
1
8
5
5.1
RS232
5.2
:
1 8 1
5.3
4800bps/s
6
UPS SM SU SM UPS SM 500ms SU UPS SU UPS
o
m
w
w
w
w
PD
F -X C h a n ge
PD
F -X C h a n ge
O W !
N
y
bu
to
k
lic
C
m
C
lic
k
to
bu
y
N
.c
O W !
O W !
N
y
bu
to
k
lic
C
m
C
lic
k
to
bu
y
N
.c
O W !
w
.d o
c u -tr a c k
XY0149V180

智能模块通信协议-艾默生Modbus协议

智能模块通信协议-艾默生Modbus协议

字段值 01 17 06
D0Hi D0Lo D1Hi D1Lo D2Hi D2Lo CRCHi CRCLo
字段说明 地址1 功能码17 设置数据长度 电压显示系数设置值 电流显示系数设置值 电压调整系数设置值 电流调整系数设置值 电压调整零点设置值 电流调整零点设置值 CRC高字节 CRC低字节
模块响应帧格式:
串行通讯格式。
四、信息帧格式 1、信息帧结构 8Bit地址 8Bit功能码 nX8Bit数据 16BitCRC校验码 说明:采用Modbus规约的RTU(Remote Terminal Unit)方式,每个字节以2个十六进制
数,有效的数据范围为0~9,A~F。 2、信息帧注解 1)地址:指电源模块的地址,范围:0~31; 2)功能码:电源模块只支持功能码03(读数据)、06(设置数据),特殊命令功能码:
第3页,共7页
石家庄通合电子科技股份有限公司
Modbus 协议通讯规约 V1.0 THJS-TXXY-0003
2、设置校准值数据,功能码17
上位机发送设置校准值数据命令信息帧,模块接收到正确的查询命令后,将指定的数据
设置成命令帧中携带的数据,并返回相应信息帧响应,若设置不成功时,不应答。设置命令
帧格式如下:
CRC码表低字节 BYTE gabyCRCLo[] = {
0x00,0xc0,0xc1,0x01,0xc3,0x03,0x02,0xc2,0xc6,0x06, 0x07,0xc7,0x05,0xc5,0xc4,0x04,0xcc,0x0c,0x0d,0xcd, 0x0f,0xcf,0xce,0x0e,0x0a,0xca,0xcb,0x0b,0xc9,0x09, 0x08,0xc8,0xd8,0x18,0x19,0xd9,0x1b,0xdb,0xda,0x1a, 0x1e,0xde,0xdf,0x1f,0xdd,0x1d,0x1c,0xdc,0x14,0xd4, 0xd5,0x15,0xd7,0x17,0x16,0xd6,0xd2,0x12,0x13,0xd3, 0x11,0xd1,0xd0,0x10,0xf0,0x30,0x31,0xf1,0x33,0xf3, 0xf2,0x32,0x36,0xf6,0xf7,0x37,0xf5,0x35,0x34,0xf4, 0x3c,0xfc,0xfd,0x3d,0xff,0x3f,0x3e,0xfe,0xfa,0x3a, 0x3b,0xfb,0x39,0xf9,0xf8,0x38,0x28,0xe8,0xe9,0x29, 0xeb,0x2b,0x2a,0xea,0xee,0x2e,0x2f,0xef,0x2d,0xed, 0xec,0x2c,0xe4,0x24,0x25,0xe5,0x27,0xe7,0xe6,0x26, 0x22,0xe2,0xe3,0x23,0xe1,0x21,0x20,0xe0,0xa0,0x60, 0x61,0xa1,0x63,0xa3,0xa2,0x62,0x66,0xa6,0xa7,0x67, 0xa5,0x65,0x64,0xa4,0x6c,0xac,0xad,0x6d,0xaf,0x6f, 0x6e,0xae,0xaa,0x6a,0x6b,0xab,0x69,0xa9,0xa8,0x68, 0x78,0xb8,0xb9,0x79,0xbb,0x7b,0x7a,0xba,0xbe,0x7e, 0x7f,0xbf,0x7d,0xbd,0xbc,0x7c,0xb4,0x74,0x75,0xb5, 0x77,0xb7,0xb6,0x76,0x72,0xb2,0xb3,0x73,0xb1,0x71, 0x70,0xb0,0x50,0x90,0x91,0x51,0x93,0x53,0x52,0x92, 0x96,0x56,0x57,0x97,0x55,0x95,0x94,0x54,0x9c,0x5c, 0x5d,0x9d,0x5f,0x9f,0x9e,0x5e,0x5a,0x9a,0x9b,0x5b, 0x99,0x59,0x58,0x98,0x88,0x48,0x49,0x89,0x4b,0x8b, 0x8a,0x4a,0x4e,0x8e,0x8f,0x4f,0x8d,0x4d,0x4c,0x8c, 0x44,0x84,0x85,0x45,0x87,0x47,0x46,0x86,0x82,0x42, 0x43,0x83,0x41,0x81,0x80,0x40 };

GZDW说明书(艾默生PSM-E01)

GZDW说明书(艾默生PSM-E01)

GZDW智能高频开关电源直流电源柜使用说明书SLY苏州市龙源电力工程有限公司i前言由于直流电源设备存在能危及人身安全的高电压,危及供电电网安全的操作要求,请在安装、使用设备前查阅本手册的相关内容。

声明:由于产品和技术的不断更新、完善,本资料中的内容可能与实际产品不完全相符,敬请谅解。

如需查询产品的更新情况,请联系我公司。

ii苏州市龙源电力工程有限公司3电力操作电源系统概述一 、系统原理:电力操作电源主要应用在发电厂、水电站、各类变电站中,为断路器分合闸及二次回路中的仪器、仪表、继电保护和故障照明提供直流电源。

电力操作电源系统主要由交流配电单元、充电模块、监控模块、降压单元、电池巡检单元、直流馈电单元(包括合闸分路、控制分路)、绝缘监测等几大部分组成。

由于不同的接线方式在输出馈电部分有所不同,但基本原理是一致的。

框图如图1所示:图1 电力操作电源系统原理框图系统工作原理如下:系统交流输入正常时,两路交流输入经交流切换控制电路选择其中一路输入,并通过交流配电单元给各个充电模块供电。

充电模块将输入三相交流电转换为110V 或220V 的直流,经隔离二极管隔离后输出,一方面给电池充电,另一方面给负载提供正常工作电流。

监控部分采用集中方式对系统进行监测和控制,充电模块运行参数由模块监控电路采集处理,然后通过串行通讯方式把处理后的信息传给监控模块,由监控模块统一处理后,显示在液晶屏上。

同时可通过人机交互操作方式对系统进行设置和控制,若有需要还可接入远程监控。

监控模块还能对每个充电模块进行均浮充控制,限流控制等,以保证电池的正常充电,延长电池寿命。

苏州市龙源电力工程有限公司4二、显示启动屏在确认接线无误后,合上PSM-E01监控模块外部配电开关给监控模块上电,先出现如下启动屏。

启动屏显示主信息屏启动完后,监控模块自动出现如下的主信息屏。

第一行的日期和时间交替显示,第二行显示的是合闸母线电压与负载电流,第三行显示的是系统状态(正常或告警),第四行显示的是系统进行蓄电池管理运行状态(自动或手动),以及电池状态(浮充、均充或放电)。

艾默生SCU+监控模块后台通讯协议(电总)

艾默生SCU+监控模块后台通讯协议(电总)

3.2 监控单元 SU(supervision unit)
监控局(站)内的前置机,周期性地采集各监控模块(SM)传来的各类信息, 随时接收并快速响应来自监控局站的监控命令,具有与监控站( SS)通信的功能,完 成监控模块(SM)和监控站(SS)之间的遥测、遥信及遥控数据的传送。
4
监控内容............................................................................................................................. 6 4.1 开关电源系统的交流配电屏数据............................................................................. 6 4.2 开关电源系统的整流模块数据................................................................................. 6 4.3 开关电源的直流配电屏数据..................................................................................... 6
SCU+监控模块后台通讯协议
第 5 页 共 56 页
SCU+监控模块后台通讯协议(电总)
1 范围
本文规定了通信局 (站 )内为实现集中监控而使用的通信电源设备在设计制造 中应遵循的通讯协议,同时规定了通信局(站)电源、环境集中监控管理系统中监控模 块和监控单元之间的通讯协议。 本文以电总协议为依据,根据SCU+通信电源电源监控模 块规范而制定,并扩展了相应命令。

艾默生逆变模块MODBUS协议

艾默生逆变模块MODBUS协议

1、概述本文描述了电力电源逆变模块使用的Modbus通讯规约,应用于逆变模块与上级监控设备之间的通信。

2、适用范围规约兼容于艾默生网络能源有限公司开发的逆变模块,是开发、测试电力电源逆变模块通讯软件的依据。

3、参考文献Modico n Modbus Protocol Refere nee Guide PI-MBUS-300 Rev.J4、物理接口RS485/RS232 (可选),波特率9600,字符格式采用奇校验位、8位数据位、1 位停止位(081)的异步串行通讯格式,数据应答时间<100ms,(数据应答时间是指上位机发送完查询数据包的最后一个字节与接收到逆变器应答的第一个有效字节之间的时间)。

5、帧结构 ________________________________________________________8Bit地址| 8Bit功能码| nX8Bit数据| 16BitCRC校验码采用Modbus规约的RTU (Remote Termi nal Un it)方式,每个字节以2个十六进制数, 有效的数据范围为0~9, A~F。

地址指逆变模块的地址,范围:185~204 (通过按键界面设置,详见液晶操作说明)功能码逆变模块只支持功能码03 (读数据)数据上报或下设的数据,按寄存器(数据地址)进行发送,每一个寄存器由两个字节组成,关于寄存器号的定义,请参阅附录A oCR校验码CRC (Cyclical Redundancy Check)对地址、功能码和数据进行校验,由两字节组成,CRC由传输设备生成,附加在数据帧中,如果由接收到数据计算出来的校验和与附加在数据后的校验和不一致,则有错误发生。

关于CRC生成函数,请参阅附录B内容。

6、命令解释6.1查询数据,功能码03 上位机发送数据查询命令信息帧,逆变模块接收到正确的查询命令后,对命令进行响应回送数据给上位机。

格式如下:查询命令帧格式逆变模块响应帧格式注意:上位机可以一次查询一个寄存器的数据也可一次查询几个寄存器数据,另外可以从任意有效地址开始查询寄存器数据(注意合理的起始地址和查询个数)。

艾默生逆变模块MODBUS协议

艾默生逆变模块MODBUS协议

编号:_______________本资料为word版本,可以直接编辑和打印,感谢您的下载艾默生逆变模块MODBUS协议甲方:___________________乙方:___________________日期:___________________本文描述了电力电源逆变模块使用的Modbus通讯规约,应用丁逆变模块与上级监控设备之间的通信。

2、适用范围规约兼容丁艾默生网络能源有限公司开发的逆变模块,是开发、测试电力电源逆变模块通讯软件的依据。

3、参考文献Modicon Modbus Protocol Reference Guide PI-MBUS-300 Rev.J4、物理接口RS485/RS232 (可选),波特率9600,字符格式采用奇校验位、8位数据位、1 位停止位(。

8少的异步申行通讯格式,数据应答时间<100ms,(数据应答时间是指上位机发送完查询数据包的最后一个字节与接收到逆变器应答的第一个有效字节之间的时间)。

5、帧结构采用Modbus规约的RTU (Remote Terminal Unit)方式,每个字节以2个十六进制数, 有效的数据范围为0~9, A~F。

地址指逆变模块的地址,范围:185~204 (通过按键界面设置,详见液晶操作说明)功能码逆变模块只支持功能码03 (读数据)数据上报或下设的数据,按寄存器(数据地址)进行发送,每一个寄存器由两个字节组成,关丁寄存器号的定义,请参阅附录AoCR胶验码CRC (Cyclical Redundancy Check)对地址、功能码和数据进行校验,由两字节组成,CRC由传输设备生成,附加在数据帧中,如果由接收到数据计算出来的校验和与附加在数据后的校验和不一致,则有错误发生。

关丁CRC生成函数,请参阅附录B内容。

6. 命令解释6.1查询数据,功能码03上位机发送数据查询命令信息帧,逆变模块接收到正确的查询命令后,对命令进行响应回送数据给上位机。

艾默生TD2000_变频器通信协议V1.30(用户版)

艾默生TD2000_变频器通信协议V1.30(用户版)

查询从机状态 00 00 00 无  ̄010000000181\r 1
见表1
读 当前运行频 01 00 00 无  ̄010100000182\r 0.01H
取 率

从 当前设定频 01 00 01 无  ̄010100010183\r 0.01H
机 率

RS485 接口 异步 半双工 默认 8-N-1 9600bps 参数设置见用户手册 F115 ̄F118 的说明 3. 通信方式
1 变频器为从机,主从式点对点通信 主机使用广播地址发送命令时 从机不应答
2 用从机键盘或串行通信方式设置变频器的本机地址 波特率 数据格式

F009为10.0

减 速 时 间 1 04 00 0A 0 ̄8CA  ̄0104000A03E80276\r 0.1s 设置功能码
制功能的闭
环设定
TD2000 通用变频器通信协议
第5页共9页
外部计数值 01 00 0A 无
 ̄0101000A0193\r 1
输出转矩 01 00 0B 无
 ̄0101000B0194\r 0.1%
I/O状态 01 00 0C 无  ̄0101000C0195\r 1
Bit0 ̄12 依
次 X1 ̄X8
TC 风扇
制动信号
当前状态 01 00 0D 无  ̄0101000D0196\r 1
见表3
运 从机开机 02 00 00 无  ̄010200000183\r 无
行 设置从机当 02 00 01 0Hz ̄  ̄0102000103E80264\r 0.01H 设 定 频 率
数据类型 16进制 4字节 ASCII

艾默生 M500F

艾默生 M500F

7.2 协议的基本格式..................................................................................................... 7
7.2.1 符号表 ............................................................................................................. 7
7.2.2 返回码 RTN 定义表 ....................................................................................... 8
7.3 数据格式..................................................................................................................... 9
5 物理接口 ............................................................................................................................ 6
6 通讯方式 ............................................................................................................................ 7
3.1 监控模块 SM(supervision module)............................................................................ 5

艾默生SPM通讯协议

艾默生SPM通讯协议

SPM监控模块后台Modbus通讯协议艾默生网络能源有限公司目次1 概述 (3)2 监控内容 (3)2.1 模拟量数据 (3)2.2 告警量数据 (3)2.3 系统设置量数据 (3)2.4 支路设置量数据 (3)3 物理接口 (3)3.1 串行通讯口 (3)3.2 信息传输方式 (3)3.3 数据传输速率 (3)3.4 通讯方式 (3)4 SPM Modbus数据帧格式 (3)4.1 信息类型 (3)4.2 FC3/FC4块读取 (4)4.3 FC6字写入 (5)4.4 FC16块写入 (5)4.5 异常反馈帧 (6)5 后台通信部分 (8)5.1 按支路获取模拟量数据 (8)5.1.1按支路获取地址范围限制说明 (10)5.1.2 省略部分说明 (10)5.2 按类型获取模拟量数据 (11)5.2.1 按类型获取地址范围说明 (12)5.2.2 省略部分说明 (12)5.3 主要模拟量数据 (13)3.4.1 主要模拟量说明 (13)3.4.2 省略部分说明 (13)5.4 获取告警量数据 (14)5.4.1 告警量说明 (17)5.4.2 主路告警量说明 (17)5.4.3 采集板就绪状态告警说明 (17)5.2.4 系统告警量说明 (17)5.4.5 支路告警量说明 (17)5.4.6 省略部分说明 (17)5.5 获取系统设置量数据 (19)5.5.1 采集板有效状态说明 (19)5.5.2 输出干接点触发告警说明 (20)5.5.3 输入干接点正常状态说明 (21)5.6 获取支路设置量数据 (22)5.6.1 省略部分说明 (22)5.7 获取SPM总告警状态 (23)1 概述本文规定了SPM监控模块与后台监控软件之间的通讯协议。

2 监控内容2.1 模拟量数据具体监控量见下文表格2.2 告警量数据具体监控量见下文表格2.3 系统设置量数据具体监控量见下文表格2.4 支路设置量数据具体监控量见下文表格3 物理接口3.1 串行通讯口采用RS485/ RS2323.2 信息传输方式为异步方式,起始位1位,数据位8位,停止位1位,无校验3.3 数据传输速率2400 bps, 4800 bps, 9600bps默认:9600bps3.4 通讯方式监控站后台与SPM监控模块的通讯也为主从方式,监控站后台是上位机,SPM监控模块是下位机4 SPM Modbus数据帧格式4.1 信息类型信息分两种类型:(1)由主机发出到从机的命令信息(简称命令信息)(2)由从机返回到主机的响应信息(简称响应信息)4.2 FC3/FC4块读取NODE FUN ID(start) NR CRC1 bin 1 bin2 bin 2 bin 2 binNODE MODBUS节点号FUN 功能号,FC3=3,FC4=4ID(start) 所查询数据区的ID首址,必须是以上表格定义了的ID,先发送高位地址,再发送低位地址NR 所查询数据区的ID个数,先发送高位字节,再发送低位字节CRC 校验和,H-L方式NODE FUN NR_BYTE DATA CRC1 bin 1 bin 1 bin n bin2 binNODE MODBUS节点号FUN 功能号,FC3=3,FC4=4NR_BYTE 反馈数据DATA的字节个数,等于NR的两倍DATA 反馈数据区,长度等于NR_BYTE,每个数据先发送高位字节,再发送低位字节CRC 校验和,H-L方式FC3块读取例子:FC4块读取例子:4.3 FC6字写入查询帧:NODE FUN ID DATA CRC1 bin 1 bin2 bin 2 bin 2 binNODE MODBUS节点号FUN 功能号,FC6=6ID 所写入数据的ID地址,必须是以上表格定义了的ID,先发送高位地址,再发送低位地址DATA 所写入的数据,先发送高位数据字节,再发送低位数据字节CRC 校验和,允许H-L/L-H两种方式反馈帧:(原样返回)NODE FUN ID DATA CRC1 bin 1 bin2 bin 2 bin 2 binNODE MODBUS节点号FUN 功能号,FC6=6ID 所写入数据的ID地址,必须是以上表格定义了的ID,先发送高位地址,再发送低位地址DATA 所写入的数据,先发送高位数据字节,再发送低位数据字节CRC 校验和,允许H-L/L-H两种方式FC6块写入例子:4.4 FC16块写入查询帧:NODE FUN ID(start) NR NR_BYTE DATA CRC1 bin 1 bin2 bin 2 bin 1 bin n bin 2 binNODE MODBUS节点号FUN 功能号,FC16=16ID(start) 所写入数据区的ID首址,必须是以上表格定义了的ID,先发送高位地址,再发送低位地址。

艾默生整流模块通讯协议1.02

艾默生整流模块通讯协议1.02

地址范围
0~7
0~7 0~15
0~15
0~15
0~15
广播地址
255
255
254~255 254~255 254~255 254~255
ER系列模块
ER22010/T ER11020/T
ER22005/S ER11010/S
ER4830/S ER4850/S
ER22020/T ER11040/T
地址范围
测试模块通讯软件的依据。包含的模块型号如下:
-2系列模块 HD22010-2 HD11020-2
-3系列模块 HD22005-3A HD11010-3A HD22010-3 HD11020-3 HD22020-3 HD11040-3
ER 系 列 模
ER22010/T ER11020/T
ER22005/S ER11010/S
Vh 和实际表示的 AI 值 Vf 的对应关系为: Vh/10 = Vf, 精度为 0.1;
所有的开关量(DI)用一个 16Bit 字表示,16Bit 字按下表解释。
DI 量地址和位定义定义
DI5 bit
信号名称
备注
0 1 2 3 4~15
模块开关机状态 模块自动/手动状态 保护状态 模块故障状态 保留
协议图号:XY0140 版本:1.02
第 6 页 共 19 页
6.3 广播地址说明 6.3.1 -3 系列模块广播命令:
当上位机发送的设置命令数据包中地址字段为 0xFF 或 0xFE(由-3 系列模块面板上 的 广 播 地 址 拨 码 决 定 广 播 地 址 是 0xFF 还 是 0xFE, 具 有 此 拨 码 的 模 块 类 型 为 HD22010-3,HD22020-3,HD11020-3,HD11040-3)时,表示上位机发送广播命令,所有接 收该类型数据包的模块都执行数据包中包含的命令,并且不对上位机应答,面板拨码拨 到上端时广播地址是 0xFF, 面板拨码拨到下端时广播地址是 0xFE。

艾默生网络能源 200VA 220V 60Hz 正弦波 UPS 重要安全说明说明书

艾默生网络能源 200VA 220V 60Hz 正弦波 UPS 重要安全说明说明书

Important Safety InstructionsInspect the package contents upon receipt. Notify the carrier and dealer if there is any damage.SAVE THESE INSTRUCTIONS - This section contains importantinstructions that should be followed during installation and maintenance of the UPS and batteries.Back-UPS Pro BR1500MS22InventoryConnect the BatteryThe UPS is shipped with the battery disconnected.Coaxial CableUSB communication cableLay the UPS with the battery door facing up. The arrows point to the locking tabs of thebattery compartment.Press the tabs downwards and pull thebattery door away from the unit to access the battery modules. Using the handles on both sides of thebattery, lift the battery 30 degrees upward to expose the battery connector. Connect the red wire as shown above.Push the battery into the unit.Replace the battery door.b u 476ab u 474aInstall PowerChute™ Personal Edition Software Use PowerChute Personal Edition software to configure the UPS settings.During a power outage, PowerChute will save any open files on yourcomputer and shut it down. When power is restored, it will restart thecomputer.Note: PowerChute is only compatible with a Windows operating system. If you are using Mac OSX, use the native shutdown feature to help protect your system. See the documentation provided with your computer.InstallationUse the USB communication cable supplied with the Back-UPS to connect the data port on the Back-UPS to the USB port on your computer. On thecomputer, go to Search for “PowerChute Personal Edition”then click on “View Details” to download the latest version of PCPEsoftware. Click the download link and select Software product. Select theappropriate operating system. Follow directions to download the software. Connect the EquipmentBattery Backup and Surge Protected outletsWhen the Back-UPS is receiving input power, the Battery Backup withSurge Protection outlets will supply power to connected equipment. Duringa power outage or other detected AC problems, the Battery Backup outletsreceive power for a limited time from the Back-UPS.Connect equipment such as printers, fax machines, scanners, or otherperipherals that do not need battery backup power to the Surge ProtectionOnly outlets. These outlets provide full-time protection from surges even if the Back-UPS is switched OFF.Back-UPS Pro BR1500MS23USB andTo use PowerChute Personalbreaker to trip.SurgeProtectedoutlets These outlets provide full-time protection from surges, even if the Back-UPS is off. Connect equipment such as printers and scanners that do not require battery backup protection.In/OutEthernetsurge-protectedports Use an Ethernet cable to connect a cable modem to the I N port, and connect a computer to the O UT port.BatteryBackupoutlets withSurgeProtection During a power outage or other detected AC problems, the Battery Backup outlets receive power for a limited time from the Back-UPS. Connect critical equipment such as desktop computer, computer monitor, modem or other data sensitive devices into these outlets.Back-UPS Pro BR1500MS24OperationPower Saving DisplayThe display interface can be configured to be continuously illuminated, or to save energy, it can be configured to darken after a period of inactivity.1. Full Time Mode: Press and hold DISPLAY for two seconds. The displaywill illuminate and the Back-UPS will beep to confirm the Full Timemode.2. Power Saving Mode: Press and hold DISPLAY for two seconds. Thedisplay will darken and the Back-UPS will beep to confirm the PowerSaving mode. While in Power Saving Mode, the display will illuminateif a button is pressed, it then darkens after 60 seconds of no activity. Unit sensitivityAdjust the sensitivity of the Back-UPS to control when it will switch tobattery power; the higher the sensitivity, the more often the Back-UPS will switch to battery power.1. Ensure the Back-UPS is connected to AC power, but is OFF.2. Press and hold the P OWER button for six seconds. The L OAD C APACITY barwill flash on and off, indicating that the Back-UPS is in programmingmode.3. Press P OWER again to rotate through the menu options. Stop at selectedsensitivity. The Back-UPS will beep to confirm the selection.Generator Sensitivity Default Sensitive LoadsLow sensitivity Medium sensitivity (Default)High sensitivity78 - 150 V AC88 - 147 V AC88 - 144 V ACInput voltage is extremely low or high. (Not recommended for computer loads.)The Back-UPS frequently switchesto battery power.The connected equipment issensitive to voltagefluctuations.Back-UPS Pro BR1500MS25Back-UPS Pro BR1500MS26Front Panel Buttons and Display InterfaceUse the three buttons on the front panel of the Back-UPS and the display interface to configure the Back-UPS.Front panel D ISPLAY button P OWER O N /O FF button M UTE button Display interface USB charging ports:The 2 USB portsprovide a total of 15 W of DC power, and will provide power even when the UPS is on battery.On Line: The Back-UPS is supplying conditioned AC power to connected equipment.Load Capacity: The load is indicated by the number of sections illuminated, one to five. Each bar represents 20% of the load.Battery Capacity: The battery charge level is indicated by the number of sections illuminated. When all five blocks are illuminated, the Back-UPS is at full charge. When one block is filled, the Back-UPS is near the end of its battery capacity, the indicator will flash and the Back-UPS will beep continuously.Low Battery: When battery capacity reaches the empty level, theBack-UPS is nearing shutdown and the indicator will flash accompanied by a continuous beep.Replace Battery: The battery is nearing the end of its useful life. When the display shows a flashing Replace Battery icon and an empty Battery Capacity icon, replace the battery as early as possible.On Battery: The Back-UPS is supplying battery backup power to the connected equipment, it will beep four times every 30 seconds.Event: The event counter shows the number of events that occurred that caused the Back-UPS to switch to on-battery operation.Back-UPS Pro BR1500MS27Detected Alarms and System ErrorsAudible IndicatorsOverload: The power demand from the load has exceeded the capacity of the Back-UPS.Mute: If the line through the speaker icon is illuminated, the audible alarm has been turned off.Out: Output voltage, frequency.In: Input voltage.Automatic Voltage Regulation:When illuminated, the Back-UPS is compensating for low input voltage.When illuminated, the Back-UPS is compensating for high input voltage.Estimated Run Time: This indicates the battery runtime minutes that remain if the Back-UPS switches to battery power.Load: The total load in watts (W) or percentage (%) used by the devices connected to the Battery Backup outlets.Four Beeps Every 30 Seconds Back-UPS is running on battery. You should consider saving any work in progress.Continuous Beeping Low battery condition and battery run-time is very low. Promptly save any work in progress, exit all open applications, and shut down the operating system.Continuous tone Battery Backup outputs are overloaded. Chirps every 2 Seconds Battery is disconnected.Continuous chirpingBattery did not pass the automatic diagnostic test and should be replaced as early as possible. Pressing the MUTE buttonpauses the chirping.Back-UPS Pro BR1500MS28Status IconsDetected System ErrorsThe Back-UPS will display these error messages. Except for errors F01 and F02, contact SEIT Technical Support.If these icons are flashing...This may be the problem.The Back-UPS is overloaded. Disconnect one of the items connected to the Back-UPS. If the Overload icon stops flashing, the Back-UPS is no longer overloaded and will continue to operate normally.The Back-UPS is operating on AC power, but the battery is notfunctioning properly. Contact Schneider Electric IT (SEIT) Customer Service to order a replacement battery. See “Replacement Battery” on page 11.The Back-UPS is operating on battery power and the battery power is getting low. Shut down all connected equipment to avoid losing an unsaved data. When possible, connect the Back-UPS to AC power to recharge the battery.The battery is not connected. See “Connect the Battery” on page 2 to make sure battery wires are connected properly.F01On-Battery OverloadTurn the Back-UPS off. Disconnect non-essential equipment from the Battery Backup outlets and the turnBack-UPS on.F02On-Battery Output ShortTurn the Back-UPS off.Disconnect all equipment from the Battery Backup outlets and the turn Back-UPS on.Re-connect equipment one itemat a time. If the output is trippedagain, disconnect the device that caused the detected error.F04Clamp Short Errors F04-F09 cannot be corrected by the user, contact SEIT Technical Support for assistance.F05Charge Error F06Relay Welding F07Temperature F08Fan Error F09Internal ErrorFunction Button Quick ReferenceFunction ButtonTiming(seconds)UPSStatus DescriptionP OWERPower On 0.2Off Press P OWER to start receiving input AC power. IfAC input power is not available, the Back-UPS willrun on battery power.Power Off 2On The Back-UPS is not receiving input AC power,but is providing surge protection.D ISPLAYStatus Inquiry 0.2On Verify the status or condition of the Back-UPS. TheLCD will illuminate for 60 seconds. Press thebutton the toggle into various information.Full-Time/ Power-Saving mode 2On The LCD will illuminate and the Back-UPS willbeep to confirm the Full-Time mode. The LCD willdarken and the Back-UPS will beep to confirm thePower-Saving mode. While in Power-SavingMode, the LCD will illuminate if a button ispressed, then darkens after 60 seconds of noactivity.M UTEEnable/ Disable mode 2On Enable or disable the audible alarms. The Muteicon will illuminate and the Back-UPS will beepone time.S ENSITIVITY 6Off The Load Capacity icon will blink, indicating thatthe Back-UPS is in programming mode. Use theP OWER button to scroll through Low, Medium, andHigh, stop at selected sensitivity. The Back-UPSwill beep to confirm selection. See "Unitsensitivity" for details.S ELF-T EST (manual)6On The Back-UPS will perform a test of the internalbattery. Note: This will happen automatically whenthe Back-UPS is turned ON or when the Back-UPSpreviously detected a bad battery.E VENT R ESET 0.2On When the Event screen is visible, press and holdD ISPLAY, then press POWER, to clear the detectederror event counter.E RROR R ESET 2ErrordetectedAfter a detected error has been identified, pressP OWER to remove the visual indication and returnto standby status.Back-UPS Pro BR1500MS29TroubleshootingProblem Possible Cause Corrective ActionBack-UPS will not switch on.The Back-UPS is not connected to ACpower.Ensure that the Back-UPS is securelyconnected to an AC outlet.The circuit breaker has been tripped.Disconnect non-essential equipmentfrom the Back-UPS. Reset the circuitbreaker. Re-connect equipment oneitem at a time. If the circuit breaker istripped again, disconnect the device thatcaused the trip.The internal battery is not connected.Connect the battery.The AC input voltage is out of range.Adjust the transfer voltage andsensitivity range.The Back-UPS does not provide power during a AC power outage.Ensure that essential equipment is notplugged into a S URGE O NLY outlet.Disconnect equipment from the S URGEO NLY outlet and re-connect to a BatteryBackup outlet.The Back-UPS is operating on battery power, while connected to AC power.The plug has partially pulled out ofthe wall outlet, the wall outlet is nolonger receiving AC power, or thecircuit breaker has been tripped.Ensure that the plug is fully insertedinto the wall outlet. Ensure that thewall outlet is receiving AC power bychecking it with another device.The Back-UPS is performing anautomatic self test.No action is necessary.The AC input voltage is out of range,the frequency is out of range, or thewaveform is distorted.Adjust the transfer voltage andsensitivity range.The Back-UPS does not provide the expected amount of backup time.Battery Backup outlets may be fullyor improperly loaded.Disconnect non-essential equipmentfrom the Battery Backup outlets andconnect the equipment to S URGEoutlets.The battery was recently dischargeddue to a power outage and has notfully recharged.Charge the battery cartridge for16 hours.The battery has reached the end of itsuseful life.Replace the battery.The R EPLACEB ATTERY indicator is illuminated.The battery has reached the end of itsuseful life.Replace the battery as early as possible.The O VERLOAD indicator is illuminated.The equipment connected to theBack-UPS is drawing more powerthan the Back-UPS can provide.Disconnect non-essential equipmentfrom the Battery Backup outlets andconnect the equipment to S URGEoutlets.The S YSTEM E RROR indicator is illuminated, all the front panel indicators are flashing.There is an internal error detected.Determine which internally detectederror message is displayed by matchingthe number displayed on the LCD withthe corresponding Error Message (see“Detected System Errors” on page8)and contact SEIT Technical Support.Back-UPS Pro BR1500MS210SpecificationsReplacement BatteryThe battery typically lasts for 3 to 5 years, a shorter period if subjected tofrequent outages or elevated temperatures. Battery replacement parts forBack-UPS Pro BR1500MS2 is APCRBC163. Delaying the replacement of parts may corrode the batteries in the cartridge. Recycle spent batterycartridges.WarrantyThe standard warranty is three (3) years from the date of purchase. Schneider Electric IT (SEIT) standard procedure is to replace the original unit with afactory reconditioned unit. Customers who must have the original unit back due to the assignment of asset tags and set depreciation schedules mustdeclare such a need at first contact with an SEIT Technical Supportrepresentative. SEIT will ship the replacement unit once the defective unithas been received by the repair department, or cross ship upon the receipt ofa valid credit card number. The customer pays for shipping the unit to SEIT.SEIT pays ground freight transportation costs to ship the replacement unit to the customer.Back-UPS Pro BR1500MS211© 2020 APC by Schneider Electric. APC, the APC logo, and Back-UPS areowned by Schneider Electric Industries S.A.S., or their affiliated companies. All other trademarks are property of their respective owners.EN 990-63757/2020APC by Schneider Electric IT Customer Support WorldwideFor country specific customer support, go to the APC by Schneider Electric Web site, .Select models are ENERGY STAR® qualified.For more information on your specific model go to APC bySchneider Electric Web site, .Select models are compliant with California (CEC) BatteryCharger regulations.For more information on your specific model go to APC bySchneider Electric Web site, .EMC ComplianceThis equipment has been tested and found to comply with the limits for aClass B digital device, pursuant to part 15 of the FCC Rules. These limits are designed to provide reasonable protection against harmful interference in a residential installation. This equipment generates, uses and can radiate radio frequency energy and, if not installed and used in accordance with theinstructions, may cause harmful interference to radio communications.However, there is no guarantee that interference will not occur in a particular installation. If this equipment does cause harmful interference to radio ortelevision reception, which can be determined by turning the equipment off and on, the user is encouraged to try to correct the interference by one ormore of the following measures:• Reorient or relocate the receiving antenna.• Increase the separation between the equipment and receiver.• Connect the equipment into an outlet on a circuit different from that towhich the receiver is connected.• Consult the dealer or an experienced radio/TV technician for help.。

艾默生电源PS48300-25(PSM-A10)协议调测交维手册

艾默生电源PS48300-25(PSM-A10)协议调测交维手册

艾默生电源PS48300-25协议调测交维手册协议调测交维手册归档格式说明:1、文档名称:厂家+设备类型+设备型号+协议调测交维手册2、黑色字体为模板固定内容,红色字体和照片为实际填写内容3、需要增加内容或特殊说明时,可以在相应的位置增加,并以红色字体格式。

4、在调测交维手册中附上协议压缩包。

1、设备信息厂家名称:艾默生设备名称:开关电源设备型号:PS48300-25/PSM-A10【设备照片】2、监控屏信息监控屏型号:PSM-A10软件版本:V1监控屏操作密码:11操作说明:通过上下方向键选择“参数设置”->点击enter->输入密码时用左右方向键改变数字直至变为“11”->点击enter->设置各类参数【监控屏照片】3、接口信息通信方式:RS232波特率:9600,n,8,1地址:1接口板拔码或跳线:无接线端子:DB9连接方式:采集器(COM 口凤凰端子)<──────> 设备端(DB9接头)RX<──────> TX(3) TX<──────> RX(2) GND<──────>GND(5)【接口板照片】4、协议信息适用协议编码:PPSM-AE6-03-all5、铁塔交维测试(1)防雷器告警测试:拔出一个防雷器(2)整流模块故障告警测试:拔出一个整流模块,出现模块通信中断告警 (3)停电告警测试:断开交流输入开关DB9母头(孔型)DB9公头(针型)1 5 6 95 1 9 6注意:先做防雷和模块故障告警,最后做断电告警,在FSU页面上看到告警后,要把以上告警恢复。

(4)浮充电压设定值:登陆铁塔监控网站,选择网络监控→FSU监控→选择至少三个参数以查找需要远程设置的站点→选定站点前面的复选框→选择远程调整按钮→选择需要远程调整的设备、需要远程调整的信号以及设置值→选择执行并确认→直到系统返回系统远程调整成功的信息即完成远程设定浮充电压。

艾默生EPSCE通信电源资料

艾默生EPSCE通信电源资料
EXAMPLE:
x.x.x 各站直流负荷为光传输柜1000W、PCM机柜 500W
…… y.y.y 系统需配置100AH蓄电池组两组
根据输出容量恒等式,可以计算得出:
•设备电流=1500W/50V=30A •蓄电池组充电电流=100AH×2×0.1=20A •直流输出总电流=30A+20A=50A 可以选择由2台30A整流模块构成的60A系统
•设备电流=1500W/50V=30A
•蓄电池组容量=30×1.25×2/0.6=125AH •蓄电池组充电电流=125AH×0.1=12.5A
•直流输出总电流=30A+12.5A=42.5A
可以选择由2台30A整流模块构成的60A系统,或由一台50A模 块构成的50A系统
All rights reserved 版权所有,仿冒必究 Company Confidential 公司机密,不得公开
以计算出第三个变量的数值
All rights reserved 版权所有,仿冒必究 Company Confidential 公司机密,不得公开
直流电源容量计算
EXAMPLE: x.x.x 通信电源配置50A整流模块4台
y.y.y 站点配置600AH蓄电池一组
根据“输出容量恒等式”,可以计算得出:
监控模块
艾默生主流监控模块型号及电气规格
模块型号 对应系统 模块简图
M810G
NetSure801
M500D
PS48120/1800 PS48300/1800
M500F
PS48600-3/2900
M500S
All rights reserved 版权所有,仿冒必究 Company Confidential 公司机密,不得公开

艾默生系列PLC与EV1000、EV2000变频器自由口协议通讯

艾默生系列PLC与EV1000、EV2000变频器自由口协议通讯

运 行 数 据
运 行 数 据
运 行 数 据
运 行 数 据
校校 校 校 验验 验 验 和和 和 和
帧 尾
定义 头 地址
发送字节 1
2
响应区
2
索引区
4
运行数据区
4
校验区

4
1
帧头:
“~”,即十六进制 地址,双字节,ASCII格式。 设置范围:“00”~“7F”,“7F”为广播地址,变频器出厂设置01。
2、 启动
3、 带频率启动
4、 频率设定
5、 读频率
6、 停止
无 0.01 Hz 0.01 Hz

四、ASCII 码与校验码
十六进制与 ASCII 码的对应关系如下:
十六进制 0 1 2 3 4 5 6 7
ASCII 码 48 49 50 51 52 53 54 55
十六进制 8 9 A B C D E F
ASCII 码 56 57 65 66 67 68 69 70
运行数据 设定范围
帧实例,发送时需转换为 运行数据
ASCII码(帧头、帧尾除外) 精度
(从机地址设为01)
当前运行频率
01 00 00

读 取 输出电压
01 00 02

输出电流
01 00 03

~010100000182\r ~010100020184\r ~010100030185\r
0.01 Hz 1V 0.1A
设 定 数 据
设 定 数 据
设 定 数 据
设 定 数 据
校校 校 校 验验 验 验 和和 和 和
帧 尾
定义 头 地址
发送字节 1

艾默生CM+空调通信协议Liebert

艾默生CM+空调通信协议Liebert

TRADE SECRET AND CONFIDENTIAL INFORMATION AGREEMENTThis agreeme nt is made on the day of 2001.Betbee n(“A”)Liebert Corporatio n Australia Pty limited ( “ B”)A ack no wledges receipt fromB a copy of the LECS 15 Communi cati on protocol onthe day of 2001, whice is to be used only in the air-conditioner remote monitoring system ofA hereby con firms that it will preserve and mai nta in in con fide nce the in tellectual property rights of the Protocol, and un dertakes not to disadva ntageB Commercially in any way through its possessi on of the Protocol.B agrees to assist A in the implementation of the remote monitoring system.A: B:Liebert Corporati on Australia Pty LtdStamped: Stamped:Sig nature: Sig nature:Date: Date:LECS 15 COMMUNICA TIONS PROTOCOL1.Date FormatThe port receives and transmits at standard RS232 signal levels. For multiple unit operation diodes may need to be included in the transmit data ( of LECS 15 control ) to preve nt data con flict.Serial data is transmitted and received at 1200 baud.8 data1 stop No parityData is received in a strict block format and any data received which does not conform to this format is ignored by the control.The first byte in the transmitted block contains the unit no. which is being addressed.The unit nu mber corresp onds to the unit no. Displayed on the LECS 15 con trol pan el.2.Control FunctionsThis is 5 bytes message sent to the LECS 15 con trol.Byte 1-( Unit Number-1 ) XOR fOh,e,g,foh for unit no. 1Byte 2-Co ntrol Request 11hex ( ascii DCI char )Byte 3-Nnm ber of bytes to follow in this message02h in this casebyte 4-Co ntrol fun cti on No.called reactivate.OOh remote on-also01h remote off02h alarm muteByte 5-Checksum the least sig nifica nt byte of the binary sum of bytes 1 to 4.UNITNO is the unit number polled;TEMP is the control function number.Resp onse from LECS 15 con trol.The con trol will ack no wledge the con trol fun ctio n request with a 4 b yte message.Byte 1-unit number ( FOh- 92h ) ( see ‘ Control Functions ')Byte 2-ACK character (06h)Byte 3-n umber of bytes followi ng (01h)Byte 4-checksum of bytes 1 to 33.Enquiry FunctionsThere is a 5 or more byte message sent to the LECS 15 control.Byte 1-(unit Number T) XOR f0h, e.g.f0h for unit no. 1Byte 2-E nquiry Request 05h (Enq ASCll char)Byte 3-Number of bytes to follow in this message(n+2)Byte 4- Enquiry function no.00h status dump in sta ntan eous temp & humidity01h status dump averaged temp & hum02h ROM data/time dump03h 48 hour data dumpByte 4 + n -data necessary for each enquiry function request n bytes longByte 4 + n + 1 -checksumEnquiry Fun cti on request and resp on se.a)00h status dump with in sta ntan eous temps & humidity01h status dump with averaged temp & humidityn=0 in the message, xo the request is 5 bytes longByte 1-(unit Number -1) XOR f0h, e.g.f0h for unit no. 1Byte 2-E nquiry Request 06h (Ack ASCll char)Byte 3-Number of bytes to follow in this message 29hByte 4-Co ntroller type and ON/OFF statusBit 0 = —> Unit ONBit 1 = —> Alarm Buzzer OnBit 7 = —> Data Chiller Un it —> LECS15 unitBit 2 to 6 —Un defi nedByte 5,6 — (Temperature * 10) in BCD Hl/O byte format.Byte 9 to 11 — Alarm Bytes (see Byte 12 — Temperature and Humidity Setpoi ntTemp = 17 + ((Byte 12) AND f0h)/16 Deg CHum = 42 + ((Byte 12) AND 0fh)*2% rHByte 13 to 16 — Keyboard Data (see ‘ Keyboard Bytes ')Byte 17 to 22 — I/O Port Data (see Byte 23,24 — Cooling System Hours (HI/LP Bytes)Byte 25.26 — Humidity System Hours (HI/LP Bytes)Byte 27,28 — Air System hours (HI/LP Bytes)Byte 29 — Checksum = (SUM(Byte 1 to 28)) and ffh.b) 02h ROM date time dumpn = 0 — > 5 byte messagec) 03h — data Dump from internal RamFor this case 2 bytes follow byte #4. This function retrieves at most 30*2 minute records (1 hour) starting from the record indicate by the 2 bytes following byte 4. This umber is the binary representation of the first two minute data record to be retrieved.Note1 — the first record dumped is the most rece nt.Note2 — if the RAM has been reset by powering up the dip switch (No.9) on, then a record may be <50 ' 2 min records long.Note3 — the maximum nu mber of records if 1440.Note — any record with a zero value for bytes 5 should be igno red, and that record only serves as a place marker the dump while the unit was tur ned off.Alarm CodesAlarm are contained in Bytes 9 to 11 of the Status enquiry reply and Bytes 5 to 7 of each 2 minute record in the Data Dump reply . The ordering of the alarm bytes is the same in both replies. Startingwith the first byte. The interpretation of thealarm bytes follow.Alarm Byte 1 —Bit -+ 0 — > Temp High Alarm Codes ')I/O Port Bytes ')Bit 1 = 0 — >Temp LoBit 0,1 = 00 — >Sen sor Board faultBit 2 = 0 — >Hum HighBit 3 = 0 — >Hum LowBit 4 = 0 — >No Air FlowBit 5 = 0 — >Water Un der FloorAlarm Byte 2 —Bit 1 = 0 — > Compressor 1 High PressureBit 2 = 0 — > Compressor 2 High PressureBit 3 = 0 — >COOL modeBit 4 = 0 — >HEAT modeBit 5 = 0 — >HUMIDIFY modeBit 6 = 0 — >De HUMIDIFY mode Alarm Byte 3 —Bit 0 = =0 - -> System Service requiredBit 1 = =0 --> System Service requiredBit 2 = =0 --> System Service requiredBit 3 = =0 - -> Water level LowBit 4 = =0 --> Spare AlarmBit 5 = =0 --> Spare AlarmBit 6 = =0 --> Spare AlarmBit 7 =0 - -> Mains Power FailureI/O Port BytesThe state of the I/O ports are contained in bytes 17 to 22 of the Status Enquiry reply. The in terpretati on of these Bytes are as follows.I/O Byte 1 —Bit 5 = 1 — > Remote Shutdow n en abledI/O Byte 2 —Bit 3 = 1 — > Compressor 1 onBit 4 = 1 — > Compressor 2 onBit 5 = 1 — > Heater 1 onBit 6 = 1 — > Heater 2 onBit 7 = 1 — > Hot Gas By-Pass onI/O Byte 3 —Bit 4 to 7 — Chilled Water Value Ope ning% ope n = (((I/O Byte 3) AND f0h)/16)/15*100I/O Byte 4 —Bit 0 = 1 — > Flush Value Ope nBit 1 = 1 — > Humidifier OnBit 2 = 1 — > DeHum Fan mode OnBit 4 = 1 — > Fan OnI/O Byte 5 —Bit 0 = 0 — >Secondary Unit Enabled I/O Byte 6 —Not applicableKeyboard BytesThese are contained in bytes 13 to 18. KBD Byte 1 -Bit 2 = 0--> 1 Deg C & 5%rH Differe ntial -> Deg C & 10%rH Differe ntial KBD Byte 2 —Bit 2,3 = 00 — > 5 sec flush time=10 — > 10 sec flush time=01 — > 20 sec flush time。

艾默生电力电源通信协议

艾默生电力电源通信协议

约定:本章的“后台”,“上位机”,“自动化系统”,“远动系统”是同一个概念,指与直流系统通讯的一方。

11.1串行通讯协议串行通讯监控方式支持电力行业标准CDT协议,以接入电力自动化(远动)系统。

CDT协议是循环数据传送,在此方式中,发送端将要发送的数据分组,再按照约定的规则组合成帧。

从一帧的开头到结尾依次向接收端发送,全帧信息传送完毕后,又从头到尾重新传送。

这种方式由发送端周期性地发送信息而不询问接收端的是否接受到,也不要求接收端给予回答。

具体CDT协议标准框架请参考中华人民共和国电力行业标准《循环式远动规约》,代号为(DL 451-91)。

以下介绍本直流系统的CDT协议标准内容。

11.1.1术语定义状态量:用于描述系统运行时的采集量,取值为有限的几个值,并不表示系统的故障情况。

在协议中一般指交流当前工作路号、系统控制方式、电池充电状态、充电模块控制方式、充电模块开/关机状态等五个量,在本协议的遥信量中包括了此类量。

告警量:用于描述系统处于异常时的采集量,取值为0或1,当取值为1时表示系统有故障存在。

在本协议上送遥信量中的大部分都是此类量。

11.1.2物理接口1. 串行通讯口提供RS232、RS485、RS422三种串行通讯方式。

2. 数据传输速率提供600、1200、2400、4800、9600(缺省值)、19200bps五种通讯波特率。

3. 字符格式采用无校验位、8位数据位、1位停止位的异步串行通讯格式。

11.1.3帧结构帧结构如图11-1-1所示,每帧都以同步字开头,随后发送1个控制字和多个信息字,信息字的个数是可变的,其数值在控制字中有描述。

图11-1-1 帧结构11.1.4同步字本协议的同步字按发送的先后顺序为:EB、90、EB、90、EB、90。

11.1.5控制字控制字共有B7~B12个字节,其组成如图11-1-2所示。

b7b0B8B9B10B11B12图11-1-2 控制字组成1. 控制字节说明如图11-1-3所示。

艾默生逆变模块MODBUS协议

艾默生逆变模块MODBUS协议

1、概述本文描述了电力电源逆变模块使用的Modbus通讯规约,应用于逆变模块与上级监控设备之间的通信。

2、适用范围规约兼容于艾默生网络能源有限公司开发的逆变模块,是开发、测试电力电源逆变模块通讯软件的依据。

3、参考文献Modicon Modbus Protocol Reference Guide PI-MBUS-300 Rev.J 4、物理接口RS485/RS232(可选),波特率9600,字符格式采用奇校验位、8位数据位、1位停止位(O81)的异步串行通讯格式,数据应答时间<100ms,(数据应答时间是指上位机发送完查询数据包的最后一个字节与接收到逆变器应答的第一个有效字节之间的时间)。

5、帧结构采用Modbus规约的RTU(Remote Terminal Unit)方式,每个字节以2个十六进制数,有效的数据范围为0~9,A~F。

地址指逆变模块的地址,范围:185~204(通过按键界面设置,详见液晶操作说明)功能码逆变模块只支持功能码03(读数据)数据上报或下设的数据,按寄存器(数据地址)进行发送,每一个寄存器由两个字节组成,关于寄存器号的定义,请参阅附录A。

CRC校验码CRC(Cyclical Redundancy Check)对地址、功能码和数据进行校验,由两字节组成,CRC由传输设备生成,附加在数据帧中,如果由接收到数据计算出来的校验和与附加在数据后的校验和不一致,则有错误发生。

关于CRC生成函数,请参阅附录B内容。

6.命令解释6.1查询数据,功能码03上位机发送数据查询命令信息帧,逆变模块接收到正确的查询命令后,对命令进行响应回送数据给上位机。

格式如下:查询命令帧格式逆变模块响应帧格式注意:上位机可以一次查询一个寄存器的数据也可一次查询几个寄存器数据,另外可以从任意有效地址开始查询寄存器数据(注意合理的起始地址和查询个数)。

附录A数据地址定义上位机如果读取设备不支持的数据地址或不存在的数据地址,设备不响应。

UPS ITA NXC 30-40k 电总后台通讯协议(对外版)

UPS ITA NXC 30-40k 电总后台通讯协议(对外版)

UPS ITA40k 电总后台通讯协议(对外版)目录1概述.............................................................................................................................. 41.1协议概述........................................................................................................ 41.2适用范围........................................................................................................ 41.3引用标准........................................................................................................ 42底层协议...................................................................................................................... 42.1物理接口........................................................................................................ 42.2数据传输速率................................................................................................ 42.3字符格式........................................................................................................ 43数据类型...................................................................................................................... 43.1整型数............................................................................................................ 53.2浮点数............................................................................................................ 53.3无符号字符型................................................................................................ 54通讯方式...................................................................................................................... 54.1网络拓扑........................................................................................................ 54.2通讯的建立.................................................................................................... 65应用层数据包/帧格式定义 ........................................................................................ 65.1信息类型........................................................................................................ 65.2协议基本格式................................................................................................ 65.3基本数据格式................................................................................................ 75.4LENGTH数据格式........................................................................................... 75.5CHECKSUM数据格式....................................................................................... 85.6INFO数据格式............................................................................................... 95.7说明................................................................................................................ 95.8编码分类及定义............................................................................................ 96命令/响应信息详解 ................................................................................................ 106.1说明............................................................................................................ 106.2获取模拟量量化数据................................................................................ 106.2.1获取系统模拟量量化数据(浮点数,电总标准模拟量).................................6.2.2获取自定义模拟量量化数据1(浮点数,厂家扩展模拟量1).............. 126.2.3获取自定义模拟量量化数据2(浮点数,厂家扩展模拟量2).............. 136.2.4获取自定义模拟量量化数据3(浮点数,厂家扩展模拟量3).............. 156.2.5获取自定义模拟量量化数据4(浮点数,厂家扩展模拟量4).............. 166.3获取开关输入状态.................................................................................... 186.4获取告警状态............................................................................................ 216.4.1获取告警状态(标准帧)............................................ 216.5获取协议版本号........................................................................................ 296.6获取设备厂家信息.................................................................................... 306.7获取设备地址............................................................................................ 326.8远程控制命令............................................................................................ 327错误代码.................................................................................................................. 338附录.......................................................................................................................... 348.1参考文献.................................................................................................... 341概述1.1协议概述本文规定了ITA UPS与后台监控软件的通讯协议。

艾默生直流屏规约

艾默生直流屏规约

1、深圳华为模块直流屏通讯规约:1.物理接口:提供RS232、RS485、RS422三种串行通讯方式(注:在RS485方式下,只支持遥测和遥信命令,不支持遥调和遥控命令)。

2.数据传输速率:600、1200、2400、4800、9600(缺省值)、19200、38400 (bps)3.接口参数:1位起始位,8位数据位,1位停止位,无校验位的异步串行通讯。

4.规约类型:本规约遵守中国电力行业标准(DL 451—91)循环式远动规约标准。

5.在上下行信息中,控制字=71H.(注:在本协议的下行信息中,控制字D位必须为1,否则直流屏将不会执行下行命令!!!)以上所述的上行信息和下信息中若同时S=0,D=0,则表示源站址和目的的站址无意义。

6.源站址和目的站址说明在上行信息中,源站址是直流屏地址,即PSM-A监控模块面板显示中的本机地址,其取值范围为1~254,目的站址固定为01。

在下行信息中,源站址是指后台主机的地址,目的站址必须是直流屏的地址,若目的地址不正确,则下行命令将不会执行!!!6.5、帧类别本协议定义的帧类别码及其含义见表2表2 帧类别代号定义表7.2、功能码定义本协议用到的功能码分配见表3。

表3 功能码分配表注:在重要遥测、次要遥测量、一般遥测量中,本协议重复定义了功能码(具体功能码定义请参见表4、表5和表6),解释时可通过这三种遥测量不同的帧类别码来予以区分。

****注:本规约的遥测功能码全部从0开始,不可以只根据功能码去判断数据的类型,只能根据帧类别和功能码的组合判断。

7.3 遥测信息字格式遥测信息字格式见图5。

70图5 遥测信息字格说明:(1)每个信息字传送两路遥测量;(2)b11~b0传送一路模拟量,以二进制码表示,b11=0时为正数,b11=1时为负数,以2的补码表示负数;(3)b14=1表示溢出,b15=1表示无效。

9 自定义部分说明: (1)在目前的工程中,采用的均为标准直流屏系统(1个充电柜、1个馈电柜、GZDW35接线方式);(2)在下面的遥测和遥信表格中,凡是后面注明字母Y的,表示要进行采集和显示. 9.1、重要遥测量重要遥测量帧类别码为0x61,控制字节为0x71,其功能码和信息字定义见表4。

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

约定:本章的“后台”,“上位机”,“自动化系统”,“远动系统”是同一个概念,指与直流系统通讯的一方。

11.1串行通讯协议串行通讯监控方式支持电力行业标准CDT协议,以接入电力自动化(远动)系统。

CDT协议是循环数据传送,在此方式中,发送端将要发送的数据分组,再按照约定的规则组合成帧。

从一帧的开头到结尾依次向接收端发送,全帧信息传送完毕后,又从头到尾重新传送。

这种方式由发送端周期性地发送信息而不询问接收端的是否接受到,也不要求接收端给予回答。

具体CDT协议标准框架请参考中华人民共和国电力行业标准《循环式远动规约》,代号为(DL 451-91)。

以下介绍本直流系统的CDT协议标准内容。

11.1.1术语定义状态量:用于描述系统运行时的采集量,取值为有限的几个值,并不表示系统的故障情况。

在协议中一般指交流当前工作路号、系统控制方式、电池充电状态、充电模块控制方式、充电模块开/关机状态等五个量,在本协议的遥信量中包括了此类量。

告警量:用于描述系统处于异常时的采集量,取值为0或1,当取值为1时表示系统有故障存在。

在本协议上送遥信量中的大部分都是此类量。

11.1.2物理接口1. 串行通讯口提供RS232、RS485、RS422三种串行通讯方式。

2. 数据传输速率提供600、1200、2400、4800、9600(缺省值)、19200bps五种通讯波特率。

3. 字符格式采用无校验位、8位数据位、1位停止位的异步串行通讯格式。

11.1.3帧结构帧结构如图11-1-1所示,每帧都以同步字开头,随后发送1个控制字和多个信息字,信息字的个数是可变的,其数值在控制字中有描述。

图11-1-1 帧结构11.1.4同步字本协议的同步字按发送的先后顺序为:EB、90、EB、90、EB、90。

11.1.5控制字控制字共有B7~B12个字节,其组成如图11-1-2所示。

b7b0B8B9B10B11B12图11-1-2 控制字组成1. 控制字节说明如图11-1-3所示。

b7图11-1-3 控制字节E:扩展位E=0,帧类别码按表11-1定义。

E=1,帧类别码可另行定义,以便扩展功能。

在本协议中,此位总是为0。

L:帧长定义位当L=0时表示本帧信息字数n为0,即本帧没有信息字;当L=1时表示本帧有信息字。

在本协议中,此位总是为1。

S:源站址定义位D:目的站址定义位在上行信息中,S=1表示控制字中源站址有内容,源站址字节即代表信息始发站的站号,即直流屏的本机地址;D=1表示目的的站址字节有内容,目的站址字节代表主站站号。

在本协议的上行信息中,S位总是为1,D位总是为1。

在下行信息中,S=1表示源站址字节有内容,源站址字节代表主站站号;D=1表示目的站址字节有内容,即直流屏的本机地址。

在本协议的下行信息中,D位必须为1,否则直流屏将不会执行下行命令。

以上所述的上行信息和下信息中若同时S=0,D=0,则表示源站址和目的的站址无意义。

2. 源站址和目的站址说明在上行信息中,源站址是直流屏地址,即PSM-A监控模块面板显示中的本机地址,其取值范围为1~254,目的站址固定为01。

在下行信息中,源站址是指后台主机的地址,目的站址必须是直流屏的地址,若目的地址不正确,则下行命令将不会执行。

3. 校验码本协议采用CRC校验,校验多项式为G(X)=X8+X2+X+1,对每个控制字或信息字的前5个字节进行CRC校验,生成一个8位的余数,该余数取反后即可作为校验码尾随前5字节发送。

计算方法如下:将每个控制字或信息字中的前5个字节按从低到高的顺序排列,每个字节的位从高到低排列,构成一个位流,在这个位流的后面加上8个0,从而得到一个48位的位流。

例如,对某个信息字有B0-B5共6个字节,每个字节8位分别为bi7-bi0(i为字节序号,取值范围0~4),则按上面的方法得到的位序列为b07b06...b00,b17b16..b10,...,b47b47 (40)00000000,用校验多项式107H (X^8+X^2+X+1)作为除数去除这个码流,相除时不做减法而做异或,最后得到一个8位的余数,将这个8位的余数取反后或到48位的码流的尾部,即可得到一个带8位CRC校验码的48位序列。

例:有信息字包括如下5个字节43H,E8H,7DH,33H,56H,可得到一个码流01000011,11101000,01111101,00110011,01010110,00000000,用107H除该码流,得到余数为2FH,取反后得以校验码D0H,因此最后发送的字节序列为43H,E8H,7DH,33H,56H,D0H共6个字节,计算程序可参考如下C程序:/*==========================================================计算CRC校验码函数;输入:要计算数据缓冲区的起始指针pBuff,缓冲区的字节数Len;输出:CRC校验码功能:计算CRC校验码==========================================================*/BYTE CalcCRC(BYTE *pBuff, int len){int q, r;int crc;int i;crc = 0;q = 0; /*字节计数器*/r = 0; /*字节内位的计数器*/while(q < len){if(pBuff[q] & (0x80>>r)) /*当字节内某位为1时,在余数末尾置1,否则置0*/crc |= 0x01;if(crc >= 0x100)crc ^= 0x107; /*异或多项余子式*/crc <<= 1;r++;if(r == 8) /*处理下一个字节*/{r = 0;q++;}}for(i=0; i<8; i++) /*对位流的后8位计算CRC校验码*/{if(crc >= 0x100)crc ^= 0x107;crc <<= 1;}crc >>= 1;crc = (~crc); /*余数取反*/return (BYTE)crc;}4. 帧类别码本协议定义的帧类别码及其含义见表11-1。

表11-1 帧类别代号定义表5. 信息字数信息字数n表示该帧中所含信息字数量,即信息字1至信息字n的总数,n=0表示无信息字。

11.1.6帧系列及信息字传送规则对于遥测量,本协议按定时方式循环发送A帧(重要遥测)、B帧(次要遥测)、C帧(一般遥测)的内容,定时时长分别为:3秒、6秒、20秒。

对于遥信量,本协议按插入方式循环发送,即在A、B、C帧的发送时间间隙发送。

遥信信息字中不含子站工作状态信息,遥信变位时也不作处理。

对于遥控命令的返校信息,采用插入的方式进行发送。

11.1.7信息字1. 信息字结构每个信息字由Bn ~ Bn+56个字节构成:功能码1个字节,信息和数据码共4个字节,检验码1个字节,其通用格式如图11-1-4所示。

b7 b0BnBn+1Bn+2Bn+3Bn+4Bn+5图11-1-4 信息字通用格式2. 功能码定义本协议用到的功能码分配见表11-2。

表11-2 功能码分配表注:在重要遥测、次要遥测量、一般遥测量中,本协议重复定义了功能码(具体功能码定义请参见表11-3、表11-4和表11-6),解释时可通过这三种遥测量不同的帧类别码来予以区分。

3. 遥测信息字格式遥测信息字格式见图11-1-5。

BnBn+1一路遥测量Bn+2Bn+3二路遥测量Bn+4Bn+5图11-1-5 遥测信息字格式说明:A. 每个信息字传送两路遥测量。

B. 每个遥测量b11~b0传送模拟量,Bn+1、Bn+2为一路遥测量,Bn+3、Bn+4为二路遥测量,以二进制码表示,b11=0时为正数,b11=1时为负数,以2的补码表示负数。

C. b14=1表示溢出,b15=1表示无效。

4. 遥信信息字格式遥信信息字格式见图11-1-6。

BnBn+1Bn+2Bn+3Bn+4Bn+5图11-1-6 遥信信息字格式说明:A. 每个遥信字含32个状态位,B0~B31表示其状态量。

B. 各状态位定义参见表11-6,7,8,9。

5. 命令格式遥控过程及遥控帧结构如图11-1-7所示。

遥控命令控制字和控制字节格式见图11-1-8。

遥控过程的信息字格式见图11-1-9。

(a)遥控过程这里三个信息字的内容相同(b)遥控命令帧结构图11-1-7 遥控过程及帧结构b0B7字节B8B9B10B110 1 1 1 0 0 0 1B12(a)控制字格式(b)控制字节图11-1-8 遥控命令的控制字b7b0E L S Db7b0b7b0B n字节B n字节B n+1 B n+1B n+2 B n+2B n+3 B n+3B n+4 B n+4B n+5 B n+5(a)遥控选择(下行)(b)遥控返校(上行)b7b0b7b0B n字节B n字节B n+1 B n+1B n+2 B n+2B n+3 B n+3B n+4 B n+4B n+5 B n+5(c)遥控执行(下行)(d)遥控撤消(下行)图11-1-9 遥控过程的信息字说明:开关序号为二进制码。

遥控返校字为上行信息,随机插在上行信息中不跨帧地连送三遍。

开关操作将由直流屏进行检查,若不能进行操作则把B n+1字节内容改为FFH。

遥控返校后若超时30秒未收到下行的遥控执行命令,本次命令便自动撤消。

6. 设定命令设定命令控制字格式同5遥控命令,但设定命令只有一个下行帧,无返校、执行和撤消命令帧。

控制字的帧类别为57H,其信息字格式如图11-1-10所示。

b7b0B n字节B n+1B n+2B n+3B n+4B n+5图11-1-10 设定命令(下行)说明:对象号为二进制码。

设点数为12进制码,不乘以系数,负数以2的补码表示。

11.1.8自定义信息字根据直流屏需要传送的信息,将遥测量分为以下三类:重要遥测量:传送馈电屏的测量参数次要遥测量:传送充电柜的测量参数一般遥测量:传送充电模块的参数1. 重要遥测量重要遥测量帧类别码为0x61,控制字节为0x71,其功能码和信息字定义见表11-3。

直流屏将根据馈电柜的个数决定上送的信息字个数,最大可上送5个馈电柜的遥测量。

如表4所示,当馈电柜个数为1时,直流屏将上送功能码为0x01~0x08的信息字内容;当馈电柜个数为2时,直流屏将上送功能码为0x01~0x08、0x11~0x18的信息字内容;当馈电柜个数为3时,直流屏将上送功能码为0x01~0x08、0x11~0x18、0x21~0x28的信息字内容;当馈电柜个数为4时,直流屏将上送功能码为0x01~0x08、0x11~0x18、0x21~0x28、0x31~0x38的信息字内容;当馈电柜个数为5个时,直流屏将上送功能码为0x01~0x08、0x11~0x18、0x21~0x28、0x31~0x38、0x41~0x48的信息字内容。

相关文档
最新文档