1.3.1.1.6 Command and Console configuration

The terminal interface allows the user to interact with the Demo Meter application firmware. The Meter Demo application includes 32 commands, nevertheless the terminal console application code can be modified by the user in order to implement additional features, to add new commands or to change the present ones.

The following image shows the configuration of the command module:

Figure . Command module configuration
MCCConfigurationCommand

This command module is oversized to allow customers expand the current implementation.

It would be possible to minimize the use of data memory according to the current application requeriments:

  • The largest number of arguments in a single command is 10, which is the Calibration command.

  • There is only 1 command group.

  • The length to the CAL_T command used in 3-phase boards is around 86 bytes. Allowing a margin of safety, maximum length per command could be set to 96 bytes.