Data Sheet

Motor Configurations
Advanced Digital Motor Controller User Manual 321
ELL - Encoder Low Count Limit
HexCode: 4B
Description:
Defines a minimum count value at which the controller will trigger an action when the
counter dips below that number. This feature is useful for setting up virtual or “softâ€
limit switches.This value, together with the High Count Limit, are also used in the position
mode to determine the travel range when commanding the controller with a relative posi-
tion command. In this case, the Low Limit Count is the desired position when a command
of -1000 is received.
Syntax Serial: ^ELL cc nn
~ELL [cc]
Syntax Scripting: setconfig(_ELL, cc, nn)
Number of Arguments: 2
Argument 1: Channel
Min: 1 Max: Total Number of Encoders
Argument 2: Value
Type: Signed 32-bit
Min: -2147M Max: 2147M
Default: -20000
Where:
cc = Encoder channel
nn = Counter value
Example:
^ELL 1 -100000 : Set encoder 1 low limit to minus 100000
ELLA - Encoder Low Limit Action
HexCode: 4D
Description:
This parameter lets you select what kind of action should be taken when the low limit
count is reached on the encoder. The list of action is the same as in the DINA digital input
action list Embedded in the parameter is the motor channel(s) to which the action should
apply.
Syntax Serial: ^ELLA cc (aa + mm)
~ELLA [cc]