Chapter 3: alphabetical listing – ElmoMC SimplIQ Command Reference User Manual
Page 14

Chapter 3: Alphabetical Listing
This chapter lists all the commands in alphabetical order, along with detailed definitions
and examples of each command.
The description of each command includes the following items:
Purpose:
The operation or task of the command
Attributes:
The characteristics of the command
Type:
One of the following:
A command: An instruction to do something. For example, the BG (Begin Motion)
command starts a new motion profile.
A parameter: A data item that may be used later. For example, the AC
(Acceleration) parameter is required for calculating subsequent motions.
A status report: Get a value, such as the motor speed, a digital input or the reason
for the last motor failure.
The
parameters
and certain commands have numerical values, as follows:
Integer: A 32-bit long integer
Real: A 32-bit floating point number (IEEE style)
String: A set of printable ASCII characters
Integer variables may have the following attributes:
Bit field: The integer should be understood not as a number but rather as a
combination of binary fields. For example, the IP (Digital Input) command reads
many On/Off switches to the same integer, allocating one bit for each.
Option: A selector that may accept one of several options. For example, the motor
direction may be set to forward or reverse, symbolized by the numbers 0 and 1
respectively.
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
MAN-SIMCR (Ver. 4.5)
3-1