User Manual

Table Of Contents
Commands Reference
196 Advanced Digital Motor Controller User Manual V2.0, July 8, 2019
Where:
cc = Motor channel
nn = Profile acceleration in 10×RPM/second
PDC – Profile Deceleration (DS402)
Alias: PDC HexCode: 5F CANOpen id: 0x6084
Description:
This command is used to set the configured deceleration in 10×RPM/second.
Syntax Serial: !PDC cc nn
Syntax Scripting: SetCommand(_PDC, cc, nn)
Arguments: 2
Argument 1: Channel Type: Unsigned 8-bit
Min: 1 Max: Total number of motors
Argument 2: Value Type: Unsigned 32-bit
Where:
cc = Motor channel
nn = Profile deceleration in 10×RPM/second
POS – Target Position (DS402)
Alias: POS HexCode: 5C CANOpen id: 0x607A
Description:
This command is used to set the commanded position that the drive should move to in
position profile mode using the current settings of motion control parameters such as
velocity, acceleration, deceleration, motion profile type etc. The value is interpreted as ab-
solute or relative depending on the abs/rel flag in the Control Word.
Syntax Serial !POS cc nn
Syntax Scripting SetCommand(_POS, cc, nn)
Arguments: 2
Argument 1: Channel Type: Unsigned 8-bit
Min: 1 Max: Total number of motors
Argument 2: Value Type: Signed 32-bit
Where:
cc = Motor channel
nn = Target position