User Manual

Table Of Contents
Analog, Digital, Pulse IO Configurations
Advanced Digital Motor Controller User Manual 287
Number of Arguments: 2
Argument 1: InputNbr
Min: 1 Max: Total Number of Analog Inputs
Argument 2: Mode
Type: Unsigned 8-bit
Min: 0 Max: 2
Default: 0 = Disabled
Where:
cc = Analog input channel
nn =
0: Disabled
1: Absolute
2: Relative
Example:
^AMOD 1 1 : Analog input 1 enabled in absolute mode
APOL - Analog Input Polarity
HexCode: 1C
Description:
Inverts the analog capture polarity value after conversion. When this configuration bit is
cleared, the pulse capture is converted into a -1000 to +1000 command or feedback value.
When set, the converted range is inverted to +1000 to -1000.
Syntax Serial: ^APOL cc nn
~APOL [cc]
Syntax Scripting: setconfig(_APOL, cc, nn)
Number of Arguments: 2
Argument 1: InputNbr
Min: 1 Max: Total Number of Analog Inputs
Argument 2: Polarity
Type: Unsigned 8-bit
Min: 0 Max: 1
Default: 0 = Non inverted
Where:
cc = Analog input channel
nn =
0: Not inverted
1: Inverted