User Manual

Table Of Contents
Commands Reference
334 Advanced Digital Motor Controller User Manual V2.0, July 8, 2019
3: Motor stop
4: Forward limit switch
5: Reverse limit switch
6: Invert direction
7: Run MicroBasic script
8: Load counter with home value
mm = mot1*16 + mot2*32 + mot3*48
Example:
^BLLA 1 37 : Reverse limit switch for motor 2 (5 + 32)
BMOD - Brushless operating mode
HexCode: 5F
Description:
Selects the operating mode when controlling brushless motors. Additional settings apply
for each mode.
Syntax Serial: ^BMOD cc nn
~BMOD [cc]
Syntax Scripting: setconfig(_BMOD, cc, nn)
Number of Arguments: 2
Argument 1: Channel
Min: 1 Max: Total Number of Motors
Argument 2: Mode
Type: Unsigned 8-bit
Min: 0 Max: 2
Default: 0 = Trapezoidal
Where:
cc = Motor channel
nn =
0: Trapezoidal
1: Sinusoidal
2: Sensorless
3: AC Induction
Note:
After changing this setting, the motor will perform a reference searched when selecting
sinusoidal mode with encoder feedback.