ไฮไลท์
มี Modbus RS485 Output
ตั้ง Address 1 - 252
Baudrate : 2400, 4800, 9600
ข้อมูล
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
รายละเอียดสินค้า

Description

Technical parameter

  • Power supply : 12-24VDC
  • Output signal : RS485
  • Temperature range : -40°C-80°C
  • Temperature accuracy : ±0.5°C
  • Temperature resolution : 0.1°C
  • Water measurement range : 0-100%
  • Moisture accuracy : ±3% Within 0-53%; ±5% within 53-100%
  • Water resolution : 0.10%
  • Electrical conductivity measurement range : 0-10000us/cm
  • Conductivity resolution : 10us/cm
  • Consumption : ≤0.15W
  • PH Detect Range : 3-9 pH
  • PH measurement accuracy : ±0.3pH
  • PH resolution : 0.01pH
  • Measurement range of NPK : 0-1999mg/kg
  • Measurement accuracy of NPK : ±2%F.s
  • Resolution of NPK : 1mg/kg(mg/l)
  • Storage environment : -20°C-60°C
  • Working Pressure Range : 0.9-1.1atm
  • Response Time : <1s
  • Protection Level : IP68

 

Interface Description

          Before you wiring and use, please read this article in detail, Improper use may result in irreversible damage to the product.

 

Line Color

Description

Power

Brown

12-24 VDC

Black

Power supply Negative

Communication

Yellow

485-A

Blue

485-B

 

Communication protocol

Parameter

Description

Code

8-bit binary

Data bit

bit

Parity bit

None

Stop bit

1 bit

Error check

CRC

Baud rate

2400bit/s, 4800bit/s, 9600 bit/s default is 9600 bit/s

 

Register Address

Register Address

Plc Configuration Address

Content

Operation

0006H

40007(40007)

High precision pH Value (0.01pH)

Read-Only

0012H

40013(40019)

Soil Moisture(unit 0.1%RH)

Read-Only

0013H

40014(40020)

Soil Temperature(unit 0.1°C)

Read-Only

0015H

40016(40022)

Soil conductivity(unit 1us/cm)

Read-Only

001EH

4001F(40031)

Soil Nitrogen (unit mg/kg)

Read-Only

001FH

40020(40032)

Soil Phosphorus (unit mg/kg)

Read-Only

0020H

40021(40033)

Soil Potassium (unit mg/kg)

Read-Only

0100H

40101

Device Address(1-252)

Read/Write

0101H

40102

Baud Rate (2400/4800/9600)

Read/Write

 

Communication example

          Reading soil temperature & Soil Moisture from device address 0x01

Inquiry Frame

Address Code

Function Code

Start Address

Data Length

CRC

0x01

0x03

0x00 0x012

0x00 0x02

0x65 0xCB

 

 Answer Frames

Address Code

Function Code

Effective byte

Soil Moisture

Temperature Value

CRC

0x01

0x03

0x02

0x02 0x92

0xFF 0x9B

0x5A 0x3D

 

How to calculate Soil Moisture and Soil Moisture

          Upload as a complement when temperature is below zero

          Soil temperature : FF9BH( Hexadecimal) = -101 => -10.1°C

          Soil Moisture : 292H( Hexadecimal)= 658 = 65.8%RH


Reading the value of soil moisture from device address 0x01

Inquiry Frame

Address Code

Function Code

Start Address

Data Length

CRC

0x01

0x03

0x00 0x12

0x00 0x01

0x25 0xCA

 

 Answer Frames

Address Code

Function Code

Effective byte

Soil Moisture

CRC

0x01

0x03

0x02

0x00 0x4A

0x39 0xB3

 

How to calculate Soil Moisture

          4AH( Hexadecimal) = 74 = 7.4%RH

 


Read Soil electrical conductivity value from device address 0x01

Inquiry Frame

Address Code

Function Code

Start Address

Data Length

CRC

0x01

0x03

0x00 0x15

0x00 0x01

0x95 0xCE

 

 Answer Frames

Address Code

Function Code

Effective byte

Electrical conductivity

CRC

0x01

0x03

0x02

0x05 0xDC

0xBA 0x8D

 

How to calculate Soil Conductivity

          5DCH( hexadecimal ) = 1500 => Conductivity = 1500us/cm


Read the value of soil PH from device address 0x01

Inquiry Frame

Address Code

Function Code

Start Address

Data Length

CRC

0x01

0x03

0x00 0x06

