Omron SYSMAC CJ Operation Manual page 192

Sysmac cj-series programmable controller motion control unit
Hide thumbs Also See for SYSMAC CJ:
Table of Contents

Advertisement

All BASIC commands
Note
4-2-143 JOGSPEED
4-2-144 LAST_AXIS
4-2-145 LIST
180
Example
>>INVERTER_WRITE(1,$23,2,3500)
>>INVERTER_READ(1,$23,2,100)
>>PRINT VR(100)
3500.0000
See also
N/A
If you have to transfer many parameters at the same time, the most efficient way is to
use MODE 0 for all but the last parameter, and MODE 1 for the last parameter.
MODE 0 is executed faster than MODE 1.
/i
Type
Axis parameter
Syntax
JOGSPEED
Description
The JOGSPEED parameter sets the jog speed in user units for an axis.
A jog will be performed when a jog input for an axis has been declared
and that input is low. A forward jog input and a reverse jog input are
available for each axis, respectively set by FWD_JOG and REV_JOG.
The speed of the jog can be controlled with the FAST_JOG input.
Arguments
N/A
Example
No example.
See also
AXIS AXIS, FAST_JOG, FWD_JOG, REV_JOG, UNITS.
/i
Type
System parameter (read-only)
Syntax
LAST_AXIS
Description
The LAST_AXIS parameter contains the number of the last axis proc-
essed by the system.
Most systems do not use all the available axes. It would therefore be a
waste of time to task the idle moves on all axes that are not in use. To
avoid this to some extent, the CJ1W-MCH72 will task moves on the
axes from 0 to LAST_AXIS, where LAST_AXIS is the number of the
highest axis for which an AXIS or BASE command has been proc-
essed, whichever of the two is larger.
Arguments
N/A
Example
No example.
See also
AXIS.
/i
Type
Program command (Trajexia Studio command line only)
Syntax
LIST [ "program_name" ]
TYPE [ "program_name" ]
Section 4-2

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sysmac cj1w-mch72

Table of Contents