Data Sheet

Brushless Specific Commands
Advanced Digital Motor Controller User Manual 349
Syntax Scripting: setconfig(_SPOL, cc, nn)
Number of Arguments: 2
Argument 1: Channel
Min: 1 Max: Total Number of Motors
Argument 2: Number
Type: Unsigned 8-bit
Min: 1 Max: 255
Default: 1
Where:
cc = Motor channel
nn = Number of poles
SSP - Sensorless Start-Up Power
HexCode: 93
Description:
This parameter sets the start-up Power in Sensorless mode. It is the minimum power to
apply to the motor in order to make it start. The value is number from 0 to 1000 which
represents 0 - 100% of PWM.
Syntax Serial: ^SSP cc nn
~SSP [cc]
Syntax Scripting: setconfig(_SSP, cc, nn)
Number of Arguments: 2
Argument 1: Channel
Min: 1 Max: Total Number of Motors
Argument 2: Power
Type: Unsigned 16-bit
Min: 0 Max: 1000
Default: 75
Where:
cc = Motor channel
nn = Startup Motor Power
Example:
^SSP 1 150 : Set Start-Up motor power for motor 1 to 15.0% PWM Level