File Type Specification

Size: px
Start display at page:

Download "File Type Specification"

Transcription

1 1 2 Device Description File Recom Annex V Approved for first release: Approved for second release: Approved for final release: San Ramon, CA, USA, Executive Summary 10 Ver. Editor Change Date 0.1 TM First Draft Nov 28, 2016 Device Description File Page 1/10

2 Table of Contents 1. Introduction Scope and Purpose Acronyms and Abbreviations Definitions Conformance Levels Changelog of the DDF Fehler! Textmarke nicht definiert References... Fehler! Textmarke nicht definiert EnOcean Alliance & EnOcean GmbH Documents... Fehler! Textmarke nicht definiert. 2. Device Description File Motivation... 5 Device Description File Page 2/10

3 Introduction 1.1. Scope and Purpose This document is intended for device manufacturer creating DDF (Device Description Files) and Companies developing a DDF Parser. DDFs are part of the ReCom (Remote Commissioning Specification) and are used to specify the ReCom features of the Device. Additionally the DDF is used as an Electronical Datasheet and shall fully describe the capabilities of the device, e.g. the used/supported EEP (EnOcean Equipment Profiles) and or GP (Generic Profiles), different other Device Capabilities, the Hardware and Firmware Revision and a Description of the Device. The DDFs is part of the simplification of integrating and commissioning in EnOcean Devices inside of Buildings/Smart Homes and the Internet of the thing and is part of the new Certification Program. The idea is that in the end each Device has its own ProductID for identification and using this ProductID the installer using a Tool can load the self-describing DDF for this Device and can plan/ install / commission in the Device into his EnOcean network or even the full building network. Chapter 1 mentions the general scope, acronyms, definitions contributors, Chapter 2 describes the DDF format and changes in the Format over time. Chapter 3 is an HowTo for writing a DDF Acronyms and Abbreviations DDF: Device Description File EEP: EnOcean Equipment Profiles GP: Generic Profiles ReCom: Remote Commissioning Definitions EURID: EnOcean Unique Radio Identifier Unique Device Address of each module. This was called ChipID earlier. BaseID: Alternative Sender Address which can used. The Base ID can be modified by a device and can be used to replace one module with another. Using Base ID as base for sending, allows a device to use 128 different addresses for sending telegrams Conformance Levels MUST: Device Description File Page 3/10

4 This word, or the terms "REQUIRED" or "SHALL", mean that the definition is an absolute requirement of the specification. MUST NOT: This phrase, or the phrase "SHALL NOT", means that something is prohibited by the specification. SHOULD This word, or the word "RECOMMENDED", means that, in particular cases, there may be valid reasons not to follow a point of the specification. However the full implications must be understood and weighed before choosing a different course SHOULD NOT This phrase, or the phrase "NOT RECOMMENDED" means that, in particular cases, there may be valid reasons where certain behavior is acceptable or even useful. However the full implications must be understood and weighed before choosing to implement anything described with this phrase. MAY This word, or the adjective "OPTIONAL", means that an item may or may not be implemented. One vendor may choose to include the item because a particular marketplace requires it or because the vendor feels that it enhances the product while another vendor may omit the same item. In either case, both MUST be prepared to interoperate with each other, though perhaps with reduced functionality. 76 Device Description File Page 4/10

5 Device Description File 2.1. Motivation With the increasing complexity of use cases for Building automation/ Smart Homes and as Part of the Internet of things it is necessary that Device Installation becomes easier. Due to the limitation of the Energy Harvesting Devices and the EnOcean protocol, it is not possible that devices are describing them completely over the air, compared to other protocols. The DDF is a suggested solution to allow a device to describe itself completely. Each EnOcean Device, which has a Product ID, will have a DDF describing all the necessary features of the Device to Commission it into the network. The Product ID of a device can either be queried via ReCom or can be scanned from the QR Code if the Device does not Support Bidirectional Communication. All the information contained in the DDF allows an EnOcean network integrator to bind, and configure all devices as needed. The DDF uses a XML format for the description and a XSD is available for the validation of the XML Changelog of the DDF November 2016 ChipIDBased tag in TX has been renamed to EURID BaseIDBased tag in TX has been renamed to BaseID Properties type has been added to describe Device Property which are not configurable Parameters renamed to RecomParameters LinkEntry type added for EEP/GP tag for supported profiles to inform if a LinkEntry is used for the profile For RecomParameters the accesslevel (read/write or readwrite) and recommendeduserlevel (admin/user) attribute has been added. Product_ID: enforcing to use the 6Byte product id (2Byte Manufacturer ID + 4 byte Product Reference) LinkEntry Direction Ingoing renamed to Inbound and Outgoing to Outbound Juny 2016 Changes after the TWG Meeting: Tag SupportedRPC added for a list of RPC which are supported by the Device Param Type for Recom Device Paramaters has been reworked: o Text type added. Device Description File Page 5/10

6 o o o o Flag type removed. Data type has been replaced with Scaled type, which uses the EEP way for describing scaled parameters The device parameter can have a RPCWriteStartAddress and RPCWriteLength attribute to use the RPC Write command to modify the parameters. Length of parameters uses bytes for length description Version February 2015 First revision of the DDF available to the TWG Example DDF available In the ZIP folder 3 DDFs are available: Device_Description_File_ExamplePTM: A PTM device, which does not support any ReCom and only describes the send Profile Device_Description_File_ExampleSTM: A bidirectional Sensor device which allows the selection of the used profile Type via ReCom Device_Description_File_ExampleController: A complex Controller which support different ReMan/ ReCom devices DDF structure Overview Figure 1 XSD and XML A DDF is XML file which can be validated using the ReCom_Device_Description_Schema.xsd Device Description File Page 6/10

