User's Manual

Model EM110100 Integration Specification Test Mode
On-Ramp Wireless Confidential and Proprietary 31 014-0026-00 Rev. A
Setting EMCM to Test Mode 3 - Non-Persistent RF Test Mode
How to Enter
Set the 'testMode' flag in the config file to three.
e.g. ./emcm_set_cfg.py -d /dev/ttyS0 --testMode=3
Reset the EMCM to take effect.
e.g. ./emcm_dev_reset.py -d /dev/ttyS0 --emcm
How to Exit
Because this mode is non-persistent, it can be exited via an EMCM reset.
Reset the EMCM to exit the test mode. By default, the EMCM will return to normal
operational mode 0 after reset unless another mode was explicitly specified with the
emcm_set_cfg.py command prior to resetting.
e.g. ./emcm_dev_reset.py -d /dev/ttyS0 --emcm
If a different mode is desired upon reset, explicitly
Description
UNIL is partially operational.
Meter UART is disabled.
AHP debug port is functional.
Mode is not persistent after resets.
Setting EMCM to Test Mode 4 - Persistent RF Test Mode
How to Enter
Set the 'testMode' flag in the config file to four.
e.g. ./emcm_set_cfg.py -d /dev/ttyS0 --testMode=4
Reset the EMCM to take effect.
e.g. ./emcm_dev_reset.py -d /dev/ttyS0 --emcm
How to Exit
Because this mode is persistent, it will remain in effect across EMCM resets.
Set the 'testMode' flag to the new desired mode, e.g. normal operational mode 0.
e.g. ./emcm_set_cfg.py -d /dev/ttyS0 --testMode=0
Reset the EMCM for the new mode to take effect.
e.g. ./emcm_dev_reset.py -d /dev/ttyS0 --emcm
Description
UNIL is partially operational.
Meter UART is disabled.
AHP debug port is functional.
Mode is persistent across resets.