DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-11
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
These instructions look like the STR and STRN instructions only the address is different.
Take note how the address is set up in the following Store Bit-of-Word example.
When bit 12 of V-memory location V1400 is on, output Y2 will energize.
In the following Store Not Bit-of-Word example, when bit 12 of V-memory location V1400
is off, output Y2 will energize.
Aaaa.bb
Aaaa.bb
Operand Data Type
DL06 Range
A
aaa
bb
V-memory
B
See memory map
0 to 15
Pointer
PB
See memory map
0 to 15
Handheld Programmer Keystrokes
DirectSOFT32
Y2
OUT
B1400.12
STR
V
1
OUT
2
SHFT
4
0
0
1
2
ENT
ENT
K
B
Y2
OUT
B1400.12
DirectSOFT32
OUT
2
ENT
Handheld Programmer Keystrokes
STRN
V
1
SHFT
4
0
0
1
2
ENT
K
B
DS
Used
HPP Used
DS
Used
HPP Used
Direct
SOFT
Direct
SOFT
Store Bit-of-Word (STRB)
The Store Bit-of-Word instruction begins a new rung or an
additional branch in a rung with a normally open contact. Status
of the contact will be the same state as the bit referenced in the
associated memory location.
Store Not Bit-of-Word (STRNB)
The Store Not instruction begins a new rung or an additional
branch in a rung with a normally closed contact. Status of the
contact will be opposite the state of the bit referenced in the
associated memory location.