Connecting an EnOcean radio sensor to the WAGO-I/O-SYSTEM Application notes

Size: px
Start display at page:

Download "Connecting an EnOcean radio sensor to the WAGO-I/O-SYSTEM Application notes"

Transcription

1 Connecting an EnOcean radio sensor to the WAGO-I/O-SYSTEM Application notes Last revision:

2 2 General Copyright 2007 by WAGO Kontakttechnik GmbH & Co. KG All rights reserved WAGO Kontakttechnik GmbH & Co. KG Hansastraße 27 D Minden Phone: +49 (0) 571/ Fax: +49 (0) 571/ info@wago.com Web: Technical Support Tel.: +49 (0) 571/ Fax: +49 (0) 571/ tcba@wago.comt Every conceivable measure has been taken to ensure the correctness and completeness of this documentation. However, as errors can never be fully excluded we would appreciate any information or suggestions. We wish to point out that the software and hardware names and the trademarks of the respective companies used and/or mentioned in the manual generally have trademark or patent protection.

3 Contents 3 LIST OF CONTENTS 1 Important Comments Legal bases Copyright Personnel Qualification Intended use Range of validity Symbols Description Components Configuration Connecting a 2-channel PEHA Easyclick sensor Task Program Commissioning Tables Required Libraries...11

4 4 Important Comments 1 Important Comments 1.1 Legal bases Copyright To ensure quick installation and start-up of the units described in this manual, we strongly recommend that you carefully read and apply the following instructions and explanations. This manual, together with all figures and illustrations contained therein, is subject to copyright. Any use of this manual that infringes the copyright provisions stipulated herein is not permitted. Reproduction, translation into other languages as well as electronic and photo-technical archiving and alteration require the written consent of WAGO Kontakttechnik GmbH & Co. KG. Contravention will result in a claim for compensation. WAGO Kontakttechnik GmbH & Co. KG reserves the right to make changes that reflect technical progress. WAGO Kontakttechnik GmbH & Co. KG reserves all rights in relation to a granted patent or protected design. Third-party products are always named without reference to patent rights. The existence of such rights cannot therefore be ruled out Personnel Qualification Intended use The instructions for use of the product as described in this manual are exclusively oriented to technicians trained in PLC programming as well as electricians or persons trained by electricians who are also familiar with the current standards. WAGO Kontakttechnik GmbH & Co. KG accepts no liability for improper actions and damage to WAGO products and third party products due to failure to take account of the information contained in this manual. The components for the respective application are supplied ex works with a dedicated hardware and software configuration. Modifications should only be made within the bounds of possibility documented in the manual. All other changes to the hardware and/or software and the improper use of components exclude WAGO Kontakttechnik GmbH & Co. KG from liability. Should you require an adapted or new hardware or software configuration, please contact WAGO Kontakttechnik GmbH & Co. KG.

5 Important Comments Range of validity 1.3 Symbols This application note is based on the stated hardware and software of the specific manufacturer as well as the correspondent documentation. This application note is therefore only valid for the described installation. New hardware and software versions may need to be handled differently. Please note the detailed description in the specific manuals. Attention Marginal conditions that must always be observed to ensure smooth operation. Note Routines or advice for efficient use of the device and software optimization. More information References to additional literature, manuals, data sheets and INTERNET pages

6 6 Description 2 Description 3 Components Radio telegrams can be received from sensors, which are based on EnOcean technology, using the EnOcean radio receiver from the WAGO-I/O- SYSTEM 750. This manual describes the connection of a 2-channel PEHA Easyclick wall sensor to the WAGO-I/O-SYSTEM using the WAGO-I/O-PRO programming software. Supplier Quantity Description Article No. WAGO 1 Programmable fieldbus controller 750-8xx WAGO 1 4-channel digital output module 24 V DC WAGO 1 Funk receiver module EnOcean WAGO 1 RF-antenna WAGO 1 Bus end module WAGO 1 WAGO-I/O-PRO CAA PEHA 2 Easyclick sensor 2-channel Optional: WAGO Communication cable Note The node structure described is only an example how to receive an EnOcean telegram with the WAGO I/O SYSTEM. The modules may be exchanged as required by the respective application.

7 Configuration 7 4 Configuration e.g. Ethernet fieldbuscontroller Ethernet Cross-Over Kabel Fig. 4.1 WAGO-I/O-SYSTEM with Enocean radio receiver Note For the visualization of the WAGO-I/O-PRO CAA, a connection between the PC and the WAGO fieldbus controller must be established. Depending on the fieldbus controller used, two options are available. For this, connection is made to the service interface of the fieldbus controller using the communication cable For this, connection is made to the service interface of the fieldbus controller using the communication cable Ethernet fieldbus controllers also offer the option to establish the connection via the Ethernet interface.

8 8 Connecting a 2-channel PEHA Easyclick sensor 5 Connecting a 2-channel PEHA Easyclick sensor 5.1 Task 5.2 Program The telegrams from a 2-channel PEHA Easyclick wall sensor are to be evaluated with the help of the WAGO-I/O-SYSTEM. To do this, the PEHA sensor must be installed within receiving range of the WAGO EnOcean radio receiver. A teach-in process with the WAGO radio receiver is not necessary. Discrimination between the individual radio sensors is carried out in the application program. The programming for evaluating radio telegrams in the WAGO-I/O-SYSTEM is described below. Figures 5.1 to 5.3 show the basic structure for programming an application with the EnOcean radio receiver. A prerequisite for communicating with the EnOcean radio receiver terminal is the FbEnoceanReceive function module (Fig. 5.1). The controller recognizes the plugged Enocean modules on its own and counts them one after the other, starting from the left. To address the function block to the proper Enocean module, the corresponding module index must be entered as a constant. Any further EnOcean function modules in the program can only be used in conjunction with the FbEnoceanReceive module. The modules are synchronised by means of the "typenocean" variable structure, which is provided as an input on all modules in the EnOcean library (Enocean_04.lib). Fig. 5.1: FbEnocean_Receive module

