shitcreek

M430 - Power Monitor

thermal Read and display current (A), voltage (V), and power (W) POWER_MONITOR_CURRENT | POWER_MONITOR_VOLTAGE

Description

Enable/disable power monitor on LCD display. Report current/amps (A), voltage (V) and watts (W) if no parameters.

Notes

Requires either POWER_MONITOR_CURRENT or POWER_MONITOR_VOLTAGE

Usage

M430 [I<bool>] [V<bool>] [W<bool>]

Parameters

[I<bool>]

display current (A) on LCD

    [V<bool>]

    toggle display voltage (V) on LCD

      [W<bool>]

      display power/watts (W) on LCD

        Examples

        report current LCD display power draw

        M430

        Display all power monitor on LCD

        M430 I1 V1 W1