User Manual

Table Of Contents
Brushless Specific Commands
Advanced Digital Motor Controller User Manual 379
RS - Motor Stator Resistance
HexCode: EB
Description:
Set the motor phase resistance. This value is used only in motor characterization Robo-
run+ utility tool for FOC gains calculation.
Syntax Serial: ^RS cc nn
~RS [cc]
Syntax Scripting: setconfig(_RS, cc, nn)
Number of Arguments: 2
Argument 1: Channel Min: 1 Max: Total Number of Motors
Argument 2: Motor phase resistance
Type: Unsigned 16-bit
Min: 0 Max: 65535
Default: 0
Where:
cc = Motor channel
nn = Motor phase resistance in Ohm * 1,000
Example:
^RS 1 500 : Set the motor phase resistance to 0,5 Ohm = 500 mOhm
SPOL - SinCos/SSI Sensor Poles
HexCode: 41
Description:
Number of poles of the Sin/Cos, Resolver or SSI angle sensor used in sinusoidal mode
with brushless motors
Syntax Serial: ^SPOL cc nn
~SPOL [cc]
Syntax Scripting: setconfig(_SPOL, cc, nn)
Number of Arguments: 2