User Manual

Table Of Contents
Commands Reference
290 Advanced Digital Motor Controller User Manual V2.0, July 8, 2019
2: Motor reversed
3: Overvoltage
4: Overtemperature
5: Mirror status LED
6: No MOSFET failure
Example:
^DOA 1 3 : Output 1 is active when Overvoltage is observed
Note:
Typical default configuration is Digital outputs 1 (2) are active when motor is on. Digital
output 2 (3) when no MOSFET failure is detected.
To activate an output via serial command or from a Microbasic script, set that output to
Never
DOL - Digital Outputs Active Level
HexCode: 12
Description:
This parameter configures whether an output should be set to ON or to OFF when it is
activated.
Syntax Serial: ^DOL cc aa
~DOL
Syntax Scripting: setconfig(_DOL, cc, aa)
Number of Arguments: 1
Argument 1: ActiveLevels
Type: Unsigned 32-bit
Min: 0 Max: 2 ^ Total Number of Digital Outputs
Default: 0 = All active high
Where:
cc = Digital input number
aa=
0: On when active
1: Off when active
PCTR - Pulse Center Range
HexCode: 20
Description:
This defines the raw value of the measured pulse that would be considered as the 0 value
inside the controller. The default value is 1500 which is the center position of the pulse in
the RC radio mode.
Syntax Serial: ^PCTR cc nn
~PCTR [cc]