Siemens SIMATIC RTLS4084T Operating Instructions Manual

Siemens SIMATIC RTLS4084T Operating Instructions Manual

Localization systems
Hide thumbs Also See for SIMATIC RTLS4084T:

Advertisement

Quick Links

SIMATIC RTLS4084T
SIMATIC RTLS
Localization systems
SIMATIC RTLS4084T
Operating Instructions
04/2021
C79000-G8976-C626-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 RTLS4084T

  • Page 1 SIMATIC RTLS4084T Introduction Device description SIMATIC RTLS Programming interface Installation & operation Localization systems SIMATIC RTLS4084T Technical specifications Approvals Operating Instructions 04/2021 C79000-G8976-C626-02...
  • Page 2 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

    Notes on installation ......................25 Replacing the battery pack ....................27 Cleaning and maintenance....................27 Technical specifications ........................29 Technical specifications of the RTLS4084T ................29 Technical specifications of the battery pack ................ 31 Approvals ............................. 33 SIMATIC RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 4 Table of contents SIMATIC RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 5: Introduction

    Industrial Ethernet network. You can find the system manual at the following link: (https://support.industry.siemens.com/cs/us/en/ps/25277) Trademarks The following and possibly other names not identified by the registered trademark sign ® registered trademarks of Siemens AG: SIMATIC RTLS SIMATIC RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 6 In order to protect plants, systems, machines and networks against cyber threats, it is necessary to implement – and continuously maintain – a holistic, state-of-the-art industrial security concept. Siemens’ products and solutions form one element of such a concept. Customers are responsible for preventing unauthorized access to their plants, systems, machines and networks.
  • Page 7 Do not dispose of the products at public disposal sites. For environmentally compliant recycling and disposal of your electronic waste, please contact a company certified for the disposal of electronic waste or your Siemens representative. Note the different national regulations.
  • Page 8 Introduction SIMATIC RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 9: Device Description

    Device description Characteristics SIMATIC RTLS4084T Characteristics Design ① L1 and L2 status indicators (LEDs) ② F1 and F2 function keys ③ Display General The transponder is a mobile device for localiza- tion in the RTLS localization system. It sends position data to gateways which transmit the data to the Locating Manager server.
  • Page 10: Order Data Rtls4084T

    Table 2- 2 Ordering data for accessories Article number 1 x battery pack lithium batteries for SIMATIC RTLS4084T 6GT2790-0EE00 LED status indicator, display & function key The operating states of the transponder are indicated by the LED. The LED can be green and red and have the states off , on , flashes .
  • Page 11: Dimension Drawing

    Device description 2.4 Dimension drawing Dimension drawing Figure 2-1 Dimension drawing SIMATIC RTLS4084T - All dimensions are given in millimeters SIMATIC RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 12 Device description 2.4 Dimension drawing SIMATIC RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-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 RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-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 RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 15 The positive acknowledgment of an RPC call does not guarantee or indicate successful transmission and display of new display contents on the transponder. This can happen if, for example, the transponder was switched off during this time or is not within radio range. SIMATIC RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 16: Rpc Calls

    The "TransponderID" parameter is invalid. 0x0012 The "ThemeID" parameter is invalid. 0x0013 The "FieldID" parameter is invalid. 0x0101 The text length is invalid. 0x0102 The text contains invalid characters or the characters are not supported. SIMATIC RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 17 ThemeID, type: UInt32 Field with the following parameters: FieldID, type: UInt32 Text, type: String Return value Consists of: Result, type: UInt32 Field with the following parameters: RPCResult, type: UInt32 1 ... n FieldResults, type: UInt32 SIMATIC RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 18: Event Messages

    Text is the content of this form field. If the text is empty, a problem with setting the text occurred. "agilion.wls.epaper.display_text_changed" Parameter Consists of: TransponderID, type: UInt64 FieldID, type: UInt32 Text, type: String SIMATIC RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 19 Function key pressed short or long > Event parameter: ButtonDown = 1 • 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 RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 20: Code Examples

    Code example WAMP connection "wamp": { "url": "ws://127.0.0.1:12344/", "realm": "agilion.wls", "user": "Administrator", "key": Contact Siemens Support for the current password. Code example WAMP connection with RPC call console.log("start") var config = null function changetheme(session, addr, themeid, param){ console.log("change zone for etag (zoneid,etag)",themeid,addr) var epapercmd = [parseInt(addr,10),parseInt(themeid,10),param] if ( config.debug ) console.log("send epapercmd: ",epapercmd)
  • Page 21 (session, method, extra) { if (method === "wampcra") { return autobahn.auth_cra.sign(config.wamp.key, extra.challenge); connection.onopen = 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( SIMATIC RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 22 (epaper[0] == etag.addr){ isin = true break if (isin == false){ console.error("epaper in config not found in wls (nodekey): ",etag.addr) }; //connection.onopen connection.onclose = function (reason, details) { console.log("no connection to wamp-router",config.wamp.name); connection.open(); SIMATIC RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 23: 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 RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 24 Programming interface 3.6 Additional information SIMATIC RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 25: Installation & Operation

    Avoid contact with the battery fluid. Rinse skin that comes into contact with battery fluid with water. If fluid from the battery gets into your eye, seek medical attention. CAUTION Fires and burns Improper handling of batteries can lead result in fires and burns. SIMATIC RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 26 The internal voltage of the device is displayed in the Locating Manager. The nominal voltage of 14.4 Volt indicates that the battery pack is fully charged. If the value is less than 12.0 Volt, the battery pack is empty and must be replaced. SIMATIC RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 27: Replacing The Battery Pack

    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 28 Installation & operation 4.3 Cleaning and maintenance SIMATIC RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 29: Technical Specifications

    Technical specifications Technical specifications of the RTLS4084T Table 5- 1 Technical specifications of the transponder RTLS4084T 6GT2700-7DC05, 6GT2700-7DC15 Product name SIMATIC RTLS4084T PULSE radio frequencies (localization) Wireless method IEEE 802.15.4-2015 UWB HRP PHY Transmission speed 850 kbps Operating frequency rated value 3993.6 MHz (UWB channel 2;...
  • Page 30 Design, dimensions, weights and connectors Dimensions (L x W x H) 118,6 x 99,4 x 26 mm Weight Approx. 257 g (including battery pack) Degree of protection IP54 Method of securing Customer-specific Enclosure Plastic housing Color Titanium gray SIMATIC RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 31: Technical Specifications Of The Battery Pack

    During operation • -60 ... +85 °C • During storage • maximum +30 °C Dimensions (L x W x H) 57.9 x 53 x 14.8 mm (+/- 2 mm) Weight 74 g Color Blue SIMATIC RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 32 Technical specifications 5.2 Technical specifications of the battery pack SIMATIC RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 33: Approvals

    You can check which of the following approvals have been granted for your product by the markings on the type plate. 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=...
  • Page 34 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 RTLS4084T Operating Instructions, 04/2021, C79000-G8976-C626-02...
  • Page 35 3.2 of the Directive 2014/53/EU; Part 2: Requirements for UWB location tracking FCC information Siemens SIMATIC RTLS4084T (MLFB 6GT2700-7DC15); Contains FCC ID SCF6032702 This device complies with part 15 of the FCC rules. Operation is subject to the following two conditions:...

Table of Contents