User Manual

Table Of Contents
Brushless Specific Commands
Advanced Digital Motor Controller User Manual 347
Type: Unsigned 32-bit
Min: 1 Max: 500000
Default: 20000
Where:
cc = Motor channel
nn = Motor’s Rotor Resistance in micro-ohm.
Example:
^IRR 1 24500: Set Rotor Resistance of motor 1 to value 24500μΩ.
MPW - Minimum Power
HexCode: 97
Description:
This parameter is only used for AC Induction controllers when operating in Volts per Hertz
mode. It defines a minimum PWM output value so that there is always a minimal of rotor
flux to create induction.
Syntax Serial: ^MPW cc nn
~MPW [cc]
Syntax Scripting: setconfig(_MPW, cc, nn)
Number of Arguments: 2
Argument 1: Channel
Min: 1 Max: Total Number of Motors
Argument 2: Minimum Power
Type: Unsigned 16-bit
Min: 0 Max: 1000
Default: 100
Where:
cc = Motor channel
nn = Motor’s Minimum Power in % of PWM Level
Example:
^MPW 1 200: Set Minimum Power for motor 1 to value 20.0% PWM Level.