DAQ-IOT 4G/RS485/WiFi/Modbus/NB-IOT/LoRa Wireless Infrared Meter Reading Sensor

 

Product Overview



SC-GP-IR4G wireless infrared meter reading terminal is a general electrical meter and gas meter reading terminal based on infrared communication, 4G wireless transmission, DC wide voltage power supply, launched by Shanghai Data Acquisition IOT Technology Co., LTD., which can collect electric energy data, voltage, current, power factor and other electrical parameter data of State grid meters.

Introduction to the principle of infrared meter reading: infrared photoelectric probe through the infrared port to read the parameter information of smart meters and upload. The infrared meter reader has the function of infrared signal modulation and demodulation, modulates the binary digital signal into 38KHz frequency pulse sequence, and drives the infrared emitting diode to send out in the form of infrared light pulse. The transceiver converts the received optical pulse into an electrical signal, and then sends it to the demodulation circuit for demodulation after amplification and filtering. After the message is parsed, it is sent to the server in a specified format (such as Json).

Wireless infrared meter reading terminal supports 4G/NB-IOT/LoRa communication mode, which greatly simplifies field deployment time and reduces construction costs. This product supports various meter reading scenarios with infrared communication interface, such as electric meters, gas meters, flow meters and other meters. This product is suitable for energy meter data collection, smart city data collection, power monitoring data collection, energy conservation and emission reduction data monitoring system data collection, energy consumption monitoring system data collection, photovoltaic system data collection, intelligent monitoring data collection, robot data collection, intelligent security system data collection, cloud platform system data collection and energy meter verification test bench. This product is especially suitable for the power supply bureau of the state grid meter master meter seal is completely closed, and cannot be open any seal of the situation of meter reading.

Order Specifications and Selection

Model

Transmission Mode

Characteristic Description

SC-LP-IRNB

Wireless

NB-IOT/LoRa communication, long life lithium battery power supply, suitable for low acquisition frequency, external power supply is difficult.

SC-GP-IR4G

Wireless

4G communication, 220V AC /12V DC power supply, suitable for occasions with high acquisition frequency or convenient external power supply. By default, the device is online for a long time, and supports remote parameter debugging. You only need to install and power on site.

SC-GP-IR485

Wired

Individual infrared probe, 458-rpm infrared transceiver, transparent transmission. Users need to consider meter protocol interconnection.

SC-GP-IR485-modbus

(Customized version)

Wired

Infrared acquisition, RS485 interface, universal Modbus protocol, users do not need to consider the meter protocol docking.

SC-GP-IRLAN

Wired Ethernet

Infrared acquisition, RJ45 port, supports Modbus RTU protocol (virtual serial port) or Json format for data reporting.

SC-GP-IRWiFi

Wireless

WiFi communication, support Modbus RTU protocol (virtual serial port) or Json format to report data.

 

Service Concept

We solemnly promise that:

 What you buy is not only the product, but also the meticulous and thoughtful technical support services!!!( =^_^= )

 This product, the site only ordinary workers connected to electricity installation! No debugging!

 We provide free remote guidance, remote configuration and debugging service, and send the data to the user-specified cloud platform.

Free Internet of Things solution consulting services!

Implementing Standards

“Q/GDW 1365-2013 Smart Energy Meter Information Exchange Security Certification Technical Specification”       National grid standard

“Multifunctional Energy Meter Communication Protocol DLT645-2007”    National standard

“Type Specification for three-phase smart energy meters Q/GDW1356-2013”   National grid standard

Product Features

5.1 Acquisition Characteristics

Infrared Carrier Frequency: 38 kHz

Communication Baud Rate: 1200~115200 bps, self-adapting according to the communication parameters of the energy meter

Infrared Communication Distance: ≤10 meters

Communication Angle: ≤15 degrees

Infrared Communication Protocol: In accordance with IEC62056-21(IEC1107) and DL/T-645 1997 and 2007 standards, support Modbus protocol.

 

5.2 Electrical Character

Power Supply Mode12V DC power supply (Power interface: DC5.5*2.1mm female socket, positive inside and negative outside)

Power Consumption: less than 5W

5.3 Communication Characteristics

Wireless Transmission ModeNB-IOT/LoRa/WiFi

Communication Protocol: MQTT / TCP / UDP / HTTP / SSL / ModBus RTU, and other protocols can be customized

Data Forwarding: any public network server

Number of Server Centers: up to simultaneous data reporting to 7 cloud servers.

Heartbeat Packet: support custom heartbeat packet, can be set to signal intensity.

Registration Package: support custom registration package, can be set to IMEI code.

Positioning: Support LBS base station positioning to facilitate the query of device location.

5.4 Structural Property

Antenna Type: sucker or glue stick external antenna (optional built-in antenna)



Material: PC plastic (enclosure)

Main Protection Level: IP65

Main Mounting Methodpaste installation

5.5 Working Environment

Temperature: -30°C75°CHumidity: 095%

Product Core Advantages

Simple installation, fast deployment, help the Internet of things project quickly landing.

Support custom registration package and heartbeat package, facilitate the platform to distinguish devices.

Support any Internet of Things cloud platform and configuration software, and provide data protocol docking.

Support Ali cloud, Baidu Tiangong, OneNet, Tencent Cloud and other mainstream cloud platforms.

Supports external multiple sensors

Non-invasive measurement, which does not affect the normal operation of the equipment.

Support remote configuration parameters and FOTA remote upgrade to minimize the personnel cost of site construction and maintenance.

Data Reporting Communication Protocol

7.1 Protocol Parsing Instructions

For UDP / TCP / MQTT / HTTP and other push methods, users should provide the public network IP (or domain name) address and port number of the cloud server to receive the data.

Example of JSON format:

{"Energy":3456.71,"ID":"868956048640233"}

Message analysis:

{

"Energy": 3456.71, // Total electrical energy, unit: degrees

"ID": "860344048491162" // Device ID

}

Multi-parameter acquisition version data format:

{

"Fflat": 0, // Forward flat charge

"Fpeak": 28.91, // Forward peak charge

"Fsharp": 105.6, // Forward spike charge

"Ftotal": 105.15, // Forward total charge

"Fvalley": 23.29, // Forward valley charge

"ID": "865650045071202", // ID of wireless infrared meter reader

"Rflat": 0, // Inverse flat energy

"Rpeak": 0, // Reverse peak charge

"Rsharp": 0, // Reverse spike charge

"Rtotal": 0, // Reverse total charge

"Rvalley": 0, // Reverse valley level power

"actPower": 13.715, // Total active power

"actPowerA": 4.524, //A Phase active power

"actPowerB": 0, //B Phase active power

"actPowerC": 9.191, //C Phase active power

"currentA": 40, //A Phase current

"currentB": 70, //B Phase current

"currentC": 50, //C Phase current

"fac": 0.414, // Total power factor

"facA": 0.707, // A Phase power factor

"facB": 0, //B Phase power factor

"facC": 0.707, //C Phase power factor

"lastMRtotal": 0, // Total amount of electricity reversed last month

"lastMtotal": 0, // Last month positive total electricity

"reactPower": 13.715, // Total reactive power

"reactPowerA": 4.524, //A Phase reactive power

"reactPowerB": 0, //B Phase reactive power

"reactPowerC": 9.191, //C Phase reactive power

"volA": 210, //A Phase voltage

"volB": 221, //B Phase voltage

"volC": 217 //C Phase voltage

}

7.2 Protocol Receiving Test

The network debugging assistant NetAssist can be used for reception testing.

 

7.3 Agreement Customization

If you need to customize other communication protocols, you can contact the business personnel to communicate them.

Platform Docking

8.1 Default Platform

The product is connected to our designated industrial Internet of Things platform by default, and the platform interface is as follows:


 

                           Computer-side browser interface


 

 

Mobile terminal WeChat access interface

8.2 The User Specifies the Platform

Take the connection of Ali Cloud platform as an example. After users create products and add devices on the Ali Cloud Internet of Things platform, users need to provide a triad: {ProductKey, DeviceName, DeviceSecret} and the MQTT theme to be released.

For example, the value of triples is:

ProductKey = b0FMK1Ga5cp

DeviceName = 862991419835241

DeviceSecret = y7MTCG6Gk33Ux26bbWSpANl4OaI0bg5Q

Taking the OneNet platform as an example, after a user creates a product or adds a device on the OneNet platform, the user needs to provide the product ID and device registration code.

For example:

ID332590

Registration codeDGRUa7Vr9KYGunwJ

Application Cases


 

External power supply mode


 

10 Installation Precautions

1)Please refer to the link for installation tutorial: https://jingyan.baidu.com/article/a65957f4bf778565e77f9b47.html

 



2)The infrared transmitting and receiving hole can be aligned with the infrared equipment that needs to be collected and communicated. During the communication process, please ensure that the communication distance and tilt Angle are within the technical requirements, otherwise the communication effect will be seriously affected.

3)This product has a built-in SIM card, and the annual data fee is about 10~20 yuan according to the reported data frequency. You can also use your own SIM card, which needs to be confirmed in advance.

11 Contact Us

Website: www.daq-iot.com

Tel: +8619936624847

Email: business@daq-iot.com ; daqiot888@gmail.com

    WhatsApp+8619936624847

 

 

评论

此博客中的热门博文

DAQ-IOT Modbus RTU RS485 Split Core Current Transformer CT AC Analog Signal Coil Sensor DC 12V 5A DC Current Transformer Power On or Off Status Monitoring

DQA-IOT NB-IOT/LoRa Wireless Current Acquisition Terminal

DQA-IOT RS485 Port T/H Sensor Probe over Modbus Protocol Product Manual