User Manual

Table Of Contents
Commands Reference
266 Advanced Digital Motor Controller User Manual V2.0, July 8, 2019
AMS - Analog within Min & Max Safety
HexCode: 0C
Description:
This configuration is used to make sure that the analog input command is always within
a user preset minimum and maximum safe value. It is useful to detect, for example, that
the wire connection to a command potentiometer is broken. If the safety is enabled and
the input is outside the safe range, the Analog input command will be considered invalid.
The controller will then apply a motor command based on the priority logic..
Syntax Serial: ^AMS nn
~AMS
Syntax Scripting: setconfig(_AMS, nn)
Number of Arguments: 1
Argument 1: Enable
Type: Unsigned 8-bit
Min: 0 Max: 1
Default: 1 = Enabled
Where:
nn =
0: Disabled
1: Enabled
BEE - User Storage in Battery Backed RAM
HexCode: 64
Description:
Store and retrieve user data in battery backed RAM. Storage is quasi permanent, limited
only by the on-board battery (usually several years) . Unlike storage in Flash using the EE
configuration commands, there are no limits in the amount or frequency of read and write
cycles with BEE. This feature is only available on selected models, see product data-
sheet. Battery must be installed in the controller for storage to be possible.
Syntax Serial: ^BEE aa dd
~BEE aa
Syntax Scripting: setconfig(_BEE, aa, dd)
Number of Arguments: 2
Argument 1: Address
Min: 1 Max: Total Number of BEE
Argument 2: Value
Type: Signed 16-bit
Min: -32768 Max: 32767
Default: 0