EAF Logarithmic, Trigonometric
and FIFO Instructions
Chapter 15
15-16
If you want to keep zero as valid FIFO data, leave the bit set and it will
progress through the file as any other word would. However, if you want
to get rid of zero, you could reset the bit with ladder logic. The Result
Word will not reflect the change until the next data is transferred into or
out of the file. The zeros are then over-written. Valid data moves up to
take the place of the zeros when either a FIFO Load or Unload executes
(Figure 15.15).
Figure 15.15
Zero Has Been Eliminated
130
EXECUTE AUX
FUNCTION
FUNCTION NUMBER:
DATA ADDR:
RESULT ADDR:
28
030
050
050
060
000
G
040
000
G
041
000
G
042
000
G
043
000
G
01 15
030
G
031
032
060
G
040 005
G ( )
070
00
050
000
G
( )
070
00
044
000
G
( )
070
00
130
EXECUTE AUX
FUNCTION
FUNCTION NUMBER:
DATA ADDR:
RESULT ADDR:
29
033
050
050
061
000
G
01 14
033
G
034
035
061
G
040 005
G
( )
070
00
FIFO Unload
Figure 15.16 shows data unloaded from the file into the Output Word. Bit
16 of the output word follows the condition of the FIFO Unload rung. Bit
16 is set (1) if the rung is true. Bit 16 is reset (0) if the rung is false.
Observe that 111 was the first data in the file and it is the first data out or
first in – first out (FIFO). Also, the Result Word has decremented by one.
It now shows four indicating that there are now four words in the file.