Siemens SIMATIC RTLS4083T Operating Instructions Manual

Hide thumbs Also See for SIMATIC RTLS4083T:

Advertisement

Quick Links

SIMATIC RTLS4083T
SIMATIC RTLS
Localization systems
SIMATIC RTLS4083T
Operating Instructions
12/2019
C79000-G8976-C527-02
Introduction
Device description
Programming interface
Installation & Operation
Technical specifications
Approvals
1
2
3
4
5
6

Advertisement

Table of Contents
loading

Summary of Contents for Siemens SIMATIC RTLS4083T

  • Page 1 SIMATIC RTLS4083T Introduction Device description Programming interface SIMATIC RTLS Installation & Operation Localization systems SIMATIC RTLS4083T Technical specifications Approvals Operating Instructions 12/2019 C79000-G8976-C527-02...
  • Page 2: C79000-G8976-C527

    Note the following: WARNING Siemens products may only be used for the applications described in the catalog and in the relevant technical documentation. If products and components from other manufacturers are used, these must be recommended or approved by Siemens. Proper transport, storage, installation, assembly, commissioning, operation and maintenance are required to ensure that the products operate safely and without any problems.
  • Page 3: Table Of Contents

    Code examples ........................21 Additional information ......................24 Installation & Operation ......................... 25 Notes on installation........................ 25 Operation ..........................26 Cleaning and maintenance ..................... 26 Charging instructions ......................27 Technical specifications ........................29 Approvals .............................. 31 SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 4 Table of contents SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 5: Introduction

    Purpose of the Operating Instructions This manual will assist you in mounting, connecting, and programming the programming interface of the SIMATIC RTLS4083T device. The configuration and the integration of the devices in a network are not described in these operating instructions.
  • Page 6 Introduction Industry Online Support In addition to the product documentation, the comprehensive online information platform of Siemens Industry Online Support offers support at the following Internet address: (https://support.industry.siemens.com/cs/start?lc=en-US) Apart from news, there you will also find: ● Project information: Manuals, FAQs, downloads, application examples etc.
  • Page 7 Siemens’ products and solutions undergo continuous development to make them more secure. Siemens strongly recommends that product updates are applied as soon as they are available and that the latest product versions are used. Use of product versions that are no longer supported, and failure to apply the latest updates may increase customers’...
  • Page 8 Introduction SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 9: Device Description

    Device description Characteristics SIMATIC RTLS4083T Characteristics ① Design Status indicators (LED) ② F1 function key ③ display General The transponder is a mobile device for localiza- tion in the RTLS localing system. It sends data to gateways to determine its position. The gateways transmit the data to the Locat- ing Manager Server.
  • Page 10: Led Status Indicator, Display & Function Key

    5 background images can be saved 20 text fields with 58 characters each 20 fonts and font sizes, including bar codes F1 function key If this function key is pressed, the message is forwarded to the program inter- face. SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 11: Dimension Drawing

    Device description 2.4 Dimension drawing Dimension drawing Figure 2-1 Dimension drawing SIMATIC RTLS4083T - All dimensions specified in millimeters SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 12 Device description 2.4 Dimension drawing SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 13: Programming Interface

    Project-specific requirements for the configuration of the "Themes" as well as the download of the configuration to the transponder can be performed during operation. Optionally, the configuration of the "Themes" can be transferred from the manager to the transponder. SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 14: Communication Via The Programming Interface

    ● The data to be transferred for the data transport is transferred in the "JSON" format (JavaScript Object Notation). ● The text to be displayed is transmitted in "UTF-8" format (8-Bit UCS Transformation Format). ● Line breaks in text fields are managed using the "\r" element SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 15 The completion of the data transmission is confirmed by an event message provided for this purpose. The various event messages can be found in the section "Event messages (Page 19)". SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 16: Rpc Calls

    FieldID The number of the text field The value range depends on the type and version of the transponder. Text Permitted characters: all printable ASCII characters and German umlauts Result Sends the return value SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 17 This command queries a list of all configured transponders in the Locating Manager Server. "agilion.wls.epaper.get_tags" Parameter None Return value Consists of: Result, type: UInt32 Field with the following parameters: TransponderID, type: UInt64 ProductID, type: UInt64 FirmwareVersion, type: String SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 18 Only completely transmitted texts are returned. If the current "ThemeID" is unknown, it has the return value -1. "agilion.wls.epaper.get_display_theme" Parameter TransponderID, type: UInt64 Return value Consists of: Result, type: UInt32 ThemeID, type: UInt32 Field with the following parameters: FieldID, type: UInt32 Text, type: String SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 19: Event Messages

    This event message is sent after the F1 function key has been pressed or released. If you want to adapt the short/long press functionality, you need to change the parameter involved in the configuration file, "RTLS_LM_DataExport.ini". "agilion.wls.epaper.button_pressed" Parameter Consists of: TransponderID, type: UInt64 ButtonID, type: UInt32 ButtonDown, type: UInt32 SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 20 Function key pressed short or long > Event parameter: ButtonDown = • After a short or long press and subsequent heartbeat > Event parame- • ter: ButtonDown = 0 The default value is 1 in the configuration file "RTLS_LM_DataExport.ini". SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 21: Code Examples

    ( config.debug ) console.log("epaperapi response:", res); Code Bedeutung * 0x0000 No error * 0x0011 TransponderID invalid * 0x0012 ThemeID invalid * 0x0013 FieldID invalid * 0x0101 Text length invalid * 0x0102 Text contains invalid characters or characters not supported SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 22 = function (session) { console.log("connected to wamp-router", config.wamp.name) if ( config.debug ) console.info("check epaper api tags") session.call("agilion.wls.epaper.get_tags").then( function (res) { /*if ( config.debug ) console.log("epaperapi response:", res);*/ for (let etag of config.tagwhitelist){ SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 23 "GANYMED_TY41_002.000.025"], ...] //set_display_theme RPC: agilion.wls.epaper.set_display_theme [TransponderID, ThemeID, [ [FieldID, "text1"], [FieldID, "text2"] ] ] agilion.wls.epaper.set_display_theme [12345, 1, [ [0, "text1"], [1, "text2"] ] ] -> Theme 1 with texts 1: text1 and 2: text2 SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 24: Additional Information

    -> In return value: [result_code, ThemeID, [ [FieldID, "text1"], [FieldID, "text2"] ] Additional information You can find additional information on the subject of WAMP etc. at: LINK: (https://wamp-proto.org/) LINK: (https://crossbar.io/docs/) LINK: (https://crossbar.io/autobahn/) LINK: (https://github.com/crossbario/autobahn-js) LINK: (https://github.com/crossbario/autobahn-cpp) SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 25: Installation & Operation

    This applies to lithium-ion batteries: • Do not squeeze • Do not heat and do not burn • Do not short-circuit • Do not disassemble • Do not immerse in liquid - the battery may crack or burst. SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 26: Operation

    Improper opening or repairing of the device may result in risks for the user. Opening the device without permission renders the warranty of the Siemens AG null and void. Do not clean the enclosure with liquids or abrasive, caustic or flammable cleaning products.
  • Page 27: Charging Instructions

    The battery has a natural self-discharge. When stored in a state not fully charged, the device is discharged after approximately 6 months and must be recharged. If the device is completely discharged, the integrated battery may be damaged. This device can then no longer be charged. SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 28 Installation & Operation 4.4 Charging instructions SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 29: Technical Specifications

    Technical specifications Table 5- 1 Technical specifications of the transponder RTLS4083T 6GT2700-5DC03, 6GT2700-5DC13 6GT2700-5DC23 Product name SIMATIC RTLS4083T PULSE radio frequencies (localization) Wireless method IEEE 802.15.4-2015 HRP UWB Transmission speed 850 Kbps Operating frequency rated value 3993.6 MHz (EU and US only) 6489.6 MHz...
  • Page 30 Design, dimensions, weights and connectors Dimensions (L x W x H) 95 x 62 x 13 mm Weight 85 g Degree of protection IP54 Method of securing Mounting clips Enclosure Plastic housing Color Titanium gray SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 31: Approvals

    Approvals You can find the current EU Declaration of Conformity for these products on the Internet at Siemens Industry Online Support. Link: (https://support.industry.siemens.com/cs/products?dtp=Certificate&mfn=ps&pnid=14970&lc= en-US) The products described in this document meet the requirements of the following EU directives: ● RoHS Directive 2011/65/EU...
  • Page 32 Electromagnetic compatibility (EMC) - Part 6-3: Generic standards - Emission standard for residential, commercial and light-industrial environments ● EN 61000-6-4 Electromagnetic compatibility (EMC) - Part 6-4: Generic standards - Emission standard for industrial environments SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...
  • Page 33 La operación de este equipo está sujeta a las siguientes dos condiciones: (1) es posible que este equipo o dispositivo no cause interferencia perjudicial y (2) este equipo o dispositivo debe aceptar cualquier interferencia, incluyendo la que pueda causar su operación no deseada. SIMATIC RTLS4083T Operating Instructions, 12/2019, C79000-G8976-C527-02...

Table of Contents