9 Connecting a 2-channel PEHA Easyclick sensor 9 The "FbShow_ID_By_Click" module (Fig. 5.2) is used to determine the sensor transmitter ID. In this example program, the "SEL" operator is only used as an auxiliary function for the visualisation system (Fig. 5.4) to enable the transmitter ID that is read in to be stored in the controller. Normally, the sensor transmitter ID is entered as a constant at the input of function modules. Fig. 5.2: Determining the transmitter ID Note Transmitter IDs are normally specified by the sensor manufacturers in hexadecimal notation. Hexadecimal numbers are entered in the WAGO-I/O- PRO software by entering the base followed by a hash sign. (Example: 16#4525AA6E) The FbButton_2_Channel function module (Fig. 5.3) has the task of converting radio telegrams from individual touch sensors with EnOcean radio technology into Boolean output signals. In our example, these output signals are linked to the addresses of the first digital output terminal ( ). Fig. 5.3: Evaluation of radio telegrams from PEHA sensing devices

10 10 Connecting a 2-channel PEHA Easyclick sensor 5.3 Commissioning After the program has been loaded into the controller, the function of the application can be checked. This is done by setting up a simple visualisation interface with the WAGO-I/O-PRO software. Each sensor has a unique transmitter ID, which enables it to identify the sender of a radio telegram. The visualisation is used to assign the received transmitter ID on the FbButton_2_Channel function module. When the button is pressed, a number appears in the line "Received ID number". This number corresponds to the transmitter ID of the button pressed. The ID can then be assigned to the input of the function module by pressing the "LEARN" button. The learned ID number is displayed in the line "Learned ID number". When the assignment has been made, then each subsequent press of the button will be shown in the visualisation by a colour change in the rocker. Fig. 5.4: Visualisation interface for commissioning and testing the application

11 Tables 11 6 Tables 6.1 Required Libraries Column heading Enocean_04.lib Standard.lib mod_com.lib Application modules for the EnOcean radio receiver Standard functions Indicates the module position

12 WAGO Kontakttechnik GmbH & Co. KG P.O. Box 2880 D Minden Hansastraße 27 D Minden Phone: / Fax: / info@wago.com Internet:

Application Note. WAGO-I/O-SYSTEM 750 EnOcean Equipment Profile (EEP) Connecting EnOcean Wireless Sensors / Actuators Using the WAGO EnOcean Library

Application Note. WAGO-I/O-SYSTEM 750 EnOcean Equipment Profile (EEP) Connecting EnOcean Wireless Sensors / Actuators Using the WAGO EnOcean Library WAGO-I/O-SYSTEM 750 EnOcean Equipment Profile (EEP) Connecting EnOcean Wireless Sensors / Actuators Using the WAGO EnOcean Library Version: 12.06.2013 Imprint 2013 by WAGO Kontakttechnik GmbH & Co. KG

More information

Library for Building Automation. Function Block Description for Enocean Radio Receiver

Library for Building Automation. Function Block Description for Enocean Radio Receiver Library for Function Block Description for Radio Receiver 750-642 Last Update 23.01.2008 Copyright 2008 by WAGO Kontakttechnik GmbH & Co. KG All rights reserved. WAGO Kontakttechnik GmbH & Co. KG Hansastraße

More information

Fieldbus Independent I/O Modules Incremental Encoder Interface Manual

Fieldbus Independent I/O Modules Incremental Encoder Interface Manual Fieldbus Independent Incremental Encoder Interface 750-634 Manual Version 1.0.3 ii General opyright 2006 by WGO Kontakttechnik GmbH & o. KG ll rights reserved. WGO Kontakttechnik GmbH & o. KG Hansastraße

More information

Compatibility list DALI Sensors DALI Multi-Master Module

Compatibility list DALI Sensors DALI Multi-Master Module Compatibility list Building Automation WAGO-I/O- PRO V2.3 DALI Multi-Master Module 753-647 2 DALI Multi-Master Module 753-647 2018 by WAGO Kontakttechnik GmbH & Co. KG All rights reserved. WAGO Kontakttechnik

More information

Fieldbus Independent I/O Modules Counter Modules , (/xxx-xxx) Manual

Fieldbus Independent I/O Modules Counter Modules , (/xxx-xxx) Manual Fieldbus Independent Counter Modules 750-404, (/xxx-xxx) Manual Version 1.1.2 ii General Copyright 2006 by WAGO Kontakttechnik GmbH & Co. KG All rights reserved. WAGO Kontakttechnik GmbH & Co. KG Hansastraße

More information

Instruction Manual. VISAM Data agent. VGATE CLi / CSi. A product of the. VBASE - HMI/SCADA family. Document: HB_VGATE_CLi_CSi_v1.0e_FINAL.

Instruction Manual. VISAM Data agent. VGATE CLi / CSi. A product of the. VBASE - HMI/SCADA family. Document: HB_VGATE_CLi_CSi_v1.0e_FINAL. Instruction Manual VISAM Data agent VGATE CLi / CSi A product of the VBASE - HMI/SCADA family Document: Version: 1.0, English 2 V I S A M D A T E N V E R M I T T L E R V G A T E C L I / C S I Copyright

More information

Fieldbus Independent I/O Modules EnOcean Radio Receiver Manual

Fieldbus Independent I/O Modules EnOcean Radio Receiver Manual Fieldbus Independent EnOcean Radio Receiver 750-642 Manual Version 1.0.2 ii General Copyright 2006 by WAGO Kontakttechnik GmbH & Co. KG All rights reserved. WAGO Kontakttechnik GmbH & Co. KG Hansastraße

More information

External brake resistor AX2090-BW5x

External brake resistor AX2090-BW5x Documentation External brake resistor AX2090-BW5x Accessories for Beckhoff servo drive AX5000 Version: Date: 1.3 2018-03-14 Table of content Table of content 1 Foreword... 5 1.1 Notes on the documentation...

More information

Application Note YJKP - Adjustment force sensor

Application Note YJKP - Adjustment force sensor Application Note YJKP - Adjustment force sensor Step by step description to adjust the force sensor of the YJKP YJKP 100205 Title... YJKP - Adjustment force sensor Version... 1.10 Document no.... 100205

More information

RFTX-1 Installation Manual

RFTX-1 Installation Manual RFTX-1 Installation Manual complete control Universal Remote Control RFTX-1 Installation Manual 2009-2014 Universal Remote Control, Inc. The information in this Owner s Manual is copyright protected. No

More information

Absolute encoder HE-65

Absolute encoder HE-65 TR - ECE - TI - GB - 00041-01 04/08/2016 SLIN-BUS Absolute encoder HE-65 Technical Information TR-Electronic GmbH D-78647 Trossingen Eglishalde 6 Tel.: (0049) 07425/228-0 Fax: (0049) 07425/228-33 email:

More information

EPSITRON Electronic Circuit Breakers Compact and Precise ECBs for DC Circuits

EPSITRON Electronic Circuit Breakers Compact and Precise ECBs for DC Circuits EPSITRON Electronic Circuit Breakers Compact and Precise ECBs for DC Circuits WHY SECONDARY-SIDE FUSE PROTECTION? On the secondary side, switchedmode power supplies provide DC voltage to control circuit

More information

EPSITRON Advanced Power Supply System Innovations

EPSITRON Advanced Power Supply System Innovations EPSITRON Advanced Power Supply System Innovations EPSITRON COMPACT POWER Technical Data L H W Item Number 787-1202 787-1212 Nominal input voltage 100... 240 VAC 100... 240 VAC Input voltage range 90...

More information

Evaluation Kits EVA 100 and EVA 105

Evaluation Kits EVA 100 and EVA 105 Evaluation Kits EVA 100 and EVA 105 User Manual V1.7 April 2007 Revision History The following major modifications and improvements have been made to the first version of the document (EVA 100 User Manual

More information

Technical Description. Wireless Automation Input/Output Module WDIO100

Technical Description. Wireless Automation Input/Output Module WDIO100 Technical Description Wireless Automation Input/Output Module Please note the following Target group This description is intended for the use of trained specialists in electrical installation and control

More information

Using the S5U13781R01C100 Shield Graphics Library with Atmel Studio

Using the S5U13781R01C100 Shield Graphics Library with Atmel Studio Using the S5U13781R01C100 Shield Graphics Library with Atmel Studio Document Number: X94A-B-002-01 Status: Revision 1.0 Issue Date: 2015/07/30 SEIKO EPSON CORPORATION Rev. 1.0 Page 2 NOTICE No part of

More information

Servo press kit YJKP - Parse logging data

Servo press kit YJKP - Parse logging data Application Note Servo press kit YJKP - Parse logging data Parse logging data of the servo press kit YJKP YJKP 100133 Title... Servo press kit YJKP - Parse logging data Version... 1.10 Document no....

More information

Lab 1 Navigation using a 2-axis accelerometer

Lab 1 Navigation using a 2-axis accelerometer Measurement Technology and Uncertainty Analysis E7021E Torbjörn Löfquist EISLAB Luleå University of Technology (Revised: July 22, 2009, by Johan Carlson) Lab 1 Navigation using a 2-axis accelerometer Goal:

More information

INSTRUCTION MANUAL. IBRit - rf1 - usb PC - Station for wireless Data transmission. M e s s t e c h n i k. Messtechnik GmbH & Co.

INSTRUCTION MANUAL. IBRit - rf1 - usb PC - Station for wireless Data transmission. M e s s t e c h n i k. Messtechnik GmbH & Co. M e s s t e c h n i k INSTRUCTION MANUAL PC - Station for wireless Data transmission Document No. : D1F604 001 Version : April 2006 Copyright : IBR Messtechnik GmbH & Co. KG Contents 1. Introduction 1.1

More information

Revision to the Operating Instructions

Revision to the Operating Instructions Drive Technology \ Drive Automation \ System Integration \ Services *21244995_0414* Revision to the Operating Instructions Decentralized Drive and Application Controller MOVIPRO ADC Edition 04/2014 21244995

More information

User s Guide for: What is a SeaSonde?

User s Guide for: What is a SeaSonde? User s Guide for: SeaSonde Radial Site What is a SeaSonde? CODAR OCEAN SENSORS, LTD. 1000 Fremont Ave., Suite 145, Los Altos, CA 94024-6057 USA Tel. (408) 773-8240 FAX (408) 773-0514 www.codaros.com e-mail:

More information

Positioning Controller. Cable Starting Set. Document ID: rel5883

Positioning Controller. Cable Starting Set. Document ID: rel5883 Cable Starting Set EPOS2 Positioning Controller Edition May 2016 Positioning Controller Cable Starting Set Document ID: rel5883 maxon motor ag Brünigstrasse 220 P.O.Box 263 CH-6072 Sachseln Phone +41 41

More information

PU202 Level converter & encoder signal generator without potential separation

PU202 Level converter & encoder signal generator without potential separation Operating Manual PU202 Level converter & encoder signal generator without potential separation Product features: Converts HTL signals from 10 up to 30 V (A / B / Z) into the corresponding TTL / RS422 format

More information

Positioning Controller. Cable Starting Set. Document ID: rel6742

Positioning Controller. Cable Starting Set. Document ID: rel6742 Cable Starting Set EPOS2 Positioning Controller Edition November 2016 Positioning Controller Cable Starting Set Document ID: rel6742 maxon motor ag Brünigstrasse 220 P.O.Box 263 CH-6072 Sachseln Phone

More information

Instruction Manual November sitrans RD ENCLOSURES

Instruction Manual November sitrans RD ENCLOSURES Instruction Manual November 2007 sitrans RD ENCLOSURES Safety Guidelines: Warning notices must be observed to ensure personal safety as well as that of others, and to protect the product and the connected

More information

Industrial-Automation System HIMatrix. Data Sheet Z 7306

Industrial-Automation System HIMatrix. Data Sheet Z 7306 Industrial-Automation System HIMatrix Data Sheet Z 7306 Shunt-Adapter HIMA Paul Hildebrandt GmbH + Co KG Industrial Automation HI 800 349 BEA Important Notes All HIMA products mentioned in this manual

More information

Owner s Manual MRX-10 Advanced Network System Controller

Owner s Manual MRX-10 Advanced Network System Controller Owner s Manual MRX-10 Advanced Network System Controller MRX-10 Owner s Manual 2015 Universal Remote Control, Inc. The information in this Owner s Manual is copyright protected. No part of this manual

More information

Positioning Controller. Cable Starting Set. Document ID: rel5183

Positioning Controller. Cable Starting Set. Document ID: rel5183 Cable Starting Set EPOS2 Positioning Controller Edition October 2014 Positioning Controller Cable Starting Set Document ID: rel5183 maxon motor ag Brünigstrasse 220 P.O.Box 263 CH-6072 Sachseln Phone +41

More information

A-16D A-Net Distributor

A-16D A-Net Distributor A-16D A-Net Distributor For use with the Personal Monitor Mixing System Information in this document is subject to change. All rights reserved. Copyright 2003 Aviom, Inc. Printed in USA Document Rev. 1.03

More information

Application Note. CMMP Endless positioning. Using CMMP-AS in combination with multiturn encoders for applications, which require endless positioning.

Application Note. CMMP Endless positioning. Using CMMP-AS in combination with multiturn encoders for applications, which require endless positioning. Application Note CMMP Endless positioning Using CMMP-AS in combination with multiturn encoders for applications, which require endless positioning. CMMP-AS 00003 Title... CMMP Endless positioning Version....0

More information

swarm radio Platform & Interface Description

swarm radio Platform & Interface Description Test Specification Test Procedure for Nanotron Sensor Modules Version Number: 2.10 Author: Thomas Reschke swarm radio Platform & Interface Description 1.0 NA-13-0267-0002-1.0 Document Information Document

More information

Owner s Manual. MRX-2 Network Base Station

Owner s Manual. MRX-2 Network Base Station Owner s Manual MRX-2 Network Base Station MRX-2 Owner s Manual 2014 Universal Remote Control, Inc. The information in this manual is copyright protected. No part of this manual may be copied or reproduced

More information

swarm bee LE Development Kit User Guide

swarm bee LE Development Kit User Guide Application Note Utilizing swarm bee radios for low power tag designsr Version Number: 1.0 Author: Jingjing Ding swarm bee LE Development Kit User Guide 1.0 NA-14-0267-0009-1.0 Document Information Document

More information

Technical manual. Microstep driver SMC11. NANOTEC ELECTRONIC GmbH & Co. KG Gewerbestraße 11 D Landsham near Munich, Germany

Technical manual. Microstep driver SMC11. NANOTEC ELECTRONIC GmbH & Co. KG Gewerbestraße 11 D Landsham near Munich, Germany Technical manual Microstep driver NANOTEC ELECTRONIC GmbH & Co. KG Gewerbestraße 11 D-85652 Landsham near Munich, Germany Tel. +49 (0)89-900 686-0 Fax +49 (0)89-900 686-50 info@nanotec.de Editorial Editorial

More information

SIMATIC Vision Sensor SIMATIC VS130-2 and VS 130-2vcr

SIMATIC Vision Sensor SIMATIC VS130-2 and VS 130-2vcr s SIMATIC Vision Sensor SIMATIC VS130-2 and VS 130-2vcr Getting Started Release 09/2005 First Steps in Commissioning Safety Guidelines This manual contains notices you have to observe in order to ensure

More information

Out 1 sin / cos 1Vpp. sin / cos 1Vpp. Out 3. sin / cos 1Vpp. Out 4 sin / cos 1Vpp. Interface type SV211 SinCos signal splitter with 4 SinCos outputs

Out 1 sin / cos 1Vpp. sin / cos 1Vpp. Out 3. sin / cos 1Vpp. Out 4 sin / cos 1Vpp. Interface type SV211 SinCos signal splitter with 4 SinCos outputs Operating Manual Out 1 sin / cos 1Vpp Input: sin / cos 1 Vpp Out 2 sin / cos 1Vpp Out 3 sin / cos 1Vpp SV 211 Out 4 sin / cos 1Vpp Interface type SV211 SinCos signal splitter with 4 SinCos outputs Product

More information

Owner s Manual. MRX-2 Network Base Station

Owner s Manual. MRX-2 Network Base Station Owner s Manual MRX-2 Network Base Station MRX-2 Owner s Manual 2014 Universal Remote Control, Inc. The information in this manual is copyright protected. No part of this manual may be copied or reproduced

More information

ma. JUMPFLEX 857 Series. Transducers / Relay and Optocoupler Modules

ma. JUMPFLEX 857 Series. Transducers / Relay and Optocoupler Modules 0 0 ma 0 V...0 ma JUMPFLEX Series Transducers / Relay and Optocoupler Modules JUMPFLEX Series A Complete Product Line is Available, Bringing Each Signal into Shape. The perfect match of housing and electronics

More information

Vietnamese-German Development Cooperation. Module

Vietnamese-German Development Cooperation. Module Promotion Mechatronics of TVET Viet Nam Vietnamese-German Development Cooperation Module Production Programming of of mechanical mechatronic subassemblies systems by with manual microcontroller production

More information

Operating instructions Temperature transmitters. TA2xxx / / 2015

Operating instructions Temperature transmitters. TA2xxx / / 2015 Operating instructions Temperature transmitters TA2xxx UK 80026566 / 00 05 / 2015 Contents 1 Remark...2 1.1 Explanation of symbols...2 2 Safety instructions...3 3 Functions and features...3 Function...

More information

Fieldbus Independent I/O Modules DC Drive Controller Manual

Fieldbus Independent I/O Modules DC Drive Controller Manual Fieldbus Independent I/O Modules DC Drive Controller 750-636 Manual Version 1.0.1 ii General Copyright 2007 by WAGO Kontakttechnik GmbH & Co. KG All rights reserved. WAGO Kontakttechnik GmbH & Co. KG Hansastraße

More information

itemp PA TMT184 Technical information

itemp PA TMT184 Technical information Technical information itemp PA TMT184 Temperature head transmitter with PROFIBUS-PA interface. Supply and digital communication using PROFIBUS-PA, for installation in a Form B sensor head. Features and

More information

TLE5014 Programmer. About this document. Application Note

TLE5014 Programmer. About this document. Application Note Application Note About this document Scope and purpose This document describes the Evaluation Kit for the TLE5014 GMR based angle sensor. The purpose of this manual is to describe the software installation

More information

Easyclickpro radio-frequency system: intelligent and energy-efficient

Easyclickpro radio-frequency system: intelligent and energy-efficient Easyclickpro radio-frequency system: intelligent and energy-efficient The Easyclickpro radio-frequency system. Unmatched versatility Easyclickpro & EnOcean 4 Easyclickpro radio-frequency system 6 Easyclickpro

More information

FBG132-FTL EnOcean System Gateway

FBG132-FTL EnOcean System Gateway Issue 2013-08-13 Datasheet 2.50-40.132-01-EN pplication EnOcean system gateway for direct integration of up to 32 radio partners into the DDC4000 automation system for building automation and control.

More information

Detecting acoustic emissions of ships & submarines Italian Navy conducts tests with the Autonomous Acoustic Measurement System (SARA)

Detecting acoustic emissions of ships & submarines Italian Navy conducts tests with the Autonomous Acoustic Measurement System (SARA) Detecting acoustic emissions of ships & submarines Italian Navy conducts tests with the Autonomous Acoustic Measurement System (SARA) This application note discusses the solution used for the detection

More information

Mounting instruction and operating manual. Access Point (UK) HmIP-HAP-UK

Mounting instruction and operating manual. Access Point (UK) HmIP-HAP-UK Mounting instruction and operating manual Access Point (UK) HmIP-HAP-UK Package contents Quantity Description 1 Homematic IP Access Point (UK) 1 Plug-in mains adapter 1 Network cable 2 Screws 2 Plugs 1

More information

Positioning Controller. Cable Starting Set. Document ID: rel5889

Positioning Controller. Cable Starting Set. Document ID: rel5889 Cable Starting Set EPOS2 Positioning Controller Edition May 2016 Positioning Controller Cable Starting Set Document ID: rel5889 maxon motor ag Brünigstrasse 220 P.O.Box 263 CH-6072 Sachseln Phone +41 41

More information

Electrical devices may only be mounted and connected by electrically skilled persons.

Electrical devices may only be mounted and connected by electrically skilled persons. enet Server Order No. : 5301 00 Power adapter enet Server 12 V DC Operating instructions 1 Safety instructions Electrical devices may only be mounted and connected by electrically skilled persons. Serious

More information

Operating Instructions. EnOcean radio wall transmitter

Operating Instructions. EnOcean radio wall transmitter Operating Instructions 1. Safety instructions Electrical devices may only be installed and fitted by electrically skilled persons. Non-compliance with the instructions could cause damage to the device,

More information

TPM + Lenze ECS. Quick Startup Guide D Revision: 02

TPM + Lenze ECS. Quick Startup Guide D Revision: 02 4091-D012345 00 TPM + Lenze ECS Quick Startup Guide 4091-D032121 Revision: 02 Quick Startup Guide TPM + Revision history Revision Date Comment Chapter 01 27 th July 2012 First release All 02 27 th March

More information

EPM 300(C) Installation Test Tool User Manual Template for OEM Manufacturers/First Marketer

EPM 300(C) Installation Test Tool User Manual Template for OEM Manufacturers/First Marketer Installation Test Tool User Manual Template for OEM Manufacturers/First Marketer EnOcean GmbH Kolpingring 18a 82041 Oberhaching Germany Phone +49.89.67 34 689-0 Fax +49.89.67 34 689-50 info@enocean.com

More information

AcuMesh Wireless RS485 Network. User's Manual SOLUTION

AcuMesh Wireless RS485 Network. User's Manual SOLUTION AcuMesh Wireless RS485 Network User's Manual AN SOLUTION ACUMESH - WIRELESS METERING SYSTEM COPYRIGHT 2015 V1.2 This manual may not be altered or reproduced in whole or in part by any means without the

More information

BL20 Redundant power supply BL20-BR-24VDC-RED

BL20 Redundant power supply BL20-BR-24VDC-RED BL20 Redundant power supply BL20-BR-24VDC-RED All brand and product names are trademarks or registered trade marks of the owner concerned. Edition 09/2013 Hans Turck GmbH, Muelheim an der Ruhr All rights

More information

Hardware Documentation. Data Sheet. HAL 1xy. Hall-Effect Switch IC Family. Edition April 8, 2009 DSH000150_001EN

Hardware Documentation. Data Sheet. HAL 1xy. Hall-Effect Switch IC Family. Edition April 8, 2009 DSH000150_001EN Hardware Documentation Data Sheet HAL 1xy Hall-Effect Switch IC Family Edition April 8, 2009 DSH000150_001EN HAL1xy DATA SHEET Copyright, Warranty, and Limitation of Liability The information and data

More information

Gateway EnOcean/LonWorks

Gateway EnOcean/LonWorks s 1 661 1661P01, 1661P02 DESIGO RXC Gateway EnOcean/LonWorks For use with: DESIGO RXC Devices / systems with LONWORKS communication RXZ95.1/LON Wireless receiver with LONWORKS interface FTT10A Evaluation

More information

ORiNOCO AP-4000MR-LR and AP-4900MR-LR Access Points Safety and Regulatory Compliance Information

ORiNOCO AP-4000MR-LR and AP-4900MR-LR Access Points Safety and Regulatory Compliance Information IMPORTANT! Visit http://support.proxim.com for the latest safety and regulatory compliance information for this product. ORiNOCO AP-4000MR-LR and AP-4900MR-LR Access Points Safety and Regulatory Compliance

More information

APNT#1166 Banner Engineering Driver v How To Guide

APNT#1166 Banner Engineering Driver v How To Guide Application Note #1166: Banner Engineering Driver v1.10.02 How To Guide Introduction This Application Note is intended to assist users in using the GP-Pro EX Version 2..X\2.10.X Banner Engineering Corp.

More information

Digital Interface Option "OPC-E1-DIO"

Digital Interface Option OPC-E1-DIO Instruction Manual Digital Interface Option "OPC-E1-DIO" Thank you for purchasing our digital interface option. Read through this instruction manual and be familiar with the digital interface option before

More information

WirelessUSB LS Radio Module FCC Testing & Verification - AN4006

WirelessUSB LS Radio Module FCC Testing & Verification - AN4006 WirelessUSB LS Radio Module FCC Testing & Verification - AN4006 Introduction One of the bottlenecks that many product developers encounter in incorporating any radio communication device is facing the

More information

System Requirements: D-Link Systems, Inc.

System Requirements: D-Link Systems, Inc. System Requirements: Minimum System Requirements: CD-ROM Drive Computers with Windows, Macintosh, or Linux-based operating systems Installed Ether net Adapter Internet Explorer version 6.0 or Netscape

More information

Guidelines. KKS-Identification System for Power Stations. VGB-B 105e. 7th Edition 01/2010 (Index E) Published by: VGB PowerTech e.v.

Guidelines. KKS-Identification System for Power Stations. VGB-B 105e. 7th Edition 01/2010 (Index E) Published by: VGB PowerTech e.v. Guidelines KKS-Identification System for Power Stations VGB-B 105e 7th Edition 01/2010 (Index E) Published by: VGB PowerTech e.v. Obtainable from: VGB PowerTech Service GmbH Verlag technisch-wissenschaftlicher

More information

KNX ENO 634 (32-channel AP)

KNX ENO 634 (32-channel AP) WEINZIERL GINEERING GmbH KNX O 634 (32-channel AP) Bidirectional-Gateway between EnOcean and KNX-Bus Operating and installation instructions Digital inputs Link from KNX to EnOcean actuator Switch Dimmer

More information

Mx-RPW Room Control Module (Built-In Occupancy Sensor)

Mx-RPW Room Control Module (Built-In Occupancy Sensor) Wireless Room Controller Application Solar-powered, self-learning room sensor with LCD and smart communication management for measuring room temperature, independent generation of utilization time profiles

More information

Agilent E4980A Precision LCR Meter. Dielectric Constant Measurement Program Operation Manual

Agilent E4980A Precision LCR Meter. Dielectric Constant Measurement Program Operation Manual Agilent E4980A Precision LCR Meter Dielectric Constant Measurement Program Operation Manual Notices The information contained in this document is subject to change without notice. This document contains

More information

HG G B. Gyroscope. Gyro for AGV. Device Description HG G B. Innovation through Guidance. Autonomous Vehicles

HG G B. Gyroscope. Gyro for AGV. Device Description HG G B.   Innovation through Guidance. Autonomous Vehicles Device Description HG G-84300-B Autonomous Vehicles Gyroscope HG G-84300-B Gyro for AGV English, Revision 06 Date: 24.05.2017 Dev. by: MG/WM/Bo Author(s): RAD Innovation through Guidance www.goetting-agv.com

More information

PN7120 NFC Controller SBC Kit User Manual

PN7120 NFC Controller SBC Kit User Manual Document information Info Content Keywords OM5577, PN7120, Demo kit, Raspberry Pi, BeagleBone Abstract This document is the user manual of the PN7120 NFC Controller SBC kit Revision history Rev Date Description

More information

Energy Harvester ECO 100

Energy Harvester ECO 100 Energy Harvester ECO 100 User Manual V1.01 February 2006 Revision History The following major modifications and improvements have been made to the first version of this document (User Manual ECO 100, V1.0):

More information

Trillium US Inc. E350 Temperature Monitor User s Manual Rev A / February 2016

Trillium US Inc. E350 Temperature Monitor User s Manual Rev A / February 2016 97-00042-000 Trillium US Inc. E350 Temperature Monitor User s Manual Rev A / February 2016 For information about Trillium US Inc., visit the Trillium US Inc. Web site at: http://www.trilliumus.com How

More information

AN NFC, PN533, demo board. Application note COMPANY PUBLIC. Rev July Document information

AN NFC, PN533, demo board. Application note COMPANY PUBLIC. Rev July Document information Rev. 2.1 10 July 2018 Document information Info Keywords Abstract Content NFC, PN533, demo board This document describes the. Revision history Rev Date Description 2.1. 20180710 Editorial changes 2.0 20171031

More information

AN PR533 USB stick - Evaluation board. Application note COMPANY PUBLIC. Rev May Document information

AN PR533 USB stick - Evaluation board. Application note COMPANY PUBLIC. Rev May Document information PR533 USB stick - Evaluation board Document information Info Content Keywords PR533, CCID, USB Stick, Contactless Reader Abstract This application notes describes the PR533 evaluation board delivered in

More information

WAGO Application: Plastic Technology Center (SKZ) in Würzburg, Germany

WAGO Application: Plastic Technology Center (SKZ) in Würzburg, Germany 522 WAGO Application: Plastic Technology Center (SKZ) in Würzburg, Germany WAGO Products: WAGO-I/O-SYSTEM with ETHERNET Controllers, DALI and EnOcean Components Wireless Technologie System Overview 524

More information

Technical Description. DCF77 Receiver-Module 4460

Technical Description. DCF77 Receiver-Module 4460 Technical Description DCF77 Receiver-Module 4460 Version 09.02 23.07.2002 COMPANY INFO Safety information The Safety Instructions and Technical Data serve to ensure trouble-free operation and protection

More information

VIBCONNECT RF. Wireless Condition Monitoring. Catalog. PRÜFTECHNIK Condition Monitoring Edition: Oder No.: LIT

VIBCONNECT RF. Wireless Condition Monitoring. Catalog. PRÜFTECHNIK Condition Monitoring Edition: Oder No.: LIT VIBCONNECT RF Wireless Condition Monitoring Catalog PRÜFTECHNIK Condition Monitoring info@pruftechnik.com Edition: -04 Oder No.: LIT 7.700.EN Legal notices Both this catalog and the product it describes

More information

AN0509 swarm API Country Settings

AN0509 swarm API Country Settings 1.0 NA-15-0356-0002-1.0 Version:1.0 Author: MLA Document Information Document Title: Document Version: 1.0 Current Date: 2015-04-16 Print Date: 2015-04-16 Document ID: Document Author: Disclaimer NA-15-0356-0002-1.0

More information

VIESMANN. Installation and service instructions VITOTROL 300 RF. for contractors. Vitotrol 300 RF

VIESMANN. Installation and service instructions VITOTROL 300 RF. for contractors. Vitotrol 300 RF Installation and service instructions for contractors VIESMANN Vitotrol 3 RF Wireless remote control for one, two or three heating circuits For applicability, see the last page VITOTROL 3 RF 4/212 Please

More information

AN4014 Application Note Adjustable LED blinking frequency using a potentiometer and STM8SVLDISCOVERY Application overview

AN4014 Application Note Adjustable LED blinking frequency using a potentiometer and STM8SVLDISCOVERY Application overview Application Note Adjustable LED blinking frequency using a potentiometer and STM8SVLDISCOVERY Application overview Note: This document introduces a very simple application example which is ideal for beginners

More information

Thermo Electric Cooling Temperature Controller TEC Controller / Peltier Driver ±16 A / ±19 V

Thermo Electric Cooling Temperature Controller TEC Controller / Peltier Driver ±16 A / ±19 V Thermo Electric Cooling Temperature Controller TEC Controller / Peltier Driver ±16 A / ±19 V TEC-1090 OEM Precision TEC Controller DC Input Voltage: TEC Controller / Driver: Output Current: Output Voltage:

More information

Trillium US Inc. E500 Dual Channel Temperature Monitor User s Manual Rev A / November 2015

Trillium US Inc. E500 Dual Channel Temperature Monitor User s Manual Rev A / November 2015 97-00032-000 Trillium US Inc. E500 Dual Channel Temperature Monitor User s Manual Rev A / November 2015 For information about Trillium US Inc., visit the Trillium US Inc. Web site at: http://www.trilliumus.com

More information

Thermocouple - Transducer

Thermocouple - Transducer Thermocouple - Transducer TM3 Characteristics: Thermocouple type J, K, R, S, T, E, B, N Linearity error < 1% Measurement range configurable -210...+1820 C Built-in cold junction compensation Galvanic 3-way

More information

XLR PRO Radio Frequency (RF) Modem. Getting Started Guide

XLR PRO Radio Frequency (RF) Modem. Getting Started Guide XLR PRO Radio Frequency (RF) Modem Getting Started Guide XLR PRO Radio Frequency (RF) Modem Getting Started Guide 90002203 Revision Date Description A September 2014 Initial release. B March 2014 Updated

More information

Atmel. MXT540E Touch Screen Controller. Circuit Analysis of Charge Integrator and I/O Blocks

Atmel. MXT540E Touch Screen Controller. Circuit Analysis of Charge Integrator and I/O Blocks Atmel MXT540E Touch Screen Controller Circuit Analysis of Charge Integrator and I/O Blocks 3685 Richmond Road, Suite 500, Ottawa, ON K2H 5B7 Canada Tel: 613.829.0414 Fax: 613.829.0515 www.chipworks.com

More information

KNX TH65-AP. Thermo-Hygrometer. Installation and Adjustment. Item number 70184

KNX TH65-AP. Thermo-Hygrometer. Installation and Adjustment. Item number 70184 EN KNX TH65-AP Thermo-Hygrometer Item number 70184 Installation and Adjustment 1 Content 1. Description... 3 1.1. Technical specifications... 3 2. Installation and commissioning... 4 2.1. Installation

More information

FORTUS 360mc/400mc and FDM 360mc/400mc 3D Production System. Site Preparation Guide Rev E

FORTUS 360mc/400mc and FDM 360mc/400mc 3D Production System. Site Preparation Guide Rev E FORTUS 360mc/400mc and FDM 360mc/400mc 3D Production System Site Preparation Guide 107167-0005 Rev E Liability Statement The information in this document is subject to change without notice. Stratasys,

More information

Fundamentals of DC machines

Fundamentals of DC machines Fundamentals of DC machines Workbook With CD-ROM L1 N PE -T1 -T2 L+ L+ L- L- -P1 V A1 A2 E2 E1 -M1 M n 3600 1/min 3400 3200 n=f[ IE] 3000 2800 2600 2400 2200 2000 1800 30 60 90 120 150 180 210 240 270

More information

Polymer Electric. Product information. Ultrasonic Industrial Sensor USi

Polymer Electric. Product information. Ultrasonic Industrial Sensor USi Polymer Electric Product information Ultrasonic Industrial Sensor USi Master Slave USi-PP 1005632 * 1005633 * USi-IP 1005899 * 1005900 * USi-UP 1005901 * 1005902 * * plus Sensor 1005264 GmbH & Co. KG Polymer

More information

Technical Description. Wireless Proximity Switches Antenna WAT100

Technical Description. Wireless Proximity Switches Antenna WAT100 Technical Description Wireless Proximity Switches Antenna Please note the following Target group This description is intended for the use of trained specialists in electrical installation and control and

More information

Technical Documentation

Technical Documentation Technical Documentation for metratec QuasarMX HF RFID Reader Date: April 2015 Version: 1.4 Technical Documentation metratec QuasarMX Page 1 of 13 Table of Contents 1 General Information / Security Advice...3

More information

EL PASO COMMUNITY COLLEGE PROCEDURE

EL PASO COMMUNITY COLLEGE PROCEDURE For information, contact Institutional Effectiveness: (915) 831-6740 EL PASO COMMUNITY COLLEGE PROCEDURE 2.03.06.10 Intellectual Property APPROVED: March 10, 1988 REVISED: May 3, 2013 Year of last review:

More information

ISO 897 INTERNATIONAL STANDARD. Photography Roll films, 126, 110 and 135-size films Identification of the image-bearing side

ISO 897 INTERNATIONAL STANDARD. Photography Roll films, 126, 110 and 135-size films Identification of the image-bearing side INTERNATIONAL STANDARD ISO 897 Third edition 2000-10-15 Photography Roll films, 126, 110 and 135-size films Identification of the image-bearing side Photographie Films en bobines et films en formats 126,

More information

User Manual EnOcean V 0.1

User Manual EnOcean V 0.1 & User Manual EnOcean V 0.1 Last update: July 2012 All software-related descriptions refer to the software V1279. We recommend to update older versions of the system. Small deviations in the description

More information

UM User manual for di2c demo board. Document information

UM User manual for di2c demo board. Document information Rev. 1.1 10 July 2017 User manual Document information Info Keywords Abstract Content di2c-bus, differential I 2 C-bus buffer, PCA9614, PCA9615, PCA9616 User manual for the di2c demo board OM13523. This

More information

CDT. Service and Installation Manual. Manual Revision Oct 2014

CDT. Service and Installation Manual. Manual Revision Oct 2014 CDT Service and Installation Manual Manual Revision Oct 2014 2014 Cimarron Technologies Corp., Escondido, CA, USA. All rights reserved. No part of this manual may be reproduced in any way without the express

More information

Reflow Technology Product Overview

Reflow Technology Product Overview Reflow Technology Product Overview THR COMPONENT REQUIREMENTS THR Components Components for THR (Through-Hole Reflow) soldering must withstand higher temperatures than those found in standard wave soldering.

More information

UCP-Config Program Version: 3.28 HG A

UCP-Config Program Version: 3.28 HG A Program Description HG 76342-A UCP-Config Program Version: 3.28 HG 76342-A English, Revision 01 Dev. by: C.M. Date: 28.01.2014 Author(s): RAD Götting KG, Celler Str. 5, D-31275 Lehrte - Röddensen (Germany),

More information

ISO 105-F04 INTERNATIONAL STANDARD. Textiles Tests for colour fastness Part F04: Specification for polyester adjacent fabric

ISO 105-F04 INTERNATIONAL STANDARD. Textiles Tests for colour fastness Part F04: Specification for polyester adjacent fabric INTERNATIONAL STANDARD ISO 105-F04 First edition 2001-02-15 Textiles Tests for colour fastness Part F04: Specification for polyester adjacent fabric Textiles Essais de solidité des teintures Partie F04:

More information

MULTI CONNECTION SYSTEM. Product Overview

MULTI CONNECTION SYSTEM. Product Overview MULTI CONNECTION SYSTEM Product Overview THE ENTIRE RANGE OF MCS CONNECTORS MICRO Pin spacing: 2. mm Conductor sizes: 0.08 0. mm 2 (28 20 AWG) The Most Compact MCS MICRO Connector System with CAGE CLAMP

More information

SCHMIDT Flow Sensor SS Quick Guide

SCHMIDT Flow Sensor SS Quick Guide SCHMIDT Flow Sensor SS 20.600 Quick Guide SCHMIDT Flow Sensor SS 20.600 Table of Contents 1 Important information... 3 2 Application range... 3 3 Assembly... 4 4 Electrical connection... 6 5 Commissioning...

More information

MRG 512-PRO PQ Flex Mobile universal measurement device Supplementary description to the operation manual UMG 512-PRO

MRG 512-PRO PQ Flex Mobile universal measurement device Supplementary description to the operation manual UMG 512-PRO Doc. no. 2.054.018.2 Subject to technical changes. www.janitza.com Mobile universal measurement device MRG 512-PRO PQ Flex Supplementary description to the operation manual UMG 512-PRO Janitza electronics

More information

1 Safety instructions. 2 Device components. 3 Function. Radio bus system. Radio socket-outlet adapter for switching Order No. :

1 Safety instructions. 2 Device components. 3 Function. Radio bus system. Radio socket-outlet adapter for switching Order No. : Order No. : 0401.. Operating instructions 1 Safety instructions Electrical equipment may only be installed and fitted by electrically skilled persons. Serious injuries, fire or property damage possible.

More information