Program interrupt – Rockwell Automation 8520-MUM 9/Series CNC Mill Operation and Programming Manual Documentation Set User Manual

Page 759

Advertising
background image

Chapter

29

29-1

Program Interrupt

This chapter describes the program interrupt feature. This feature lets you
execute a subprogram or paramacro program while some other program is
executing. This subprogram or paramacro is executed when PAL receives
an interrupt signal (usually through the use of some switch triggered by the
operator or one of the axes). The interrupt program can be executed even
mid-block during a programs execution.

Use this table to find the information in this chapter:

Information on:

On page:

Enabling and Disabling Interrupts (M96/M97)

29-1

Interrupt Request Considerations

29-4

Interrupt Types

29-5

The Interrupt Program

29-8

Interrupts are enabled or disabled on the control by two modal M codes.
These M codes are determined in AMP by the system installer. This
manual assumes the following values for these M codes (these are the
default values in AMP):

M96

Enables Program Interrupts

M97

Disables Program Interrupts

When program interrupts are enabled (M96) the correct interrupt signal to
PAL will cause an interrupt program to be executed. When program
interrupts are disabled (M97) an interrupt signal is ignored.

29.0
Chapter Overview

29.1
Enabling and Disabling
Interrupts (M96/M97)

Advertising