Cim360s Revision 16 March 2023
Cim360s Revision 16 March 2023
Cim360s Revision 16 March 2023
Draw a ladder logic diagram for this process clearly labeling the sensors, actuators and
any other devices involved. (10)
e) A push-button switch shown below is used for starting and stopping electric
motors and other powered devices, is a common hardware component in an
industrial control system. The operation of the push button shown below can be
depicted in a ladder logic diagram. Let START be represented by X1, STOP by
X2, and MOTOR by Y and create the ladder logic diagram. (5)
Page 2 of 2 REVISION CIM360S
f) Write the PLC program with comments for the control relay in the ladder logic
diagram below using the typical low-level language instruction list for a PLC.
X
C (6)
(5)
C
Y1
Y2
C
[31]
TOTAL [31]
TMR Timer element. Requires one input signal to initiate timing sequence.
Output is delayed relative to input by a duration specified by the
programmer in seconds. Resetting the timer is accomplished by
interrupting (stopping) the input signal
CTR Counter element. Requires two inputs: one is the incoming pulse train that
is counted by the CTR element, the other is the reset signal indicating a
restart of the counting procedure