Meter ID Configuration Command

The Meter ID-related commands allow reading (IDR) or writing (IDW) the meter ID. The write command requires a password (“PIC” by default). The meter ID maximum length is limited to 6 characters.

; Write 123456 in the meter ID
IDW[PIC](123456)
Set Meter ID is ok
; Read the meter ID
IDR
Meter ID is:
123456
; Write 1000AB in the meter ID
IDW[PIC](1000AB)
Set Meter ID is ok
; Read the meter ID
IDR
Meter ID is:
1000AB

If Meter ID is not set before, the reading shown non-printable characters on the Console:

; Read the meter ID without being set before
IDR
Meter ID is:
�������