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 max 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 100000 in the meter ID
IDW[PIC](1000AB)
Set Meter ID is Ok
; Read the meter ID
IDR
Meter ID is :
1000AB