Lesson 3 Worksheet - Programming Foundation
Lesson 3 Worksheet - Programming Foundation
Lesson 3 Worksheet
Introduction
The milestone for Lesson 3 is to add timer and counter logic to your generator start/stop
program from Lesson 2. The timer and counter logic will be used to trigger lights related to the
generator.
Note: It is not common to see a generator application with a maintenance light for a certain
amount of runs, however, this type of logic is useful for other machines on which periodic
maintenance is required.
1
Programming Foundation
such that the rung-in condition to the timer is true. The timer should time for 30
seconds and then turn on the ‘Start Failure Alarm Light’ output. Toggle the ‘Stop
Push Button’ to reset the alarm.
Important Simulating Note: Please note that since we are emulating a PLC with the emulator
software, we do not have any way to simulate inputs turning on and off EXCEPT to toggle the
bits manually. Therefore, when we want to see what happens in our program when an input
changes state, we will have to simulate it by manually toggling the bit on or off.
2
Programming Foundation
Useful Hints:
● Common error seen 'The processor is not supported by RSLogix Micro Starter Lite'. If
you see this. It means it has not seen the Emulator. So I would recommend you save
your program and go through the step by step start-up again in accordance with
Worksheet 1
(https://www.myplctraining.com/products/the-confident-plc-programmer-method-rockwell/
categories/1986972/posts/7530066) From page 11 onwards. This should resolve this
issue.