7 Structure Overview The root node of the DDF is Enocean_Devices and contains a fixed attribute schemaversion, to inform the parser about the schema used Figure 2 Root node and 1 and 2 Level Entries The root node consist out of a Device and for each Device the 6byte Product_ID needs to be added. Device Node (Requiered) : xs:string <Device Product_ID="0x AB"> Name Node (Requiered) : xs:string The first mandatory child Node is the Name of the Device, a string. Description Node (Requiered) : xs:string The required Description node is a clear text string description of the product. Firmware Version Node (Requiered) : xs:string attribute For each product reference the firmware version is fixed, and the used firmware version is written here. Hardware Version Node (Requiered) : xs:string The product reference code is unique for each Hardware Version, which is reflected here. Frequency Node (Requiered) : FreqType The Frequency Node informs which valid EnOcean Radio Frequency is used. Currently these are Device Description File Page 7/10

8 TX Node (optional ) The TX node informs which EEP and/or GP a Device is capable of Transmitting and if the Profile is transmitted using the EURID or a BaseID. Additionally the LinkEntry attribute is used for each Profile to inform if the used profile generated an outbound LinkEntry for a bidirectional Profile. If no LinkEntry attribute is used for the EEP or GP profile the None attribute shall be used. RX Node (optional ) The RX node informs which EEP and/or GP a Device is capable of Receiving. Additionally the LinkEntry attribute is used for each Profile to inform if the used profile generated an inbound LinkEntry for a Profile. If no LinkEntry attribute is used for the EEP or GP profile (e.g. if the profile is bidirectional outbound profile) the None attribute shall be used. LinkTable_MetaData (optional ) This optional node, informs if the Device supports an outbound and/or inbound LinkTable and how many entries each Table can have. DeviceParameters Node (optional ) The DeviceParameters Node contains three optional child nodes: Properties, RecomParameters and Applications. Properties are non-changeable Device Parameters, like a Temperature Threshold or a nonconfigurable Heartbeat of a Device. RecomParameters are Device Parameters which can be read or/and written via ReCom and change the device behavior. Applications are recommended ReCom settings for typical Use Cases for a Device. For example a Led Controller could contain Application Settings for Stand Alone use, use in an office, use for a residential home. Properties Node (optional ) Each Property Node consist out of a Param node. Each param node has a Name Node, a description node, a value node and an unit node. RecomParameters Node (optional ) The RecomParamaters node contains multiple param node. The ReCom parameter node can contain an RPCWriteStartAddress and RPCWriteLength attribute, which describes if a RPC write/read command can be used to read or write all parameters at once. Each param node has an index attribute, an accesslevel attribute which can be read,write or readwrite and describes if the parameter can be read and/or written. The recommendeduserlevel attribute is a recommendation which sort of users shall be normally able to change this Parameter. This can either be admin or user. An admin is user with deep technical understanding (e.g. the EnOcean Network Manager or the electrician installing the system) and a user is someone using the device at normal operation (e.g. the home owner who want to change a few Device Description File Page 8/10

9 paramters). Each param node contains a description and then can either contain the scaled, text, enum or pivate node. Scaled Node A scaled item, is a parameter which represent a rational number and is scaled to a rawvalue. The Length_In_Bytes describes how many bytes the parameter is using, the default_value node is the Out Of box value of this parameter. Range and Scale define how the conversion between the raw and real value works. The Unit is the physical unit of the parameter. Range Min and Range Max. The Range represents the starting-point and the end-point of the respective data inside the telegram coding. Scale Min and Scale Max. The scale, represents the starting-point and the end-point of the respective real value Figure 3 Conversion of scaled item Text Node The text node only contains the Length_In_Bytes to describe how many bytes the Text can be. The UTF8 encoding is used to store texts inside of the device. This parameter can be used e.g. to store a Location of a device. Enum Node The enum Node is used to describe a enum. The Enum node contains the Default_Value, the Length_In_Bytes and EnumList Node. The EnumList Node is a list of all available enums. Each enum consist out of a description and the index of enum. A range of enums can be compromised to a scaledenum_value, which uses the same rules as a scaled node for conversion. The attribute indexmin and indexmax is the same as rangemin and rangemax. This mixture can be e.g. used if certain Values have a special meaning and other Values represent a physical unit. A typical example would be a configurable Wakeup time. 0 could be described as no wakeup, could be minutes and 255 random wake up time. Private Node The private node contains the Default_Value and Length_In_Bytes node. Device Description File Page 9/10

10 Application Node (optional ) An application Node consists out of different App node. Each app node starts with a description and then a list of Parameters. Each param is referenced with the index attribute and the ConfigValue is the rawvalue of the parameter for this configuration Index_Linked_Parameters Node (optional ) The index linked parameters consists first out of list of parameters using the param structure like the RecomParameters Node. Afterwards the Links node follows, which consist out of LinkEntry nodes. A link node describes which parameters can be modified for which type of EEPS and if the parameters are available for the inbound or the outbound table. Afterwards the Application node follows, which describes again recommended values for certain use cases. LinkEntry Node The link Entry node first starts with a list of EEP Type, to inform for which EEP this link of parameter is valid. Then a list of param Nodes follow. Each node contains an attribute index, this is the index used in the previous Parameters parm node list. OptionalCommands Node (optional ) The OptionalCommand node can consist out of the ResetDevice/RadioLinkTest and RepeaterFunctions node to list additional ReCom commands which are supported by the device. SupportedRPC Node (optional ) The supported RPC list different RPC which are supported. Each rpc node consist out of the FunctionCode node and the ManufacturerID Device Description File Page 10/10

Generic Profiles V 1.0

Generic Profiles V 1.0 Generic Profiles V 1.0 EnOcean Alliance Inc. San Ramon, CA, USA, June 20, 2013 Executive Summary This is an extract from the document that provides the specification of Generic Profiles. The full specification

More information

System Specification. Product ID and Standardized Labeling Specification. Approved for first release: March, 26, 2014

System Specification. Product ID and Standardized Labeling Specification. Approved for first release: March, 26, 2014 Product ID and Standardized Labeling Specification Approved for first release: March, 26, 2014 Approved for final release: May, 16, 2014 San Ramon, CA, USA, 2014 Executive Summary The concept of a unique

More information

Ver. Editor Change Date. 0.1 MH First release March 26, MH Moved coding to ANSI. May 16, MH Added comments by Vicos.

