netvox R718EC User Manual

Wireless accelerometer and surface temperature sensor
Hide thumbs Also See for R718EC:

Advertisement

Quick Links

R718EC
Wireless Accelerometer and Surface Temperature Sensor
Wireless Accelerometer
and
Surface Temperature Sensor
R718EC
User Manual
Copyright©Netvox Technology Co., Ltd.
This document contains proprietary technical information which is the property of NETVOX Technology. It shall be maintained in strict confidence
and shall not be disclosed to other parties, in whole or in part, without written permission of NETVOX Technology. The specifications are subject to
change without prior notice.

Advertisement

Table of Contents
loading

Summary of Contents for netvox R718EC

  • Page 1 This document contains proprietary technical information which is the property of NETVOX Technology. It shall be maintained in strict confidence and shall not be disclosed to other parties, in whole or in part, without written permission of NETVOX Technology. The specifications are subject to...
  • Page 2: Table Of Contents

    5. Data Report ................................5 5.1 ActiveThreshold and InActiveThreshold ......................6 5.2 Calibration ................................ 6 5.3 The X,Y,Z axis Direction of R718EC ......................7 5.4 Examples of ReportDataCmd .......................... 7 5.5 Examples of Data Configuration ........................10 5.6 Examples of Set/GetSensorAlarmThresholdCmd ..................12 5.7 Example of GlobalCalibrateCmd ........................
  • Page 3: Introduction

    1. Introduction The R718EC is a LoRaWAN ClassA device with three-axis acceleration, temperature and is compatible with the LoRaWAN protocol. When the device moves or vibrates over the threshold value, it immediately reports the temperature, acceleration, and velocity of the X, Y, and Z axes.
  • Page 4: Appearance

    ⚫ Available third-party platforms: Actility / ThingPark, TTN, MyDevices/Cayenne ⚫ Low power consumption and long battery life Note: Please visit http://www.netvox.com.tw/electric/electric_calc.html for detailed information of battery life calculation. 1. Actual range may vary depending on the environment. 2. Battery life is determined by sensor reporting frequency and other variables.
  • Page 5: Set Up Instruction

    4. Set up Instruction On/Off Power on Insert batteries. (Users may need a screwdriver to open the battery cover.) Turn on Press and hold the function key for 3 seconds until the green indicator flashes once. Turn off (Reset to factory setting) Press and hold the function key for 5 seconds, and the green indicator flashes 20 times.
  • Page 6: Data Report

    (1) The device report interval will be programmed based on the default firmware which may vary. (2) The interval between two reports must be the minimum time. Please refer Netvox LoRaWAN Application Command document and Netvox Lora Command Resolver http://cmddoc.netvoxcloud.com/cmddoc to resolve uplink data.
  • Page 7: Activethreshold And Inactivethreshold

    Users would need to install and turn on R718EC first. 1 minute after joining the network, the R718EC would automatically deviate from the calibration. The data reported before deviation calibration could be neglected.
  • Page 8: The X,Y,Z Axis Direction Of R718Ec

    When Report Type=0x01 is data packet. If the device data exceeds 11 bytes or there are shared data packets, the Report Type will have different values. b. R718EC value uses big-endian computing. c. Because of the length limitation of R718EC instruction. Therefore, R718E sends out 2 bytes and adds 0 to the data to form 4 bytes of float32.
  • Page 9 Bit6-7:Reserved) Bit6-7:Reserved) Example of uplink: # Packet 1: 011C012488408640883F00 byte (01): Version byte (1C): DeviceType 0x1C - R718EC byte (01): ReportType byte (24): Battery-3.6v , 24 Hex=36 Dec 36*0.1v=3.6v byte (8840): Acceleration X, float32(40880000) = 4.25 m/s byte (8640): Acceleration Y, float32(40860000) = 4.187 m/s...
  • Page 10 (883F): Acceleration Z, float32(3F880000) = 1.0625 m/s byte (00): Status — Inactive # Packet 2: 011C02A43FA13FA43E011C byte (01): Version byte (1C): DeviceType 0x1C - R718EC byte (02): ReportType byte (A43F): VelocityX, float32(3FA40000) = 1.28125 mm/s byte (A13F): VelocityY, float32(3FA10000) = 1.2578125 mm/s byte (A43E): VelocityZ, float32(3EA40000) = 0.3203125 mm/s...
  • Page 11: Examples Of Data Configuration

    Reserved 0x03 ThresholdReq (2Bytes) (2Bytes) (5Bytes,Fixed 0x00) SetActive Status Reserved 0x83 ThresholdRsp (0x00_success) (8Bytes,Fixed 0x00) GetActive Reserved 0x04 ThresholdReq R718EC 0x1C (9Bytes,Fixed 0x00) GetActive InActiveThreshold Reserved 0x84 ActiveThreshold (2Bytes) ThresholdRsp (2Bytes) (5Bytes,Fixed 0x00) SetFilterVelocity ThresholdReq FilterVelocityThresholdX FilterVelocityThresholdY FilterVelocityThresholdZ(1 Reserved (REMAIN 0x05 (1Byte,Unit:0.1mm/s)
  • Page 12 Device returns:811C000000000000000000 (configuration is successful) 811C010000000000000000 (configuration failed) (2) Read device parameters Downlink: 021C000000000000000000 Device returns: 821C003C003C01000100C8 (current device parameters) (3) Assuming that the Active Threshold is set to 10m/s , the value to be set is 10/9.8/0.0625=16.32, and the last value obtained is an integer and is configured as 16.
  • Page 13: Examples Of Set/Getsensoralarmthresholdcmd

    5.6 Examples of Set/GetSensorAlarmThresholdCmd Function: The device detects every Min Interval and reports as the data is higher or lower than the threshold. (Note: The last setting data would be saved if the device is reset to factory setting.) Fport:0x10 CmdID CmdDescriptor Payload(10Bytes)
  • Page 14: Example Of Globalcalibratecmd

    5.7 Example of GlobalCalibrateCmd FPort:0x0E Sensor Description CmdID PayLoad(Fix =9 Bytes) Type Channel (1Byte) Multiplier Divisor SetGlobalCali DeltValue 0x01 0_Channel1 (2bytes, (2bytes, Reserved (2Bytes, Fixed 0x00) brateReq (2bytes, Signed) 1_Channel2, Unsigned) Unsigned) Channel (1Byte) SetGlobalCali 0x81 0_Channel1 Status(1Byte,0x00_success) Reserved (7Bytes, Fixed 0x00) brateRsp 1_Channel2, etc below...
  • Page 15: Example For Mintime/Maxtime Logic

    5.8 Example for MinTime/MaxTime logic Example#1 based on MinTime = 1 Hour, MaxTime= 1 Hour, Reportable Change i.e. BatteryVoltageChange=0.1V MaxTime MaxTime sleeping (MinTime) sleeping (MinTime) Wakes up and collect data Wake up and collect data Wakes up and collect data REPORTS 3.6V REPORTS 3.6V REPORTS 3.6V...
  • Page 16: Applications

    In the case of detecting if the generator is working normally, it is recommended to install R718EC horizontal while the generator is power-off and in static status. After installing and fixing R718EC, please turn on the device. After the device is joined, one minute later, R718EC would perform the calibration of the device (the device cannot be moved after the calibration.
  • Page 17: Installation

    7. Installation 1. The R718EC main body has a built-in magnet (as shown in the 4. Installation precautions: figure below). During installation, the main body can be attached During installation, the device shall be installed when the device to the surface of the object with iron. In order to make the is powered off and the motor is stationary.
  • Page 18 Three-axis Accelerometer NTC shall be locked on the motor with Remove 3M adhesive from the appropriate screws. Before locking, the back and stick the three-axis contact surface shall be wiped clean and accelerator to the motor plane. coated with thermal conductive adhesive. Screw...
  • Page 19: Information About Battery Passivation

    8. Information about Battery Passivation Many of Netvox devices are powered by 3.6V ER14505 Li-SOCl2 (lithium-thionyl chloride) batteries that offer many advantages including low self-discharge rate and high energy density. However, primary lithium batteries like Li-SOCl2 batteries will form a passivation layer as a reaction between the lithium anode and thionyl chloride if they are in storage for a long time or if the storage temperature is too high.
  • Page 20: Important Maintenance Instruction

    9. Important Maintenance Instruction Kindly pay attention to the following in order to achieve the best maintenance of the product: • Do not put the device near or submerge into water. Minerals in rain, moisture, and other liquids could cause corrosion of electronic components.

Table of Contents