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.

IDelete Cancels an interrupt<br />

Example<br />

Arguments<br />

IDelete (Interrupt Delete) is used to cancel (delete) an interrupt.<br />

If the interrupt is to be only temporarily disabled, the instruction ISleep or IDisable<br />

should be used.<br />

IDelete feeder_low;<br />

The interrupt feeder_low is cancelled.<br />

IDelete Interrupt<br />

Interrupt Data type: intnum<br />

Program execution<br />

Syntax<br />

The interrupt identity.<br />

The definition of the interrupt is completely erased. To define it again, it must first be<br />

re-connected to the trap routine.<br />

The instruction should be preceded by a stop point. Otherwise the interrupt will be<br />

deactivated before the end point is reached.<br />

Interrupts do not have to be erased; this is done automatically when<br />

- a new program is loaded<br />

- the program is restarted from the beginning<br />

- the program pointer is moved to the start of a routine<br />

IDelete<br />

[ Interrupt ‘:=’ ] < variable (VAR) of intnum > ‘;’<br />

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

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

Saved successfully!

Ooh no, something went wrong!