REINHARDT
System- und Messelectronic GmbH
Bergstr. 33 86911 Diessen-Obermühlhausen Postfach 12 41 D-86908 Diessen Tel. 08196 - 934100
MWS_55_e.indb Page 89
geändert am 04.12.2020 von DO
Manual MWS 55 / MWS 88 / MWS 10 and Sensors 55
8.2 Controlling the Microcontroller
8.2.1 Input parameters of MWS 55 -Microcontroller
(Excerpt from the instruction set - The most important commands)
Reset:
!*<#13>
Setting the BAUD rate:
!B<X><#13> ; 0 < X < 9 : or baud rate directly 300..115200
BAUD-Rate for X = 0 : 300
1 : 600
2 : 1200
3 : 2400
4 : 4800
5 : 9600 (default)
6 : 19200
7 : 38400
8 : 57600
9 : 115200
Enhanced:
Add COM port parameters, i.e.:
9600Baud, 8bit, no parity, 1 stopp bit:
!B5,8,N,2<#13>
or:
19200Baud, 8bit, even parity, 1 stopp bit:
!B6,8,E,2<#13>
or:
38400Baud, 8bit, odd parity, 1 stopp bit:
!B7,8,O,2<#13>
Avoiding automatic changing of BAUD rate:
!BX AUTO OFF
where X is the desired BAUD rate (see above)
Continue reading the logger after an interruption:
!C<#13>
Reset after errors, setting the error memory
!ER[<roc,rol>] [CLEAR] [since V3.0230]
Setting the number of critical erros (roc) or less critical errors (rol), after which the watchdog reset
is performed. A following CLEAR deletes all error counters (like ?E CLEAR).
A value of 0 disables the reset, for enabling the error reset numbers of 3 and higher are valid!
- CAUTION! The error reset only is performed if the station is in standard mode!
For the error counter is alway active, already after the next error after switching back to standard
mode a reset may be performed!
Selecting the BAUD rate of a sensor or unit at the GPS input:
!GB<X><#13> ; 0 < X < 9 : or baud rate directly 300..115200