228
When CIO 000000 is ON in the following example, three digits of data from
CIO 0020 is converted to bit positions and the corresponding bits in three con-
secutive words starting with D 00100 are turned ON to indicate the position of the
ON bits.
00000 LD 000000
00001 MLPX(110)
0200
#0021
1210
0000
00
(110)
MLPX 0020 #0021 1210
Address Instruction Operands
S: 0020 R: D00100 R+1: D00101 R+2: D00102
Bit 00 20 00 0 00 0 00 1
Bit 01 21 01 0 01 0 01 0
Bit 02 22 02 0 02 0 02 0
Bit 03 23 03 0 03 0 03 0
Bit 04 1 20 04 0 04 0 04 0
Bit 05 1 21 1 05 0 05 0 05 0
Bit 06 1 22 06 0 06 1 06 0
Bit 07 1 23 07 0 07 0 07 0
Bit 08 0 20 08 0 08 0 08 0
Bit 09 1 21 2 09 0 09 0 09 0
Bit 10 1 22 10 0 10 0 10 0
Bit 11 0 23 11 0 11 0 11 0
Bit 12 0 20 12 0 12 0 12 0
Bit 13 0 21 3 13 0 13 0 13 0
Bit 14 0 22 14 0 14 0 14 0
Bit 15 0 23 15 1 15 0 15 0
15
6
0
Not
Converted
5-17-9 DATA ENCODER: DMPX(111)
Variations
j DMPX(111)
(111)
DMPX SB R Di
Operand Data AreasLadder Symbol
SB: 1
st
source word CIO, G, A, T, C, DM
Di: Digit designator CIO, G, A, T, C, #, DM, DR, IR
R: Result word CIO, G, A, DM, DR, IR
When the execution condition is OFF, DMPX(111) is not executed. When the
execution condition is ON, DMPX(111) can be used to convert either 16-bit units
(2 words) or 256-bit units (32 words). The type of conversion used is specified in
the leftmost bit of Di.
Example
Description
Conversion Instructions Section 5-17