0x00 0x01

0X64 0x0B

 

 Answer Frames

Address Code

Function Code

Effective byte

PH Value

CRC

0x01

0x03

0x02

0x01 0x34

0x8B 0x15

 

How to calculate soil PH

          0047H( Hexadecimal) = 308 = 3.08pH


Read the value of soil NPK from device address 0x01

Inquiry Frame

Address Code

Function Code

Start Address

Data Length

CRC

0x01

0x03

0x00 0x1E

0x00 0x03

0X34 0x0D

 

 Answer Frames

Address Code

Function Code

Effective byte

Nitrogen Value

Phosphorus Value

Potassium Value

CRC

0x01

0x03

0x06

0x00 0x20

0x00 0x25

0x00 0x30

0xB8 0x15

 

How to calculate

          Nitrogen : 0020 H(hexadecimal)= 32 = 32mg/kg

          phosphorus : 0025 H (hexadecimal)= 37 = 37mg/kg

          potassium : 0030 H(hexadecimal)= 48 = 48mg/kg


Read the value of soil nitrogen from device address 0x01

Inquiry Frame

Address Code

Function Code

Start Address

Data Length

CRC

0x01

0x03

0x00 0x1E

0x00 0x01

0XB5 0xCC

 

 Answer Frames

Address Code

Function Code

Effective byte

Nitrogen Value

CRC

0x01

0x03

0x02

0x00 0x20

0xB8 0x15

 

How to calculate

          Nitrogen : 0020 H(hexadecimal)= 32 = 32mg/kg


Read the value of soil phosphorus from device address 0x01

Inquiry Frame

Address Code

Function Code

Start Address

Data Length

CRC

0x01

0x03

0x00 0x1E

0x00 0x01

0XE4 0x0C

 

 Answer Frames

Address Code

Function Code

Effective byte

Phosphorus Value

CRC

0x01

0x03

0x02

0x00 0x25

0x5A 0x3D

 

How to calculate

          Phosphorus : 0025 H(hexadecimal)= 37 = 37mg/kg


Reading the value of soil potassium from device address 0x01

Inquiry Frame

Address Code

Function Code

Start Address

Data Length

CRC

0x01

0x03

0x00 0x1E

0x00 0x01

0X85 0xC0

 

 Answer Frames

Address Code

Function Code

Effective byte

Potassium Value

CRC

0x01

0x03

0x02

0x00 0x30

0x5A 0x3D

 

How to calculate

          Potassium : 0030 H(16hexadecimal)= 48 = 48mg/kg

เงื่อนไขอื่นๆ
Tags

วิธีการชำระเงิน

บมจ. ธนาคารกสิกรไทย สาขาสุทธิสาร ออมทรัพย์
ธนาคารไทยพาณิชย์ จำกัด (มหาชน) สาขาบิ๊กซี สะพานควาย ออมทรัพย์
รายการสั่งซื้อของฉัน
เข้าสู่ระบบด้วย
เข้าสู่ระบบ
สมัครสมาชิก

ยังไม่มีบัญชีเทพ สร้างบัญชีใหม่ ไม่มีค่าใช้จ่าย
สมัครสมาชิก (ฟรี)
รายการสั่งซื้อของฉัน
ข้อมูลร้านค้านี้
ร้านSumtech
Sumtech
Wecome to Summation Technology Co., Ltd. เราให้บริการด้านการวัดและควบคุมในอุตสาหกรรมการผลิต, อุตสาหกรรมการเกษตร แบบครบวงจร หัวใจหลักในการดำเนินธุรกิจของเรา คือ มุ่งมั่นในการพัฒนา สรรหา และประยุกต์เทคโนโลยีต่างๆ ให้เหมาะสมกับการใช้งาน และทันสมัยเพื่อเพิ่มประสิทธิภาพและลดต้นทุนต่างๆ ในการผลิตของลูกค้า ให้การบริการแบบครบวงจร
เบอร์โทร : 02-270-0500
อีเมล : sumtech2009@gmail.com
ส่งข้อความติดต่อร้าน
เกี่ยวกับร้านค้านี้
สินค้าที่ดูล่าสุด
ดูสินค้าทั้งหมดในร้าน
สินค้าที่ดูล่าสุด
บันทึกเป็นร้านโปรด
Join เป็นสมาชิกร้าน
แชร์หน้านี้
แชร์หน้านี้

TOP เลื่อนขึ้นบนสุด
พูดคุย-สอบถาม