How is the turbidity data read from the sensor?
Cyn 2026-04-10 10:05:47 11 Views1 Replies How is the turbidity data read from the sensor?
2026-04-10 10:06:15
Cyn
Data is accessed via the RS485 interface using Modbus-RTU commands. Sending a query frame with function code 0x03 to register address 0x0000 returns a 16-bit unsigned integer. Dividing this integer by 10 yields the actual NTU value.
Cyn 

