User Manual

Table Of Contents
Commands Reference
180 Advanced Digital Motor Controller User Manual V2.0, July 8, 2019
CSS - Set SSI Sensor Counter
Alias: - HexCode: 6C CANOpen id: 0x201F
Description:
This command loads the SSI Sensor counter with the value contained in the command
argument. Beware that changing the controller value while operating in closed-loop mode
can have adverse effects. This command is not applicable if the respective sensor’s use
has been set as absolute feedback.
Syntax Serial: !CSS [cc] nn
Syntax Scripting: setcommand(_CSS, cc, nn)
Number of Arguments: 2
Argument 1: Channel
Min: 1 Max: Total Number of SSI sensors
Argument 2: Value Type: Signed 32-bit
Min: -2147M Max: +2147M
Where:
cc = SSI sensor channel
nn = Counter value
Example:
!CSS 1 -1000 : Loads -1000 in SSI sensor counter 1
!CSS 2 0 : Clears SSI sensor counter 2
D0 - Reset Individual Digital Out bits
Alias: DRES HexCode: 09 CANOpen id: 0x200A
Description:
The D0 command will turn off the single digital output selected by the number that fol-
lows.
Syntax Serial: !D0 nn
Syntax Scripting: setcommand(_D0, nn)
setcommand(_DRES, nn)
Number of Arguments: 1
Argument 1: OutputNbr Type: Unsigned 8-bit
Min: 1 Max: Total number of Digital Outs
Where:
nn = Output number