Schematic

General Configuration and Safety
Advanced Digital Motor Controller User Manual 291
Argument 2: Port
Type: Unsigned 8-bit
Min: 1 Max: 6
Where:
cc = Channel number
nn = Radio port
TELS - Telemetry String
HexCode: 47
Description:
This parameter command lets you enter the telemetry string that will be used when the
controller starts up. The string is entered as a series of queries characters between a be-
ginning and an ending quote. Queries must be separated by “:” colon characters. Upon
the power up, the controller will load the query history buffer and it will automatically start
executing commands and queries based on the information in this string. Strings up to 48
characters long can be stored in this parameter.
Syntax Serial: ^TELS “string”
~TELS
Syntax Scripting:
Number of Arguments: 1
Argument 1: Telemetry
Type: String
Min: “” Max: 48 characters string
Default: “” = Empty string
Where:
string = string of ASCII characters between quotes
Example:
^TELS “?A:?V:?T:#200” = Controller will issue Amps, Volts and temperature information
automatically upon power up at 200ms intervals.