Ver. Editor Change Date. 0.1 MH First release March 26, MH Moved coding to ANSI. May 16, MH Added comments by Vicos. Product ID and Standardized Labeling Specification V 1.4 Approved for first release: March, 26, 2014 Approved for final release: May, 16, 2014 San Ramon, CA, USA, 2014 Executive Summary The concept of

More information

(Full Specification available to Participant & Promoter Members of the EnOcean Alliance)

(Full Specification available to Participant & Promoter Members of the EnOcean Alliance) Remote Commissioning Summary for Public Use (Full Specification available to Participant & Promoter Members of the EnOcean Alliance) ABSTRACT This document serves as a basic overview of the contents of

More information

Ver. Editor Change Date. All the answer commands are defined as UNICAST

Ver. Editor Change Date. All the answer commands are defined as UNICAST Remote Management V 2.7 San Ramon, CA, USA, 2016 Executive Summary Ver. Editor Change Date 1.1 Added Smart Acknowledge RPCs 1.2 Corrected Smart Acknowledge RPCs for simple remote management 1.3 Migrated

More information

Conformance Requirements Guideline Version 0.1

Conformance Requirements Guideline Version 0.1 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 Editors: Conformance Requirements Guideline Version 0.1 Aug 22, 2001 Lynne Rosenthal (lynne.rosenthal@nist.gov)

More information

MACHINE READABLE TRAVEL DOCUMENTS

MACHINE READABLE TRAVEL DOCUMENTS MACHINE READABLE TRAVEL DOCUMENTS ADVANCED SECURITY MECHANISMS FOR MACHINE READABLE TRAVEL DOCUMENTS EXTENDED ACCESS CONTROL (EACv1) COMPLEMENTARY TO TEST METHODS FOR MRTDs USING STATIC BINDING Version

More information

ENGINEERING COMMITTEE Digital Video Subcommittee

ENGINEERING COMMITTEE Digital Video Subcommittee ENGINEERING COMMITTEE Digital Video Subcommittee SCTE 164 2010 Emergency Alert Metadata Descriptor NOTICE The Society of Cable Telecommunications Engineers (SCTE) Standards are intended to serve the public

More information

WAP Provisioning Architecture Overview

WAP Provisioning Architecture Overview WAP Provisioning Architecture Overview WAP-182-PROVARCH Proposed Version 19-February-2000 Wireless Application Protocol WAP Provisioning Architecture Overview Wireless Application Protocol Forum Ltd.2000.

More information

IMPLEMENTATION GUIDE

IMPLEMENTATION GUIDE 1 PAN EUROPEAN VERIFICATION FUNCTION 2018-04-11 VERSION 01 RELEASE 00 2 Copyright notice: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 Copyright ENTSO-E. All Rights Reserved. This document and its whole translations

More information

User Manual. EDK 400J EnOcean Developer Kit

User Manual. EDK 400J EnOcean Developer Kit User Manual EDK 400J EnOcean Developer Kit EDK 400J User Manual Important Notes This information describes the type of component and shall not be considered as assured characteristics. No responsibility

More information

M-bus configuration and readout software ACT531 User s guide

M-bus configuration and readout software ACT531 User s guide s M-bus configuration and readout software ACT531 User s guide 012_A6V10844345_en_c 2018-09-13 Building Technologies Published by: Siemens Switzerland Ltd. Building Technologies Division International

More information

AMERICAN NATIONAL STANDARD

AMERICAN NATIONAL STANDARD Digital Video Subcommittee AMERICAN NATIONAL STANDARD Methods for Isochronous Data Services Transport NOTICE The Society of Cable Telecommunications Engineers (SCTE) / International Society of Broadband

More information

Decoding Gateway Firmware. March 4, 2015 USER MANUAL V1.1. Phone Fax

Decoding Gateway Firmware. March 4, 2015 USER MANUAL V1.1. Phone Fax Decoding Gateway Firmware March 4, 2015 EnOcean GmbH Kolpingring 18a 82041 Oberhaching Germany Phone +49.89.67 34 689-0 Fax +49.89.67 34 689-50 info@enocean.com www.enocean.com Subject to modifications

More information

MDM Syndication and Importing Configurations and Automation

MDM Syndication and Importing Configurations and Automation MDM Syndication and Importing Configurations and Automation Applies to: SAP MDM SP 05 Summary This document was written primarily for syndication and import of records into SAP NetWeaver MDM from different

More information

NHS STU3 Capability Statement Profile Design

NHS STU3 Capability Statement Profile Design Document filename: NHS STU3 Capability Statement Profile Design.docx Project / Programme Programme 14 Interoperability & Architecture Project Document Reference Project Manager Richard

More information

SOFTWARE COMMUNICATIONS ARCHITECTURE SPECIFICATION APPENDIX A: GLOSSARY

SOFTWARE COMMUNICATIONS ARCHITECTURE SPECIFICATION APPENDIX A: GLOSSARY SOFTWARE COMMUNICATIONS ARCHITECTURE SPECIFICATION APPENDIX A: GLOSSARY Version: 4.1 Prepared by: Joint Tactical Networking Center (JTNC) 33000 Nixie Way San Diego, CA 92147-5110 Distribution Statement

More information

User Manual EDK 350 Developer Kit EDK 352 Thermo Developer Kit (EDK 350 upgrade) EPK 350 Programmer Kit (ESK 300 upgrade)

User Manual EDK 350 Developer Kit EDK 352 Thermo Developer Kit (EDK 350 upgrade) EPK 350 Programmer Kit (ESK 300 upgrade) User Manual EDK 350 Developer Kit EDK 352 Thermo Developer Kit (EDK 350 upgrade) EPK 350 Programmer Kit (ESK 300 upgrade) EDK 350 / EDK 352 / EPK 350 User Manual Important Notes This information describes

More information

Getting Started V1.5

Getting Started V1.5 Getting Started V1.5 EDK 300 Getting Started Important Notes This information describes the type of component and shall not be considered as assured characteristics. No responsibility is assumed for possible

More information

ONVIF Advanced Security Client Test Specification

