Sax Phone
Sax Phone
Elmo Motion Control Ltd. Elmo Motion Control Inc. Elmo Motion Control GmbH
64 Gissin St., P.O. Box 463 42 Technology Way Steinkirchring 1
Petach Tikva 49103 Nashua, NH 03060 D-78056, Villingen-Schwenningen
Israel USA Germany
Tel: +972 (3) 929-2300 Tel: +1 (603) 821-9979 Tel: +49 (0) 7720-85 77 60
Fax: +972 (3) 929-2322 Fax: +1 (603) 821-9943 Fax: +49 (0) 7720-85 77 70
[email protected] [email protected] [email protected] www.elmomc.com
SimplIQ Command Reference Manual i
MAN-SIMCR (Ver. 4.5)
Contents
Chapter 1: Introduction ............................................................................................................... 1-1
1.1 Command Specification ................................................................................................ 1-1
1.2 Scope ............................................................................................................................... 1-2
Index................................................................................................................................................I-1
SimplIQ Command Reference Manual Introduction
1-1
MAN-SIMCR (Ver. 4.5)
Chapter 1: Introduction
This manual describes, in detail, each software command used to manipulate the SimplIQ
line of digital servo drives. It is an integral part of the SimplIQ documentation set, which
includes:
The Harmonica, Cello and Bassoon Installation Guides, which provides full
instructions for installing a drive
The Composer User Manual, which includes explanations of all the software tools that
are a part of Elmo’s Composer software environment
The SimplIQ Software Manual, which describes the comprehensive software used with
the SimplIQ line of digital servo drives
Setup
This manual describes the SimplIQ commands that can be specified from each of these
sources. Most of the commands are equally available for all three sources. Certain
commands, however, are limited in scope according to type of program or
communication.
All the commands are available to CAN communication in text form through the OS
service, objects 0x1023 and 0x1024. In addition, the numerical set/get commands are
available to CAN users in short PDO form, called the “binary interpreter.” The binary
and the OS SCAN interpreters are described fully in the CANopen Implementation Guide.
CANopen may also be used to manipulate the drive using the object dictionary (OD)
method, which is the native CAN method. This manual does not cover OD manipulations
with CANopen; refer to the “Object Dictionary” section of the CANopen Implementation
Guide for full explanations.
The SimplIQ drive responds to many privileged commands — such as those used by the
Composer setup wizard — that are not documented in this manual.
1.2 Scope
This manual includes the complete list of commands used by SimplIQ servo drives. It
specifies how to use each command, along with added remarks and examples.
In the task-related reference, the commands are sorted into groups of related commands.
Each group is presented in a table listing the commands with basic descriptions. The
alphabetical command listing provides a detailed explanation of each command, with
examples and references to the SimplIQ Software Manual when necessary.
This Command Reference Manual does not cover the following topics:
User program keywords, used for writing user programs. These, as well as other
issues of developing, running and debugging user programs, are covered in the
SimplIQ Software Manual.
Interpreter functions and operators. The SimplIQ interpreter allows complex
arithmetic expressions and supports many arithmetic, trigonometric and logical
operators. The syntax for interpreter commands is explained in the “Interpreter
Language” chapter of the SimplIQ Software Manual.
SimplIQ Command Reference Manual Functional Listing
2-1
MAN-SIMCR (Ver. 4.5)
Source: Defines the “agents” that may use the command, as follows:
RS-232 communication
CANopen communication
User program
The command access rights are not equal for all sources. For example,
CANopen binary interpreter cannot use the string commands listed in
this manual. Another example is the LS (List Program) command that,
of course, cannot be performed from within a program.
SimplIQ Command Reference Manual Alphabetical Listing 3-2
MAN-SIMCR (Ver. 4.5)
Restrictions: The use of certain commands is illegal in certain contexts. The reasons
for this may be:
Safety: For example, it is not safe to change the direction of the feedback while the
motor is running.
Relevance: For example, a torque command cannot be specified in speed control
mode (UM=2); in speed mode, the drive automatically sets the torque.
Consistency: A parameter may be inconsistent with the specification of other
parameters. For example, in point-to-point mode, the position absolute value (PA)
may be no higher than the maximum allowed position reference (VH[3]).
Product grade: Elmo drives come in Standard and Advanced grade (model). When
no product grade restriction is cited, the command is relevant for both grades.
Unit mode (UM): Defines the function of the drive. The unit modes are:
UM=1 Torque control
UM=2 Speed control
UM=3 Micro-stepping
UM=4 Dual-feedback position control
UM=5 Single-feedback position control
Examples: Simple examples of the command usage. All examples are given in
RS-232 syntax.
Reference chapter Chapter or section that contains relevant details pertinent to the
in the SimplIQ command.
Software Manual:
SimplIQ Command Reference Manual Alphabetical Listing 3-3
MAN-SIMCR (Ver. 4.5)
Limit Ranges
The following table lists the value ranges for defining the limits of the system.
Subject Values
Position counter ranges Main position counter is subjected to a modulo
counting with the following ranges:
XM[1]: Lowest value
XM[2]: Highest value
Range: [-109…109] counts
Auxiliary position counter is limited to:
YM[1]: Lowest value
YM[2]: Highest value
Range: [-109…109] counts
Velocity range Range for Quadrature Encoder:
[-20,000,000…20,000,000] counts/sec
Range for other feedbacks:
[-80,000,000…80,000,000] counts/sec
EF[1]: Filter for main velocity sensor
EF[2]: Filter for auxiliary velocity sensor
Acceleration/Deceleration ranges Range: [100…1,000,000,000]
Stop deceleration range Range: [400…1,000,000,000]
Torque limits Range of torque command is subjected to the
following limits:
CL[1], PL[1]
Range: [-MC…MC]
Note:
The torque in RM=1 is taken as a summary
of the external and software reference.
The multiplication of the PWM frequency
reduces the torque limit.
Configuration parameters for absolute sensor implementation of the SimplIQ drive series:
Command Description
AB[1] An absolute position resolution (number of abs. position readings) per
analog signal cycle.
AB[2] For internal use only
AB[3] Bit-field value, see definitions below
AB[4] Absolute value direction:
0: Keep the original value as received from the sensor
1: Invert the original value. Absolute value for calculating absolute position
is AB[5] – absolute value.
AB[5] Maximum value of the absolute position sensor:
For rotation encoders - 2(Single_Turn+Multi_Turn)
AB[1] * SensorLength
For linear encoders -
AB[6]
AB[6] Signal Period Length in nm (0.001um) for linear encoders or Signal Periods
per Revolution for rotation encoders
Note:
The AB[N] parameters are usually programmed automatically by the
Composer program. It is recommended that you avoid setting the AB[N]
parameters manually.
See also:
CA[N], WS[30]
SimplIQ Command Reference Manual Alphabetical Listing 3-6
MAN-SIMCR (Ver. 4.5)
AC - Acceleration
Purpose:
Defines the maximum acceleration in counts/second2. This parameter is used in speed
mode (UM=2) and position control modes (UM=3, 4, 5) in PTP (PA, PR) and jogging (JV)
reference modes.
The AC parameter does not affect the present motion. It is used for planning the next
motion, which is initiated by a BG command.
Note: If AC is smaller than SD, the maximum possible acceleration will be limited
to SD and the value of AC will be ineffective.
Typical applications:
1. Define acceleration limits for the motion (UM=2)
2. Plan a profiled motion (UM=3, 4, 5)
See also:
DC, SP, SV, PA, PR, BG
The meaning of the analog gains depends on the unit mode, as shown in the following
table.
Notes:
AG[1]defines motor phase amperes and not RMS amperes.
In stepper mode (UM=3), the two external inputs play different roles: The analog
input voltage sets the motor power while the follow pulse/direction or quadrature
input determines the position.
The polarity of the analog reference signal may be reversed by setting the sign of
the AG[N] parameter accordingly.
See also:
AN[N], AS[N], UM, RM, VH[N], VL[N]
Typical applications:
1. Reading external sensors that provides +/- 10V
2. Reading analog or PWM references for either velocity or current
3. Reading phase currents and line voltage
Note:
See also:
AG[N], AS[N], PW[N]
SimplIQ Command Reference Manual Alphabetical Listing 3-9
MAN-SIMCR (Ver. 4.5)
At times, the signals at the A/D converter may be offset: that is, the A/D reading may be
non-zero when a zero reading is desired. This offset may disturb normal operation. An
offset reference or feedback signal may cause a motor to “crawl” when a complete stop is
desired.
Note:
To null the input offsets of the drive, short the analog inputs to ground. Then
set AS[1] = AN[1] and AS[2] = AN[2] for analog input #1 and #2 respectively.
See also:
AG[N], AN[N]
SimplIQ Command Reference Manual Alphabetical Listing 3-10
MAN-SIMCR (Ver. 4.5)
BG - Begin Motion
Purpose:
Immediately starts the next programmed motion.
In software speed mode (UM=2), BG activates the latest JV, and also the new smooth
factor (SF), acceleration (AC) and deceleration (DC).
In stepper or position mode (UM=3, 4 or 5), BG starts the latest position mode
programmed: a point-to-point motion (PA), a jogging motion (JV) or any type of
tabulated motion (PVT or PT).
Each motion mode starts with its entire set of parameters. For example, starting a point-
to-point motion activates the present of acceleration (AC), deceleration (DC), smooth
factor (SF) and speed (SP).
The BG command may be used to modify the parameters of the present mode, and not
only to program new modes. For example, a BG command in point-to-point mode
modifies the active AC parameters (and all other active motion parameters) with its last
programmed value.
A “hardware BG” can be accepted via one of the digital inputs (refer to the IL[N]
command).
Notes:
In position mode (UM=3, 4, 5), BG does nothing if a motion mode (JV, PA, PV, PT)
was not previously submitted.
In “Quick stop” mode (refer to the Elmo CANopen Implementation Guide), BG is
blocked and returns an error. “Quick stop” mode can be command controlled by a
CAN master using the DS402 standard control word (object 0x6040).
See also:
IL[N], BT
SimplIQ Command Reference Manual Alphabetical Listing 3-11
MAN-SIMCR (Ver. 4.5)
When the brake is released at motor start (MO=1), the drive allows the brake time to
disengage before motion begins. During this time, the drive keeps the motor in its
starting position. When the motor is turned off (MO=0), the drive first commands the
brake to engage. Then, for a time, it keeps the motor in place while the brake actually
engages.
BP[1] - Defines the delay for engaging the brake after the motor is disabled (msec)
BP[2] - Defines the delay for disabling the motor after the brake is engaged (msec)
Notes:
If the motor is disabled by an emergency in real time, the brake is activated at the
instant the motor is disabled. The motor freewheels until the brake is fully
engaged.
Response time to interpreter commands (from the user program or
communication) is extended during motor disable (MO=0) and enable (MO=1) in
BP[1] and BP[2] milliseconds respectively.
Automatic phasing (commutation search with no digital Hall sensor or other
absolute position sensor) is not recommended for a system that requires brake
activation.
See also:
OL[N], OP
Syntax:
BT=N
where N is the absolute time in microseconds
See also:
BG, TM
SimplIQ Command Reference Manual Alphabetical Listing 3-14
MAN-SIMCR (Ver. 4.5)
See also:
XP[N]
SimplIQ Command Reference Manual Alphabetical Listing 3-15
MAN-SIMCR (Ver. 4.5)
Command Description
CA[1] Digital Hall sensor A polarity (1 for active high, 0 for active low).
CA[2] Digital Hall sensor B polarity (1 for active high, 0 for active low).
CA[3] Digital Hall sensor C polarity (1 for active high, 0 for active low).
CA[4] Actual Hall sensor connector to Hall A connector pin:
1 for A, 2 for B and 3 for C.
CA[5] Actual Hall sensor connector to Hall B connector pin:
1 for A, 2 for B and 3 for C.
CA[6] Actual Hall sensor connector to Hall C connector pin:
1 for A, 2 for B and 3 for C.
CA[7] Offset of digital Hall sensors. This parameter compensates for Hall sensor
location inaccuracies.
Table 3-3: CA Vector - Digital Hall Sensor Parameters
The parameters in the table that follow are required for Analog Encoder, Resolver or
Analog Halls signal scaling:
Command Description
CA[8] Absolute Coarse/Fine Encoder (fine mode) or Absolute analog encoder
feedback offset – the value of the position sensor readout at the electrical
zero of the motor.
CA[9] Relative phase of the Analog Encoder sinusoidal signals (or Analog Halls or
Absolute Coarse/Fine Encoder(fine mode)), in 65,536 units per cycle. In
most systems, CA[9] will fall in the range of [-2048…2048].
CA[10] Resolver or Analog Halls offset – the value of the analog sensor readout at
the electrical zero of the motor
CA[11] Offset for the A (sine) channel of the Analog Encoder, Resolver, Analog Halls
or Absolute Coarse/Fine Encoder(fine mode). The offset is given in ADC units
in the range of [-4500…4500].
SimplIQ Command Reference Manual Alphabetical Listing 3-16
MAN-SIMCR (Ver. 4.5)
CA[12] Offset for the B (cosine) channel of the Analog Encoder, Resolver, Analog
Halls or Absolute Coarse/Fine Encoder(fine mode). The offset is given in ADC
units in the range of [-4500…4500].
CA[13] Relative gain of the A (sine) channel of the Analog Encoder, Resolver,
Analog Halls or Absolute Coarse/Fine Encoder(fine mode) with respect to the B
(cosine) channel in the range of [20000…40000].
CA[38] Offset for the A (sine) channel of the Absolute Coarse/Fine Encoder (coarse
mode). The offset is given in ADC units in the range of [-4500…4500].
CA[39] Offset for the B (cosine) channel of the Absolute Coarse/Fine Encoder (coarse
mode). The offset is given in ADC units in the range of [-4500…4500].
CA[40] Relative gain of the A (sine) channel of the Absolute Coarse/Fine Encoder
(coarse mode) with respect to the B (cosine) channel in the range of
[20000…40000]. Default value 32768.
CA[29] Configure the number of the electrical cycles per revolution (ECR) in
range [1:5].
The number of the ECR is 2CA[29].
CA[30] Absolute offset in the position counts between the Coarse and Fine
position Zero readout. Range [0… 65536].
Table 3-4: - CA - Analog Feedback Scaling
Command Description
CA[16] Feedback direction:
0: Use feedback reading as is
1: Invert the direction of the feedback reading
Changing CA[16] does not affect the present position count. Direction
changes only when counting future feedback pulses.
CA[17] Commutation sensor:
0…4 reserved for compatibility.
8 : Digital halls sensor commutation is aided by an external feedback. In
this case, the commutation angle is corrected each digital halls
transition.
SimplIQ Command Reference Manual Alphabetical Listing 3-17
MAN-SIMCR (Ver. 4.5)
Command Description
CA[19] Number of motor pole pairs [1…50].
The number of feedback counts per electrical revolution is CA[18]/CA[19].
For good commutation, the number of feedback counts per electrical
rotation should be at least 36. Practically, there is no high limit to the
number of encoder lines per pole pairs. It is a long integer number that the
drive ultimately modulates to 1024.
CA[20] Digital Hall sensors present:
0: No digital Hall sensors are connected. If the commutation angle is not
yet known, then at motor on, a commutation search will be made. No
digital Hall input consistency checks will be made.
1: Digital Hall sensors are connected. Upon motor on, commutation will
be performed according to the digital Hall sensors. Continuous
encoder-based commutation will begin when the first Hall edge is
identified. The drive performs commutation checks by continuously
comparing the encoder-derived commutation angle with the Hall
sensor recorded status.
CA[21] Position sensor present:
0: Ignore the position sensor inputs. Commutation will be based on the
digital Hall sensors only.
1: The position sensor will be used for commutation.
SimplIQ Command Reference Manual Alphabetical Listing 3-18
MAN-SIMCR (Ver. 4.5)
Command Description
CA[15] Signal frequency for “No Hall” commutation search process. This signal is
derived from the sampling time, according to the following:
Time = 128 * TS * 2CA[15] * 1e-6. The frequency is 1/Time Hz.
CA[24] The minimum motor movement to perform result analysis, in counts.
When this variable is too low, the commutation search process might fail
(MF=0x10,000).
CA[26] Starting torque for motor-on commutation search process in percentages.
Starting torque = (CA[26]/100))*CL[1]
Table 3-7: CA Vector - Automatic Commutation Search Parameters, no Hall Sensors
SimplIQ Command Reference Manual Alphabetical Listing 3-19
MAN-SIMCR (Ver. 4.5)
Command Description
CA[27] Maximum acceptable number of iterations for auto-phasing process.
If the process fails due to overload (motion amplitude is less than CA[24]),
the auto-phasing may be repeated CA[27] times, with the current being
doubled at every iteration. If the peak current (PL[1]) is reached at any
attempt, the auto-phasing process will stop even if CA[27] allows more
iterations.
Table 3-8: CA Vector - Auto-phasing Parameters
Command Description
CA[23] Counts per meter (any positive integer):
0: Rotary motor
1: Counts per meter in a linear motor
This parameter is not used directly by the drive but is rather stored there
for the convenience of the host.
Table 3-9: CA Vector - Miscellaneous Parameters
The following parameters are required for Resolver, Analog Halls or Potentiometer
operation:
CA[32] Time delay between reference output and the sampling of the signals:
Delay = TS/2 - CA[32] / 40 in [us]. This value is used to produce the
reference signal to the Resolver.
CA[33] Resolver or Analog Halls filter frequency in [Hz], must correspond to
KV[76]-KV[84] setting. Range 300 ... 1300 Hz.
SimplIQ Command Reference Manual Alphabetical Listing 3-20
MAN-SIMCR (Ver. 4.5)
CA[34] Configure resolver, analog halls or Absolute Coarse/Fine Encoder bits in the
range of 10..16. The resolver / analog halls readout resolution is 216-CA[34]
bits per resolver or analog halls cycle. For example, if CA[34]=4 the
feedback reads 4096 bits per cycle. If the feedback has one pole pair,
this will also be the bit count per mechanical revolution. If the feedback
has 2 pole pairs, there will be 8092 counts/mechanical revolution and
so on.
Potentiometer feedback type:
Configure scale factor for analog (potentiometer) signal reading. Scale
is needed to reduce position ripple.
The potentiometer measured signal is arithmetically right shifted by
the value contained in CA[34] setting.
This means that the actual max value is:
CA[18]/2^CA[34].
CA[34] is in range [0…6]. Default value is zero.
Table 3-11: - CA - Resolver Parameters
Notes:
The CA parameters are usually set automatically by the Composer program. Avoid
setting the CA[N] parameters manually unless you are sure of what you are doing.
Unused indices are reserved for compatibility with other drive models.
CA[7], CA[35] and CA[36] are floated
See also: Reference chapter in the SimplIQ Software Manual:
MO, UM Chapter 9, ”Commutation”
SimplIQ Command Reference Manual Alphabetical Listing 3-21
MAN-SIMCR (Ver. 4.5)
The CC=N command specifies the program checksum. If this value coincides with the
actual program checksum, the “Program ready” internal flag is set on. Otherwise, an
error is returned. The CC query returns 0 if no active program is present, and 1 if the
“Program ready” internal flag is set on.
CD - CPU Dump
Purpose:
Returns the status of the CPU and the database. Call CD if:
The SR report indicates a CPU exception.
The MF report indicates a CPU exception.
An attempt to start the motor returns a “Bad database” error code.
where:
“Null Address” is the code address at which a CPU exception occurred. A “0”
indicates a normal condition.
“Failure Address” is the code address at which a stack overflow has occurred. A “0”
indicates a normal condition.
“Called Handler” is the type of CPU exception that occurred. A “none” indicates a
normal condition.
“Database Status” indicates if the recent database check at MO=1 — at power up or
during a save (SV) — revealed a consistent database. “Database OK” indicates the
normal condition.
“Sub Processor Status” indication is relevant only for SimplIQ models supporting an
absolute position sensor (“A” drive type). It indicates if the inquire for position
(single-turn and multi-turn position values) at power up or during another process
causes a communication loss between the two processors or between the drive and
the position sensor. In both cases, the absolute position readout will fail to update.
“-1” - indicates that Absolute encoder setting parameters (AB[] command) were
not initialized by the Composer or drive is in the reset condition
“0” - indicates that the initialization process was passed successfully
“1” - indicates a communication failure during the initialization process. Verify
the hardware connection of the absolute feedback type.
“2” – indicates a time-out response caused most likely by the sub-processor
running in the boot mode.
“3” – absolute sensor type isn't supported by the firmware
“6” – indicates that an absolute position inquire was performed before an
initialization process
“7” – indicates a communication failure between the processors during an
absolute position inquire
SimplIQ Command Reference Manual Alphabetical Listing 3-23
MAN-SIMCR (Ver. 4.5)
Notes:
If an LD command fails, CD reports the reason for the failure by adding the string
“Couldn’t load from serial flash” followed by the reason for the failure.
The 3-second time constant is used because almost every motion system applies
high torques for short acceleration periods at low speeds.
The minimum current limit is MC/128. If CL[1] < MC/128, the CL[1] value will be
accepted, but the actual current value will be limited to MC/128.
Example:
Null Address=0
Failure Address=0
Called Handler=none
Database Status:
CA[4], error code=37
This CD report indicates that the database is inconsistent because two of the parameters
CA[4], CA[5] and CA[6] are equal.
See also:
MF, SR, MO, EC
SimplIQ Command Reference Manual Alphabetical Listing 3-24
MAN-SIMCR (Ver. 4.5)
Example:
If CL[2]=50 and CL[3]=500, the drive will abort (reset to MO=0) with motion fault (MF)
0x200000 if the torque level is kept at at least 50% of the continuous current, while the
absolute value of the shaft speed does not exceed 500 counts/sec for a continuous
3 seconds.
SimplIQ Command Reference Manual Alphabetical Listing 3-25
MAN-SIMCR (Ver. 4.5)
Notes:
The motor stuck protection is always applied to the main sensor. In dual loop
applications, this protection does not pertain to failures in the auxiliary sensor.
The time constant of 3 seconds is taken because almost every motion system
applies high torques for short acceleration periods while the speed is slow.
The minimum current limit is MC/128. If CL[1] < MC/128, the CL[1] value will be
accepted, but the actual current value will be limited to MC/128.
See also:
LC, MC, PL[N], TC, MF
CP - Clear Program
Purpose:
Clears the entire user area in the serial flash memory. The CP instruction must be used
before any attempt to write a new program to the drive.
Notes:
CP command execution may take a significant amount of time.
Writing to the same flash location without setting CP will cause a write failure and
the flash contents will become undefined.
SimplIQ Command Reference Manual Alphabetical Listing 3-27
MAN-SIMCR (Ver. 4.5)
DC - Deceleration
Purpose:
Defines the maximum deceleration in counts/seconds2. This parameter is used in
profiled speed control mode (UM=2, PM=1) and in position point-to-point (PA, PR) and
jogging (JV) motions (UM=3, UM=4 and UM=5). The DC parameter does not affect the
present motion. It is used to plan the next motion, initiated by a BG command.
See also:
AC, SP, PA, PR, BG
Call DD if you:
Suspect that the CAN controller is in Bus Off (no communication) mode
Suspect that there are many error frames on the CAN bus
Wish to monitor the CAN controller error activities
The DD command reflects object 0x2082 (refer to the Elmo CANopen Implementation
Guide for more information).
DD value reports:
CAN receiver flag, indicating the following states:
Overrun
Bus off
Transmitter error
Receiver error
Transmitter warning
Receiver warning
CAN receive error counter, reflecting the status of the MSCAN receive error counter
CAN transmit error counter, reflecting the status of the MSCAN receive error counter
Network status, which may be one of the following values:
1: Disconnected
2: Connected
3: Preparing
4: Stopped
5: Operational
127: Pre-operational
Notes:
After new firmware is downloaded, the drive reboots. All data stored in
temporary variables in the RAM is lost.
Loading new firmware does not normally affect the non-volatile application
variables in the data flash memory. Downloading a major software revision may,
however, destroy the non-volatile data. The Composer program will warn you of
risks of non-volatile data losses.
The DS command is used for downloading the new firmware version for the
SimplIQ drive’s sub-processor.
DL - Download Program
Purpose:
Downloads data to the serial flash memory of the drive. The DL command is used
primarily to download compiled user programs to the drive.
Notes:
The DL command is normally activated and used by the Composer software. The
command should not be used manually.
The start memory address for downloading is defined by the LP[1] command.
Each data payload is terminated by the 16-bit checksum for the send message.
The DL command automatically clears the Program Ready internal flag.
The DL command takes time to execute because it needs to burn and verify.
See also:
LS, CC, LP[N]
EC - Error Code
Purpose:
Reports the processing status of the last accepted command that returned an error.
Notes:
When the processing of a command fails, the error code is returned immediately
with a question mark in the response to that command. The error code returned
with the command response is binary, so it may not be easily seen. The EC
command returns a printable (ASCII) value of the error code.
The EC command cannot be used reliably from the Composer Smart Terminal
because the Composer generates continuous communication with the servo drive.
The returned EC value probably reflects the status of the latest Composer
command, not the status of the last Smart Terminal command.
The following table lists the error codes reflected by the EC command.
Error
Code Error String / Description Example / Remedy
2 Bad command. XF=2; is an error because there is
The interpreter has not understood the no XF command.
command. MC=2; is an error because the
MC cannot be changed by the
interpreter.
3 Bad index. DV[6] is an error because the
Attempt to access a vectored variable out index range is 1 - 3.
of its boundaries. Observe the index range for the
used command.
5 Has no interpreter meaning. A*=3 is an error because a
An unrecognized character has been found command mnemonic consisting
where a command was expected. of two alphabetic characters was
expected.
6 Program is not running. This command requires a
running program.
7 Mode cannot be started - bad initialization This error is returned when
data. preset values of a function are
wrong. For example, there may
be a conflict between the first
index in the PVT table (PV) and
the available write pointer
(MP[6]) when PVT motion
begins.
11 Cannot write to flash memory. Most probably a hardware
An error interfacing the serial flash has problem.
occurred.
SimplIQ Command Reference Manual Alphabetical Listing 3-33
MAN-SIMCR (Ver. 4.5)
Error
Code Error String / Description Example / Remedy
12 Command not available in this unit mode. PA=1000 is an error if UM=2,
because the position command
cannot be given in this mode.
13 Cannot reset communication – UART is
busy.
Modification of the parameters of the serial
communication has been attempted while
the communication line is busy.
18 Empty assign. AC=; is an error because the
The right side of an equation is missing. interpreter expects a numerical
value to appear after the = sign.
19 Bad command format. Refer to this manual for the
An unresolved syntax error in the correct command syntax.
command has occurred.
21 Operand out of range. JV=100,000,000 returns this error
Assignment of an illegal value to a because the required speed is
parameter has been attempted. beyond the limits of the drive.
22 Zero division. JV=0; PX=1000/JV returns this
error.
23 Command cannot be assigned. BG=3000 returns this error
because BG is an execution
command that does not have a
value.
24 Bad operator. IA[1]=3$VX is an error because $
An unrecognized character has been found is not a recognized operator.
in an expression where an operator has
been expected.
25 Command not valid while moving. PV=n while in PVT motion is an
error because the PV=n
command sets the read pointer of
the PVT table manually; this
pointer is set automatically in
PVT mode.
26 Motion mode not valid. PV=n; BG is an error if the first
A Begin Motion was attempted but the valid line of the PVT table is
parameters of the motion were not properly smaller than the last valid line.
set.
SimplIQ Command Reference Manual Alphabetical Listing 3-34
MAN-SIMCR (Ver. 4.5)
Error
Code Error String / Description Example / Remedy
28 Out of limit range. VH[2]=1000; SP=2000 is an error
A command was specified out of its because the latter command
permitted limits. specifies that point-to-point
motions should reach the speed
of 2000 counts/sec, whereas the
first command limits the maxi-
mum speed command to 1000.
30 No program to continue.
An XC command has been issued but there
is no halted program to continue.
32 Communication overrun, parity, noise or Ensure that communication lines
framing error. are well connected with adequate
ground, and that the baud rate
and other communication
parameters are set consistently
for master and slave. Also
reports loss of characters in
buffer when hardware storage is
exceeded.
37 Two or more Hall sensors are defined for One of the following:
the same location. CA[4]=CA[5], CA[4]=CA[6] or
CA[5]=CA[6].
39 Motion start specified for the past.
The time requested for synchronized
motion has elapsed.
41 Command not supported by this product. YA[4]=3 attempts to set a type of
An attempt has been made to assign an auxiliary encoder as analog. It
illegal value to the command. causes this error because
SimplIQ drives do not work with
analog encoders.
42 No such label. XQ##FOO will return this error
The program does not contain a label with if neither the label ##FOO nor
the specified name. the function with the name FOO
exists in the user program.
43 CAN state machine fault (object 0x6040 on Reset the fault by sending the
DS402). control word through CAN
communication (the value of
CAN object 0x6040 must be set to
0x80). Refer to the description of
the 0x6040 and 0x6041 objects in
the Elmo CANopen
Implementation Manual.
SimplIQ Command Reference Manual Alphabetical Listing 3-35
MAN-SIMCR (Ver. 4.5)
Error
Code Error String / Description Example / Remedy
45 Returned error from subroutine.
Occurs when a return op-code has no valid
address to return to.
46 May not use multi-capture homing mode The following cannot be set:
with stop event. HM[4]=0; HM[1]=3.
Occurs when trying to set multiple capture
events with a STOP between events.
47 User program does not exist. XQ or XC
returns this error if a program has not been
loaded to and successfully verified by the
drive.
50 Stack overflow. Use the CD command to
A CPU exception was detected. determine the details of what has
This error reflects either a hardware occurred. If “Called handler” is
problem or a faulty power supply. “none” and “Failure address” is
non-zero, then TS is too short
and there was a real-time
overflow. Record the entire
string of the CD command and
call your service center for
technical support.
53 Only for current. TC=2 (Set torque to 2A) is an
Command is applicable only in torque error in UM=2, because in this
control modes UM=1 or 3. mode, the torque command is set
automatically by the controller so
as to achieve the desired speed.
54 Bad database. If CA[4]==CA[5], two physical
Cannot start the motor, because the setup Hall sensors are defined as the
data is not consistent. same logical sensor, thereby
preventing powering the motor.
55 Bad context. This error is caused by privileged
A command that is not applicable in the commands used in auto-setup
present context has been attempted. sessions.
56 The product grade does not support this User may have attempted to set
command. or activate features that are
available only for the Advanced
SimplIQ models.
SimplIQ Command Reference Manual Alphabetical Listing 3-36
MAN-SIMCR (Ver. 4.5)
Error
Code Error String / Description Example / Remedy
57 Motor must be off. CA[25]=1 sets the order of firing
This command cannot be used when the the motor phases, thereby
motor is on. controlling the motor direction.
This parameter cannot be set
while the motor is on, because it
will immediately destabilize the
feedback loop.
58 Motor must be on. PA=1000 is an error if MO=0. The
This command cannot be used when the absolute position reference is
motor is off. automatically set to the present
position at MO=1, so that setting
PA at MO=0 is pointless.
60 Bad unit mode. PT=5 is an error in UM=1
Something not supported in this unit mode because PT motion requires
has been attempted. position control.
61 Data base reset. This error may occur after
The database has been restored to factory upgrading the drive version, if
defaults after the parameters loaded from the the newer version uses a
flash memory failed a consistency check. different database structure.
64 Cannot set the index of an active table. When the ECAM table is active,
an index cannot be changed.
Only a location beyond the active
table limits may be changed.
65 Disabled by SW. Check the IL[N] switch definition
Motion could not begin because a switch settings and compare them to the
programmed to abort motion was active actual switch reading (use the IP
when MO=1 was tried. command).
66 Drive not ready. Check the servo drive status (SR
The motor could not be powered due to: command or MF command)
Over- or under-voltage
Over-temperature
Short circuit (a shorted motor or a
hardware problem)
Hall sensor problem
67 Recorder is busy. Let the recorder complete its job,
A recording process is in progress and the or use the RR=0 command to kill
recorder settings cannot be changed. the recording process.
Recorded data cannot be fetched.
69 Recorder usage error. RC=2; RR=2 and later BH=1 is an
Something illegal was attempted with the error because an attempt is made
recorder. to bring a vector that was not
recorded.
SimplIQ Command Reference Manual Alphabetical Listing 3-37
MAN-SIMCR (Ver. 4.5)
Error
Code Error String / Description Example / Remedy
70 Recorder data invalid. Recorder settings (such as RC=n)
Cannot upload recorded data because the have been changed since the last
recorder contains no valid data. records were made or the
recorder has not been operated at
all since power up.
71 Homing is busy. Terminate homing processes
Cannot change the modulo count (XM or using HM[1]=0, HY[1]=0.
YM) while homing is in progress.
72 Must be even. (XM[2] - XM[1]) = 5 is an error
because the difference is an odd
number.
73 Please set position. PX=2000; XM[1]=-500,
An attempt to set the position counts XM[2]=500 is an error because
modulo to a smaller number than the the PX value is out of range.
present position was made.
77 Buffer too large. Check the command syntax.
A string command that is too long (more
than 255 characters in a single command)
has been sent.
78 Out of program range. The amount of allocated memory
An attempt to load a program larger than the for the user program is stated in
drive storage capabilities has been made. the drive User Manual.
80 ECAM data inconsistent.
The jumps between consecutive ECAM
table points are greater than 32, 767 counts
and therefore cannot be interpolated.
81 In “Quick stop” mode. In “Quick stop” mode, it is
Occurs only if a CAN master used the impossible to begin a software
DS402 standard control word to block motion. Use CAN 0x6040 object
motor movements. to release the “Quick stop” state.
82 Program is running. Wait until the program finishes,
Cannot load a new program, compile a or use the HP command or KL
program or start program execution. command to stop the program.
83 CMD not for program. The next expression XQ##START;
An attempt has been made to use a inside a user program is an error
command (such as XQ, DL, LS or DF) that because this command has a
has a NotProgram flag. NotProgram flag.
84 The system is not in point to point mode. A PR (position relative) cannot
be set in non-PTP mode, because
it has no reference position from
which to start.
SimplIQ Command Reference Manual Alphabetical Listing 3-38
MAN-SIMCR (Ver. 4.5)
Error
Code Error String / Description Example / Remedy
90 CAN state machine is not ready (object Set the drive to the “Switched
0x6041 on DS402). on” state machine by setting the
relevant transitions to the control
word, object 0x6040. Refer to the
description of NMT services in
the Elmo CANopen Implemen-
tation manual.
93 There is a wrong initiation value for this Reset queue length before
command. updating queries.
95 Too large for modulo setting. The modulo range is inconsistent
with the ER[3] value. Refer to the
ER[N] command.
96 User program time out.
Execution of a single user program line was
more than expected (more than 3 seconds).
The SimplIQ drives stops program
execution.
97 RS232 receive buffer overflow.
Characters arrived through RS-232 at too
high a rate, causing internal storage to
exceed its capacity. No more space is left to
store new characters.
99 The auxiliary feedback entry does not
configure as output during the activation of
Output Compare
100 The requested PWM value is not supported The PWM frequency that was
requested cannot be used with
the drive.
101 Abortive attempt to read a position value
from the absolute position sensor. CD
command also indicates failure details.
105 Speed loop KP out of range.
Value of KP[2] or one of KG[64]…KG[126]
is out of numeric range.
106 Position loop KP out of range.
Value of KP[3] or one of KG[127]…KG[189]
is out of numeric range.
SimplIQ Command Reference Manual Alphabetical Listing 3-39
MAN-SIMCR (Ver. 4.5)
Error
Code Error String / Description Example / Remedy
111 KV[N] vector is invalid. Refer to the “Advanced Filter”
Invalid values in KV[N] parameters. chapter in the SimplIQ Software
Manual. If the vector was
configured by the Composer
auto-tuning wizard, email
Technical Support for assistance.
112 KV[N] defines scheduled block but See the syntax of KV[N]
scheduling is off. parameters in the “Advanced
Invalid values in KV[N] parameters. Filter” chapter of the SimplIQ
Software Manual. If the vector was
configured by the Composer
auto-tuning wizard, email
Technical Support for assistance.
113 Exp task queue is full.
Internal error during auto-tuning process.
114 Exp task queue is empty.
Internal error during auto-tuning process.
115 Exp output queue is full.
Internal error during auto-tuning process.
116 Exp output queue is empty.
Internal error during auto-tuning process.
117 Bad KV setting for sensor filter. See KV command section of this
Invalid setting for KV[76]…KV[87]. manual.
118 Bad KV vector This can happen when KV
parameters are not set according
to the correct feedback with
either length or value restriction.
119 Bad Analog sensor Filter When the filter KV, set for analog
feedback, is beyond its legal
range.
120 Bad number of blocks for Analog sensor When the analog sensor filter
filter contains a wrong number of
blocks.
121 Analog sensor is not ready When the initiation procedure of
the Analog sensor was not
completed, and the motor is
being enabled.
SimplIQ Command Reference Manual Alphabetical Listing 3-40
MAN-SIMCR (Ver. 4.5)
Error
Code Error String / Description Example / Remedy
127 Modulo range must be positive.
XM[2] is less or equal to XM[1] or
YM[2] is less or equal to YM[1].
128 Bad variable index in database - internal An internal compiler error occurs
compiler error. due to a corrupted database. In
Index of the variable in the database is not such a case, email Technical
correct. Support for assistance. Attach the
Composer date and version (found
in the Help menu) and the program
you attempted to compile.
129 Variable is not an array. Assume that a scalar variable has
Cannot access a scalar variable defined been defined in the user program
according to its index in square brackets as as a:
an array in the user program. long a;
The expression a[0]=1; is wrong
because a is defined as scalar and
not an array.
130 Variable name does not exist.
For SimplIQ internal use.
Error
Code Error String / Description Example / Remedy
137 Program already compiled. Use the CP command before
An attempt was made to download a user downloading a new user
program before previous one was erased. program.
139 The number of breakpoints exceeds the
maximum number.
140 An attempt to set/clear breakpoint at the For every line of the text
non-relevant line. program, there is a
Internal IDE error. corresponding lien of compiled
code. This error appears during
an attempt to set a breakpoint at
a non-corresponding line of
compiled code.
141 Boot identity parameters section is not
clear.
Internal error during download of boot
identity parameters.
142 Checksum of data is not correct.
Internal error during download of boot
identity parameters.
143 Missing boot identity parameters.
Internal error during download of boot
identity parameters.
144 Numeric stack underflow.
An attempt has been made to retrieve an
entry from an empty stack.
145 Numeric stack overflow. User program contains very
An attempt has been made to push a value complex code requiring more
to the numeric stack when it is full. stack space than is available. It
may also be that there are too
many called subroutines.
An expression in the command
line of the interpreter is too
complex; it calls too many
functions, so that the numeric
stack has overflowed.
146 Expression stack overflow. An expression in the command
An attempt has been made to push a value line of the interpreter is too
to the expression stack when it is full. complex: it calls too many
functions, so that the expressions
tack has overflowed.
SimplIQ Command Reference Manual Alphabetical Listing 3-42
MAN-SIMCR (Ver. 4.5)
Error
Code Error String / Description Example / Remedy
147 Executable command within math BG=3; is wrong because BG is an
expression. executable command and cannot
An attempt has been made to assign an be assigned.
executable command.
148 Nothing in the expression. AC=; is wrong because the assign
An attempt has been made to evaluate an value is missing.
empty expression.
149 Unexpected sentence termination. 5+3+;
An expression terminator appears in the
middle of the expression.
150 Sentence terminator not found. Try to shorten the expression.
The expression is too long to be evaluated
(exceeding the maximum length).
151 Parentheses mismatch. sin(2; is wrong because a closing
There is a mismatch between opening and parenthesis is absent.
closing parentheses. Pertains to both
parentheses and brackets.
152 Bad operand type. The DB command syntax is
There is a mismatch between the actual wrong (this command
value type and the expected value type. requires strict syntax; trying
to set an unexpected floating
point value causes this error).
An internal compiler error
has occurred due to a
mismatch between operand
type and its addressing mode.
Contact Technical Support.
154 Address is out of data memory segment. This is internal compiler error is
Variable address in the data segment caused by corrupted compiled
exceeds the data segment size. code. In such a case, email
Technical Support for assistance.
Attach the Composer date and
version (in the Help menu) and
the program you attempted to
compile.
155 Beyond stack range. This internal compiler error is
Compiled code contains a pointer to the caused by corrupted compiled
stack entry, exceeding the actual stack code. In such a case, email
range (STACK_IMMEDIATELY addressing Technical Support for assistance.
method). Attach the Composer date and
version (in the Help menu) and
the program you tried to compile.
SimplIQ Command Reference Manual Alphabetical Listing 3-43
MAN-SIMCR (Ver. 4.5)
Error
Code Error String / Description Example / Remedy
156 Bad opcode. Internal compiler error caused by
Compiled code contains mismatched corrupted compiled code. In this
addressing mode. case, email Technical Support for
assistance. Attach Composer date
and version (in Help menu) and
program you tried to compile.
157 No available program stack. For future use.
An attempt was made to run too many user
programs simultaneously.
158 Out of flash memory range. Try to use IDE tools for down-
Failure in download and upload process: loading or uploading. For more
an attempt to access flash memory because details about the internal and
its size. serial flash memory mapping.
159 Flash verify error. Possible hardware problem.
Failure in download and upload process: Contact Technical Support.
checksum does not match.
160 Program aborted by another threat. For future use.
Failure while running one virtual machine
aborts all other virtual machines.
161 Program is not halted. Activation of XC command while
Execution of a command that requires user the virtual machine is not in
program to be halted. halted state.
162 Badly formatted number.
Floating point number exceeds the valid
range supported by the SimplIQ.
164 EC command (not an error). For internal use.
165 An attempt to access serial flash while busy. Contact Technical Support.
Failure on reading serial flash memory,
possible due to hardware problem.
166 Out of modulo range. XM[1]=-1000, XM[2]=1000 and
PA=2000 is an error because the
modulo range is [-1000…999].
Therefore, the position of
PA=2000 can never be reached.
167 Infinite loop in for loop - zero step k=1:0:10; causes this error.
168 Speed too large to start motor. Starting a running motor may
MO=1 or motor started with Enable switch fail if the back EMF is too high
while motor was rotating too quickly. and induces an immediate
excessive motor current.
Table 3-13: Processing Error Codes
SimplIQ Command Reference Manual Alphabetical Listing 3-44
MAN-SIMCR (Ver. 4.5)
See also:
MF, SR
SimplIQ Command Reference Manual Alphabetical Listing 3-45
MAN-SIMCR (Ver. 4.5)
When an analog encoder is used, the basic signal, before interpolation, is filtered using
the same method.
EF[N] sets the sample rate of the corresponding digital glitch filter: EF[1] for the main
encoder and EF[2] for the auxiliary encoder. A counter increases or decreases to the value
of EF[N]. When the count reaches the specified value, the counter is reset and the filter
takes a new sample of the raw A, B, Index and Home input signals. If EF[N] is zero the
digital filter is bypassed.
If EF[N] is large, the encoder reading noise immunity will be better, but true fast
transitions (occurring by fast speed) may be dismissed as false. A number that is too
small may cause the counting of noise pulses.
A good value for the required delay of the encoder filter is ¼ of the minimum time
expected between transitions.
Example:
Suppose that the maximum speed of a motor is 10,000 rpm and that the motor is
equipped with an encoder with 1000 lines (4000 counts/rev with resolution
multiplication). The expected minimum encoder transition time is:
1.5μ sec
The encoder pulse time is calculated as = 375 n sec : Because of the CPU clock
4
frequency, the minimum required encoder signal stable time should be set to 400 nsec
(i.e. EF[ ] = 3)
The minimum required encoder signal stable time should be set to about:
When the interpolator is used, the time difference between consecutive signal
changes may be shorter. This is dictated by the interpolator’s specifications and not
from the motor speed.
SimplIQ Command Reference Manual Alphabetical Listing 3-46
MAN-SIMCR (Ver. 4.5)
60 sec/ min
= 732.4 n sec
2048 * 4 * 10,000 rpm
Parameter Description
EM[1] Asserts whether the ECAM function is active:
0: Direct eternal follower referencing
1: Active linear ECAM
2: Active cyclical ECAM
Set EM[1] to enter a change in the EM[2], EM[3], EM[4], EM[5] and
EM[7] parameters.
EM[2] Last valid index of the ECAM table.
Maximum value is 1024.
EM[3] Starting position: the value of the input to the ECAM function for
which the output of the ECAM function will be ET[EM[5]] (ET of
EM[5]).
EM[4] Auxiliary input (ΔPY) distance between consecutive points in the
ECAM table ET[N].
EM[5] First valid index of the ECAM table.
EM[6] Index for the next head pointer when using CAN for fast ECAM table
loading.
EM[7] Last segment shortening. Used to generate an ECAM table with an
input range that is not an integer multiple of EM[4].
EM[8] Read-only report of position in the ECAM table. When ECAM motion is
not active, EM[8] reports 0.
Table 3-14: ECAM Parameters
Notes:
When EM[1]=1 or EM[1]=2, the active ECAM table entries — ET[EM[5]] . . .
ET[EM[2]] — cannot be changed. Other members of the ET[N] array may be
changed.
Parameter EM[6] takes effect immediately.
Parameters EM[2], EM[3], EM[4], EM[5] and EM[7] are activated only when EM[1]
is set. In this manner, the next work segment can be programmed while the
present work segment is executing.
Setting EM[1] to 1 or 2 will fail if EM[2] is less or equal to EM[5], or if EM[4] is less
or equal to EM[7].
Changing the last segment with EM[7] may cause a reference jump.
SimplIQ Command Reference Manual Alphabetical Listing 3-48
MAN-SIMCR (Ver. 4.5)
See also:
RM, FR[N]
EO - Echo Mode
Purpose:
Sets or resets the communication echo mode, which is used for communication checks.
EO=1 enables echo mode
EO=0 disables it.
With RS-232 communication, the EO command sends an immediate echo character for
every terminal character. The echo transmission is deferred to the command response
string.
Note: Once the EO setting has been changed with a Terminal Program to EO=0, no
communication is possible over Composer.
SimplIQ Command Reference Manual Alphabetical Listing 3-50
MAN-SIMCR (Ver. 4.5)
Purpose:
ER[2] defines the maximum allowed velocity error (abs(DV[2]-VX)) in
counts/second. If the error exceeds this value, the motor is automatically disabled
and the Error Limit fault is activated.
ER[3] defines the maximum allowed position error in counts:
for UM=5: abs(DV[3]-PX)
for UM=4: abs(DV[3]-PY)
If the error exceeds this value, the motor is automatically disabled and the Error
Limit fault is activated.
The ER[3] value is restricted to modulo settings. The values ranges are:
For UM=5: [0..(XM[2]-XM[1])/4-1]
For UM=4: [0..(YM[2]-YM[1])/4-1]
In case of failure, an error is set during the next motor enabling (MO=1).
Typical applications:
Decrease ER[N] as much as possible in order to use it as a protection mechanism in case
of control failure, as when the feedback signal is lost.
See also:
MF, MO, SR
Notes:
When the motor is enabled (MO=1) and the ECAM table is running (EM[1]=1),
you may manipulate entries that are not in an active part of the table. This
provides an on-the-fly programming of the next motion. Refer to the EM[N]
command for active table descriptions.
With CAN communication, you may program the ECAM table with a fast Auto-
increment mode.
When the ECAM table is not used, ET[N] can be used as a general-purpose
non-volatile memory.
See also:
EM[N], UM, RM
The FF[1] parameter defines the factor with which the second derivative of the position
reference is injected to the torque controller as a direct torque command.
When UM=1, the auxiliary reference is composed of the analog input and external PWM
signals. The FR[1] parameter scales the ratio between the Duty Cycle of the PWM signal
and the reference to the current loop (UM=1, RM=1). FR[1] may be changed on-the-fly at
any time.
When UM=2, the auxiliary reference is composed of the analog input and the auxiliary
feedback readout or external PWM signal.
FR[2] can be used as a follower ratio of the master motor’s quadrature encoder or as a
follower ratio of the PWM Duty.
When UM=3 or UM=5, the auxiliary reference is composed of the auxiliary feedback
readout. The FR[3] parameter scales the ratio between the auxiliary feedback position
and the reference to the position loop (UM=3, 4, 5, RM=1, EM[1]=0), or the input to the
ECAM table (UM=3, 4, 5, RM=1, EM[1]=1, 2). FR[3] may be changed on-the-fly at any
time. For EM[1]=0 (follower) and EM[1]=2 (cyclical ECAM), changing FR[3] does not
imply an abrupt change to the external position controller reference. For EM[1]=1 (linear
ECAM), changing FR[3] does imply an abrupt change in the external position controller
reference. FR[3] can be modified while the motor is enabled if the software reference is
not active (MS<1). In such cases the software position reference is corrected to avoid a
possible motor jump.
See also:
PY, RM, YM[N], YA[N], PW[N]
SimplIQ drives are scheduled according to the controller and the command states. This
may be necessary due to either the difference between the low-speed behavior and the
high-speed behavior of the plant or because the inertia changes with position
dependence. The process of assessing the situation and varying the controller parameters
online accordingly is called “gain scheduling.”
The following table lists the gain scheduling parameters. Unused indices are reserved for
compatibility with older drives.
An event is a change in a digital input signal. The polarity of the change is defined by the
IL[N] command. Values in HM[3] are duplicated for compatibility reasons.
Notes:
Elmo drives have a different number of digital inputs. The value of HM[3] may
differ according to that. Please consult the drive’s Installation Guide for details.
HM[2] - HM[6] can be changed during the home search procedure. The activation
of the parameters is considered upon reception of the next HM[1]=1 (or higher).
If HM[2] is set to a value beyond XM[1] and XM[2], the actual main position will
not be updated when homing is complete.
Each homing event is attached to a predefined functionality (FLS, General
Purpose, Home and so on). If the corresponding input is not defined first, the
homing procedure may never end. Refer to the IL[N] command.
The homing and capture procedures can be carried out in any unit mode (UM=1,
2, 3, 4, 5) and reference mode (RM=0, 1).
In external reference mode (RM=1), when HM[4]=0, the software portion of the
reference is stopped, while the external portion is not. In such cases, the motor
continues to move according to the analog reference.
Homing can be safely carried out in PTP and jog position motion modes. With PT
and PVT modes, the online reloading of the position counter can lead to an
immediate, automatic MO=0 due to excessive position error.
SimplIQ Command Reference Manual Alphabetical Listing 3-59
MAN-SIMCR (Ver. 4.5)
When the Index or Home signal captures PX, the PY captured value is taken at the
next position controller sampling time (4 TS period). It may differ from the PY
value at the capture time by up to 4*TS*10-6*VY counts.
When the Index or Home signal captures PX, the digital output of HM[6] is set
only at the next position controller sampling time (4 TS period).
See also:
HY[N], XM[N], IL[N], OL[N], PX, PY, EF[N], IF[N], SD
An HP command issued when no program is running does nothing and sets no error
code.
See also:
KL, XQ, XC
SimplIQ Command Reference Manual Alphabetical Listing 3-61
MAN-SIMCR (Ver. 4.5)
HX - Hexadecimal Mode
Purpose:
Sets or resets the hexadecimal mode for reporting integer parameter values.
With HX=0, integers are reported as decimal numbers.
With HX=1, integers are reported as hexadecimal numbers.
The HX parameter allows easy reading of the digital inputs (IP), servo drive status (SR),
motor faults (MF), recorder settings (RC) and other variables that have the bit-field
attribute.
The HX parameter is not required for setting values. The commands BH=1024 and
BH=0x400 are equivalent, as 0x400 equals its decimal equivalent 1024.
An event is a change in a digital input signal. The polarity of the change is defined by the
IL[N] command. Values in HY[3] are duplicated for compatibility reasons.
Notes:
HY[2] - HY[6] can be changed during the home search procedure. The activation
of the parameters is considered upon reception of the next HY[1]=1 (or higher).
If HY[2] is set to a value beyond YM[1] and YM[2], the actual auxiliary position
will not be updated when homing is complete.
Each homing event is attached to a predefined functionality (FLS, General
Purpose, Home and so on). If the corresponding input is not defined first, the
homing procedure may never end. Refer to the IL[N] command.
The homing and capture procedures can be carried out in any unit mode (UM=1,
2, 3, 4, 5) and reference mode (RM=0, 1).
In external reference mode (RM=1), when HY[4]=0, the software portion of the
reference is stopped, while the external portion is not. In such cases, the motor
continues to move according to the analog reference.
Homing can be safely carried out in the PTP and jog position motion modes. With
PT and PVT modes, the online reloading of the position counter can lead to an
immediate, automatic MO=0 due to excessive position error.
When the Index or Home signal captures PY, the PX captured value is taken at the
next position controller sampling time (4 TS period). It may differ from the PX
value at the capture time by up to 4*TS*10-6*VY counts.
When the Index or Home signal captures PY, the digital output of HY[6] is set
only at the next position controller sampling time (4 TS period).
SimplIQ Command Reference Manual Alphabetical Listing 3-64
MAN-SIMCR (Ver. 4.5)
See also:
HX, XM[N], IL[N], OL[N], PX, PY, EF[N], IF[N]
IB[N] reports the status of the corresponding input bits, according to the definition in IP.
If IB[N] is “1”, the corresponding Nth bit in IP is logically active.
Use the IB[N] command to reference general purpose inputs, limit switches and other
indications (such as Stop, Begin or Enable) individually.
IB[N] may be more convenient than IP for program decisions and branching. However, it
is not appropriate for the synchronized reading of several input bits. If a synchronized
reading of several digital inputs is desired, use the IP command.
Refer to the IP command for more details about the role of each bit.
IB[N] reports according to the polarity programmed for the relevant digital input
by the IL[N] command.
See also:
IP, IL[N]
SimplIQ Command Reference Manual Alphabetical Listing 3-66
MAN-SIMCR (Ver. 4.5)
A brushless motor carries alternating currents in its phases. The alternating currents in
the motor phases create a rotating magnetic field, which can be projected in two
directions. The first magnetic field component is aligned with the magnetic direction of
the rotor; it produces no mechanical torque. The other magnetic field component is
perpendicular to the magnetic direction of the rotor and produces all the mechanical
torque.
IQ[Amp] is the component of the motor phase current that creates effective torque. The
current controller attempts to make IQ equal to the current command. ID is the
component of the motor phase current that does not create torque. The current controller
tries to null ID.
When the motor is off (MO=0), IQ and ID are not calculated and return zero.
See also:
AN[N], MC, PL[N], CL[N]
Each index entry [1 - 10] refers to a digital input [1 - 10] respectively. The input filtering is
accomplished by the software. For this reason, in order to ensure that an input pulse is
sensed, its length must be IF[N]+2*TS, where TS is the sampling time.
Example:
If the speed sampling time is 210 microseconds and IF[1]=1, the minimum stable time
for an input change to be sensed is 1050 microseconds (210*5). A pulse must be at least
1 millisecond+2*210 microseconds =1.42 millisecond long in order to ensure that it is
captured by the digital input.
Notes:
Elmo drives supports a different number of digital inputs. Accordingly, the index
range may differ between drives. Please consult the drive’s Installation Guide for
information about its digital inputs.
If input 5 or 6 is used as Home input, the corresponding parameter — IF[5] or
IF[6]— does not apply. Parameter EF[1] or EF[2] is used instead.
The IF[N] commands can also be applied in simulation mode.
SimplIQ Command Reference Manual Alphabetical Listing 3-68
MAN-SIMCR (Ver. 4.5)
A digital input serves only one dedicated function, which can be reflected in the
following commands/features:
User program auto routine (#@AUTO_##)
Homing procedure (HM[N], HY[N])
IP command
IB[N] command
Notes:
The response to a digital input is made only according to the definition of IL[N].
For example, if digital input #2 is defined by IL[2] as RLS (Reverse Limit switch),
changes in the connector pin of digital input #1 will not be reflected in IB[1]
commands. IB[1] will read continuously zero. In this case, IB[11] will reflect this
input status.
When a digital input is activated, the relevant bit in IP/IB[N] is set. Refer to the IP
and IB[N] commands for more details.
Inputs 5 and 6 also serve as high-speed home/capture inputs, used independently
by the HM[N] and HY[N] commands. The logic level for the home inputs is also
defined by the IL[N] command.
If inputs 5 or 6 are used as home inputs, the corresponding parameters IF[5] and
IF[6] do not apply. The parameters EF[1] and EF[2] are used instead.
The following table summarizes the functions that may be attached to each digital input
pin. The function details are given in the next table. The prefix “Hard” indicates that the
function applies to the stop manager, not to the motion reference generator. The term
“Soft” indicates that the function applies to the motion reference generator. The term
“Hard and Soft” indicates that the function applies both to the stop manager and to the
position reference generator.
SimplIQ Command Reference Manual Alphabetical Listing 3-69
MAN-SIMCR (Ver. 4.5)
UM Action
Torque (UM=1) Set torque command to zero.
Speed (UM=2) Set speed command to zero immediately at the deceleration of
the SD parameter.
Position (UM=3, 4, 5) Slow down to complete stop using the deceleration of the SD
parameter.
Table 3-20: UM Values for Hard Stop
UM Action
Torque (UM=1) Allow only positive torque commands. Negative torque
demands yield zero motor current.
Speed (UM=2) Allow only positive speed command (external or internal). If, at
the time of switch sensing, the speed command was negative,
the speed command will converge to zero using the stop
deceleration (SD).
Position (UM=3, 4, 5) Allow only positive position command increments (external
and internal). If, at the time of switch sensing, the speed was
negative, the position command will decelerate to complete
stop using the deceleration of the SD parameter.
Table 3-21: UM Values for Hard Reverse
SimplIQ Command Reference Manual Alphabetical Listing 3-72
MAN-SIMCR (Ver. 4.5)
UM Action
Torque (UM=1) Allow only negative torque commands. Positive torque
demands yield zero motor current.
Speed (UM=2) Allow only negative speed command (internal or external). If,
at the time of switch sensing, the total speed command was
positive, the speed command will converge to zero using the
stop deceleration (SD).
Position (UM=3, 4, 5) Allow only negative position command increments (external
and internal). If, at the time of switch sensing, the speed was
positive, the position command will decelerate to a complete
stop using the deceleration of the SD parameter.
Table 3-22: UM Values for Hard Forward
Function 6: Begin
The function behaves like a software BG command, activating the ##AUTO_BG routine
in the user program. In addition, it has the following unit mode dependent actions:
UM Action
Torque (UM=1) Nothing.
Speed (UM=2) Set software speed command to JV.
Position (UM=3, 4, 5) Set software position command to the activated motion mode
(PA, JV, PT, PV).
Table 3-23: UM Values for Begin
UM Action
Torque (UM=1) Nothing.
Speed (UM=2) Reduce the software speed command to zero, using the
deceleration SD.
Position (UM=3, 4, 5) Set software position command to complete stop, using the
deceleration SD.
Table 3-24: UM Values for Software Stop
SimplIQ Command Reference Manual Alphabetical Listing 3-73
MAN-SIMCR (Ver. 4.5)
UM Action
Torque (UM=1) Set the torque command to zero.
Speed (UM=2) Reduce the software speed command to zero, using the stop
deceleration SD. Reduce the controller speed command to zero,
using the deceleration SD.
Position (UM=3, 4, 5) Set the software position command to a complete stop, using
the stop deceleration SD. Bring the controller reference
command to a complete stop, using the deceleration SD.
Table 3-25: UM Values for Hard and Soft Stop
The behavior is similar to the Inhibit function with the exception that the “Abort” input
release will not start the motor automatically. After the Abort is activated, MO=1 must be
set either by communication or by the internal User Program.
The function activates the #@AUTO_ER routine, if it exists, in the user program.
Notes:
Make sure that the drive you use has the actual digital input that is programmed.
Failing to do so will not generate an error. Not all drives have the same digital
input entries. Nevertheless no error indication would be given in case a “none
existing” digital input is programmed. For example the Harmonica drive has 6
physical digital inputs. An attempt to set IL[10]=8 would not generate an error but
the RLS function would be programmed to the drive
Use the Inhibit freewheel function with care. When the drive is shut, the motor
applies no torque. Turning off a drive might leave the motor spinning until it
stops by friction. In some situations, this may be dangerous.
SimplIQ Command Reference Manual Alphabetical Listing 3-74
MAN-SIMCR (Ver. 4.5)
See also:
UM, RM, JV, PX, BG, IP, IB[N], HM[N], HY[N]
SimplIQ Command Reference Manual Alphabetical Listing 3-75
MAN-SIMCR (Ver. 4.5)
IP - Input Port
Purpose:
Reports an active or non-active state of a digital input. A digital input is considered to be
active when the associated function is logically active. The functionality and logic levels
are defined in the IL[N] command.
IP logic is always positive. When the digital input is active, the relevant IP bit is set.
Notes:
Each type of Elmo drive supports a different number of digital inputs. Please
consult the drive’s Installation Guide for more information about its inputs.
For compatibility reason inputs 7-10 do not have an indication for the “General
Purpose” function and cannot be used for user program AUTO routine as well.
Bits 22-25 will still be set regardless to the above.
The logical state of digital input pins 1 to 10 — as indicated in bits 16 to 25 — is
reflected in the logic level required in the relevant IL[1] to [10], respectively. IB[N]
may be more convenient than IP for user program decisions and branching.
However, it is not recommended for the synchronized reading of several input
bits. If such a reading is needed, use the IP command.
See also:
IB[N], IL[N]
SimplIQ Command Reference Manual Alphabetical Listing 3-77
MAN-SIMCR (Ver. 4.5)
In the position control modes (UM=4, 5), the JV setting defines a constant speed software
command. The value of JV defines the speed of the motion.
The parameters AC, DC and SF determine the acceleration limits for reaching final speed.
In position-jogging mode (JV), and if the position feedback sensor is set to modulo
counting (refer to XM[N] and YM[N]), a position-controlled motor can rotate forever. The
position reading will jump each modulo count according to the last modulo setting, but
the speed will remain steady.
Notes:
Jog mode is recommended for homing procedures, because it does not require
information about starting position or destination.
In position mode (UM=4, 5), a jogging command is under position control. The JV
parameter determines the rate at which the position command changes.
In stepper mode (UM=3), JV determines the rate at which the electric angle
command changes.
In position control mode (UM=3, 4, 5), JV not only sets the speed of motion but it
also states that the next motion will be a constant speed jog.
For all relevant modes (UM=2, 4, 5), the value of JV must be set between VL[2] and
VH[2]. Setting JV out of this range will invoke an “Out of limit” error code.
See also:
AC, BG, DC, PX, XM[N], YM[N], SF, SP, VH[N], VL[N], MS
The following table details the use of the KV[N] parameters array:
Index KG[N] Value Length
0 Reserved 1
[1…63] KI for inner loop 63
[64…126] KP for inner loop 63
[127…189] KP for outer loop 63
[190…252] GSIndexTable table 63
[253…315] Parameter 1 for scheduled advanced filter 63
[316…378] Parameter 2 for scheduled advanced filter 63
[379…441] Parameter 3 for scheduled advanced filter 63
[442…504] Parameter 4 for scheduled advanced filter 63
The parameters KP[2], KI[2] and KP[3] apply only if the controller gains are fixed (gain
scheduling is not used: GS[2]=0).
See also:
KV[N], GS[N]
A KL command issued when no program is running does nothing, and sets no error
code.
If the motor is on when KL is used, using XC to continue the program may fail,
because the interrupted program expects the motor to be on, and it may use
commands that are restricted to the MO=1 state.
See also:
HP, XQ, XC
SimplIQ Command Reference Manual Alphabetical Listing 3-81
MAN-SIMCR (Ver. 4.5)
The KV[0] parameter defines whether or not the speed controller high-order filter is used:
If KV[0]=0, the high-order filter is not used.
If KV[0]=100, the high-order filter is defined by the rest of the KV[N] parameters.
The KV[N] array specifies almost arbitrary linear filters. To learn how the KV[N]
parameters specify a filter and to see a programming example, refer to the “Filters”
chapter of the SimplIQ Software Manual.
See also:
KI[N], KP[N], KG[N], GS[N], UM
See also:
MC, PL[N], CL[N]
If any of these tests fail, the contents of the flash are ignored and all non-volatile variables
are set to their factory default (RS) states.
Certain exceptional variables are not reset by the LD command. The communication
(PP[N]) parameters are retrieved from the flash memory, but are not set into action. The
parameter PP[1] retains its old values in order to ensure communication continuity. The
newly-loaded RS-232 communication parameters may be activated by PP[1]=1, and the
new CAN parameters are activated by a “Communication Reset” NMT message.
If an LD command fails, CD will report the reason for the failure by adding the
string “Couldn’t load from serial flash” followed by the reason for the failure.
The Save() function used within a User Program does not check the integrity of the
data before saving it to the flash memory.
See also:
SV, RS, CD
SimplIQ Command Reference Manual Alphabetical Listing 3-84
MAN-SIMCR (Ver. 4.5)
Note: The position counter is subject to a modulo count; refer to position counter
range.
See also:
VL[N], VH[N], MF, SR, MO, XM[N]
See also:
CC, DL, LS
LS begins to send data from the byte address of LP[1] in the serial flash memory. The
length of the transmitted data is LP[2] bytes.
Use the LS command with care because it is not entirely “safe”: while the program
listing uploads to the communication lines, no program instructions are executed,
and no communicated commands are interpreted.
See also:
CC, DL, LP[N]
You may limit the current for a specific application using the PL[1] and CL[1]
commands.
See also:
IQ, ID, CL[N], PL[N]
SimplIQ Command Reference Manual Alphabetical Listing 3-88
MAN-SIMCR (Ver. 4.5)
MF - Motor Failure
Purpose:
Reports the reason why the motor has been automatically shut down (set to MO=0). MF
normally reports zero (as default). The fact that the motor has been automatically shut
down is reflected as a bit in the status register (SR) report, and MF provides the detailed
information.
After a fault, the MF value remains fixed, even if the reason for the fault no longer exists.
MF is automatically set to zero on the next motor enable MO=1.
Fatal faults (CPU exceptions) are permanent and can be resent only be power reset.
The following table lists the type of faults reported by the MF value.
Reported Fault Value Bit
The motor is on, or the last motor shutdown was the normal 0
result of a software command.
1. Resolver or Analog Halls feedback is not ready – Resolver or 0x1 0
Analog Halls angle was not found yet.
2. The amplitude of the analog sensor is lost or too low.
Reserved. 0x1 0
Reserved. 0x2 1
Feedback loss: no match between encoder and Hall location. 0x4 2
Available in encoder + Hall feedback systems.
The peak current has been exceeded. Possible reasons are drive 0x8 3
malfunction or bad tuning of the current controller.
Inhibit. 0x10 4
Reserved. 0x20 5
Two digital Hall sensors were changed at the same time. Error 0x40 6
occurs because digital Hall sensors must be changed one at a
time.
Speed tracking error DV[2] - VX (for UM=2 or UM=4, 5) 0x80 7
exceeded speed error limit ER[2]. This may occur due to:
Bad tuning of the speed controller
Too tight a speed error tolerance
Inability of motor to accelerate to the required speed
due to too low a line voltage or not a powerful enough motor
Position tracking error DV[3] - PX (UM=5) or DV[3] - PY 0x100 8
(UM=4) exceeded position error limit ER[3]. This may occur due
to:
Bad tuning of the position or speed controller
Too tight a position error tolerance
Abnormal motor load, or reaching a mechanical limit
SimplIQ Command Reference Manual Alphabetical Listing 3-89
MAN-SIMCR (Ver. 4.5)
Example:
The MF report of 0x3000 indicates that the motor has been shut down due to under
voltage. The under-voltage condition did not necessarily exist at the time the MF was
reported. It may possibly be the result of high power consumption and a high output
impedance of the power supply. In such a case, when the motor was shut down, the
power consumption stopped and the power supply returned to its normal voltage.
See also:
SR, MO, TS, LL[N], HL[N], CD, PE, VE
MI - Mask Interrupt
Purpose:
Selects which interrupts (automatic routines) are active.
A user program may include a main code and some automatic routines. When the
program runs, the conditions for calling these routines are checked continuously. If the
conditions for running a automatic routine 4 are met, it is called. At certain times, you
may want to block some of the automatic routines. For example:
An #@AUTO_RLS automatic routine may be deactivated in a homing process.
You may want a certain code sequence to be un-interruptible.
Certain auto-routines may be needed only when starting the program from certain
labels.
MI is a bit field. Each bit in MI masks its corresponding automatic routine, preventing its
execution. The MI bits are detailed in the following table:
MI Value Masked Interrupt Relevant Routine
1 (0x1) Not used 0
2 (0x2) Abort AUTO_ER
4 (0x4) Soft stop AUTO_STOP
8 (0x8) Soft begin AUTO_BG
16 (0x10) RLS AUTO_RLS
32 (0x20) FLS AUTO_FLS
64 (0x40) Switch enable AUTO_ENA
128 (0x80) Digital input 1 AUTO_I1
256 (0x100) Digital input 2 AUTO_I2
512 (0x200) Digital input 3 AUTO_I3
1024 (0x400) Digital input 4 AUTO_I4
2048 (0x800) Digital input 5 AUTO_I5
4096 (0x1000) Digital input 6 AUTO_I6
8192 (0x2000) Main Home event AUTO_HM
16,384 (0x4000) Auxiliary Home event AUTO_HY
32,768 (0x8000) User program error AUTO_PERR
4These conditions include the requirements that: no interrupt request of high priority is
pending (in which case the corresponding automatic routine enters the pending list) and that
the interrupt is not masked (in which case the interrupt is ignored).
SimplIQ Command Reference Manual Alphabetical Listing 3-92
MAN-SIMCR (Ver. 4.5)
Notes:
MI is not affected by the XQ command. You should set MI to the desired value in
the first lines of your user program in order to ensure that the correct automatic
routines can run.
Several interrupts may be blocked by the MI command. MI=65,535 or MI=0xffff
will block all interrupts of the table. MI=48 will block only the AUTO_FLS and the
AUTO_RLS interrupts. MI=MI|2 will block AUTO_ER and leave all other
interrupt mask bits as is.
If AUTO_PERR is activated, all other interrupts will be masked (MI=0x7fff).
See also:
XQ, XC
MO - Motor Enable/Disable
Purpose:
Enables and disables (freewheels) the motor power.
Disabling the motor
MO=0 disables the motor. This is the idle state of the drive. The power stage is
disabled and no current flows in the motor. In this mode, the servo drive can perform
various tasks that are impossible when the motor is on:
Boot on power up
Calculate and check the integrity of the drive database
Download new firmware and user programs
Save parameters in the flash memory
Modify setup data that cannot be modified on-the-fly, such as commutation
parameters (CA[N]) and unit mode (UM)
The servo driver is automatically disabled when a motor fault is captured (MF). An
attempt to enable the motor may fail if the conditions of the fault still exist.
Notes:
When RM=1 the servo drive will attempt to start (set MO=1) automatically after
power on. A servo drive that has been shut down for any reason will attempt an
automatic restart every few milliseconds. Automatic restart will occur only if the
Enable switch (INH) is active (refer to the IL[N] command). In all other modes, the
MO=0 state is maintained until MO is explicitly changed by a software command.
SimplIQ Command Reference Manual Alphabetical Listing 3-94
MAN-SIMCR (Ver. 4.5)
In encoder-only systems (in which no digital Hall sensors are present), the
commutation is calculated only once after power up upon the first MO=1
command. The motor moves a few encoder counts during the automatic
commutation search.
When the brake function is enabled, the dedicated output is released after the
duration defined in BP[N]. During this time, all motion reference commands are
ignored.
After a motor fault (MF>0), the motor can be re-enabled only when the cause of
the fault is no longer present.
If MO=1 fails with the “Amplifier not ready” error code (EC=66), the exact reason
for the fault can be found by querying the MF command.
MO=0 disables the motor for 200 sampling time (about 10 milliseconds) until a
new MO=1 can restart the motor.
In the “Ready to switch on”, “Switch on disabled” and “Fault” states (refer to the
Elmo CANopen Implementation Manual), MO=1 is blocked and returns an error.
These states can be command controlled only by a CAN master using the DS402
standard control word (object 0x6040).
Setting MO=1 in the “Switched on” CAN state transfer the state of the state
machine to “Operation enabled.” Setting MO=0 in “Operation Enabled” or “Quick
stop active” state will transfer the state machine to “Switched on.” (Refer to CAN
object 0x6040 in the Elmo CANopen Implementation Manual).
See also:
MF, SR, CD, BP[N]
SimplIQ Command Reference Manual Alphabetical Listing 3-95
MAN-SIMCR (Ver. 4.5)
The QP[N] array stores the position reference points used for PT or PVT motion. The
QV[N] and QT[N] arrays store the speed and timing data that is additionally required for
PVT motions. The entries of the QP[N], QV[N] and QT[N] arrays used for a certain
motion may be programmed, in order to enable part of an array to be used for running
the motion while another part of the array is programmed for subsequent motions.
The QP[N], QV[N] and QT[N] arrays may be referred to as cyclical buffers. In cyclical
mode, periodic motions can be set to run forever. In addition, the host may program the
table on-the-fly, generating an infinite, online updated motion.
The MP[N] array defines how the QP[N], QV[N] and QT[N] tables are used for PVT and
PT motions, as detailed in the following table.
Parameter Description
MP[1] First index in the QP[N], QV[N] and QT[N] arrays to be used for the motion.
MP[2] Last index in the QP[N], QV[N] and QT[N] arrays to be used for the motion.
MP[3] 0: The motion is to terminate after the last (MP[2]) element of the QP[N], so
QV[N] and QT[N] arrays are used. A PT or a PVT motion terminates by
decelerating the motor to a complete stop, using the SD deceleration.
When using CAN, an emergency object is transmitted.
1: The motion is to be cyclical, so after using the last (MP[2]) element of the
QP[N], QV[N] and QT[N] arrays, the first (MP[1]) element is used again.
2: Reserved
3: CAN is being used and the motion is to be terminated without an
emergency object.
MP[4] Used for PT motions only. The number of drive sampling times between
consecutive specifications of position reference points. Note that MP[4]
counts sampling times for the position controller. This sampling time is given
by WS[55].
MP[5] If CANopen communication is used, allows the drive to send an emergency
object to the host when only a predefined number of valid reference points
has been left in the QP[N], QV[N] and QT[N] motion arrays. This way, the
host is released from polling the status continuously for the motion queue.
MP[5] programs the number of valid motion points remaining when an
emergency object is sent to the host. If MP[5]=0, no emergency object is sent.
MP[6] Reports the next entry index (write pointer) for the following point in the
PVT/PT table. This report is required for running PVT and PT motions using
CANopen and special high-speed motion referencing methods that are
available only for CANopen.
See also:
PT, PV
MS - Motion Status
Purpose:
Reports the status of the motion profiling process. MS can be used for detecting the end
of motions: a PTP motion that has reached its target, or a completed PT or PVT motion.
For position control modes (UM=3, 4, 5), MS reports as follows:
Value Description
0 Motor position stabilized. The feedback position is steady within the
ranges defined by TR. Note that value 0 is applicable only when there is
a defined position target, as in PTP.
1 The reference for the position controller is stationary, or the motor is off
(MO=0).
2 The reference to the position controller is dynamically controlled by one
of the optional motion profilers: PTP, Jog, PT or PVT.
3 Reserved.
MS reflects only the software motions. It does not indicate anything about
the behavior of the external reference command.
See also:
PM, RM, DV[N], AC, DC, TR
SimplIQ Command Reference Manual Alphabetical Listing 3-98
MAN-SIMCR (Ver. 4.5)
Notes:
Each of Elmo’s SimplIQ drives supports a different number of digital outputs. The
number of digital outputs is specified in the drive’s Installation Guide. The value of
OB[N] varies according to the logic state of the output even if the output does not
exists.
The OB[N] syntax may be more convenient than OP for setting individual outputs.
However, it is not appropriate for the synchronized setting of several output bits.
OB[N] will not affect digital outputs defined as AOK and/or Brake. If OB[N] is
applied to an output that is defined for a specific function, no error indication will
be sent, but the command will do nothing.
OB[N] sets and reads the logical values of the outputs. The voltage values at the
digital output connector pins are active high or active low with respect to OB[N],
according to the OL[N] setting.
At boot, all OB[N] values not defined for the Amplifier OK function are set so that
the output opto-couplers do not conduct. This way, no transition will occur at the
digital outputs when the drive boots. If another value is required immediately
after boot, use an #AUTOEXEC routine.
Since Output Compare is “hard wired” to digital output #1, any setting or reading
of digital output #1 will be false when Output Compare is active (because the pins
are shared and Output Compare signals take precedence).
SimplIQ Command Reference Manual Alphabetical Listing 3-99
MAN-SIMCR (Ver. 4.5)
See also:
OP, OL[N], BP[N]
SimplIQ Command Reference Manual Alphabetical Listing 3-100
MAN-SIMCR (Ver. 4.5)
The OC command generates a train of pulses according to the encoder position values.
The number of occurrences in which the pulses are generated can be limited by OC[5].
The duration of a pulse can be set by OC[4].
Index Description
1 0: Disable Output Compare
1: Accept last changes in OC[N] and enable Output Compare beginning at
Absolute Position OC[2].
Note: to get proper execution of the command, the following condition
should be met: OC[3]*(OC[2]-PX)>0 when the source is the main
feedback, or OC[3]*(OC[2]-PY)>0 when the source is the auxiliary
feedback.
2: Accept last changes in OC[N] and enable Output Compare immediately
2 The absolute position for first pulse (PX or PY value). Applicable only in
absolute position mode. This value cannot exceed the modulo limit in the same
direction of motion i.e. |OC[2]|-|PX| or |OC[2]|-|PY| must be positive.
3 The position interval between subsequent pulses (in encoder counts).
The positive/negative value of OC[3] should be set according to the
direction of the encoder motion. When the direction is positive (increasing
PX value) OC[3] should be positive; otherwise it should be negative.
4 N: Pulse duration in 25*(N+1) [nSec].
5 N: Number of pulses to generate
0: Infinite Output Compare mode (train of pulses will end only with the
OC[1]=0 command)
6 Output Compare Source Signal
0: Output Compare on Main feedback.
1: Output Compare on Auxiliary feedback
-1: No more pulses are being generated because the number of pulses specified
in OC[5] has been reached.
Output Compare function has started but absolute position has not
yet been reached; therefore, the train of pulses has not begun.
Output Compare function has started but first pulse has not yet been
produced
Notes:
1. When performing Output Compare on Main Feedback (except incremental encoder)
or on the Auxiliary Feedback, the Auxiliary Feedback entry should be configured as
output (YA[4]=4) before Output Compare is initialized. Activation this function
without setting the Auxiliary Feedback as output causes a “Bad auxiliary sensor
configuration” error.
2. NEVER LET the frequency of Output Compare pulses become greater than 20 kHz
while working on EMULATED FEEDBACK. The feedback is emulated with all
feedbacks modes excluding quadrature encoder or digital halls. Output Compare on
Emulated Encoders works on interrupts and uses software resources, so there is
limited Output Compare signal frequency. If it becomes too high, there will be a
problem with amplifier operation without any indication of error or fault.
See also: YA
SimplIQ Command Reference Manual Alphabetical Listing 3-103
MAN-SIMCR (Ver. 4.5)
Each OL[N] entry is dedicated to a certain output: OL[1] for the DOUT1 connector pin
and OL[2] for the DOUT2 connector pin, … OL[N] for the N connector pin
The following table summarizes the functions that can be attached to the digital output
pin.
Terms:
Logic level low:
When the function is active, the opto-coupler is conducting.
Logic level high:
When the function is active, the opto-coupler is open circuit.
AOK:
Indicates that the drive is ready. The AOK signals that the physical conditions needed
to run the motor are available. If AOK is flagged, the motor DC voltage is within
range, the drive temperature is good, and no over-current or short-circuit has been
captured during the previous 10 milliseconds. When programming this option,
OB[N] and OP have no influence on the relevant output.
Brake:
The output is mapped to brake functionality as defined in BP[N]. When
programming this option, OB[N] and OP have no influence on the relevant output.
The brake function works only in positive logic.
Motor Enable/disable
The output is mapped to this function as defined in the MO command. When
programming this option, OB[N] and OP have no influence on the relevant output.
SimplIQ Command Reference Manual Alphabetical Listing 3-104
MAN-SIMCR (Ver. 4.5)
Notes:
The number of outputs in each type of SimplIQ drive differs. Nevertheless
there will be no error indication when setting an output that does not
physically exists in the drive. For example the Harmonica drive will receive
the command OL[6]=3 with no error. As output #6 does not exist in the
Harmonica no AOK indication can be retrieved from the drive.
Since the Output Compare output is “hard wired” to physical digital output
#1, any configurations of this output (OL[1]) are ignored when the feature is
active.
See also:
OB[N], OP, BP[N], MO, OC
SimplIQ Command Reference Manual Alphabetical Listing 3-105
MAN-SIMCR (Ver. 4.5)
OP - Output Port
Purpose:
Sets values for all uncommitted digital outputs, defined as general purpose by the OL[N]
command. OP does not affect the digital output pins otherwise defined. The bits of OP[N]
can be individually accessed by OB[N]. For more information, refer to the OB[N] and
OL[N] commands.
When OP is queried, the status of the “Amplifier OK” , “Brake” and “Motor
enable/disable” functions are reflected in bits 7 ,8 and 9, respectively.
Notes:
The number of outputs in each type of SimplIQ drive differs. Accordingly, the
outcome of this command may differ between drives. Please consult the drive’s
Installation Guide for more details about the amount of its digital.
When any of the uncommitted digital outputs are defined as general purpose, the
physical state of the output depends on the previous OP command setting and its
logic level defined by OL command.
The OB[N] syntax may be more convenient than OP for setting individual outputs.
However, it is not appropriate for the synchronized setting of several output bits.
If a synchronized setting of several digital outputs is desired, use the OP
command.
Since Output Compare “hard-wired” to physical digital output #1, any setting or
reading of this output will be false when the feature is active
See also:
OB[N], OL[N], BP[N], OC
SimplIQ Command Reference Manual Alphabetical Listing 3-106
MAN-SIMCR (Ver. 4.5)
PA - Absolute Position
Purpose:
Specifies that the next software position command will be a PTP (point-to-point) and
defines the target position for the next PTP motion. The position reference to the drive is
composed of an “internal” software command and an external command, calculated from
the analog inputs and the auxiliary feedback input.
In PTP motion, the drive calculates the software position reference so that a desired
target position will be reached as fast as possible, subject to the speed (SP) and the
acceleration limits (AC, DC, SD) (with possible smoothing: SF). A PTP command can be
given any time, at any speed, regardless of the present executing motion. The drive
calculates the acceleration, speed and minimum time path to the target position, starting
from the present position and speed.
A PTP motion, like any other software motion, is initiated by a BG command. For
example, a PA=1000 command specifies that the next BG command will activate a PTP
motion, overriding any previous motion specification, and that the target position will be
1000. The new PA value causes PR to become 0. In order to make sequential PTP
movements of the same size, use the PR command. Subsequent PR settings may cause the
PA value to be changed.
Notes:
The PA value must be within the modulo range: (XM[1]…XM[2] - 1) for UM=3, 5
or (YM[1]…YM[2] - 1) for UM4, and restricted by the VL[3] and VH[3] settings.
Modulo calculation is always active; therefore, PTP motions are planned using the
shorter way. For example, if XM[1]=-500, XM[2]=500, UM=5, the present position
command is 490 and the next PA is set to -490, the PTP motion will be planned in
the positive direction, and the resulting motion length will be 20 counts.
A PTP motion will continue until completion even if the position counter value
has been reset on-the-fly (refer to the HM[N] / HY[N] 5 commands). However, the
position target does not change so that, in the case of PA=n, the BG sequence may
result in a different motion length than initially programmed.
See also:
PR, BG, MO, XM[N], YM[N], MS, VH[N], VL[N], SP, AC, DC, SD, SF, HL[N], LL[N]
5 In dual loop mode (UM=4), position feedback is PY. It can be manipulated on-the-fly by HY.
SimplIQ Command Reference Manual Alphabetical Listing 3-107
MAN-SIMCR (Ver. 4.5)
PE - Position Error
Purpose:
Returns the present position tracking error, in counts.
In main feedback position mode (UM=5), PE reads:
PE = DV[3] – PX.
PE is read modulo-XM[N], taken the shorter way.
For example, if XM[1]=-500, XM[2]=500, DV[3]=400 and PX=-400, PE will read 200.
In auxiliary feedback position mode (UM=4), PE reads:
PE = DV[3] – PY.
PE is read modulo-YM[N], taken the shorter way.
For example, if YM[1]=-500, YM[2]=500, DV[3]=400 and PY=-400, PE will read 200.
If the absolute value of PE exceeds ER[3], motion is aborted and the motion fault code
MF=256 (0x100) is set. If MO=0, or if the position controller is not used (UM=1, 2 or 3),
PE returns 0.
See also:
XM[N], YM[N], ER[N], MF, UM
SimplIQ Command Reference Manual Alphabetical Listing 3-108
MAN-SIMCR (Ver. 4.5)
PK - Peak Memory
Purpose:
Returns the DSP memory dump for an address range.
Syntax:
PK=N
where N is a 32-bit number whose least significant 24 bits contain the starting DSP
memory address and the most significant eight bits contain the data length. The data
length is limited to 128 words, due to the limitation of the output buffer. If the data
length is 0, 128 or greater, the PK command returns 128 words by default. When the data
length equals 2, the SimplIQ drive regards the data as a long variable and copies it to the
output buffer in the critical section, in order to ensure its integrity.
The PK command is designed to be used by the Elmo Studio and to assist qualified
technical personnel in isolating software problems. PK reports in hexadecimal binary
format.
Example:
PK=0x7f000200 returns the contents of the DSP memory starting at address 0x200 and
continuing through word 0x280.
The contents of a memory location may differ according to SimplIQ version (refer to
WI[23]).
See also:
CD, WI
This parameter is used to protect the motor (or the drive) from over-current, and to
protect the load from excessive torque. The motor current (torque) command is normally
limited to its peak limit, as defined by PL[1]. After a short period of torque demand
higher than C[1], the torque command limit is decreased to CL[1]. If the current
command has been raised to PL[1] from zero, after the time specified for peak duration
(PL[2], in seconds), the motor current command will be limited to CL[1]. The motor
current command remains limited to CL[1] until enough time has passed for the average
requested torque command to fall below 90% of CL[1].
The LC flag indicates that the current is limited to its continuous limit.
Torque limits PL[N] and CL[N] may be changed dynamically while the motor is on.
Notes:
Always specify a PL[1] value that can be reached. Do not specify PL[1]>VB/RM,
where VB is the DC motor supply voltage and RM is the motor resistance. You
should choose a PL[1] value small enough so that at peak current, there is enough
voltage to drive current changes. Otherwise, at large currents, the drive speed of
response will be limited by voltage saturation, and the controller performance will
decrease.
Allowed peak current may be saturated at a level lower than the PL[1] value when
the PWM frequency is increased with the XP[2] command. The actual peak
saturated value in amperes can be retrieved with the WS[33] command.
The definition used here for an ampere of three-phased motor current is explained
in the “Units” section of the SimplIQ Software Manual.
The peak duration PL[2] specifies the time it takes to switch from the peak limit to
the continuous limit, when the current PL[1] and PL[1]=MC. The actual time
period for which the peak current may be applied can, however, vary significantly
from PL[2].
If PL[1] < MC, a longer time may be allowed for the peak current, in order to
protect the drive itself.
SimplIQ Command Reference Manual Alphabetical Listing 3-110
MAN-SIMCR (Ver. 4.5)
If, prior to the high current demand, the current demand was very close to
CL[1], the switch will occur almost instantaneously.
If the current demand is marginally greater than CL[1], and significantly less
than PL[1], the switch may take a very long time. The exact time required
may be calculated from the previous formulas.
If CL[1] > PL[1], PL[1] will be the torque limit in effect at all times, and PL[2] will
be ignored.
The minimum current limit is MC/128. If PL[1] < MC/128, the PL[1] value will be
accepted, but the actual current value will be limited to MC/128.
PL[1] is used to determine the maximum and minimum limits for the PWM
generator used for current reference in 50% and 100% PWM mode.
See also:
CL[N], LC, MC, TC, XP[N]
PM - Profiler Mode
Purpose:
Specifies, in UM=2, if the software speed command generator applies acceleration,
deceleration and smoothing limits.
PM=0 is set by the Composer program to test the step response of the speed controller.
Even with PM=0, the speed command acceleration and deceleration is limited by the SD
parameter.
See also:
UM, AC, DC, SD, SF
Notes:
The number of R-232 stop bits is fixed to 1.
The group ID number for CAN (PP[15]) defines the received message object ID.
The response is transmitted by each node with its own ID (PP[13]). Setting
PP[15]=128 allows the user to cancel the CAN group ID.
Unused PP[N] parameters are reserved for compatibility with other Elmo drives.
PR - Relative Position
Purpose:
Specifies that the next software position command will be a PTP (point-to-point) motion
and defines its target position (refer to the PA command). PR may be applied in any
active motion mode; it is activated and applies changes to the PA setting only after the
next BG is executed.
If PTP motion is already active, PA will be increased by the PR value and become the
new position target.
If PTP motion is not active and is now activated by PR, PA will be set to the new value,
which is equal to the software position command plus the PR value (PA=Position
command + PR). This PA value will become the new target position.
Notes:
If a PA value was set but not activated by BG prior to activating this PR setting,
the PA value will be discarded.
The position target is calculated with modulo counting, resulting in the following
range:
[XM[1]…XM[2]] for UM=3, 5
[YM[1]…YM[2]] for UM=4
and restricted by VL[3] and VH[3].
For example, in UM=5, if XM[1]=0 and XM[2]=1000, PR=2500 is similar to PR=500.
PR is rejected if the results of PA+PR exceed the VL[3] and VH[3] limits.
See also:
PA, XM[N], YM[N]
PS - Program Status
Purpose:
Returns the status of the user program. If a user program is running, PS returns the
number of user program threads:
0 if the user program is halted
–1 if no user program thread is running
–2 if no user program is ready to run
For detailed information about the status of the user program threads, use the DB
command.
See also:
CC
SimplIQ Command Reference Manual Alphabetical Listing 3-116
MAN-SIMCR (Ver. 4.5)
In a PT motion, a new position reference value is picked from the QP[N] array once per
MP[4] position controller sampling times. The motion is interpolated between the points
specified by the QP[N] array. The MP[N] parameters specify which indices of the QP[N]
array are used for the motion. After BG, the PT motion starts from position QP[PT].
When a PT motion is executing, PT reads the presently executing index of the QP[N]
array.
See also:
PV, MP[N], QP[N], QV[N], QT[N]
In a PVT motion, new position and speed reference values are picked from the QP[N]
and QV[N] arrays at the time specified by the elements of the QT[N] array. The motion is
interpolated between the entries of QP[N] and QV[N]. The MP[N] parameters specify
which indices of QP[N], QV[N] and QT[N] are used for the motion.
A PVT motion terminates when, in non-cyclical mode (MP[3]=0), the index of MP[2] is
reached, or if the PVT buffer underflows (CANopen only). When a PVT motion
terminates, the motor is brought to a complete stop using the SD deceleration.
When a PVT motion is executing, PV reads the presently executing index of the PVT
table.
See also:
PT, MP[N], QP[N], QV[N], QT[N]
At times, the application requires the Duty cycle value to be different from the source of
the PWM signals (i.e. offset). The PW[1] parameter is intended for this purpose.
A very low Duty cycle values may cause a motor to “crawl” when a complete stop is
desired
The dead band zone parameter (PW[2]) forces the Actual Duty Cycle to zero when it is
less than PW[2].
Notes:
A SimplIQ drive may receive the PWM signals in two formats: 50% and 100% Duty
cycle. For more details, please refer to YA[] command
See also:
AN[N], FR[N], RM, YA[N]
PX - Main Position
Purpose:
Reads the position of the main feedback. Upon power on, the main position is set to zero.
The variable PX accumulates the main feedback pulses. PX can count cyclically (refer to
the XM[N] command). When the motor is off, PX may be used to set a value for the
position counter by typing PX=n. To program the position while the motor is on, refer to
the HM[N] command.
Notes:
PX is limited to the position counter range.
If PX exceeds the modulo range, it will be automatically set to a value within that
range.
PX counts in the direction defined by CA[16]. If CA[16] is modified, PX will not
change, but position counting will be continued in the other direction. To ensure
proper commutation, CA[16] must be modified in conjunction with the motor
direction (CA[25]).
See also:
HM[N], XM[N], CA[N]
SimplIQ Command Reference Manual Alphabetical Listing 3-120
MAN-SIMCR (Ver. 4.5)
PY - Auxiliary Position
Purpose:
Reads the position of the auxiliary feedback. Upon power on, the auxiliary position is set
to zero. The variable PY accumulates the auxiliary feedback pulses. PY can count
cyclically (refer to the YM[N] command). When the motor is off, PY may be used to set a
value for the auxiliary position counter by typing PY=n. To program PY while the motor
is on (MO=1), refer to the HY[N] command.
Notes:
PY is limited to the position counter range.
If PY exceeds the modulo range, it will be automatically set to a value within that
range.
PY counts in the direction defined by YA[5]. If YA[5] is modified, PY will not
change, but position counting will be continued in the other direction. In dual
feedback mode (UM=4), the motor direction must be changed accordingly.
See also:
HY[N], YM[N], YA[N], CA[N]
SimplIQ Command Reference Manual Alphabetical Listing 3-121
MAN-SIMCR (Ver. 4.5)
With CANopen communication, the QP[N], QV[N] and QT[N] arrays can be
programmed at high speed using specially designed communication objects.
The values of QP[N] and QV[N] are unlimited, to enable their use as general-
purpose storage when PVT/PT is not used. However, for PVT/PT, the QP[N] and
QV[N] values should be confined to the position and velocity ranges.
See also:
PT, PV, MP[N]
The drive can record a range of signals for performance verification and debugging. The
first step of the recording process is the definition of the recorded variable by assigning a
value to RC, a bit field. Each “on” bit in the binary representation of RC defines a signal
to be recorded. The host can map many optional variables to any bit of RC from bit 0 to
bit 15.
A valid RC defines at least one recorded variable. Up to eight variables can be selected.
Notes:
If the drive has stored a previously-recorded data, setting RC will invalidate this
data. Invalidated data cannot be retrieved.
The total number of data points that may be recorded is fixed. Therefore, the
number of points per signal depends on the number of signals recorded
simultaneously: the more signals recorded, the fewer points available for each
signal.
See also:
RG, RL, RP[N], RR, BH
RG - Recorder Gap
Purpose:
Defines the frequency per sampling times that the recorder is activated.
Because the recorder has a limited storage capacity, if it operates at the sampling time of
the drive, the recorder will operate for a very short time. For longer recording times, the
time interval between consecutive data recordings must be increased. The RG parameter
trades recording resolution against recording time. With RG=1, the sampling time of the
recorder is WS[29]. Be aware that recorder sampling time depends on the TS value and
the specific unit mode (UM).
If the drive has stored a previously recorded data vector, setting RG will invalidate
this data. Invalidated data cannot be retrieved.
See also:
RC, RL, RP[N], RR, BH, TS, WS[29], UM
RL - Record Length
Purpose:
Specifies the length of the recorded data, as follows:
Number of Simultaneously Maximum
Recorded Signals Record Length
1 4096
2 2048
3 1365
4 1024
Table 3-39: Record Length of Simultaneously Recorded Signals
RL can specify that the signal records will be shorter than the maximum. If RL is set to a
value higher than the maximum record length (for example, RC defines three recorded
signals, but RL=2048), the recorder will still work. The length of the records, however,
will be shorter than RL. The actual size of the recorded data is returned by WI[21].
If the drive has stored a previously recorded data vector, setting RL will invalidate
this data. Invalidated data cannot be retrieved.
See also:
RC, RG, RP[N], RR, BH
RM - Reference Mode
Purpose:
Specifies the use of an external reference signal. In all unit modes, the SimplIQ drive sums
the reference command to the drive from two sources:
A software command, generated internally either by a communicated command or by
a user program
An “auxiliary” reference, may be the sum of analog input #1 and the external signals
that are derived by the auxiliary encoder (possibly using the ECAM table) or PWM
signals.
In position mode (UM=5), the analog input is not used as a reference.
In stepper mode (UM=3), an auxiliary reference is sets the torque value to the stepper
generator.
Notes:
If you are not using the auxiliary referencing option, set RM=0 to prevent A/D
noise from falsely driving the drive.
In dual loop mode (UM=4), switching to auxiliary reference mode (RM=1) is not
allowed.
In position mode (UM=5), RM may be changed only when the software reference
is stationary (MS ≤ 1). In speed mode (UM=2) RM may be changed at any time.
See also:
UM, FR[N], AG[N], AS[N], PW[N]
Trigger definitions:
The recorder is started by a trigger event, which may be one of the following:
Immediate:
The recorder starts immediately after the recording request has been issued.
Triggered by an analog signal:
The recorder starts upon one of the following events:
Positive slope: The signal crosses a prescribed level with a positive slope
Negative slope: The signal crosses a prescribed level with a negative slope
Window: The signal exits a window of two prescribed signal levels.
Digital inputs: Digital inputs are switched to their active logic state as defined by
the IL[N] command.
Motion begins:
A BG command, or the activation of a hardware BG command (refer to the IL[N]
command).
Trigger delay:
The trigger defines when the recorder is to start. The recorder can be programmed to
start before the trigger event, so that the trigger event can be caught “in the middle of the
action.” This is possible because the recorder starts to record at the instant it is launched
by the RR command, so that when the trigger event occurs, the pre-trigger information is
already recorded. The trigger parameters are listed in the following table:
The following parameters enable the BH command to fetch only the required part of the
recorder results:
RP[N] Range Definition
RP[8]: Index low [0…1024] Lower buffer index for recorded data
transmission.
RP[9]: Index high [0…1024] Higher buffer index for recorded data trans-
mission. When RP[9]=RP[8]=0, all of the buffer is
transmitted.
If the drive has stored a previously recorded data vector, setting RP[N] (with N
other than 8 or 9) will invalidate this data. Invalidated data cannot be retrieved.
See also:
RC, RG, RL, RR, BH
See also:
BH, RP[N], RC, RG, RL, RR
RS - Soft Reset
Purpose:
Initializes the drive parameters to their factory default, and resets all volatile variables to
their power-on default.
Notes:
RS does not change the communication settings; therefore, after executing RS, it is
still possible to communicate with the drive. The communication parameters,
however, are reset. For example, if the baud rate is 9600, setting PP[1]=1
immediately after RS will switch the baud rate to the default of 19,200.
The RS command disables the communication routines for a few milliseconds. If
an RS is executed by an RS-232 command, a CAN message may be lost in the
execution interval.
The RS command modifies only the RAM contents; it does not affect the flash
memory. Use the SV command to make the effect of RS permanent.
After an RS command, the current limits are set to zero so it is impossible to start
the motor immediately. After an RS, it is recommended to go through the steps of
the Composer Wizard before attempting to work with the motor.
See also:
LD, SV
SimplIQ Command Reference Manual Alphabetical Listing 3-130
MAN-SIMCR (Ver. 4.5)
See also:
RC, BH, RR
SD - Stop Deceleration
Purpose:
Defines the deceleration in counts/second2 used to stop motions in case of emergency. In
addition, SD defines the acceleration limit for the combination of software and external
reference commands.
The SD parameter must be defined as the largest deceleration in which the motor can
accelerate/decelerate to the load.
See also:
AC, DC, ST
SF - Smooth Factor
Purpose:
Defines the motion smoothing factor for PTP and jogging motions. Smoothing means that
the motion speed profile has no “sharp corners.” The price for smoothing is that the total
time required for completing the motion increases. For SF>0, the acceleration to the
required speed is not set immediately to its final value but takes SF milliseconds to build.
The total time required to complete the motion is increased by SF milliseconds. The
maximum SF for the actual sampling time, in milliseconds, is given by WI[22].
Notes:
WI[22] reports the maximum permitted value for SF. Setting SF greater than
WI[22] is not reported as an error, but the smoothing factor that is applied may be
less than the actual setting. WI[22] depends on the sampling time (TS command).
The smoothing action applies for PTP and jogging motions only. SF does not affect
tabulated motions such as PT and PVT.
If a PT/PVT motion command is given while a smoothed motion is on, a jump in
the software reference may occur due to the removal of the smoothing filter. The
stop manager will limit the rate in which the position command catches up with
the software command that has jumped.
If a PTP or jog motion command is given while PT/PVT motion is on, the
smoothing effect will gradually build up, until complete smoothing is reached
after SF milliseconds.
SF does not affect the external velocity or position reference.
See also:
AC, DC, JV, SP
SN - Serial Number
Purpose:
Returns the contents of CANopen object 0x1018 (LSS protocol) as an integer. The LSS
protocol defines the behavior of the CAN node for ID setting and baud rate changing.
Object 0x1018 includes the identification of the specific CAN node in such a way that the
identification is totally unique.
The speed of SP counts/second is achieved only if the motion is long enough, if AC and
DC are large enough, and if SF is small enough. Otherwise, the speed limit of SP remains
inactive.
See also:
HL[N], LL[N], AC, DC, SF, PA, PR
SR - Status Register
Purpose:
Returns a bit-field, reporting the status of the system in a concise format. Most of the
information in SR may be recovered using other commands. The primary purpose of the
SR command is to enable a remote host — such as the Composer program — to get a
snapshot of the system status without overloading the communications system.
Reported Status Bits
Drive read: 0
0: Conditions OK
1: Problem, as reported by bits 1 - 3
Servo drive status indication details: refer to the following table 1-3
Motor on (MO) 4
Reference mode (RM) 5
Motor failure latched (see MF for details) 6
Unit mode (UM) 7-9
Gain scheduling on 10
Either Main or Auxiliary Homing being processed 11
Program running 12
Current limit on (LC) 13
Motion status reflection (MS) 14 - 15
Recorder status: 16 - 17
0: Recorder inactive, no valid recorded data
1: Recorder waiting for a trigger event
2: Recorder finished; valid data ready for use
3: Recording now
Not used 18 - 23
Digital Hall sensors A, B and C 6 24 - 26
CPU status: 27
0: CPU OK
1: Stack overflow or CPU exception
Stopped by a limit – RLS, FLS, Stop switch – or by a VH[3]/VL[3] 28
position command limit
Error in user program 29
Unused 30 - 31
Table 3-45: Status Register Bits
See also:
MF, RR, PM, UM, RM, IP, MS, MO, LC, HM, HY
SimplIQ Command Reference Manual Alphabetical Listing 3-137
MAN-SIMCR (Ver. 4.5)
ST - Stop Motion
Purpose:
Stops the software motion. The software commands decelerate to a complete stop using
the SD deceleration. ST does not affect the external position reference and has no effect
for the following conditions: MO=0 and UM=1.
See also:
BG, RM
Notes:
The SV command may take a few hundreds of milliseconds to execute, during
which the communication drivers are disabled. If an SV command is executed by
an RS-232 command, a CAN message may be lost in the interim, and vice versa.
Be aware that the flash memory is limited by the number of times data may be
saved to it (about 100,000 saves). Therefore, be very careful when defining the use
of SV in a user program.
See also:
CD, LD
SimplIQ Command Reference Manual Alphabetical Listing 3-139
MAN-SIMCR (Ver. 4.5)
TC - Torque Command
Purpose:
Sets the torque (motor current) command, in amperes, for the torque-control software-
reference modes (UM=1 and UM=3). TC commands are accepted in the range permitted
by the present torque command limits (refer to the PL[N] and CL[N] commands).
If TC is set greater than CL[1], after a few seconds, the current limit of the servo drive
will drop to CL[1].
TC defines the reference value IQ (the ID command is always zero). When RM=1, TC is
summed with the external analog commands.
See also:
MO, UM, IQ, ID, CL[N], PL[N], MC
Purpose:
Reports the drive temperature measurement:
TI[1] – reports the drive temperature in Celsius
TI[2] – reserved
This feature can also serve as maintenance procedure during the machine lifetime.
Note:
When the temperature reaches the critical level, the drive will automatically shut
down the power stage with motor failure exception (MF=0xD000).
If drive doesn’t support this feature, the TI[1] command returns –55.
Attributes:
See also:
MF, RC
1This feature is currently available only for Elmo Motion Control's Whistle and Didge
products.
SimplIQ Command Reference Manual Alphabetical Listing 3-141
MAN-SIMCR (Ver. 4.5)
TM - System Time
Purpose:
Reads and writes the system time, in microseconds. SimplIQ drives have a 32-bit
microsecond counter. In the absence of CAN SYNC and TSTAMP signals, the
microsecond counter runs freely, completing a cycle approximately once per 71.5
minutes. The CAN SYNC and TSTAMP sequence synchronize this counter to the
microsecond counter of the network master (refer to the SimplIQ CAN Implementation
Manual).
The BT command uses the TM variable to coordinate the start of motion. The tdif( )
function uses TM to calculate time differences.
Notes:
When CAN communication is used, setting or updating the system counter by the
user may upset the synchronization with the CAN network master.
The tick system function also reads the system time of the SimplIQ, drive, but its
value differs from the TM command value.
Examples:
QP[1023]=TM Read TM into a software variable (here, QP[1023] is used as general
storage, not as motion reference).
tdif( QP[1023] ) Return the time elapsed since TM was sampled into QP[1023].
TM=0 Reset system time to zero.
The time returned by this command may jump due to a CAN master update (refer
to the Elmo CANopen Implementation Guide.
See also:
BT
TR - Target Radius
Purpose:
Provides the criterion for deciding that a motion is complete and the motor is stabilized
in place with the required accuracy, defined in terms of target radius and target time. The
target radius is the maximum positioning error allowed for static stabilization (not to be
confused with the ER[N] parameters, which represent the dynamic stabilization error
that is considered a fault). The target time is the minimum time the absolute value of the
error must be within the target radius in order to determine that the motor is stabilized in
place after PTP (point-to-point) motion.
TR[1] defines the target radius in counts.
TR[2] defines the target time in milliseconds.
When a target position range is within the target radius (TR[1] command) for at least the
target time (TR[2] command), the MS status is set to 0.
The TR[1] value must be within limits of the modulo of the position feedback:
(XM[1]…XM[2]) for UM=5 and (YM[1]…YM[2]) for UM=4.
TS - Sampling Time
Purpose:
To define the sampling time of the drive, in microseconds. TS is the sampling time of the
current loop. The sampling time of the velocity controller is two times TS and the
sampling time of the position controllers (UM=4, 5) is four times TS. For example, if
TS=80, the torque/commutation controller runs once every 80 microseconds, the speed
controller executes every 160 microseconds, and the position controller executes every
320 microseconds.
The selection of TS is a compromise between high servo performance and the scan loop
(background) operations, such as user program and interpreter responses. A low TS
enables the drive to achieve more control bandwidth, but at the same time, it increases
the computational burden on the CPU, so that less computing power remains for
executing interpreter and user program commands.
The drive does not allow an excessively low value for TS to prevent an overflow of the
required CPU computing power.
For all unit modes, WS[28] gives the actual sampling time of the speed controller and
WS[55] gives the actual sampling time of the position controller.
Notes:
When TS is modified, the current loop gains must be retuned in order to prevent
instability of the current loop, which may damage the drive and/or the motor.
Too short a TS value will cause a CPU stack overflow. If a stack overflow occurs,
change TS in order to start the motor and reset the CPU stack overflow errors.
Setting a new value for TS removes all stack overflow history. This should be
avoided.
Speed limit values (VH[2],VL[2],HL[2],LL[2]) depend on TS value (refer to the LL
command for more information).
Use WI[7] to measure the CPU load. WI[7] returns the CPU percentage remaining
for interpreting user commands and running the user program. Use WI[7] in true
working conditions, because the CPU load changes with the order of the control
filter and other working conditions, like the motion mode does.
The smooth factor range (SF command) depends on the range of TS. The actual SF
can be retrieved by WI[22].
See also:
WI[N], WS[N]
SimplIQ Command Reference Manual Alphabetical Listing 3-145
MAN-SIMCR (Ver. 4.5)
Purpose:
Provides an array of 24 floating numbers for general-purpose use.
Typical Applications:
General look-up tables of real numbers and parameters for machine task definition.
Example:
See example of UI[]
See also:
UI
SimplIQ Command Reference Manual Alphabetical Listing 3-147
MAN-SIMCR (Ver. 4.5)
Purpose:
Provides an array of 24 integer numbers for general-purpose use.
Typical applications:
General look-up tables of real numbers and parameters for machine task definition.
Example:
MO=0;
int MY_VAR ;
MY_VAR=10 ;
UI[2]=MY_VAR ;
for UI[1]=1:10
UF[UI[1]]=UI[2]*SP/UI[4];
end
In this example, the UF[] array is dynamically indexed and valued by elements of the UI
array.
See also:
UF
SimplIQ Command Reference Manual Alphabetical Listing 3-148
MAN-SIMCR (Ver. 4.5)
UM - Unit Mode
Purpose:
Defines the motion controller drive configuration, as follows:
UM Value Description (Related Commands)
1 Torque control mode
In this mode, the motor current command is set directly by the TC
software command or by an analog reference signal. This mode is
useful for torque or force control when the servo drive is used only as
an inner device within an external feedback loop.
2 Speed control mode
In this mode, the motor speed command is set directly by the JV
software jogging command or by an analog reference signal.
3 Micro-stepper mode
In this mode, no commutation is made. The user controls the electrical
field angle using the position commands and the motor current
(holding torque) by the TC command or by an analog signal. All
position mode commands (PA, JV or tabulate motion) are applicable.
This mode cannot be used with DC motors.
4 Dual feedback position control
In this mode, the position controller stabilizes the position of the
auxiliary feedback input. The position controller issues a motor speed
command to an inner speed control loop. The inner speed control loop
derives its speed feedback from the main feedback input. In this case,
auxiliary reference mode (RM=1) is not allowed. The position
command is generated similarly to UM=5, except that the auxiliary
feedback is not available for reference generation.
5 Single loop position control
In this mode, the position controller stabilizes the position of the main
feedback input. The position command is summed by a software
command — point-point (PA), jogging (JV) or tabulated motion (PT,
PVT) — and from an external command. The external command is
derived from the auxiliary feedback reference (FR[N], ET[N], EM[N]).
Table 3-47: UM Values
See also:
RM, SR, TS, WI[N]
VE - Velocity Error
Purpose:
Reports the present velocity tracking error:
VE = DV[2] – VX
If the absolute value of VE exceeds ER[2], motion is aborted and motion fault code
MF=128 (0x80) is set.
VH[2] is used to determine the maximum and minimum allowed speed for PWM
reference generator in 50% and 100% PWM modes.
See also:
XM[N], LL[N], HL[N], RM
VR - Firmware Version
Purpose:
Reports the version of the firmware as a string, which includes:
The product name
The software version
The software release date
This command is intended for use only by RS-232 communication, or CAN OS.
Examples:
VR
Harmonica 1.01.02.03 1Jan2002
where:
The product name is Harmonica.
The software version is 1.01.02.03.
The software release date is 1 January 2002.
SimplIQ Command Reference Manual Alphabetical Listing 3-153
MAN-SIMCR (Ver. 4.5)
The VX and VY signals are calculated using the time difference measured between
consecutive feedback pulses.
See also:
WS[N]
The following summarizes WS[N] reports. Indices omitted from the table are not used.
Index Report
WS[3] CPU clock frequency, in Hz.
WS[4] Width of the PWM frame, in CPU clocks.
WS[5] A/D bits per one ampere of phase motor current. The A/D resolution is
1/WS[5] ampere.
WS[8] State of the peak/continuous filter.
WS[10] Applicable torque limit, in torque command units (see WS[22]).
WS[11] Returns 1 for drives that support position control, and 0 for drives that
support speed control only.
WS[12] Shoot-through delay, in CPU clocks.
WS[15] Motor oscillation actual amplitude, for an auto-phasing process.
WS[16] Reports 1 if previous auto-phasing process failed due to an excessive transfer
function phase.
WS[17] Reports RMS of reference waveform, for automatic current controller tuning.
WS[18] Reports mean power supply voltage, for automatic current controller tuning.
WS[19] Reports current following error, for automatic current controller tuning.
WS[20] Reports the stator field angle, 1024 counts per electrical revolution.
WS[21] Reports the commutation counter.
WS[22] Reports the scale between torque commands, in amperes, and their internal
representation.
WS[28] The sampling time of the speed controller.
WS[29] The basic time quanta for the recorder, in microseconds.
WS[30] Product capabilities and hardware configuration string.
The WS[30] report helps the setup program to identify the product. WS[30]
has the same format for all SimplIQ products.
The bit descriptions for this report are listed in Table 3-50 below.
WS[33] Reports the actual peak current saturation in amperes.
Index Report
WS[93] Reports a communication failure between the drive and Heidenhain (EnDat
interface) sensor . This is a bit field status. For a description, see Table 3-51
below.
WS[94] Reports the Heidenhain (EnDat interface) sensor errors. The possible error
indications are listed in Table 3-52 below.
WS[95] Reports the Heidenhain (EnDat interface) sensor warnings. The possible
error indications are listed in Table 3-53 below.
Other Report specifically to the automatic controller tuning process.
indices
Table 3-49: WS[N] Miscellaneous Reports
The bit descriptions of the WS[30] bit-field are summarized in the following table:
Bits Meaning
0…4 Value Product
0 Saxophone
1 Clarinet
2 Reserved
3 Harmonica
4 Cello
5 Bassoon
6 Trumpet
7 Tuba
8 Banjo
9 Cornet
10 Whistle
11 Didge
12 Tweeter
13 Drum
14 Reserved
15 Bee
16 Hornet
17 Hawk
18 Falcon
19 Eagle
20 Harp
21 Guitar
22 Reserved (for Bell)
23-30 Reserved
SimplIQ Command Reference Manual Alphabetical Listing 3-157
MAN-SIMCR (Ver. 4.5)
The bit descriptions of the WS[93] command are summarized in the following table.
Bit Description/ Report status
The CPU did not receive a start bit within 55 msec of sending a query
0
message to the sensor.
A CRC error occurred during an attempt to select the memory sensor area
1
for a read/write operation.
2 A CRC error occurred during an attempt to read from the sensor memory.
3 A CRC error occurred during an attempt to write to the sensor memory.
4 CRC error during an attempt to read the sensor position.
A CRC error occurred during an attempt to send the sensor a reset
5
command.
6 A failure was detected during the sensor power up sequence initialization.
7 The sensor alarm bit is set.
Table 3-51: WS[93] Error Bit Descriptions
The bit description in WS[94] indicating EnDat sensor errors flags are summarized in the
following table.
Bit Subject =0 =1
The bit description in WS[95] indicating EnDat sensor warnings flags are summarized in
the following table.
Bit Subject =0 =1
Note: The "Errors" and "Warnings" tables are copied from the EnDat
Specification Release F93889, pages 47 and 48 respectively. For more details,
please refer to the reference manual. The EnDat specifications should be used
to resolve any ambiguities.
Notes:
Do not modify the XA[] values. These values are automatically programmed into
the drive during current loop tuning.
The XQ command clears the error status of the program, along with run-time error flags.
It does not reset program variables and does not clear the interrupt mask. XC continues a
halted program (refer to the HP command).
XM[N] - X Modulo
Purpose:
Specifies the counting range for the main feedback, which is [XM[1]…XM[2]-1].
The position of the main feedback is always counted cyclically. This means that after the
position is counted to its maximum value, the next position count will reset the position
counter back to its minimum value. The speed reading is not affected by the position
jump. For example: If XM[1]=-5 and XM[2]=5, the main position is counted in a cycle
length of 10. The main position will always be in the range [-5…4]. If the main feedback
rotates in the positive direction, the main position count will proceed from 0, 1, 2, 3, 4 to -
5, -4, -3, -2, -1, 0, 1 . . . and so on.
If XM[N] is nonzero with UM=5, the controlled motor position will count cyclically. All
motion trajectories will go the short way. For example: If XM[1]=-512, XM[2]=512, the
initial position is PX=-500 and the target absolute position is PA=500, the PTP trajectory
will travel through -500…-512, 511…500 to a total distance of 23 counts.
The cycle length must be positive (XM[2] > XM[1]) and (XM[2] - XM[1]) must be an even
number. XM[N] values violating the above conditions will be accepted, but not activated.
Until XM[N] can be activated, the motor cannot be started and the parameters cannot be
saved in the flash memory (the SV command will not work).
Notes:
If XM[1] or XM[2] is set so that XM[2] > XM[1] but PX is out of the range
[XM[1]…XM[2]], PX will be set to range by taking modulo:
PX = (PX - XM[1]) mod (XM[2] - XM[1]) + XM[1]
If a homing process requests a PX value setting out of the range [XM[1]…XM[2]],
the request will be ignored and PX will not change.
If the XM[N] value is selected low and the main speed is too high, more than one
full revolution of the main counter may elapse within a single sampling time. This
will cause the main position counter to behave unpredictably.
XM[N] cannot be modified while the homing sequence is active (HM[1] > 0).
See also:
YM[N], PX
SimplIQ Command Reference Manual Alphabetical Listing 3-163
MAN-SIMCR (Ver. 4.5)
Notes:
Changing XP[1] or XP[2] requires a retuning of the current controller parameters.
For the Cello and Trumpet under-voltage is activated at 0.18*BV
When XP[2] is higher than 1, excessive PWM switching frequency occurs. In this
case the drive’s maximum allowed current saturation (PL[1]) is reduced. The
amount of reduction depend upon the XP[2] value, the maximum bus voltage
threshold setting (XP[1]), the type of drive, and the maximum allowed current
(MC). To find out the actual maximum stall current threshold, use WS[34]. Use
WS[33] to find out the actual peak current saturation.
See also:
BV
SimplIQ Command Reference Manual Alphabetical Listing 3-165
MAN-SIMCR (Ver. 4.5)
YA[4] can specify that the auxiliary encoder pins will be outputs, repeating the pulses of
the main position incremental or analog sensors. When a main position feedback is by
analog sensor, encoder emulation signals are produced. This mode is used to enable
other drives to follow, without electrically overloading the main position sensor or to
produce pulse width modulation signals (PWM and polarity signals).
YA[4] can also specify that the encoder pins serve as input, following the pulses of the
external position incremental sensor or PWM source signals. This mode is used to enable
the drive to follow any source of encoder or PWM signals.
Index Description
1 Emulation scale factor 2N: N=[0...4]
The amount of emulated encoder pulses and velocity value will be divided by 2N.
2 Reserved.
3 Reserved.
4 Auxiliary encoder type:
0: Auxiliary encoder entry used as input for external pulse-and-direction signals
1: Not used
2: Auxiliary encoder entry used as input for external quadrature
incremental encoder signals
3: Reserved
4: No auxiliary encoder inputs; the auxiliary encoder pin output repeats the
main encoder input or produces an emulated encoder signal for drives with
analog encoder or resolver feedback options.
5: 50% duty cycle command format. 0% and 100% duty cycle is interpreted
as either maximum positive or negative PWM command depending
upon the YA[5] setting.
6: 100% duty cycle command format. Depending upon command
polarity signal level, 100% duty cycle is interpreted as either maximum
negative or positive PWM command.
7: Auxiliary encoder port used as generator of the PWM signals
5
Auxiliary count direction:
0: Count forward for encoders or P&D inputs.
For PWM inputs: forward direction, increasing the duty cycle causes
an increase of the controller output command.
1: Count in reverse direction for encoders or P&D inputs.
For PWM inputs: reverse direction, increasing duty cycle causes a decrease of the
controller output command. YA[5] has no effect if YA[4] specifies that the auxiliary
encoder pins repeat outputs (YA[4]=4).
Notes:
Changing YA[4] resets the position sensor thus resetting the homing position.
Changing YA[5] does not change PY. It only defines in which direction future
encoder pulses will be counted.
Changing the auxiliary sensor configuration while Output Compare is active may
cause unpredictable drive behavior. No warning or error is given.
For some Output Compare signal sources, the auxiliary sensor must be configured
as output. Setting auxiliary sensor as input is illegal.
See also: OC
SimplIQ Command Reference Manual Alphabetical Listing 3-167
MAN-SIMCR (Ver. 4.5)
YM[N] - Y Modulo
Purpose:
Specifies the counting range for the auxiliary feedback, which is [YM[1]…YM[2]-1].
The position of the auxiliary feedback is always counted cyclically. This means that after
the position is counted to its maximum value, the next position count will reset the
position counter back to its minimum value. The speed reading is not affected by the
position jump. For example: If YM[1]=-5 and YM[2]=5, the auxiliary position is counted
in a cycle length of 10. The auxiliary position will always be in the range [-5…4]. If the
auxiliary feedback rotates in the positive direction, the auxiliary position count will
proceed from 0, 1, 2, 3, 4 to -5, -4, -3, -2, -1, 0, 1 . . . and so on.
If YM[N] is nonzero with UM=4, the controlled motor position will count cyclically. All
motion trajectories will go the short way. For example: If YM[1]=-512, YM[2]=512, the
initial position is PY=-500 and the target absolute position is PA=500, the PTP trajectory
will travel through -500…-512, 511…500 to a total distance of 23 counts.
The cycle length must be positive (YM[2]>YM[1]) and (YM[2] - YM[1]) must be an even
number. YM[N] values violating the above conditions will be accepted, but not activated.
Until YM[N] can be activated, the motor cannot be started and the parameters cannot be
saved in the flash memory (the SV command will not work).
Notes:
If YM[1] or YM[2] is set so that YM[2] > YM[1] but PY is out of the range
[YM[1]…YM[2]], PY will be set to range by taking modulo:
PY = (PY - YM[1]) mod (YM[2] - YM[1]) + YM[1]
If a homing process requests a PY value setting out of the range [YM[1]…YM[2]],
the request will be ignored and PY will not change.
If the YM[N] value is selected low and the main speed is too high, more than one
full revolution of the auxiliary counter may elapse within a single sampling time.
This will cause the auxiliary position counter to behave unpredictably.
YM[N] cannot be modified while the homing sequence is active (HM[1] > 0).
See also:
XM[N], PY
SimplIQ Command Reference Manual Alphabetical Listing 3-168
MAN-SIMCR (Ver. 4.5)
Notes:
The elements of ZX[N] are short (16-bit) integers.
The ZX[N] command does not check input ranges. Assigning out-of-range values
to ZX[N] can result in unpredictable results.
Index
A B
AB · 3-4 Begin motion · 3-10, 3-13
Abort · 3-91 BG · 3-10
Abort switch · 3-131 Software speed mode · 3-10
Absolute position · 3-36, 3-106 Stepper or position mode · 3-10
AC · 3-6 BH · 3-11
Acceleration · 3-6 Bit field · 3-1
Activate recorder · 3-128 BP · 3-12
Activation · 3-2 Brake · 3-98, 3-103, 3-104
Active current · 3-66 Brake parameter · 3-12
AG · 3-7 BT · 3-13
AN · 3-8 Burn
Analog User program · 3-30
Gains · 3-3, 3-7 BV · 3-14
Gains array · 3-7
C
Input offsets array · 3-9
Inputs array · 3-8 CA · 3-15
AOK · 3-98, 3-103, 3-104 CAN
Array Communication · 3-112
Analog gains · 3-7 Controller status · 3-28
Analog input offsets · 3-9 CANopen
Analog inputs · 3-8 Parameters · 3-112
Commutation · 3-15 Capture
GS[N] · 3-54 Auxiliary · 3-62
Input bits · 3-65 Main · 3-57
MP[N] · 3-95 CC · 3-21
Output bits · 3-98 CD · 3-22
QP · 3-95, 3-117 CL · 3-24
QT · 3-95, 3-117 Clear program · 3-26
QV · 3-95, 3-117 Communication parameters · 3-112
AS · 3-9 Commutation
Attributes · 3-1 Array · 3-15
Auxiliary Setup · 3-17
Encoder · 3-45, 3-165 Compiled program · 3-21
Feedback Composer · 3-30
Position · 3-107, 3-120 Continue program · 3-161
Velocity · 3-153 CP · 3-26
Home CPU
Sequence · 3-70 Computing power · 3-144
Switch · 3-69, 3-73, 3-75 Dump · 3-22
Homing and capture · 3-62 Current
Modulo · 3-167 Continuous · 3-24
Position sensor · 3-100 Control filter · 3-79
Limit flag · 3-82
Maximum peak · 3-109
SimplIQ Command Reference Manual Index I-2
MAN-SIMCR (Ver. 4.5)
T Feedback · 3-153
VH · 3-151
Target radius · 3-143
VL · 3-151
TC · 3-139
VR · 3-152
Temporary storage · 3-169
VX · 3-153
TM · 3-141
VY · 3-153
Torque
Command · 3-31, 3-71, 3-72, 3-139 W
Control mode · 3-148
WI · 3-154
Limit · 3-109
Wizard
TP · 3-142
Command · 3-145
TR · 3-143
Parameters
Trigger · 3-126
Floating · 3-142
TS · 3-144
Integer · 3-168
TW · 3-145
WS · 3-155
Type · 3-1
X
U
X modulo · 3-162
UM · 3-148
XC · 3-161
Unit mode · 3-2, 3-148
XM · 3-162
Dual loop · 3-2, 3-148
XP · 3-160, 3-163
Position · 3-2, 3-148
XQ · 3-161
Speed (velocity) · 3-2, 3-148
Stepper · 3-2, 3-148 Y
Torque (current) · 3-2, 3-148
Y modulo · 3-167
Upload program · 3-86
YA · 3-100
V YM · 3-167
VE · 3-150 Z
Vector · 3-17, 3-123, 3-154
ZP · 3-168
Velocity
ZX · 3-169
Command · 3-31
Control filter · 3-79
Error · 3-150