![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/3/8d/38d56254-54fe-46e3-85ae-d3f5260e1091/38d56254-54fe-46e3-85ae-d3f5260e1091-bg1f.png)
FX Series Programmable Controllers Basic Program Instructions 2
2-5
2.5.2 Double Coil Designation
Double or dual coilin
is not a recommended
practice. Usin
multiple output coils of the
same device can cause the pro
ram
operation to become unreliable. The example
pro
ram shown opposite identifies a double
coil situation; there are two Y3 outputs. The
followin
sequence of events will occur when
inputs X1 = ON and X2 = OFF;
1.The first Y3 tuns ON because X1 is ON. The
contacts associated with Y3 also ener
ize
when the coil of output Y3 ener
izes. Hence,
output Y4 turns ON.
2.The last and most important line in this
pro
ram looks at the status of input X2.
If this is NOT ON then the second Y3 coil does NOT activate. Therefore the status of the Y3
coil updates to reflect this new situation, i.e. it turns OFF. The final outputs are then Y3 = OFF
and Y4 = ON.
Input durations:
The ON or OFF duration of the PLC inputs
must be lon
er than the operation c
cle
time of the PLC.
Takin
a 10 msec (standard input filter)
response dela
into account, the ON/OFF
duration must be lon
er than 20 msec if
the operation c
cle (scan time) is 10 msec.
Therefore, in this example, input pulses of
more than 25Hz (1sec/(20msec ON +
20msec OFF)) cannot be sensed.
There are applied instructions provided to
handle such hi
h speed input requests.
: Input ON state NOT reco
nized
: Input ON state reco
nized
: Input OFF state NOT reco
nized
: 1 pro
ram processin
: Input processin
: Output processin
: A full pro
ram scan/operation c
cle
X1
Y3
X2
1.
2.
Y3
Y3
Y4
Use of dual coils:
•Alwa
s check pro
rams for incidents of dual coilin
. If there are dual coils the
pro
ram will not operate as expected - possibl
resultin
in unforeseen ph
sical
The last coil effect:
• In a dual coil desi
nation, the coil operation desi
nated last is the effective coil. That
is, it is the status of the previous coil that dictates the behavior at the current point in
the pro
ram.
1
2
3
5
6
4
4
7
t secs