ONVIF Advanced Security Client Test Specification ONVIF Advanced Security Client Test Specification Version 17.06 June 2017 www.onvif.org 2017 ONVIF, Inc. All rights reserved. Recipients of this document may copy, distribute, publish, or display this

More information

UK Data Model for RFID in Libraries

UK Data Model for RFID in Libraries UK Data Model for RFID in Libraries March 2010; revised June, November 2011 Introduction: What is the UK Data Model for ISO 28560-2? RFID tags are placed in library books to enable the automated identification

More information

OMA Device Management Tree and Description Serialization

OMA Device Management Tree and Description Serialization OMA Device Management Tree and Description Serialization Approved 1.2 09 Feb 2007 Open Mobile Alliance OMA-TS-DM_TNDS-V1_2-20070209-A OMA-TS-DM_TNDS-V1_2-20070209-A Page 2 (19) Use of this document is

More information

Lemonbeat Technical Documentation. Lemonbeat. smart Device Language. Specification Version /08/2017

Lemonbeat Technical Documentation. Lemonbeat. smart Device Language. Specification Version /08/2017 Lemonbeat Technical Documentation Lemonbeat smart Device Language Specification Version 1.13 10/08/2017 Contents 1 Introduction 4 1.1 Document revision history................................. 5 2 Lemonbeat

More information

ENGINEERING COMMITTEE Digital Video Subcommittee SCTE Digital Program Insertion Advertising Systems Interfaces. Part 4

ENGINEERING COMMITTEE Digital Video Subcommittee SCTE Digital Program Insertion Advertising Systems Interfaces. Part 4 ENGINEERING COMMITTEE Digital Video Subcommittee SCTE 130-4 2009 Digital Program Insertion Advertising Systems Interfaces Part 4 Content Information Service (CIS) NOTICE The Society of Cable Telecommunications

More information

ISO/IEC Information technology Radio frequency identification (RFID) for item management: Data protocol Application interface

ISO/IEC Information technology Radio frequency identification (RFID) for item management: Data protocol Application interface STANDARD ISO/IEC 15961-1 First edition 2013-03-15 Information technology Radio frequency identification (RFID) for item management: Data protocol Part 1: Application interface Technologies de l'information

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Biometric data interchange formats Part 9: Vascular image data

ISO/IEC INTERNATIONAL STANDARD. Information technology Biometric data interchange formats Part 9: Vascular image data INTERNATIONAL STANDARD ISO/IEC 19794-9 First edition 2007-03-01 Information technology Biometric data interchange formats Part 9: Vascular image data Technologies de l'information Formats d'échange de

More information

For example, under Presentation Node Type, one would not say:

