จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(typeof focus_pdata.price_list[idx+1] == 'undefined')?('≥ '+price_row.min_quantity):((price_row.min_quantity < (focus_pdata.price_list[idx+1].min_quantity - 1))?(price_row.min_quantity+' - '+(focus_pdata.price_list[idx+1].min_quantity - 1)):price_row.min_quantity)}} | {{number_format(((focus_pdata.price_old === null)?focus_pdata.price:focus_pdata.price_old) - price_row.price,2)}} บาท | {{number_format(price_row.price,2)}} บาท |
คงเหลือ | ชิ้น |
จำนวน (ชิ้น) |
- +
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
|
|
|
|
คุยกับร้านค้า | |
{{ size_chart_name }} |
|
หมวดหมู่ | Sensor |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
วัด ไนโตรเจนฟอสฟอรัสและโพแทสเซียม
Output : RS485 สายไฟยาว 2 เมตร
Power Supply: 5-30VDC
IP68
NPK parameters: Range 1-1999 mg/kg(mg/L)
Resolution 1 mg/kg(mg/L)
Precision +-2%FS ตัวอย่าง Code อ่าน Modbus ภาษา MicroPython ความเร็วบางรุ่นต้องตั้งเป็น 4,800 bps บางตัวอาจจะตั้ง Slave Device เป็น 0x2 อาจจะต้องทดลองเปลี่ยนค่าเช็คดู # Copyright M2M Shop
# https://github.com/techbase123/micropython-modbus
# หรือ https://github.com/m2mlorawan/micropython-modbus from uModBusSerial import uModBusSerial
modbus = uModBusSerial(1, baudrate=9600, pins=[32, 33])
slave = 0x01
address = 0x1E
quantity = 3
signed = True
register_value = modbus.read_holding_registers(slave, address, quantity, signed)
print('N : %6d mg/kg' % register_value[0])
print('P : %6d mg/kg' % register_value[1])
print('K : %6d mg/kg' % register_value[2])
หากเป็นภาษา C ลองดูตัวอย่างนี้* คลิก *ทางร้านไม่เคยลอง
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
เงื่อนไขอื่นๆ |
|
Tags |