This command interrupts all ongoing measurements except rain measurement and restarts them.
Command format in ASCII and NMEA 0183:
aXZM<cr><lf>
Command format in SDI-12:
aXZM!
| a | Device address |
| XZM | Measurement break command |
| <cr><lf> | Command terminator in ASCII and NMEA 0183 |
| ! | Command terminator in SDI-12 |
Example (ASCII):
0XZM<cr><lf>
0TX,Measurement reset<cr><lf>
Example (SDI-12):
0XZM!0 (= device address)
Example (NMEA 0183):
0XZM<cr><lf>
$WITXT,01,01,09,Measurement reset*50<cr><lf>