Preface ............................................................................................. ? Who Should Use this Manual ........................................................................... Purpose of this Manual .................................................................................... Common T echniques Used in this Manual ..................................................... ? ? ? Setting Up Your Equipment ...........................................................
Preface Preface Read this preface to familiarize yourself with the rest of the manual.
APS Quick Start for New Users Preface Who Should Use this Manual The APS Quick Start for the New User is intended as an introduction of APS software to first-time users. The simple tasks and practice exercises in this manual do not include important user information for actual control applications. Purpose of this Manual This manual is an introductory document, designed to allow you to install APS and begin programming in the shortest time possible.
Preface Related Documentation The table below is a partial list of publications that contain information about installation, programming, and operation of SLC 500 controllers. To obtain a copy, contact your local Rockwell Software office or distributor. For Read this Document A description on how to install and use your Modular SLC 500 programmable controller Installation & Operation Manual for Modular Hardware Style Programmable Controllers, Publication Number 1747 6.
APS Quick Start for New Users Preface Common Techniques Used in this Manual The following conventions are used throughout this manual: • • • • • Bulleted lists such as this one provide information, not procedural steps. Numbered lists provide sequential steps or hierarchical information. Italic type is used for emphasis. Text in this font indicates words or phrases you should type. Key names match the names shown and appear in bold, capital letters within brackets (for example, [ENTER]).
Setting Up Your Equipment 1 Setting Up Your Equipment This chapter briefly describes hardware requirements and SLC 500t controller styles, then shows you how to set up your equipment in preparation for the exercises in later chapters.
APS Quick Start for New Users Preface Hardware Requirements To perform the tasks provided in this manual we recommend the following hardware: • • • • • 1–2 An SLC 500 modular or fixed controller with external inputs and outputs. An SLC 500 demo unit would be ideal. The programs and examples used in this manual are based on using a modular controller demo unit (catalog number 1747-DEMO 3 or 1747-DEMO 4). A compatible personal computer (PC).
Setting Up Your Equipment Controller Styles The SLC 500 comes in two different styles: modular and fixed. These styles are illustrated below. The modular controller consists of a chassis, power supply, processor (CPU), and Input/Output (I/O) modules. The fixed controller consists of a power supply, processor (CPU), and a fixed number of I/O contained in a single unit. An expansion chassis can be added to the fixed controller.
APS Quick Start for New Users Preface Setting Up a Demo Unit SLC 500 demo units are available with either a fixed controller or modular controller. This manual assumes you are using a modular controller demo unit for all the programming exercises. If you use a fixed controller demo unit, you will need to use different configuration information and I/O addresses in the exercises. This is explained later. The figure that follows shows an SLC 500 modular controller demo unit.
Setting Up Your Equipment SLC 500 Modular Controller Input/Output Panel Power Supply Receptacle On/Off Power Switch Pilot Light 0 1 2 0 O 6 F F O O N F F 60 6 O N Combination Pilot Light/Pushbuttons Selector Switches 1–5
APS Quick Start for New Users Preface Setting Up a Field-Wired Controller The details of installing and wiring the controller and external input/output devices are beyond the scope of this manual. If you are using a field-wired fixed or modular controller, refer to the Installation and Operation Manuals, catalog number 1747-NI001 (fixed controllers) and publication number 1747-6.2 (modular controllers), for information on installation and wiring of the controller and external input/output devices.
Setting Up Your Equipment Connecting the Controller to a Personal Computer To connect the controller to a personal computer, you need a communications cable, catalog number 1747-C10, and an RS-232/DH-485 interface converter, catalog number 1747-PIC. Note This procedure does not apply to SLC 5/04 processors. For these processors, you need to connect a 1747-CP3 cable from channel 0 of the processor to the personal computer serial port, or you need to use a KT, KTX, KT2, or PCMK card. 1.
APS Quick Start for New Users Preface SLC 500 DH 485 Connector Personal Computer Interface Converter RS 232 Connector 4. ALLEN BRADLEY Insert the RS-232 connector (see figure above) of the interface converter into the serial communication port of your computer. If your computer has a 9-pin serial port, use the 9–25 pin adapter provided with the interface converter. The figure below shows a modular controller connected to a personal computer.
Setting Up Your Equipment Installing the Software Before installing the software, make sure your personal computer meets the memory and RAM requirements needed to run APS. Refer to the Advanced Programming Software User Manual for more detailed information on personal computer requirements and APS software installation. Locating the Software’s Serial Number During the installation process you are asked for the serial number of your software. The serial number you enter is used to personalize the software.
APS Quick Start for New Users Preface Running APS To run APS, follow these steps; If necessary, change the drive specified to the drive where the software is installed (typically C). To do this, type: 1. C: and press [ENTER]. 2. If you are using the default directory, at the DOS prompt, type: CD \IPDS\ATTACH\SLC500 and press [ENTER]. If you specified a different directory path, enter that directory instead. Type: AP and press [ENTER]. The main APS menu appears. 3.
Setting Up Your Equipment Exiting the System: You can exit APS software and return to DOS by accessing the APS menu, shown above, and pressing CONFIG OFFLINE EXIT SYSTEM . CONFIG F10 APS Display Format The APS screen is divided into three areas: • • • display area message, prompt, data entry, and status lines main functions The following figure indicates what appears in these areas.
APS Quick Start for New Users Preface • Display Area: The five APS displays appear here the APS menu, offline program directory (shown here), offline monitor file, online program directory, and online monitor file. Various option windows overlay these displays, de pending on the function you are accessing. Also, the status data file and other data files, force tables, and the memory map appear in this area.
Control Basics 2 Control Basics This chapter introduces you to basic concepts essential for understanding how the SLC 500 controller operates.
APS Quick Start for New Users Preface SLC 500 File Concepts The CPU, or processor, provides control through the use of a program you create. The program you create is called a processor file. This file contains other files that break your program down into more manageable sections. These sections are: • • Program Files - provide storage and control of the main program and subroutines. Data Files - contains the status of inputs, outputs, the processor, timers, counters, and so on.
Control Basics Program Files Program files contain controller information, the main control program, and any subroutine programs. The first three program files are required for each processor file. These are: • File 0 - System Program This file stores the controller configuration and other system information. • File 1 This file is reserved for internal controller use. • File 2 - Main Ladder Program This file stores the main control program.
APS Quick Start for New Users Preface Data Files Data files contain the data associated with the program files. Each processor file can contain up to 256 data files. These files are organized by the type of data they contain. Each piece of data in each of these files has an address associated with it that identifies it for use in the program file. For example, an input point has an address that represents its location in the input data file.
Control Basics How External I/O Devices Communicate with the Processor The figures that follow apply to a modular controller demo unit having an input module in slot 1 and an output module in slot 3. See page 1–3 for a diagram of the slot location. To simplify the illustration, only pushbutton 0 and pilot light 0 of the external I/O are shown. Each of the external input circuits is represented by a status bit in the input data file of the processor file.
APS Quick Start for New Users Preface OUTPUT Output Module in slot 3 Output Data File 0 OUT 0 OUT 1 Pilot light 0 is wired to terminal 0. The pilot light will be energized when the processor has completed evaluation of the program and transfers the ON/OFF status to the outputs. address O:3 data 0000 0000 OUT 2 OUT 3 OUT 4 4 OUT 5 OUT 6 Status bit 0 corresponds to terminal 0 of the output module in slot 3.
Control Basics Similarly, output addresses have the form O:e/b where O= Output data file := Element or slot delimiter e= Slot number of the output module /= Bit or terminal delimiter b= Terminal number used with output device Examples: I:1/0= Input, slot 1, terminal 0 I:2/0= Input, slot 2, terminal 0 O:3/0= Output, slot 3, terminal 0 O:3/7= Output, slot 3, terminal 7 O:0/7= Output, slot 0, terminal 7 (fixed controllers only because of slot 0) I:0/4= Input, slot 0, terminal 4 (fixed controllers only becaus
APS Quick Start for New Users Preface APS Display of Instructions/Addresses APS displays I/O addresses as shown below. When you enter an XIC instruction (defined later) and the address I:1/0, APS will display the address with the instruction as follows: I:1 ] [ 0 Explanation: Input data file, slot 1 I:1 ] [ 0 Terminal 0 XIC instruction Ladder Logic Concepts As we mentioned earlier, the program files you create contain the program used for your controlling application.
Control Basics The figure below shows a simple 1-rung ladder program. The rung includes two input instructions and an output instruction. Note, in the example below each instruction has a name (Examine if Closed), a mnemonic (XIC), and an address (I:1/0). Input Instructions Output Instruction XIC XIO OTE I:1 ] [ 0 I:1 ]/[ O:3 ( ) 0 1 XIC = Examine if Closed XIO = Examine if Open OTE = Output Energize Address I:1/0 Address I:1/1 Address O:3/0 A simple rung, using bit instructions.
APS Quick Start for New Users Preface Logical Continuity During controller operation, the processor evaluates each rung, changing the status of instructions according to the logical continuity of rungs. More specifically, input instructions set up the conditions under which the processor will make an output instruction true or false. These conditions are: • • When the processor finds a continuous path of true input instructions in a rung, the OTE output instruction will become (or remain) true.
Control Basics The Processor Operating Cycle The diagram below indicates the events that occur during the processor operating cycle. This sequence is repeated many times each second. Event Input Scan Description F8 0 Input Data File address data I:1 0001 1 The status of external input circuits is read. The input data file is updated with this information. activated Program Scan I:1 ] [ 0 1 Output Data File Output Scan The ladder program is executed.
Creating a Processor File 3 Creating a Processor File In this chapter you create a processor file. The tasks you will perform: • • • • • • • • For modular controllers: Make a record of the processor module catalog number, the chassis catalog number(s), the I/O module catalog numbers, and the slot locations of I/O modules. For fixed controllers: Make a record of the controller catalog number (and I/O module catalog numbers and slot locations if you are using the 1746-A2 expansion chassis).
APS Quick Start for New Users Preface Configuration of SLC 500 Controllers The following paragraphs briefly describe SLC 500 controllers and indicate the location of catalog numbers on the devices. This information will help you when you create a processor file and enter the specific controller configuration that will run the file. To make the best use of this manual, you should have access to an SLC 500 Demonstration Unit, which includes completely wired external inputs and outputs.
Creating a Processor File Slot Numbers Note that slot numbers are indicated in the figure above. In fixed controllers, slot 0 applies to the processor and fixed I/O points; slots 1 and 2 apply to I/O modules located in the expansion chassis. In modular controllers, slot 0 is always reserved for your processor module; the remaining slots apply to the various I/O modules you have inserted.
APS Quick Start for New Users Preface Catalog Number Location - SLC 500 Modular Controllers Processor (CPU) Modules Label for Processor Catalog and Serial Number I/O Modules SLC 500 CAT 1747-L _ _ _ Catalog Number 1746 _ _ _ Processor Catalog Number The catalog number and serial number for I/O modules also appears on the side of the module.
Creating a Processor File Arbitrary Controller Used in this Manual In the following procedures, we have arbitrarily assumed that the controller you are configuring in your processor file is a modular demo unit including the following components: • • • • • Chassis 1746-A4, 4-slot chassis Processor 1747-L524 in slot 0 Input module 1746-IA4 in slot 1 Input module 1746-IA8 in slot 2 Output module 1746-OA8 in slot 3 The ladder program shown on page 3–10 contains I/O addresses that are consistent with the con
APS Quick Start for New Users Preface The display shown below appears. PROCESSOR Bul. 1761 1747-L511 1747-L514 1747-L524 1747-L532 1747-L541 INPUTS OUTPUTS MicroLogix 1000 5/01 CPU - 1K USER 5/01 CPU - 4K USER 5/02 CPU - 4K USER 5/03 CPU -12K USER 5/04 CPU -12K USER MEMORY MEMORY MEMORY MEMORY MEMORY CREATE PROCESSOR FILE NAME: F2 Processor: Bul.
Creating a Processor File 5. Configure the chassis of your controller. Press CONFIG OFFLINE CONFIGR I/O . The following option window appears. Note that chassis 1 is CONFIG F5 specified as 1746-A4, the default selection. This is correct for our controller. If you are using a different chassis, press CONFIG OFFLINE MODIFY RACKS , then F4 CONFIG OFFLINE RACK 1 . Select the CONFIG F1 appropriate chassis, using the cursor keys, and press [ENTER].
APS Quick Start for New Users Preface 6. Configure the I/O modules. The cursor is located on slot 1. To configure it, press CONFIG OFFLINE MODIFY SLOT . The CONFIG F5 following option window appears: I/O MODULE SELECTION FOR SLOT: 1 CATALOG CARD DESCRIPTION 1746-I*8 Any 8pt. Discrete Input Module 1746-I*16 Any 16pt. Discrete Input Module 1746-I*32 Any 32pt. Discrete Input Module 1746-O*8 Any 8pt. Discrete Output Module 1746-O*16 Any 16pt. Discrete Output Module 1746-O*32 Any 32pt.
Creating a Processor File For our controller, the completed option window appears as follows: I/O CONFIGURATION FOR:GETSTART RACK 1 RACK 2 RACK 3 = = = SLOT *0 *1 *2 *3 4 5 6 7 8 1746-A4 4-SLOT Backplane NOT INSTALLED NOT INSTALLED CATALOG # 1747-L524 1746-IA4 1746-IA8 1746-OA8 CARD DESCRIPTION 5/02 CPU - 4K USER MEMORY 4-Input 100/120 VAC 8-Input 100/120 VAC 8-Output(TRIAC) 100/240 VAC ESC exits Press a function key READ CONFIG ONLINE CONFIG MODIFY RACKS MODIFY SLOT DELETE SLOT UNDEL SLOT EXIT
APS Quick Start for New Users Preface Enter the Ladder Program The following rung consists of an XIC input instruction and an OTE output instruction. The addresses conform to the controller configuration indicated on page 3–5. If you have entered a different controller configuration, make certain that the addresses are consistent with your configuration. It is also important that you have an external input, such as a pushbutton, and an external output, such as a pilot light, at the terminal addresses used.
Creating a Processor File 5. Enter the Output instruction on the rung. Press CONFIG CONFIG OFFLINE BIT OFFLINE OTE , then -( )- . Type the address O:3/0, then press CONFIG CONFIG F1 F3 [ENTER]. 6. Accept the rung. Press [ESC], then CONFIG OFFLINE ACCEPT RUNG , then [ESC]. CONFIG F10 Add a Rung Comment Complete the following steps to add a rung comment: 1. Configure the display so that rung comments will be visible. CONFIG CONFIG OFFLINE CONFIG OFFLINE SUPPRSS Press DISPLAY .
APS Quick Start for New Users Preface Your completed ladder program and rung comment should look like this: Input pushbutton turns on output pilot light O:3 ( ) 0 I:1 ] [ 0 END Press a function key (file 2, rung 0) offline no forces File GETSTART CONFIG DISPLAY EXIT DOCUMNT SEARCH GENERAL UTILITY DATA MONITOR FORCE EDIT F2 F3 F5 F6 F7 F8 F9 F10 Save the Processor File Complete the following steps to save the processor file to disk: 1. Return to the Program Directory.
Online Operations, Quick Edit 4 Online Operations, Quick Edit In this chapter you will complete the following tasks: • • • • • • download (restore) processor file GETSTART monitor the ladder program in the run mode test the program edit the program using quick edit test the edited program monitor the input and output data files 4–1
APS Quick Start for New Users Preface Restoring (Downloading) a Processor File There are two tasks to complete in restoring processor file GETSTART to the processor: • • Check the Online Configuration parameters. Go online and download (restore) processor file GETSTART. The procedures begin at the APS menu display. Check the Online Configuration Parameters Complete these steps: 1. Access the Online Configuration window. Press CONFIG OFFLINE ONLINE CONFIG .
Online Operations, Quick Edit 2. Verify the parameters. The default values are shown for items F1 to F6. If you used the COM1 port of your computer and used a catalog 1747-PIC Interface Converter when connecting your computer to the controller, chances are that you will be able to establish processor-computer communications. If any of these default parameters are incorrect, change them with the function keys, then: Press CONFIG OFFLINE SAVE TO FILE , then [ESC]. This returns the display to the APS menu.
APS Quick Start for New Users Preface After you have done a), b), or c), the following display appears: \IPDS\ARCH\SLC500 Name Size Date GETSTART 8586 01-03-92 Press a Function Key or Enter File Name REM PROG L524 PROC Addr 1 BEGIN RESTORE DEFINE DIR F1 F7 2. Select and accept file GETSTART. The cursor is located in the right-hand window, which lists all of the processor files saved on disk. Move the cursor to the file GETSTART if it is not already there. Press CONFIG BEGIN OFFLINE RESTORE .
Online Operations, Quick Edit When the restoring (downloading) process is complete, you are asked to “Press Any Key to Continue”.
APS Quick Start for New Users Preface The following diagram shows the rung you entered if you are using the modular controller demo unit discussed on page 3–5. If you are using some other controller configuration, make certain that your external input device and output device are wired to the controller input and output that you addressed in your ladder program.
Online Operations, Quick Edit Editing the Program with Quick Edit The quick edit feature of APS software allows you to move quickly from online monitoring to offline editing, then back to online monitoring. To give you experience at doing this, we will edit the program by adding an input instruction on the rung. The effect of the edit: Selector switch 6 must be on (closed) to allow pushbutton 0 to turn on pilot light 0.
APS Quick Start for New Users Preface 2. Select Modify Rung and position the cursor. Press CONFIG OFFLINE MODIFY . RUNG CONFIG F5 3. We want to append an instruction to the XIC instruction, so use the cursor keys to position the cursor on the existing XIC instruction. 4. Enter an XIC instruction, address I:2/2. Press CONFIG CONFIG CONFIG OFFLINE BIT OFFLINE XIC OFFLINE APPEND , then , then -] [. INSTR CONFIG CONFIG CONFIG F3 F1 F1 Type the address “I:2/2”, then press [ENTER], then [ESC]. 5.
Online Operations, Quick Edit The following diagram shows the rung you have modified if you are using the modular controller demo unit discussed on page 3–5. If you are using some other controller configuration, make certain that your external input devices and output device are wired to the controller inputs and output that you addressed in your ladder program.
APS Quick Start for New Users Preface Monitoring Data Files In this procedure, you will monitor the input data file and the output data file. These files include a status bit for each of the configured I/O terminals of the controller. You will monitor data file changes as you operate pushbutton 0 and selector switch 6. To end the exercise, you will go offline to the APS menu.
Online Operations, Quick Edit 2. Monitor input data changes resulting from input device operation. Press pushbutton 0. Note that the status bit goes from 0 to 1, as the instruction goes from false to true. Now turn selector switch 6 to the on position. Note that status bit I:2/2 goes from 0 to 1, as the instruction goes from false to true. 3. Access the output data file. The output data file precedes the input data file in the data table. Press CONFIG OFFLINE PREV FILE . The output data file appears.
APS Quick Start for New Users Preface 5. Return to the APS menu. Press [ESC]. This returns you to the online monitor file display. Press CONFIG OFFLINE EXIT CONFIG. This returns you to the online program directory display. F3 Press CONFIG OFFLINE RETURN TO MENU . This takes you offline, returning you to the APS menu CONFIG F3 display.
Creating and Printing Reports 5 Creating and Printing Reports This chapter shows you how to create and print reports. The following four hard copy reports can be created and printed: • • • • Program Listing - Can include a) the main program file and all subroutine files, b) a single file, c) a range of files, or d) a range of rungs. Cross Reference - Provides an alphabetical list of addresses and their rungs, in either address or symbol order.
APS Quick Start for New Users Preface Creating Reports A report can be created at the program directory display, either offline or online. In the following procedure, reports are created offline. The starting point is the APS menu. Complete the following steps: 1. Access the documentation (reports) and options windows. CONFIG OFFLINE OFFLINE Press PRG/DOC . This accesses the program directory display. CONFIG F3 Press CONFIG OFFLINE CREATE REPORTS .
Creating and Printing Reports 2. Specify documentation. The “Documentation” window lists the four reports you can create. The cursor is located on the “Program Listing” report. Options for the Program Listing are shown in the window at the left. Function key F5 allows you to change items in the options window. Move the cursor to “Cross Reference”, then “Processor Config”, then “Data Tables”. Note that as you do this, the option window changes to match the report the cursor is located on.
APS Quick Start for New Users Preface Printing Reports Printing reports is done from the APS menu. Complete the following steps: 1. Access file GETSTART in the Report Directory. Press CONFIG OFFLINE PRINT REPORTS . The report directory appears. It lists the processor file names CONFIG F8 for which reports have been created: Use the up/down cursor key to move the cursor to GETSTART, then press [ENTER].
Creating and Printing Reports 3. Select the reports to be printed and initiate printing. Press CONFIG OFFLINE SELECT ALL . Your choice is verified by the appearance of asterisks at the CONFIG F2 left of the four reports you have created. Press CONFIG OFFLINE PRINT FILES to perform the CONFIG F7 printing operation. If your printer is not ready for some reason, PRINTER NOT READY appears on the message line.
Additional Ladder Program Exercises A Additional Ladder Program Exercises This appendix lets you apply what you have learned in the previous chapters.
APS Quick Start for New Users Preface Entering an Input and Output Branch The important feature of this program is the output and input branch. The input branch is based on what is called OR or parallel logic. This means that if either input #0 OR input #1 is true, then output #0 and #1 turn on. Exercise 1: Entering an Input and Output Branch We are assuming you have created a new file, configured it and you are now ready to begin entering an instruction. See chapter 3 for help with the above.
Additional Ladder Program Exercises Type the address I:1/1 then press [ENTER]. O:3 ( ) I:1 ] [ 1 0 I:1 ] [ 1 3. Enter an OTE instruction. Cursor up, then cursor right so your cursor is at the far right power rail. Press CONFIG CONFIG OFFLINE BIT OFFLINE OTE , then -( )- . Type the address O:3/1 then press [ENTER], CONFIG CONFIG F1 F3 then [ESC]. 4. Enter a branch and another OTE instruction. Cursor left once so you are on the OTE instruction.
APS Quick Start for New Users Preface 6. Enter the rung comment. CONFIG CONFIG OFFLINE DOCUMNT OFFLINE RUNG , then COMMENT . Type the comment Either input CONFIG CONFIG Press F5 F1 pushbutton #0 or #1 turns on output pilot lights #1 and #2. 7. Accept and save the comment. CONFIG CONFIG OFFLINE ACCEPT OFFLINE SAVE /EXIT , then DOCUMNT , then [ESC].
Additional Ladder Program Exercises 2. Save the file to disk. Press CONFIG CONFIG OFFLINE SAVE OFFLINE YES . Accept the default Save options by pressing CONFIG CONFIG. F2 3. F8 Return to the APS menu. Press CONFIG OFFLINE RETURN TO MENU . CONFIG F3 Test the Ladder Program Complete the following steps to test the processor file: 1. Go online with your processor and restore the new file. Refer to chapter 4 for help. 2. Monitor the file. Refer to chapter 4 for help. 3.
APS Quick Start for New Users Preface Entering a Timer Instruction In exercise 2, you enter a timer instruction with a time delay of 10 seconds. Two different types of timer status bits activate output pilot lights #0 and #1. The first type, called a “timer timing” status bit turns on output #0 for 10 seconds. The second type, called a “done” status bit, turns on output #1 after 10 seconds.
Additional Ladder Program Exercises Type 0 then press [ENTER]. This is the Timer Accumulated Value. TON TIMER ON DELAY Timer T4:0 Time Base 0.01 Preset 1000 Accum 0 I:1 ] [ 0 (EN) (DN) END 3. Accept the rung. Press [ESC], then CONFIG OFFLINE ACCEPT RUNG . CONFIG F10 4. Enter a second rung and an XIC instruction. Press CONFIG CONFIG CONFIG OFFLINE INSERT OFFLINE BIT OFFLINE XIC INSTR , then , then -] [CONFIG CONFIG CONFIG. Type the address F4 F1 F1 T4:0/TT then press [ENTER].
APS Quick Start for New Users Preface 6. Accept the rung. Press [ESC], then CONFIG OFFLINE ACCEPT RUNG . CONFIG F10 7. Enter a third rung and an XIC instruction. Press CONFIG CONFIG CONFIG OFFLINE INSERT OFFLINE BIT OFFLINE XIC INSTR , then , then -] [CONFIG CONFIG CONFIG. Type the address F4 F1 F1 T4:0/DN, then press [ENTER]. “DN” represents the timer done bit. 8. Enter an OTE instruction. Press CONFIG CONFIG OFFLINE BIT OFFLINE OTE , then -( )- .
Additional Ladder Program Exercises Your completed ladder program should look like this: TON TIMER ON DELAY Timer Time Base Preset Accum I:1 ] [ 0 T4:0 0.
APS Quick Start for New Users Preface 3. Return to the APS menu. Press CONFIG OFFLINE RETURN TO MENU . CONFIG F3 Test Your Ladder Program Complete the following steps to test the timer instruction file: A–10 1. Go online with your processor and restore the new file. Refer to chapter 4 for help. 2. Monitor the file. Refer to chapter 4 for help. 3. Place the processor in the RUN mode. See chapter 4 for help. 4. Press pushbutton #0 for at least 10 seconds.
Troubleshooting B Troubleshooting This appendix shows you how to identify and correct errors that you may encounter while working through this manual.
APS Quick Start for New Users Preface APS Error Messages Table B.A details APS error messages. Refer to the Advanced Programming Software User Manual for a complete list of error messages. Table B.A APS Error Messages Error Message APS Timeout Loss of Communications B–2 Possible Causes Corrective Action Wrong baud rate Select different baud rate in F2 Online Config"; Processor default is 19200.
Troubleshooting Table B.A APS Error Messages (continued) Error Message Possible Causes Corrective Action I/O Address Not Configured Processor/system configuration does not match entered addresses Verify correct address format (I:slot/terminal or O:slot/terminal); verify system configuration by pressing F3 Offline Prg/Doc"; F1 Procssr Functns"; F1 Change Procssr"; F5 Configr I/O".
APS Quick Start for New Users Preface System LED Status The system LEDs are located at different places on the modular system and the SLC fixed controller. Refer to the installation and operation manual for more information on system LED status. See Figure B.1. Figure B.
Troubleshooting Table B.B LED Status - Error Conditions Processor LED RUN (Color: red) CPU FAULT (Color: red) FORCED I/O (Color: red) BATTERY LOW (Color: red) COMM (Color: red) When It Is Indicates that On (steadily) The processor is in the Run mode. Off The processor is in a mode other than Run. Flashing (at power up) The processor has not been configured. Flashing (during operation) The processor detects a major error either in the processor, expansion chassis or memory.
APS Quick Start for New Users Preface Processor Error Codes Table B.C details some of the processor error codes. Refer to the Instruction Set Reference Manual for a complete list of error codes and troubleshooting information. Table B.C Processor Error Codes Error Code Cause Corrective Action 0001 RAM program is corrupt due to noise, lightning, improper grounding or loss of capacitor or bat tery back up. Check wiring, layout, grounding.
Glossary Glossary The following terms are used throughout this manual. Refer to the Allen-Bradley Industrial Automation Glossary, publication number AG-7.1, for a complete guide to Allen-Bradley technical terms. address: A character string that uniquely identifies a memory location. For example, I:1/0 is the memory address for the data located in the Input file location 1/0. APS (Advanced Programming Software): Software used to monitor and develop SLC 500 ladder logic programs. bit: Binary digit.
APS Quick Start for New Users Preface false: The status of an instruction that does not provide a continuous logical path on a ladder rung. file: A collection of information organized into one group. fixed controller: A controller with a power supply, CPU, and I/O integrated into a single package. function keys: Keys on a personal computer keyboard labeled F1, F2, F3, and so on. The operation of each of these keys is defined by software and a key may have a different function for each menu display.
Glossary off line: Describes devices not under direct communication. For example, when programming the software. online: Describes devices under direct communication. For example, when the software is monitoring the program file in a controller. operating cycle: The sequential order of operations performed by a programmable controller when in the run mode. OTE (OuTput Energize): An instruction that energizes when a rung is true and de-energizes when a rung is false.
APS Quick Start for New Users Preface restore: To download (transfer) a program from a personal computer to a SLC. run mode: When the processor file in the SLC is being executed, inputs are read, the program is scanned, and outputs are energized and de-energized. rung: Ladder logic is comprised of a set of rungs. A rung contains input and output instructions. During Run mode, the inputs on a rung are evaluated to be true or false. If a path of true logic exists, the outputs are made true.
Index A additional ladder program exercises entering a timer instruction, A-6 entering an input and output branch, A-2 addressing external I/O, 2-6 APS display format, 1-11 instructions/addresses, 2-8 error messages, B-2 installing, 1-9 running, 1-10 C catalog numbers, 3-3 communicating with the processor, 2-5 configuring controllers, 3-2 catalog numbers, 3-3 styles, 3-2 contents of manual, P-2 control basics, 2-1 controllers configuration, 3-2 connecting to a personal computer, 1-7 setting up a field wir
I–2 Index P personal computer, connecting to the controller, 1-7 printing reports, 5-4 processor error codes, B-6 operating cycle, 2-11 processor configuration report, 5-1 , 5-3 processor files, 2-2 creating, 3-5 data files, 2-4 naming, 3-5 program files, 2-3 restoring (downloading), 4-2 saving, 3-12 , A-4 , A-9 data table, 5-1 processor configuration, 5-1 program listing, 5-1 restoring processor files, 4-2 rung comments, adding, 3-11 S saving the processor file, 3-12 , A-4 , A-9 setting up your equipme
Copyright Notice E1995 Rockwell Software Inc. All rights reserved Printed in the United States of America Portions copyrighted by Allen-Bradley Company, Inc. and used with permission This manual and any accompanying Rockwell Software products are copyrighted by Rockwell Software Inc. Any reproduction and/or distribution without prior written consent from Rockwell Software Inc. is strictly prohibited. Please refer to the license agreement for details.