netvox R718IJK User Manual

Wireless multi-sensor interface for 0-24v adc, dry contact and 4-20ma sensors
Hide thumbs Also See for R718IJK:

Advertisement

Quick Links

Wireless Multi-Sensor Interface for 0-24V ADC, Dry Contact and 4-20mA Sensors
Wireless Multi-Sensor Interface
for 0-24V ADC, Dry Contact
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.
and 4-20mA Sensors
R718IJK
User Manual
R718IJK

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the R718IJK and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for netvox R718IJK

  • 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 change without...
  • Page 2: Table Of Contents

    Table of Contents 1. Introduction ..................................2 2. Appearance ..................................3 3. Features ....................................3 4. Set Up Instructions ................................4 5. Data Report ..................................5 5.1 Example of ReportDataCmd ............................5 5.2 Example of ConfigureCmd ............................7 5.3 GlobalCalibrateCmd ..............................8 5.4 Set/GetSensorAlarmThresholdCmd ........................
  • Page 3: Introduction

    1. Introduction R718IJK is a multi-interface detection device that is a Class A device based on the LoRaWAN open protocol and is compatible with the LoRaWAN protocol. The device is suitable for detecting 4mA to 20mA current, 0V to 24V voltage, and dry contact detection.
  • Page 4: Appearance

    ⚫ Protection level IP65/ IP67 (optional) ⚫ Compatible with LoRaWAN Class A ⚫ Frequency hopping spread spectrum ⚫ Applicable to 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 more information about battery lifespan.
  • Page 5: Set Up Instructions

    4. Set Up Instructions On/Off Power on Insert batteries (User 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 (Factory resetting) Press and hold the function key for 5 seconds until the green indicator flashes 20 times.
  • Page 6: Data Report

    The interval between two reports must be the MinTime. c. If there are special customized shipments, the setting will be changed according to customer’s requirements.) Please refer Netvox LoRaWAN Application Command document and Netvox Lora Command Resolver http://cmddoc.netvoxcloud.com/cmddoc to resolve uplink data.
  • Page 7 Alarm, Bit4-7: Reserved) Example of Uplink: 015C019F00140B97C80000 byte (01): Version byte (5C): DeviceType 0x5C-R718IJK byte (01): ReportType byte (9F): Battery-3.1V (low voltage), 9F (HEX) = 31 (DEC), 31* 0.1V = 3.1V byte (00): Status-off byte (14): Current-20mA, 14 (HEX) = 20 (DEC), 20* 1mA = 20mA byte (0B97): ADCRawValue-2967mV, 0B97 (HEX) = 2967 (DEC), 2967* 1mV = 2967mV...
  • Page 8: Example Of Configurecmd

    (2 bytes, Unit: 1mV) Unit: s) Unit: s) Unit: 0.1v) Unit: 1mA) Fixed 0x00) (1) Configure R718IJK device parameter MinTime = 1min, MaxTime = 1min, BatteryChange = 0.1v, ADCRawValue Change=100mV, Current Change =2mA Downlink: 015C003C003C0100640200 Response: 815C000000000000000000 (configuration success) 815C010000000000000000 (configuration failure)
  • Page 9: Globalcalibratecmd

    5.3 GlobalCalibrateCmd FPort: 0x0E Description SensorType PayLoad (Fix = 9 Bytes) Channel (1byte) Multiplier Divisor DeltValue Reserved SetGlobalCali 0x01 0_Channel1 (2 bytes, (2 bytes, (2 bytes, (2 bytes, brateReq 1_Channel2, etc. Unsigned) Unsigned) Signed) Fixed 0x00) Channel (1 byte) Reserved SetGlobalCali 0x81 0_Channel1...
  • Page 10 Calibrate the sensor by decreasing 100mV, the Multiplier =0x0001, Divisor = 0x0001, and DeltValue = 0xFF9C (1) SetGlobalCalibrateReq Downlink: 01310000010001FF9C0000 Response: 8131000000000000000000 (2) GetGlobalCalibrateReq Downlink: 0231000000000000000000 Response: 82310000010001FF9C0000 Clear calibration ClearGlobalCalibrateReq Downlink:03 0000 0000 0000 0000 0000 Response: 83 0000 0000 0000 0000 0000...
  • Page 11: Set/Getsensoralarmthresholdcmd

    5.4 Set/GetSensorAlarmThresholdCmd Fport:0x10 CmdID CmdDescriptor Payload (10 bytes) (1 byte) SensorType Channel (1byte, (1 byte, SensorHighThreshold SensorLowThreshold SetSensorAlarm 0x00_Disable ALL 0x01 0x00_Channel1, (4 bytes, (4 bytes, SensorthresholdSet ThresholdReq 0x01_Chanel2, Unit: 1mV/mA) Unit: 1mV/mA) 0x0F_ ADCRawValue, 0x02_Channel3, etc.) 0x10_ FineCurrent, SetSensorAlarm Status 0x81 Reserved (9Bytes,Fixed 0x00)
  • Page 12: Example Of Netvoxlorawanrejoin

    5.5 Example of NetvoxLoRaWANRejoin (NetvoxLoRaWANRejoin command is to check if the device is still in the network. If the device is disconnected, it will automatically rejoin back to the network.) Fport: 0x20 CmdID CmdDescriptor Payload (5 bytes) (1 byte) RejoinCheckPeriod (4 bytes, Unit: 1s SetNetvoxLoRaWANRejoinReq 0x01...
  • Page 13: Example For Mintime/Maxtime Logic

    5.6 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 Wakes up and collect data Wake up and collect data REPORTS 3.6V REPORTS 3.6V REPORTS 3.6V...
  • Page 14 Note: 1) The device only wakes up and performs data sampling according to MinTime Interval. When it is sleeping, it does not collect data. 2) The data collected is compared with the last data reported. If the data variation is greater than the ReportableChange value, the device reports according to MinTime interval.
  • Page 15: Installation

    6. Installation 1. R718IJK has the built-in magnet (as the figure below). When installed, it can be attached to the surface of an object with iron which is convenient and quick. To make the installation more secure, use screws (purchased) to secure the unit to a wall or other surface (as the figure below).
  • Page 16: Wiring

    7. Wiring Improper installation would damage the main parts of R718IJK. Please follow the instructions while wiring. The input of 4–20mA and 0–24V can only be direct current (DC). ● Dry contact does not receive voltage or current. ● R718IJK...
  • Page 17 External Connect to Positive Pole of the Transmitter Power R718IJK Supply 4-20mA Signal DC 24V Connect to Transmitter Signal Port Dry Contact Pressure Transmitter Current Detection (4mA-20mA) ADC (0-24V) Fig. 3. Current Detection 2-Wire Wiring Diagram External Connect to Positive Pole...
  • Page 18: 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 19: Important Maintenance Instruction

    9. Important Maintenance Instruction Kindly pay attention to the following to achieve the best maintenance of the product: • Keep the device dry. Rain, moisture, or any liquid might contain minerals and thus corrode electronic circuits. If the device gets wet, please dry it completely.

Table of Contents