Features II JS/JSR4400N SCARA Robot
JSG GANTRY Robot
JR2000N Desktop Robot
72
■
Jump to the Specified Point:
goPoint, goRPoint, goCRPoint
The following explains how to jump to a specified point after carrying out a point job instead of going to
the next point.
Command Category
Command
Parameter
Job
goPoint
PTP Condition Number,
go Point Number
Jump to the specified point.
goRPoint
PTP Condition Number,
Relative go Point Number
Jump to the specified relative point.
Execute Flow Control
goCRPoint
PTP Condition Number,
Relative go Point Number
Jump to the specified destination
during the CP drive.
z
The
goPoint
,
goRPoint
and
goCRPoint
commands are deactivated at points where the (base)
point type [CP Passing Point] is set.
z
The point number and relative point number for the goPoint and goRPoint can be given using
variables or expressions. If you wish to set the destination for the
goCRPoint
command using
variables or expressions, the value must be either [0] or [1].
The following example shows point job data using the
goRPoint
command:
waitCondTime 500
ld #genIn2
timeUp
waitStartBZ
goRPoint PTP3,8
endWait
If #genIn2 is not turned on within 0.5 seconds, sound the buzzer and wait until a start signal comes.
After receiving a start signal, restart operation from
8 points ahead (plus 8 points) of the current
point
.
waitStartBZ
goRPoint PTP3,8
#genIn2
=
ON