6.7 Programming Ladder Logic Diagrams with
Latch and Unlatch Instructions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 118
6.8 Loading and Troubleshooting PLC
Ladder Diagrams in Run Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121
6.9 Using PLC Force Instruction for Troubleshooting. . . . . . . . . . . . . . . 123
6.10 Creating and Printing PLC Program Reports. . . . . . . . . . . . . . . . . . 128
6.11 Using Utility Instructions to Save and
Retrieve PLC Programs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132
6.12 Using the LogixPro Simulator to Create
Ladder Logic Diagrams . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134
Chapter 7
Programming Logic Gate Functions in PLCs . . . . . . . . . . . . . . . . . . . . 141
7.1 Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 142
7.2 Combinational and Sequential Logic Gate Circuits . . . . . . . . . . . . . 142
7.3 Boolean Expressions, Truth Tables, and Logic Gate Circuits . . . . . . 143
7.4 NOT Gates or Inverters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145
7.5 AND Gates. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146
7.6 OR Gates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146
7.7 NAND Gates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149
7.8 NOR Gates. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150
7.9 XOR (Exclusive OR) Gates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152
7.10 XNOR (Exclusive NOR) Gates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 153
7.11 Simplifying Boolean Expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . 154
7.12 Creating PLC Ladder Logic Diagrams from
Logic Gate Circuits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162
7.13 Creating PLC Ladder Logic Diagrams from
Boolean Expressions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165
7.14 Creating Logic Gate Circuits from PLC
Ladder Logic Diagrams . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 169
7.15 LogixPro Simulator Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 174
Chapter 8
PLC Timer Instructions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181
8.1 Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 182
8.2 Timer Instructions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 182
8.3 PLC Timer Instruction Registers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 185
8.4 Fixed Preset Value Non-retentive
Timer ON-Delay Instructions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 187
7