ANSI CTA-2045.3-2014 Modular Communications Interface for Thermostat Message Set (Formerly ANSI CEA-2045.3).pdf
《ANSI CTA-2045.3-2014 Modular Communications Interface for Thermostat Message Set (Formerly ANSI CEA-2045.3).pdf》由会员分享,可在线阅读,更多相关《ANSI CTA-2045.3-2014 Modular Communications Interface for Thermostat Message Set (Formerly ANSI CEA-2045.3).pdf(58页珍藏版)》请在麦多课文档分享上搜索。
1、 ANSI/CTA Standard Modular Communications Interface for Thermostat Message Set ANSI/CTA-2045.3 (Formerly ANSI/CEA-2045.3) August 2014 NOTICE Consumer Technology Association (CTA) Standards, Bulletins and other technical publications are designed to serve the public interest through eliminating misun
2、derstandings between manufacturers and purchasers, facilitating interchangeability and improvement of products, and assisting the purchaser in selecting and obtaining with minimum delay the proper product for his particular need. Existence of such Standards, Bulletins and other technical publication
3、s shall not in any respect preclude any member or nonmember of the Consumer Technology Association from manufacturing or selling products not conforming to such Standards, Bulletins or other technical publications, nor shall the existence of such Standards, Bulletins and other technical publications
4、 preclude their voluntary use by those other than Consumer Technology Association members, whether the standard is to be used either domestically or internationally. Standards, Bulletins and other technical publications are adopted by the Consumer Technology Association in accordance with the Americ
5、an National Standards Institute (ANSI) patent policy. By such action, the Consumer Technology Association does not assume any liability to any patent owner, nor does it assume any obligation whatever to parties adopting the Standard, Bulletin or other technical publication. This document does not pu
6、rport to address all safety problems associated with its use or all applicable regulatory requirements. It is the responsibility of the user of this document to establish appropriate safety and health practices and to determine the applicability of regulatory limitations before its use. This documen
7、t is copyrighted by the Consumer Technology Association and may not be reproduced, in whole or part, without written permission. Federal copyright law prohibits unauthorized reproduction of this document by any means. Organizations may obtain permission to reproduce a limited number of copies by ent
8、ering into a license agreement. Requests to reproduce text, data, charts, figures or other material should be made to the Consumer Technology Association. (Formulated under the cognizance of the CTA R7.8 Modular Communication Interface for Energy Management Subcommittee.) Published by CONSUMER TECHN
9、OLOGY ASSOCIATION 2015 Technology Phone 800-699-9277; Fax 734-780-2046; Internet http:/; Email 2.2 Compliance Notation As used in this document “shall” and “must” denote mandatory provisions of the standard. “Should” denotes a provision that is recommended but not mandatory. “May” denotes a feature
10、 whose presence does not preclude compliance, and implementation of which is optional. “Optional” denotes items that may or may not be present in a compliant device. 2.3 Definitions Big-Endian Specifies that the transmission byte order of a data stream is MSB first LSB Least Significant Byte e.g. fo
11、r the value 0x12345678, 0x78 is the LSB LSN Bits 23through 20e.g. the LSN of 0xAB is 0xB 2 MSB Most Significant Byte e.g. for the value 0x12345678, 0x12 is the MSB MSN Bits 27through 24e.g. the MSN of 0xAB is 0xA Nibble Four bit value obtained by dividing a byte in half SGD Smart Grid Device the end
12、 device that is being informed of grid conditions SINT8 Eight-bit signed value (ones compliment) SINT16 16-bit signed value (ones compliment) UCM Universal Communications Module the communications device that provides communication connectivity to an SGD UINT8 Eight-bit unsigned value UINT16 16-bit
13、unsigned value UINT32 32-bit unsigned value 2.4 Symbols and Abbreviations TOD Time of Day Schedule, typically a Weekday/Weekend or seven-day schedule of times and set points 3 Thermostat Message Set The thermostat message set is an extension of the ANSI/CEA-2045 Intermediate DR message set (Message
14、Type = 0x08, 0x02). Unlike the Basic DR Application message set, which is fixed at 8 bytes total message length, Intermediate DR application messages have variable lengths. Some message definitions include Null terminated strings which causes the length of the packet to be content specific. Prior to
15、 sending any of the messages defined in this document, the device must negotiate the maximum payload size using the “Query: Maximum payload length?“ and “Response: Maximum payload length“ messages defined in Section 6 of ANSI/CEA-2045. ANSI/CEA-2045 prohibits transfer of serial messages that would o
16、verflow buffers of the recipient. Intermediate DR commands are all optional. Where the terms “optional” and “mandatory” are used in the tables in this section, they refer only to the requirement for those fields within the message being described. Where multiple fields are labeled as “optional”, the
17、 sender must include all elements up to the last “optional” value transmitted. 3.1 Required Command Support Devices implementing the Thermostat Message Set must support the following commands: 3 Thermostat Mode Hold Mode Thermostat Status Thermostat Features 3.2 Operational Mode Commands These comma
18、nds are used to determine the current operating state or alter the current operating state. 3.2.1 Thermostat Mode This command is used to get or set the current operating mode in the thermostat. Parameters System Mode Value Mode 0 Off 1 Auto 2 Reserved 3 Cool 4 Heat 5 Aux/Emer Heat 6 Reserved 7 Rese
19、rved SGD Get: Not Applicable SGD Set: Not Applicable UCM Get: SGD responds UCM Set: SGD responds Get Thermostat Mode Request Payload Byte Value Comments Mandatory/Optional 1 0x07 OpCode1 M 2 0x01 OpCode2 M 4 Get Thermostat Mode Response Payload Byte Value Comments Mandatory/Optional 1 0x07 OpCode1 M
20、 2 0x81 OpCode2 M 3 Response Code M 4 System Mode M Set Thermostat Mode Request Payload Byte Value Comments Mandatory/Optional 1 0x07 OpCode1 M 2 0x01 OpCode2 M 3 System Mode M Set Thermostat Mode Response Payload Byte Value Comments Mandatory/Optional 1 0x07 OpCode1 M 2 0x81 OpCode2 M 3 Response Co
21、de M 3.2.2 Fan Mode This command is used to get or set the current fan mode in the thermostat. Parameters Fan Mode Value Mode 0 Auto 1 On 2 Circulate SGD Get: Not Applicable SGD Set: Not Applicable UCM Get: SGD responds UCM Set: SGD responds Get Fan Mode Request Payload Byte Value Comments Mandatory
22、/Optional 1 0x07 OpCode1 M 2 0x02 OpCode2 M 5 Get Fan Mode Response Payload Byte Value Comments Mandatory/Optional 1 0x07 OpCode1 M 2 0x82 OpCode2 M 3 Response Code M 4 Fan Mode M Set Fan Mode Request Payload Byte Value Comments Mandatory/Optional 1 0x07 OpCode1 M 2 0x02 OpCode2 M 3 Fan Mode M Set F
23、an Mode Response Payload Byte Value Comments Mandatory/Optional 1 0x07 OpCode1 M 2 0x82 OpCode2 M 3 Response Code M 3.2.3 Hold Mode This command is used to get or set the current Hold mode in the thermostat. Parameters Hold Mode Value Mode 0 No Hold 1 Temporary Hold 2 Permanent Hold 3 Timed Hold Hol
24、d Set Point: the current hold set point in F, UINT8. Timed Hold Time Remaining: Minutes, if in Time Hold, the time remaining before the hold expires, UINT16. SGD Get: Not Applicable SGD Set: Not Applicable UCM Get: SGD responds UCM Set: SGD responds 6 Get Hold Request Payload Byte Value Comments Man
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ANSICTA204532014MODULARCOMMUNICATIONSINTERFACEFORTHERMOSTATMESSAGESETFORMERLYANSICEA20453PDF

链接地址:http://www.mydoc123.com/p-434580.html