For example, under Presentation Node Type, one would not say: Published on OASIS (https://www.oasis-open.org) Keyword Guidelines for OASIS Specifications and Standards Description: Describing best practices in using RFC2119 or ISO keywords when writing specifications

More information

TO: FROM: DATE: SUBJECT: Revisions General 2.1 The Mismatch does

TO: FROM: DATE: SUBJECT: Revisions General 2.1 The Mismatch does TO: FROM: T10 Membership Paul A Suhler, Quantum Corporation David Black, EMC DATE: 22 October 2008 SUBJECT: T10/08-46r1, SPC-4: Correction to IKEv2-SCSI Certificate Request Payload 1 Revisions 0 Initial

More information

ANSI/SCTE

ANSI/SCTE Digital Video Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 243-3 2017 Next Generation Audio Carriage Constraints for Cable Systems: Part 3 MPEG-H Audio Carriage Constraints NOTICE The Society of Cable

More information

ITU-T J.288. Encapsulation of type length value (TLV) packet for cable transmission systems

ITU-T J.288. Encapsulation of type length value (TLV) packet for cable transmission systems I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T J.288 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (03/2016) SERIES J: CABLE NETWORKS AND TRANSMISSION OF TELEVISION, SOUND

More information

APPMODULE Homematic Control App Documentation

APPMODULE Homematic Control App Documentation REAL SMART HOME GmbH APPMODULE Homematic Control App Version: 1.0.0 Type: Application Article No.: version I Actual state 03/2017 Date: 1. Juni 2017 EN Homematic Control App REAL SMART HOME GmbH STILWERK

More information

OMS Vol.2 Primary Elster Implementation

OMS Vol.2 Primary Elster Implementation All rights reserved by Elster GmbH Elster GmbH R&D Residental Gas Metering Strotheweg 1 49504 Lotte (Bueren) T: +49 (0)541/1214-0 F: +49 (0)541/1214-370 OMS Vol.2 Primary 2.0.0 Elster Implementation AE.02:02.01:01.01

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 15426-1 Second edition 2006-06-01 Information technology Automatic identification and data capture techniques Bar code verifier conformance specification Part 1: Linear symbols

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Open systems interconnection Part 1: Object identifier resolution system

ISO/IEC INTERNATIONAL STANDARD. Information technology Open systems interconnection Part 1: Object identifier resolution system INTERNATIONAL STANDARD ISO/IEC 29168-1 Information technology Open systems interconnection Part 1: Object identifier resolution system Technologies de l'information Interconnexion de systèmes ouverts (OSI)

More information

Guidelines for development of ISO conformant devices

Guidelines for development of ISO conformant devices Guidelines for development of ISO 28560-3 conformant devices Author : Tommy Schomacker, contact TS@dbc.dk Identifier: http://biblstandard.dk/rfid/docs/conformance_28560-3.pdf Status : For information Published

More information

MarkLogic Server. Information Studio Developer s Guide. MarkLogic 8 February, Copyright 2015 MarkLogic Corporation. All rights reserved.

MarkLogic Server. Information Studio Developer s Guide. MarkLogic 8 February, Copyright 2015 MarkLogic Corporation. All rights reserved. Information Studio Developer s Guide 1 MarkLogic 8 February, 2015 Last Revised: 8.0-1, February, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Information

More information

EDK MHz EDK 350U 902 MHz EDK 400J 928 MHz. EnOcean Developer Kits USER MANUAL. Observe precautions! Electrostatic sensitive devices!

EDK MHz EDK 350U 902 MHz EDK 400J 928 MHz. EnOcean Developer Kits USER MANUAL. Observe precautions! Electrostatic sensitive devices! EDK 350 868 MHz EDK 350U 902 MHz EDK 400J 928 MHz EnOcean Developer Kits Observe precautions! Electrostatic sensitive devices! Patent protected: WO98/36395, DE 100 25 561, DE 101 50 128, WO 2004/051591,

More information

CDM Implementation Requirements

CDM Implementation Requirements Document Number: DSP0255 Date: 2009-05-19 Version: 1.0.0 Document Type: Specification Document Status: DMTF Standard Document Language: E DSP0255 Copyright Notice Copyright 2009 Distributed Management

More information

OpenScape Business. Tutorial Best Practice SDHC Card handling. Version 1.3

OpenScape Business. Tutorial Best Practice SDHC Card handling. Version 1.3 OpenScape Business Tutorial Best Practice SDHC Card handling Version 1.3 About this Document Descriptions within this document refer to OpenScape Business V2R3 effective July 2017 Disclaimer & Copyright

More information

CableLabs Specifications Web Technology. Mapping from MPEG-2 Transport to HTML5 CL-SP-HTML5-MAP-I ISSUED. Notice

CableLabs Specifications Web Technology. Mapping from MPEG-2 Transport to HTML5 CL-SP-HTML5-MAP-I ISSUED. Notice CableLabs Specifications Web Technology Mapping from MPEG-2 Transport to HTML5 ISSUED Notice This CableLabs specification is the result of a cooperative effort undertaken at the direction of Cable Television

More information

ETSI TS V7.1.0 ( )

ETSI TS V7.1.0 ( ) TS 102 266 V7.1.0 (2006-01) Technical Specification Smart Cards; USSM: UICC Security Service Module; Stage 1 2 TS 102 266 V7.1.0 (2006-01) Reference RTS/SCP-R0002r1 Keywords smart card, security 650 Route

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Software asset management Part 2: Software identification tag

ISO/IEC INTERNATIONAL STANDARD. Information technology Software asset management Part 2: Software identification tag INTERNATIONAL STANDARD ISO/IEC 19770-2 First edition 2009-11-15 Information technology Software asset management Part 2: Software identification tag Technologies de l'information Gestion de biens de logiciel

More information

Extracting Energy Data from MODBUS Devices Using CIP

Extracting Energy Data from MODBUS Devices Using CIP Extracting Energy Data from Devices Using CIP Rick Blair System Architect Schneider Electric Presented at the 2012 ODVA Industry Conference & 15 th Annual Meeting October 16-18, 2012 Stone Mountain, Georgia,

More information

LINKMODULE Documentation

LINKMODULE Documentation BAB TECHNOLOGIE GmbH LINKMODULE Documentation Version 1.2.0. Type: KNX/TP, EnOcean Item no.: 10551, 13551 Manual version IV As of 01/2016 Date: 8. February 2016 EN LINKMODULE BAB TECHNOLOGIE GmbH Rosemeyerstr.

More information

On the Surface. Security Datasheet. Security Datasheet

On the Surface.  Security Datasheet.  Security Datasheet Email Security Datasheet Email Security Datasheet On the Surface No additional hardware or software required to achieve 99.9%+ spam and malware filtering effectiveness Initiate service by changing MX Record

More information

C4 - Application Note. AutoStart. Rev 1.0. AT - Automation Technology GmbH

C4 - Application Note. AutoStart. Rev 1.0. AT - Automation Technology GmbH C4 - Application Note AutoStart Rev 1.0 AT - Automation Technology GmbH Page 2 of Table of Content Table of Content... 2 Introduction... 3 Evaluation Platform... 3 The AutoStart Mode... 4 The AutoStart

More information

Automatic Test Markup Language <ATML/> Sept 28, 2004

Automatic Test Markup Language <ATML/> Sept 28, 2004 Automatic Test Markup Language Sept 28, 2004 ATML Document Page 1 of 16 Contents Automatic Test Markup Language...1 ...1 1 Introduction...3 1.1 Mission Statement...3 1.2...3 1.3...3 1.4

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Biometric data interchange formats Part 2: Finger minutiae data

ISO/IEC INTERNATIONAL STANDARD. Information technology Biometric data interchange formats Part 2: Finger minutiae data INTERNATIONAL STANDARD ISO/IEC 19794-2 First edition 2005-09-15 Information technology Biometric data interchange formats Part 2: Finger minutiae data Technologies de l'information Formats d'échange de

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology ASN.1 encoding rules: Mapping W3C XML schema definitions into ASN.1

ISO/IEC INTERNATIONAL STANDARD. Information technology ASN.1 encoding rules: Mapping W3C XML schema definitions into ASN.1 INTERNATIONAL STANDARD ISO/IEC 8825-5 Third edition 2015-11-15 Information technology ASN.1 encoding rules: Mapping W3C XML schema definitions into ASN.1 Technologies de l'information Règles de codage

More information

Government of Ontario IT Standard (GO ITS) GO-ITS Number 56.3 Information Modeling Standard

Government of Ontario IT Standard (GO ITS) GO-ITS Number 56.3 Information Modeling Standard Government of Ontario IT Standard (GO ITS) GO-ITS Number 56.3 Information Modeling Standard Version # : 1.6 Status: Approved Prepared under the delegated authority of the Management Board of Cabinet Queen's

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Biometric data interchange formats Part 8: Finger pattern skeletal data

ISO/IEC INTERNATIONAL STANDARD. Information technology Biometric data interchange formats Part 8: Finger pattern skeletal data INTERNATIONAL STANDARD This is a preview - click here to buy the full publication ISO/IEC 19794-8 First edition 2006-10-01 Information technology Biometric data interchange formats Part 8: Finger pattern

More information

SERIES X: DATA NETWORKS, OPEN SYSTEM COMMUNICATIONS AND SECURITY OSI applications Generic applications of ASN.1

SERIES X: DATA NETWORKS, OPEN SYSTEM COMMUNICATIONS AND SECURITY OSI applications Generic applications of ASN.1 International Telecommunication Union ITU-T X.892 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (05/2005) SERIES X: DATA NETWORKS, OPEN SYSTEM COMMUNICATIONS AND SECURITY OSI applications Generic applications

More information

DATEX II v2.1 SCHEMA GENERATION TOOL GUIDE. Document version: May European Commission. Directorate General for Transport and Energy

DATEX II v2.1 SCHEMA GENERATION TOOL GUIDE. Document version: May European Commission. Directorate General for Transport and Energy DATEX II v2.1 SCHEMA GENERATION TOOL GUIDE Document version: 2.1 31 May 2012 European Commission Directorate General for Transport and Energy Copyright 2012 Prepared by : Date Comment Version DATEX Technical

More information

eibport EnOcean Dokumentation

eibport EnOcean Dokumentation b.a.b-technologie gmbh eibport EnOcean Dokumentation Version 3.0 Typ LAN / EnOcean Artikel Nr.: 10104; 11104, 10504 Anleitungsversion VI Stand 02/2012 Datum: 2. Mai 2013 EN Inhaltsverzeichnis Dokumentation

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology JPEG 2000 image coding system Part 14: XML representation and reference

ISO/IEC INTERNATIONAL STANDARD. Information technology JPEG 2000 image coding system Part 14: XML representation and reference INTERNATIONAL STANDARD ISO/IEC 15444-14 First edition 2013-07-15 Information technology JPEG 2000 image coding system Part 14: XML representation and reference Technologies de l'information Système de

More information

Enabling Smart Card Logon for Mac OS X Using Centrify Suite

Enabling Smart Card Logon for Mac OS X Using Centrify Suite DoD Public Key Enablement (PKE) Reference Guide Enabling Smart Card Logon for Mac OS X Using Centrify Suite 2012.4 Contact: dodpke@mail.mil URL: http://iase.disa.mil/pki-pke/ URL: http://iase.disa.smil.mil/pki-pke/

More information

Government of Ontario IT Standard (GO ITS)

Government of Ontario IT Standard (GO ITS) Government of Ontario IT Standard (GO ITS) GO-ITS Number 56.3 Information Modeling Standard Version # : 1.5 Status: Approved Prepared under the delegated authority of the Management Board of Cabinet Queen's

More information

Open ebook File Format 1.0. DRAFT VERSION 001 November 5, 1999

Open ebook File Format 1.0. DRAFT VERSION 001 November 5, 1999 Open ebook File Format 1.0 DRAFT VERSION 001 November 5, 1999 Open ebook File Format 1.0 DRAFT VERSION 001 November 5, 1999 This is a draft recommendation. Changes will be made in response to further internal

More information

XML Design Rules and Conventions (DRC) for the Exchange Network

XML Design Rules and Conventions (DRC) for the Exchange Network XML Design s and Conventions (DRC) for the Exchange Network Version: 2.0 Revision Date: 01/12/2010 01/12/2010 Page. 1 THIS PAGE INTENTIONALLY LEFT BLANK 01/12/2010 Table of Contents 1. Introduction...

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Biometric data interchange formats Part 9: Vascular image data

ISO/IEC INTERNATIONAL STANDARD. Information technology Biometric data interchange formats Part 9: Vascular image data INTERNATIONAL STANDARD ISO/IEC 19794-9 Second edition 2011-10-01 Information technology Biometric data interchange formats Part 9: Vascular image data Technologies de l'information Formats d'échange de

More information

AMERICAN NATIONAL STANDARD

AMERICAN NATIONAL STANDARD ENGINEERING COMMITTEE Digital Video Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 130-8 2010 Digital Program Insertion Advertising Systems Interfaces Part 8 General Information Service (GIS) NOTICE

More information

Embedded Menu Manager

Embedded Menu Manager Embedded Menu Manager Last Updated: November 30, 2012 The Embedded Menu Manager (EMM) feature provides a programmable framework that allows Cisco IOS software to present a custom, character-based menu

More information

ETSI M2M workshop Nov 2013

ETSI M2M workshop Nov 2013 Promoting the use of IP in networks of Smart Objects ETSI M2M workshop Nov 2013 Patrick Wetterwald IPSO President pwetterw@cisco.com IPSO Alliance use only @2013 Enabling the Internet of Things The IPSO

More information

BMC FootPrints 12 Integration with Remote Support

BMC FootPrints 12 Integration with Remote Support BMC FootPrints 12 Integration with Remote Support 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are

More information

DTD MIGRATION TO W3C SCHEMA

DTD MIGRATION TO W3C SCHEMA Chapter 1 Schema Introduction The XML technical specification identified a standard for writing a schema (i.e., an information model) for XML called a document type definition (DTD). 1 DTDs were a carryover

More information

Industry Training Register. Guide to integration for ITOs

Industry Training Register. Guide to integration for ITOs Industry Training Register Guide to integration for ITOs Version 5.0 Objective id A823307 Published 15 January 2013 Page 2 of 29 ITR guide to integration for ITOs Contents 1 INTRODUCTION... 4 1.1 About

More information

International Etruscan Sigla Project Software Requirements Specification Team Spannabe

International Etruscan Sigla Project Software Requirements Specification Team Spannabe International Etruscan Sigla Project Software Requirements Specification Team Spannabe I. Introduction A. Purpose The purpose of the Software Requirements Specification document is to clearly define the

More information

SOFTWARE COMMUNICATIONS ARCHITECTURE SPECIFICATION APPENDIX A: GLOSSARY

SOFTWARE COMMUNICATIONS ARCHITECTURE SPECIFICATION APPENDIX A: GLOSSARY SOFTWARE COMMUNICATIONS ARCHITECTURE SPECIFICATION APPENDIX A: GLOSSARY FINAL / 15 May 2006 Version 2.2.2 Prepared by: JTRS Standards Joint Program Executive Office (JPEO) Joint Tactical Radio System (JTRS)

More information

SUBTITLE EXCHANGE FORMAT (DPP-EBU-TT) Version 2.0

SUBTITLE EXCHANGE FORMAT (DPP-EBU-TT) Version 2.0 SUBTITLE EXCHANGE FORMAT (DPP-EBU-TT) Version 2.0 This page deliberately left blank. PAGE 2 Table of Contents Conformance Notation...4 Introduction...5 ification...6 References...8 Appendix A: Metadata

More information

A Step-by-Step Guide on IDoc-to-File Using Business Service in the XI Integration Directory

A Step-by-Step Guide on IDoc-to-File Using Business Service in the XI Integration Directory A Step-by-Step Guide on IDoc-to-File Using Business Service in the XI Integration Directory Applies to: SAP Exchange Infrastructure (XI) 3.0 / Process Integration (PI) 7.0 This document is intended for

More information

BPMN Working Draft. 1. Introduction

BPMN Working Draft. 1. Introduction 1. Introduction The Business Process Management Initiative (BPMI) has developed a standard Business Process Modeling Notation (BPMN). The primary goal of BPMN is to provide a notation that is readily understandable

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Biometric data interchange formats Part 4: Finger image data

ISO/IEC INTERNATIONAL STANDARD. Information technology Biometric data interchange formats Part 4: Finger image data INTERNATIONAL STANDARD ISO/IEC 19794-4 Second edition 2011-12-15 Information technology Biometric data interchange formats Part 4: Finger image data Technologies de l'information Formats d'échange de données

More information

draft-ietf-idn-idna-02.txt Internationalizing Host Names In Applications (IDNA) Status of this Memo

draft-ietf-idn-idna-02.txt Internationalizing Host Names In Applications (IDNA) Status of this Memo Internet Draft draft-ietf-idn-idna-02.txt June 16, 2001 Expires in six months Patrik Faltstrom Cisco Paul Hoffman IMC & VPNC Status of this Memo Internationalizing Host Names In Applications (IDNA) This

More information

EnOcean Radio Protocol. October 10, 2012 SPECIFICATION V1.0. Subject to modifications EnOcean Radio Protocol V1.0 October 10, :05 PM Page 1/11

EnOcean Radio Protocol. October 10, 2012 SPECIFICATION V1.0. Subject to modifications EnOcean Radio Protocol V1.0 October 10, :05 PM Page 1/11 EnOcean Radio Protocol October 10, 2012 EnOcean GmbH Kolpingring 18a 82041 Oberhaching Germany Phone +49.89.67 34 689-0 Fax +49.89.67 34 689-50 info@enocean.com www.enocean.com Subject to modifications

More information

CSV Data Import User Guide for VERA 2 with Micro Focus QC/ALM

CSV Data Import User Guide for VERA 2 with Micro Focus QC/ALM for VERA 2 with Micro Focus QC/ALM Document ID: Tx3.1022.GUI.052 Document Version: 01 Issued: November 1, 2018 Tx3 Services, LLC 980 Harvest Drive Suite 205 Blue Bell, PA 19422 Table of Contents 1. Importing

More information

APPMODULE BAB AlexaApp Documentation

APPMODULE BAB AlexaApp Documentation REAL SMART HOME GmbH APPMODULE BAB AlexaApp Version: 1.0.0 Type: Application Article No.: version I Actual state 07/2016 Date: 30. Oktober 2017 EN Alexa 2 KNX App REAL SMART HOME GmbH INHOUSE Dortmund

More information

IEEE C802.16j-07/209r3. IEEE Broadband Wireless Access Working Group <

IEEE C802.16j-07/209r3. IEEE Broadband Wireless Access Working Group < Project Title Date Submitted IEEE 80. Broadband Wireless Access Working Group Neighbor Path Metric in Neighbor Information 007-0-0 `Source(s) Shyamal Ramachandran Eugene Visotsky Manish

More information

On Demand Meter Reading from CIS

On Demand Meter Reading from CIS On Demand Meter Reading from "Acknowledgment: This material is based upon work supported by the Department of Energy under Award Number DE-OE0000193." Disclaimer: "This report was prepared as an account

More information

Create a company Shared Contacts in Office 365

Create a company Shared Contacts in Office 365 Create a company Shared Contacts in Office 365 Many businesses require a shared calendar that is accessible by all users, perhaps to create an on call roster or similar type of group schedule. In this

More information

Platform Level Data Model (PLDM) over MCTP Binding Specification

Platform Level Data Model (PLDM) over MCTP Binding Specification 1 2 3 4 Document Number: DSP0241 Date: 2009-04-23 Version: 1.0.0 5 6 Platform Level Data Model (PLDM) over MCTP Binding Specification 7 8 9 Document Type: Specification Document Status: DMTF Standard Document

More information

LOGGING AND AUDIT TRAILS

LOGGING AND AUDIT TRAILS LOGGING AND AUDIT TRAILS Policy LOGGING AND AUDIT TRAILS - POLICY TMP-POL-LAT V3.00-EN, 26/06/2009 TABLE OF CONTENTS 1 INTRODUCTION... 3 1.1 Document Purpose... 3 1.2 Target Audience...3 1.3 Business Context...4

More information

DICOM CONFORMANCE STATEMENT. BrainLAB PatientBrowser 1.0

DICOM CONFORMANCE STATEMENT. BrainLAB PatientBrowser 1.0 Technical Publication DICOM CONFORMANCE STATEMENT BrainLAB PatientBrowser 1.0 Revision 1.0 BrainLAB AG last change: 21.02.01 11:57 Page 1 of 12 Table of contents DICOM Conformance Statement 0. INTRODUCTION...

More information

SmartPlug. Product datasheet preliminary / subject to change. Wireless relay switch with metering near-to-zero-volt switching and overload protection

SmartPlug. Product datasheet preliminary / subject to change. Wireless relay switch with metering near-to-zero-volt switching and overload protection SmartPlug PSC234 Wireless relay switch with metering near-to-zero-volt switching and overload protection Features Wireless control Measurement of real/active power [W] Measurement/storage of real-time

More information

Operating Instruction TF-IP-Con IV

Operating Instruction TF-IP-Con IV Operating Instruction TF-IP-Con IV 2017 ELTAKO GmbH Installation and configuration of the TF-IP-Con IV Inhalt 1. Description... 4 2. General... 4 3. Scope of delivery... 4 4. Specifications... 4 5. Connections

More information

Remote Management 2.0. March 06, 2013 ENOCEAN SYSTEM SPECIFICATION. Subject to modifications. EnOcean GmbH. Phone

Remote Management 2.0. March 06, 2013 ENOCEAN SYSTEM SPECIFICATION. Subject to modifications. EnOcean GmbH. Phone 2.0 March 06, 2013 EnOcean GmbH Kolpingring 18a Phone +49.89.67 34 689-0 Fax +49.89.67 34 689-50 Subject to modifications EnOcean Standard REVISION HISTORY The following major modifications and improvements

More information

Steps for XML Validation by Adapter Engine in PI 7.1

Steps for XML Validation by Adapter Engine in PI 7.1 Steps for XML Validation by Adapter Engine in PI 7.1 Applies to: SAP PI 7.1, esoa. Summary In this article I have shown the steps required to do XML Validation by an Adapter Engine.. Author: Hemant Negi

More information

Merit Network, Incorporated Bernard Aboba Microsoft March 1997

Merit Network, Incorporated Bernard Aboba Microsoft March 1997 Internet Draft Category: Experimental expires in six months Pat R. Calhoun US Robotics Access Corp. Allan Rubens Merit Network, Incorporated Bernard Aboba Microsoft March 1997 DIAMETER Extensible Authentication

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Document Schema Definition Languages (DSDL) Part 3: Rule-based validation Schematron

ISO/IEC INTERNATIONAL STANDARD. Information technology Document Schema Definition Languages (DSDL) Part 3: Rule-based validation Schematron INTERNATIONAL STANDARD ISO/IEC 19757-3 First edition 2006-06-01 Information technology Document Schema Definition Languages (DSDL) Part 3: Rule-based validation Schematron Technologies de l'information

More information

ENGINEERING COMMITTEE Digital Video Subcommittee SCTE Digital Program Insertion Advertising Systems Interfaces.

ENGINEERING COMMITTEE Digital Video Subcommittee SCTE Digital Program Insertion Advertising Systems Interfaces. ENGINEERING COMMITTEE Digital Video Subcommittee SCTE 130-10 2013 Digital Program Insertion Advertising Systems Interfaces Part 10 Stream Restriction Data Model (SRDM) NOTICE The Society of Cable Telecommunications

More information

AwiaTech WirelessHART TM Rapid Development Kit Manual

AwiaTech WirelessHART TM Rapid Development Kit Manual AwiaTech HART TM Rapid Development Kit Manual AwiaTech Corporation 2011-2013. All rights reserved FCC STATEMENT 1. This device complies with Part 15 of the FCC Rules. Operation is subject to the following

More information

Information technology Security techniques Telebiometric authentication framework using biometric hardware security module

Information technology Security techniques Telebiometric authentication framework using biometric hardware security module INTERNATIONAL STANDARD ISO/IEC 17922 First edition 2017-09 Information technology Security techniques Telebiometric authentication framework using biometric hardware security module Technologies de l information

More information

Security Specification for Cloud Data Services. Enterprise Cloud Customer Council Technical Working Group

Security Specification for Cloud Data Services. Enterprise Cloud Customer Council Technical Working Group Security Specification for Cloud Data Services Enterprise Cloud Customer Council Technical Working Group October 2017 Preamble Overview The Enterprise Cloud Customer Council (E3C) is a group of enterprise

More information

Enabler Release Definition for Parlay Service Access

Enabler Release Definition for Parlay Service Access Enabler Release Definition for Parlay Service Access Candidate Version 1.0 17 Mar 2009 Open Mobile Alliance OMA-ERELD-PSA-V1_0-20090317-C OMA-ERELD-PSA-V1_0-20090317-C Page 2 (13) Use of this document

More information

SURVEILLANCE DATA EXCHANGE

SURVEILLANCE DATA EXCHANGE EUROPEAN ORGANISATION FOR THE SAFETY OF AIR NAVIGATION EUROCONTROL EUROCONTROL STANDARD DOCUMENT FOR SURVEILLANCE DATA EXCHANGE Part 10: Category 63 SUR.ET1.ST05.2000-STD-10-01 Edition : 0.21 Edition Date

More information

Altova XMLSpy 2007 Tutorial

Altova XMLSpy 2007 Tutorial Tutorial All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping, or information storage

More information

RPM Utility Software. User s Manual

RPM Utility Software. User s Manual RPM Utility Software User s Manual Table of Contents 1. Introduction... 1 2. Installation... 2 3. RPM Utility Interface... 4 1. Introduction General RPM Utility program is an RPM monitoring, and management

More information

Joint ISO/TC 154 UN/CEFACT Syntax Working Group (JSWG) publication of ISO

Joint ISO/TC 154 UN/CEFACT Syntax Working Group (JSWG) publication of ISO Joint ISO/TC 154 UN/CEFACT Syntax Working Group (JSWG) publication of ISO 9735-1 equivalent to the official ISO publication: ISO 9735-1 (First edition 1998-10-01) Electronic data interchange for administration,

More information

BACnet / IP Gateway Setup Manual. Mx-EBOX. 43 VIllage Way Hudson, Ohio USA

BACnet / IP Gateway Setup Manual. Mx-EBOX. 43 VIllage Way Hudson, Ohio USA BACnet / IP Gateway Setup Manual Mx-EBOX 43 VIllage Way Hudson, Ohio 44056 USA Revision 1.2 03212018 Contents What s in the box?... 3 EBOX Device... 3 Backplate... 3 Optional Power Supply (upon request)...

More information

In-Field Programming of Smart Meter and Meter Firmware Upgrade

In-Field Programming of Smart Meter and Meter Firmware Upgrade In-Field Programming of Smart and Firmware "Acknowledgment: This material is based upon work supported by the Department of Energy under Award Number DE-OE0000193." Disclaimer: "This report was prepared

More information