GE VersaMax PLC User Manual page 190

Table of Contents

Advertisement

%I00001
CONST
+00003
ENABLE
Input/ Output
address
enable
190
GFK-1503E
For public disclosure
10.9.3.1 Example
In the example, an Off-Delay Timer is used to turn off an output (%Q00001) whenever an
input (%I00001) turns on. The output is turned on again 0.3 seconds after the input goes
off.
OFDT
0.10
PV
CV
%R00019
10.9.3.2 Operation of the Off-Delay Timer Function
Q
A
B
C
A.
ENABLE and Q both go high; timer is reset (CV = 0).
B.
ENABLE goes low; timer starts accumulating time.
C.
CV reaches PV; Q goes low, and timer stops accumulating time.
D.
ENABLE goes high; timer is reset (CV = 0).
E.
ENABLE goes low; timer starts accumulating time.
F.
ENABLE goes high; timer is reset (CV = 0).
G.
ENABLE goes low; timer begins accumulating time.
H.
V reaches PV; Q goes low, and timer stops accumulating time.
10.9.3.3 Parameters of the Off-Delay Timer Function
Choices
R
flow
D
E
Description
The function uses three consecutive words
(registers) of %R memory to store the following:
• Current value (CV) = word 1.
• Preset value (PV) = word 2.
• Control word = word 3.
Do not use this address with other instructions.
Careful: Overlapping references cause erratic
operation of the timer.
When enable receives power flow, the timer's
current value is incremented.
%Q00001
F G
H
VersaMax PLC User Manual

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents