RS485 3in1 Light Intensity Sensor Modbus Protocol Temperature and Humidity Transmitter Sensor

$66.19
  Availability: In Stock
  Shipping: Free Airmail 
  Estimated Delivery: 
   Bulk Savings (Buy more save more)
+
  •   Shipping Methods

    Handling Time

    Before we can ship your order, we prepare your products, do strict quality-control tests and carefully package the items. The time it takes to prepare your items for shipping is separate from the delivery time. It usually takes 1-3 business days to ship out .

    Shipping Methods

    You can choose the preferred shipping method on the cart page during the checkout process. We offers 3 international shipping methods:

    1. Airmail – Free untracked economy shipping via national postal services (HK Post, Singapore Post, China Post, PostNL, Swiss Post, Sweden Post, USPS, Royal Mail e.t.c.)
    2. Airmail Registered – Tracked shipping via national postal services (HK Post, Singapore Post, China Post, PostNL, Swiss Post, Sweden Post, USPS, Royal Mail e.t.c.)
    3. Expedited Shipping – Express shipping with courier delivery (DHL, UPS, FedEx, TNT)

    Delivery Time

    Airmail and Airmail Registered Area Estimated Delivery Time
    United States, Canada 7-25 business days
    Australia, New Zealand, Singapore, United Arab Emirates 10-25 business days
    United Kingdom, France, Spain, Germany, Netherlands, Japan, Belgium, Denmark, Finland, Ireland, Norway, Portugal, Sweden, Switzerland 10-25 business days
    Italy, Brazil, Russia, South Africa 10-45 business days
    Other countries 10-35 business days
    Expedited Shipping 3-10 business days to Worldwide

    Note: If you choose an expedited shipping, please remember to leave a valid contact number, this is required for expedited shipping’s courier delivery.

  •  Returns & Refund

    Last updated October 05, 2022

    Returns

    If you are not completely satisfied with your purchase for any reason, you may return it to us for a full refund within 15 days from delivery date. All returned items must be in new and unused condition, with all original tags and labels attached.

    Return Process

    To return an item, please email our customer service at sales@alexnld.com to obtain a Return Merchandise Authorization (RMA) number. After receiving a RMA number, place the item securely in its original packaging, and mail your return to the following address:

    Alex NLD
    Attn: Returns
    RMA #
    HaGiborim St 8
    Tiberias, 14388
    Israel

    Please note, you will be responsible for the return shipping charges. We strongly recommend that you use a trackable method to mail your return.

    All customers should contact us and obtain Return Merchandise Authorization (RMA) number before sending anything to us. We will not be responsible for returned item(s) without notifying us in advance.

    Refunds

    After receiving your return and inspecting the condition of your item, we will process your refund to the credit / debit card or PayPal account which was used to place the original order.

    Please allow at least seven (7) days from the receipt of your item to process your refund. Refunds may take 1-2 billing cycles to appear on your credit card statement, depending on your credit card company. We will notify you by email when your refund has been processed.

    Exceptions

    If an item is found damaged or defective on receipt, we kindly ask you to contact us within 15 days from the delivery date to arrange a refund or exchange without physical return of the item.

    Please provide us with following:

    1. Photos of the front and back sides of the packaging box;
    2. A photo, video or screenshot of the defective item or the defective part of the parcel.

    Our customer service team will communicate with you to arrange a refund or reshipment without physical return of the item.

    Warranty & Repair service

    If any of the items you have purchased from us is found defective within 1 year from receipt, you are entitled to a repair under warranty. Please kindly provide us with evidence photos or videos of the defective item. After providing such information to our Customer Service team  and the problem is acknowledged, you can send the items back to us for a repair.

    Note:  Please be aware, we do not cover the cost of the returns fees in  warranty & repair service.

    Order Cancellation

    If you want to cancel an order within 24 hours from confirmation of the payment, you will be entitled to a full refund. It is still possible to cancel an order after 24 hours, provided that it has not yet been shipped. If an order has been shipped, it’s impossible for us to cancel or modify it anymore. If you still want a refund, you required to return the item on it’s arrival.

    Questions

    If you have any questions concerning our return policy, please contact us at:

    +972 054-536-2888
    sales@alexnld.com

     


  Share
Specification:

DC power supply: 10-30VDC
Maximum power consumption: 0.4W
Accuracy:
Humidity: ± 3% RH (5% RH ~ 95% RH, 25C)
Temperature: ± 0.5C, (25C)
Light intensity: ± 7% (25C)
Light intensity range: 0-65535lux
Working temperature: -20 ~ 60C, 0% RH ~ 80% RH
Long-term stability:
Temperature: 0.1C / y
Humidity: 1% / y
Light intensity: 5% / y
Response time:
Temperature: 18S (1m / s wind speed)
Humidity: 6s (1m / s wind speed)
Light intensity: 0.1S
Output signal: RS485 output (Modbus protocol)
 

 

Cable color

instruction

Power

Brown

10~30V DC power +

Black

Power –

communication

yellow

485-A

blue

485-b

 
The default baud rate is 4800bit/s, and the default address is 0x01.
 
1. communication protocol

Code

8 bit binary system

Data bits

8bits

parity check bit

NO

stop bit

NO

Error checking

CRC

baud rate

2400bit/s4800bit/s9600 bit/s  4800bits by default

2. Using Modbus-RTU communication protocol, the format is as follows:

The initial structure is more than 4 bytes of time
Address code = 1 bytes
Function = 1 bytes
Data area = N bytes
Error check = 16 bit CRC code
The end of the structure is greater than or equal to 4 bytes of time
Address code: the address of the transmitter, which is unique in the communication network (factory default 0x01).
Function code: the instruction function instruction from the host. The transmitter only uses the function code 0x03 (read register data).
Data area: data area is specific communication data, pay attention to 16bits data before the high byte!
CRC Code: two byte check code

Host query frame structure:

Address code

Function code

Register start address

Register length

check code low

Check code high

1 bytes

1 bytes

2 bytes

2 bytes

1 bytes

1 bytes

Slave transponder frame structure

Address code

Function code

effective byte

No 1 Data area

NO2 Data area

No N Data area

Check code

1 bytes

1 bytes

1 bytes

2 bytes

2 bytes

2 bytes

2 bytes

3.Register address

Register address

 

PLC or configuration address

content

operation

0000 H

40001

humidity

read-only

0001 H

40002

temperature

read-only

0002 H

40003

Illuminance 0~200000Lux use unit 1Lux 

read-only

0003 H

40004

0006 H

40007

Illuminance 0~65535 unit 1 Lux ,0~200000 unit 100Lux

read-only

4.Examples and explanations of communication protocols

4.1Read the temperature and humidity values of the device address 0x01

Query frame

Address code

Function code

Start address

Data length

check code low

Check code high

0x01

0x03

0x00 0x00

0x00 0x02

0xC4

0x0B

Response frames (for example, read the temperature of -10.1 degrees C and humidity of 65.8%RH)

Address code

Function code

effective byte

humidity

temperature

check code low

Check code high

0x01

0x03

0x04

0x02 0x92

0xFF 0x9B

0x5A

0x3D

.Temperature: when the temperature is below 0 degrees, it is uploaded in the form of complement
FF9B H (Hexadecimal) = -101 = -10.1 = > temperature c

Humidity:

292 H (Hexadecimal) =658=> humidity = 65.8%RH

4.2 Read the illumination value of the device address 0x01

(0~65535 reads in 1Lux or 0~200000 reads in a hundred Lux units)

Query frame

Address code

Function code

Start address

Data length

check code low

Check code high

0x01

0x03

0x00 0x06

0x00 0x01

0x64

0x0B

 

Response frames  (for example, read illumination is 200000 Lux)

Address code

Function code

Returns the number of valid bytes

Data area

check code low

Check code high

0x01

0x03

0x02

0x05 0x30

0xBB

0x00

Illumination calculation description:

1) the product is 0~65535 range transmitter, the unit is 1Lux

0530 H (sixteen hex) = 1328=> illuminance =1328 Lux

2) the product is 0~200000 range transmitter, the unit is 100 Lux

0530 H (sixteen hex) = 1328=> illuminance =132800 Lux

4.3 Read the illumination value of the device address 0x01 (0~200000 is read as 1Lux)

Query frame

Address code

Function code

Start address

Data length

check code low

Check code high

0x01

0x03

0x00 0x02

0x00 0x02

0x65

0xCB

Response frames  (for example, read illumination is 200000 Lux)

Address code

Function code

Significant bytes

High light intensity

low light intensity

check code low

Check code high

0x01

0x03

0x04

0x00 0x03

0x0D 0x40

0x0F

0x53

Illumination calculation description:

This protocol is only used under the 0~200000Lux range transmitter, 1Lux
30D40, H (sixteen hex) = 200000=>, illuminance =200000, Lux

4.4 Read the temperature, humidity, and illumination values of the address 0x01 of the device

(0~65535 reads in 1Lux or 0~200000 reads in a hundred Lux units)

Query frame

Address code

Function code

Start address

Data length

check code low

Check code high

0x01

0x03

0x00 0x00

0x00 0x07

0x04

0x08

 

Response frames

Address code

Function code

Bytes

humidty

temperature

**

Illuminance

Check code

0x01

0x03

0x0E

0x02 0x92

0x80 0x65

00 Fill

0x05 0x30

0xC4 0x33

4.5 Read the temperature, humidity, and illumination values of the address 0x01 of the device

(0~200000 reads in 100 Lux units)

Address code

Function code

Start address

Data length

check code low

Check code high

0x01

0x03

0x00 0x00

0x00 0x04

0x44

0x09

Response frames

Address code

Function code

Bytes

humidty

temperature

Illuminance high

Illuminance low

Check code

0x01

0x03

0x03 0x08

0x02 0x92

0x80 0x65

0x00 0x03

0x0D 0x40

0x01 0x6F

5. The device cannot connect to PLC or computer

Possible causes:

1) the computer has multiple COM ports, and the choice is incorrect.
2) device address error, or the existence of repeated address devices (factory default all 1).
3) baud rate, check mode, data bits, stop bit error.
4) The 485 bus is disconnected, or the A and B lines are reversed.
5) If the number of devices is too large or the wiring is too long, the power should be supplied nearby, add 485 booster, and increase the resistance of 120 terminal.
6) The USB to 485 driver is not installed or damaged.

7) Equipment damage.

Package includes:

1xTemperature and Humidity Transmitter Sensor
Details  Pictures:
 


Reviews

There are no reviews yet.


Be the first to review “RS485 3in1 Light Intensity Sensor Modbus Protocol Temperature and Humidity Transmitter Sensor”

Your email address will not be published. Required fields are marked *


Q & A

There are no questions yet

Ask a question

Your question will be answered by a store representative or other customers.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Thank you for the question!

Your question has been received and will be answered soon. Please do not submit the same question again.

Error

Warning

An error occurred when saving your question. Please report it to the website administrator. Additional information:

Add an answer

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Thank you for the answer!

Your answer has been received and will be published soon. Please do not submit the same answer again.

Error

Warning

An error occurred when saving your answer. Please report it to the website administrator. Additional information:

Product ID: 9592943 Category:
Close My Cart
Close Wishlist
Close

Close
Navigation
Categories