ALLEN–BRADLEYThe Getting Started Guide for HHT(Catalog Number 1747–PTA1E & 1747–PT1)User Manual
Chapter 1Setting Up Your EquipmentGetting Started Guidefor HHT1–3SLC 500 demo units are available with either a fixed controller or modularcontroller.
Chapter 1Setting Up Your Equipment1–4The details of installing and wiring the controller and external input/outputdevices are beyond the scope of this
Chapter 1Setting Up Your EquipmentGetting Started Guidefor HHT1–5B. Insert the memory pak in its compartment as indicated in the followingfigure.Backs
Chapter 1Setting Up Your Equipment1–62. Install the battery, catalog number 1747–BA. The battery compartment isnext to the memory pak compartment.!AT
Chapter 1Setting Up Your EquipmentGetting Started Guidefor HHT1–73. Locate the Communications Port of the controller. The figure belowshows where it
Chapter 1Setting Up Your Equipment1–8Use the Hand–Held Terminal to configure the SLC 500 controller,enter/modify a user program, download/upload progr
Chapter 1Setting Up Your EquipmentGetting Started Guidefor HHT1–9After you install the memory pak and battery, and plug in the cable, you cantest oper
Chapter 1Setting Up Your Equipment1–10Data Entry Keys (A 7, B 8, C 9...)These blue keys include numbers, letters, and symbols used for addresses,passw
A–B2ChapterGetting Started Guidefor HHT2–1Control BasicsThis chapter introduces you to basic concepts essential for understandinghow the SLC 500 contr
Chapter 2Control Basics2–2Program FilesProgram files contain controller information, the main control program, andany subroutine programs. The first
Solid state equipment has operational characteristics differing from those ofelectromechanical equipment. “Safety Guidelines for the Application,Insta
Chapter 2Control BasicsGetting Started Guidefor HHT2–3The figure below applies to a modular controller demo unit having an inputmodule in slot 1 and a
Chapter 2Control Basics2–4As pointed out in the last section, external inputs and outputs are linked tothe input data file and output data file of the
Chapter 2Control BasicsGetting Started Guidefor HHT2–5There are three ways in which an external I/O address appears in this guide:• The five keyboard
Chapter 2Control Basics2–6As we mentioned earlier, the program files you create contain the programused for your controlling application. The program
Chapter 2Control BasicsGetting Started Guidefor HHT2–7Logical ContinuityDuring controller operation, the processor evaluates each rung, changing thest
Chapter 2Control Basics2–8Processor Operating CycleThe diagram below indicates the events that occur during the processoroperating cycle. This sequen
A–B3ChapterGetting Started Guidefor HHT3–1Creating a ProgramIn this chapter you create a program. The tasks you will perform:• For modular controller
Chapter 3Creating a Program3–2Controller StylesAs previously mentioned, SLC 500 controllers are available in two styles —the fixed controller and the
Chapter 3Creating a ProgramGetting Started Guidefor HHT3–3Catalog Number Location – SLC 500 Fixed ControllersSide ViewCATSLC 5001747–L _ _ _Label for
Chapter 3Creating a Program3–4Arbitrary Controller Used in this GuideIn the following procedures, we have assumed that the controller you areconfiguri
PrefaceP–1PrefaceRead this preface to familiarize yourself with the rest of the manual. Thispreface covers the following topics:• who should use this
Chapter 3Creating a ProgramGetting Started Guidefor HHT3–5Clearing the Memory of the HHTTo create a new program, you must clear the HHT memory (DEFAUL
Chapter 3Creating a Program3–6Naming the Program and Configuring the ControllerThe following indicates how to name your program and configure yourcont
Chapter 3Creating a ProgramGetting Started Guidefor HHT3–7Configuring the Processor1. Press [ENTER] to view the additional menu functions (as indicate
Chapter 3Creating a Program3–8Configuring Your I/O1. Press [F3] – EDT I/O. The following display appears:Rack 1 = 1746–A4 4–SLOT RACKRack 2 = NON
Chapter 3Creating a ProgramGetting Started Guidefor HHT3–96. Press [F2] – MOD_SLT.7. Assign 1746–IA8 in slot 2: press the [ ↓ ] key twice, then [ENTE
Chapter 3Creating a Program3–10Monitoring Your Data FileTo verify that the output and input data files for the I/O modules have beencreated, you can c
Chapter 3Creating a ProgramGetting Started Guidefor HHT3–11Programming a Simple Ladder RungThe following rung consists of an XIC input instruction and
Chapter 3Creating a Program3–12Entering an “Examine if Closed” Instruction1. Press [F1] – INS_INST. The following display appears:F1 F2 F3 F4 F52.0.0
Chapter 3Creating a ProgramGetting Started Guidefor HHT3–13Entering an “Output Energize” Instruction1. Press [F3], for the output energize instruction
Chapter 3Creating a Program3–14Saving Your ProgramSave your program at the end of a program edit. First your program is compiled, transforming it int
PrefaceP–2Contents of this ManualChapter: Title: Purpose:1 Setting Up Your EquipmentShows you how to set up a controller, install yourMemory Pak, Batt
A–B4ChapterGetting Started Guidefor HHT4–1Online OperationsIn this chapter, you will complete the following tasks:• Download program 1000, created in
Chapter 4Online Operations4–2This chapter shows you how to download a program from the HHT to theprocessor, then monitor the program. It assumes that
Chapter 4Online OperationsGetting Started Guidefor HHT4–3Downloading Your Program1. Press DWNLOAD. The following display appears:Program Directory P
Chapter 4Online Operations4–43. Press [F2] – YES. The following display appears again:File Name: Prog Name:1000File Name Type Size(Instr)0 System 7
Chapter 4Online OperationsGetting Started Guidefor HHT4–5The following diagram shows the rung you entered if you are using themodular controller demo
Chapter 4Online Operations4–62. Monitor output data changes resulting from input device operation. Presspushbutton 0. Note that the status bit corre
Chapter 4Online OperationsGetting Started Guidefor HHT4–77. Press [F2] – YES. The following screen appears:File Name: Prog Name:1000File Name Type Si
Chapter 4Online Operations4–8
A–BAAppendixGetting Started Guidefor HHTA–1Additional Ladder Program ExercisesThis appendix lets you apply what you have learned in the previous chapt
Appendix AAdditional Ladder Program ExercisesA–24. Press [F2] – MOD_RNG, then [F2] – BRANCH.Adding an Input Branch5. Press [F4] – INS_BR. Then press
PrefaceP–3To use this manual effectively:• Work through the chapters in sequential order, completing each onebefore moving on to the next.• Perform th
Appendix AAdditional Ladder Program ExercisesGetting Started Guidefor HHTA–3Inserting an Instruction11. Press [ESC] once, then [F1] – INS_INST, then [
Appendix AAdditional Ladder Program ExercisesA–46. Monitor the ladder program and put the processor into the RUN mode.To do this, press [ENTER], then
Appendix AAdditional Ladder Program ExercisesGetting Started Guidefor HHTA–5In this exercise, you enter a timer instruction with a time delay of 10 se
Appendix AAdditional Ladder Program ExercisesA–63. Enter a rung and an XIC instruction. Press or enter the following:A.[F1] – INS_RNGB.[F1] – INS_INS
Appendix AAdditional Ladder Program ExercisesGetting Started Guidefor HHTA–76. Enter an OTE instruction. Press or enter the following:A.[F3] —( )—B.
Appendix AAdditional Ladder Program ExercisesA–89. Save the program. Press or enter the following:A.[ENTER]B. [F5] – SAVE_EXC.[F5] – ACCEPTD. [ESC]10
Appendix AAdditional Ladder Program ExercisesGetting Started Guidefor HHTA–913.Test your Ladder Program. Do the following:A. Press pushbutton #0 for
A–BBAppendixGetting Started Guidefor HHTB–1Troubleshooting ErrorsThis appendix shows you how to identify and correct errors that you mayencounter whil
Appendix BTroubleshooting ErrorsB–2This ErrorMessage:Appears when: Correct the Error by:Either you are trying toATTACH the HHT to eitheritself or a no
The Getting Started Guide for HHTTable of ContentsiChapter 1Controller Styles 1–2. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Appendix BTroubleshooting ErrorsGetting Started Guidefor HHTB–3The System LEDs are located at different places on the modular system andthe SLC fixed
Appendix BTroubleshooting ErrorsB–4The table below details some of the processor error codes. Refer to the HHTmanual for a complete list of error cod
A–BCAppendixGetting Started Guidefor HHTC–1Identifying HHT Function Keys & InstructionMnemonicsThis appendix provides a listing of the abbreviated
MnemonicsAppendix CIdentifying HHT Function Keys & InstructionC–2Abbreviation: Meaning:ENT enterENT_MAS enter masterEXEC_FILE executable filesEXT_
MnemonicsAppendix CIdentifying HHT Function Keys and Instruction Getting Started Guidefor HHTC–3Abbreviation: Meaning:REM_MAS remove masterSAVE_CT sav
MnemonicsAppendix CIdentifying HHT Function Keys & InstructionC–4Mnemonic: Instruction:GRT greater thanHSC high–speed counterIID I/O interrupt dis
MnemonicsAppendix CIdentifying HHT Function Keys and Instruction Getting Started Guidefor HHTC–5Mnemonic: Instruction:SCL scale dataSQC sequencer comp
MnemonicsAppendix CIdentifying HHT Function Keys & InstructionC–6
A–BGlossaryGetting Started Guidefor HHTG–1GlossaryThe following terms are used throughout this manual. Refer to them whileworking in this manual.addr
GlossaryG–2input device: A device, such as a pushbutton or a switch, that supplies datathrough input circuits to a programmable controller.input scan
The Getting Started Guide for HHTTable of ContentsiiEntering an “Examine if Closed” Instruction3–12. . . . . . . . . . . . . . . . . . . . . Entering
GlossaryGetting Started Guidefor HHTG–3program file: The area within a processor file that contains the ladder logicprogram.program mode: When the S
GlossaryG–4
The Getting Started Guide for HHTIndexUser ManualI–1Aaddressesdisplay of, 2–5formats of, 2–5specifying, 2–4input, 2–4output, 2–4Allen–Bradley, P–3cont
User ManualThe Getting Started Guide for HHTIndexI–2Ffalse rung conditions, 2–7features, of HHT, 1–8field–wired controller, setting up, 1–4file concep
The Getting Started Guide for HHTIndexUser ManualI–3Ooperating cycle, processor, 2–8output branch, entering, A–1, A–2output data file, 2–2monitoring,
With offices in major cities worldwide.WORLD HEADQUARTERSAllen-Bradley1201 South Second StreetMilwaukee, WI 53204 USATel: (1) 414 382–2000Telex: 43 11
A–BChapter 21ChapterGetting Started Guidefor HHT1–1Setting Up Your EquipmentThis chapter briefly describes SLC 500 controller styles, then shows you h
Chapter 1Setting Up Your Equipment1–2The SLC 500 comes in two different styles: modular and fixed. These stylesare shown below. The modular controlle
Comentarios a estos manuales