User Manual

Table Of Contents
Commands Reference
348 Advanced Digital Motor Controller User Manual V2.0, July 8, 2019
MXS - Optimal Slip Frequency
HexCode: 96
Description:
This parameter is only used for AC Induction controllers. The optimal slip is the value that
the controller will work to maintain while operating in Constant Slip mode.
Syntax Serial: ^MXS cc nn
~MXS [cc]
Syntax Scripting: setconfig(_MXS, cc, nn)
Number of Arguments: 2
Argument 1: Channel
Min: 1 Max: Total Number of Motors
Argument 2: Optimal Slip Frequency
Type: Unsigned 16-bit
Min: 0 Max: 65535
Default: 50
Where:
cc = Motor channel
nn = Motor’s Optimal Slip Frequency in Hertz * 10
Example:
^MXS 1 60: Set Optimal Slip for motor 1 to value 6.0Hz
RFC - Rotor Flux Current
HexCode: 98
Description:
This parameter is only used for AC Induction controller. This value is the stator current
component (Id) for rotor flux production when FOC modes are selected.
Syntax Serial: ^RFC cc nn
~ RFC [cc]
Syntax Scripting: setconfig(_RFC, cc, nn)
Number of Arguments: 2