Creating ladder program files, Preface, Program files for the micrologix 1000 controllers – Rockwell Automation 9323-PA1E USER MANUAL APS 6.0 User Manual
Page 93

Preface
Advanced Programming Software User Manual
6–2
Creating Ladder Program Files
Once you have created a processor file (refer to chapter 5) and placed it in the
appropriate directory, you can name the program file and create subroutine files as
needed.
Program Files for the MicroLogix 1000 Controllers
The program files for the micro controllers are allocated as shown in the table
below.
File Number
Purpose
0,1
System use
2
Main ladder
3
User Fault interrupt
4
HSC interrupt or User subroutine
5
STI interrupt or User subroutine
6-15
User subroutines
You can use files 4 and 5 for user subroutines; however, if your MicroLogix 1000
program contains a HSC interrupt and/or an STI, the controller uses files 4 and 5,
respectively, to service the interrupt.
Note
If you enter a user subroutine into file 4 or 5 and later use the HSC or STI interrupt
in your program, these files will be executed when the interrupt occurs. If you think
you may need one of these routines in your program, we recommend that you start
your user subroutines at file 6.