12.07.2015 Views

RAPID reference manual - Technology

RAPID reference manual - Technology

RAPID reference manual - Technology

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

InstructionlabelRobotWare-OSlabel - Line nameLabel is used to name a line in the program. Using the GOTO instruction, this namecan then be used to move program execution.ExampleGOTO next;.next:Program execution continues with the instruction following next.ArgumentsLabel:LabelIdentifierThe name you wish to give the line.Program executionNothing happens when you execute this instruction.LimitationsThe label must not be the same as- any other label within the same routine,- any data name within the same routine.A label hides global data and routines with the same name within the routine it islocated in.Syntax(EBNF)’:’<strong>RAPID</strong> <strong>reference</strong> <strong>manual</strong> - part 1a, Instructions A-R 223

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

Saved successfully!

Ooh no, something went wrong!