Using unprotected command interface

The unprotected command interface allows you to issue a broadcast command to multiple meters at once. The unprotected command interface ignores the semaphore register.

Although some applications require the unprotected command interface, it is recommended that you use the protected command interface whenever possible.

To send a meter command using the unprotected command interface:

  1. Build the packet to be written to the command block.

  2. Write the packet as a Modbus block write (enter the command number, any number as the semaphore, and the parameters at the same time).

    Unprotected command block example

    Command block Register number
    Command 2039
    Semaphore  
    Parameters 1

  3. Monitor the meter response registers for validity and completion.

    Unprotected meter response example

    Meter response Register number
    Status 2039
    Result 0
    Data 1

QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and other countries.

Was this helpful?