09.12.2012 Views

Basic Characteristics RAPID

Basic Characteristics RAPID

Basic Characteristics RAPID

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Example<br />

Predefined data<br />

IF C_MOTSET.vel.oride > 50 THEN<br />

...<br />

ELSE<br />

...<br />

ENDIF<br />

Different parts of the program are executed depending on the current velocity<br />

override.<br />

C_MOTSET describes the current motion settings of the robot and can always be<br />

accessed from the program (installed data). C_MOTSET, on the other hand, can only<br />

be changed using a number of instructions, not by assignment.<br />

The following default values for motion parameters are set<br />

- at a cold start-up<br />

- when a new program is loaded<br />

- when starting program execution from the beginning.<br />

PERS motsetdata C_MOTSET := [<br />

[ 100, 500 ], -> veldata<br />

[ 100, 100 ], -> accdata<br />

[ FALSE, FALSE, TRUE ], -> singdata<br />

[ TRUE, TRUE, 30, 45, 90], -> confsupdata<br />

[ [ 0, [ 0, 0, 0 ], [ 1, 0, 0, 0 ], 0, 0, 0 ], -1 ] -> gripdata<br />

]<br />

<strong>RAPID</strong> Reference Manual 7-motsetdata-3

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

Saved successfully!

Ooh no, something went wrong!