09.12.2012 Views

Basic Characteristics RAPID

Basic Characteristics RAPID

Basic Characteristics RAPID

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

MoveJ Moves the robot by joint movement<br />

Examples<br />

Arguments<br />

MoveJ is used to move the robot quickly from one point to another when that movement<br />

does not have to be in a straight line.<br />

The robot and external axes move to the destination position along a non-linear path.<br />

All axes reach the destination position at the same time.<br />

MoveJ p1, vmax, z30, tool2;<br />

The tool centre point (TCP) of the tool, tool2, is moved along a non-linear path<br />

to the position, p1, with speed data vmax and zone data z30.<br />

MoveJ *, vmax \T:=5, fine, grip3;<br />

The TCP of the tool, grip3, is moved along a non-linear path to a stop point<br />

stored in the instruction (marked with an *). The entire movement takes 5 seconds.<br />

MoveJ [ \Conc ] ToPoint Speed [ \V ] | [ \T ] Zone [ \Z ] Tool<br />

[ \WObj ]<br />

[ \Conc ] (Concurrent) Data type: switch<br />

Subsequent logical instructions are executed while the robot is moving. The<br />

argument is used to shorten the cycle time when, for example, communicating<br />

with external equipment, if synchronisation is not required.<br />

Using the argument \Conc, the number of movement instructions in succession<br />

is limited to 5. In a program section that includes StorePath-RestoPath, movement<br />

instructions with the argument \Conc are not permitted.<br />

If this argument is omitted, the subsequent instruction is only executed after the<br />

robot has reached the specified zone.<br />

ToPoint Data type: robtarget<br />

The destination point of the robot and external axes. It is defined as a named<br />

position or stored directly in the instruction (marked with an * in the instruction).<br />

Speed Data type: speeddata<br />

The speed data that applies to movements. Speed data defines the velocity of the<br />

tool centre point, the tool reorientation and external axes.<br />

<strong>RAPID</strong> Reference Manual 8-MoveJ-1

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!