Standard
RLL
Instructions
5--8
Standard RLL Instructions
Boolean Instructions
DL105 PLC User Manual, 3rd Edition
The DL105 Micro PLCs usually can complete an operation cycle in a matter of
milliseconds. However, in some applications you may not be able to wait a few
milliseconds until the next I/O update occurs. The DL105 PLCs offer Immediate
input and outputs which are special boolean instructions that allow reading directly
from inputs and writing directly to outputs during the program execution portion of
the CPU cycle. You may recall that this is normally done during the input or output
update portion of the CPU cycle. The immediate instructions take longer to execute
because the program execution is interrupted while the CPU reads or writes the I/O
point. This function is not normally done until the read inputs or the write outputs
portion of the CPU cycle.
NOTE:
Even though the immediate input instruction reads the most current status
from the input point, it only uses the results to solve that one instruction. It does not
use the new status to update the image register. Therefore, any regular instructions
that follow will still use the image register values. Any immediate instructions that
follow will access the I/O again to update the status. The immediate output
instruction will write the status to the I/O and update the image register.
X0
OFF
X1
OFF
CPU Scan
Read Inputs
Diagnostics
Input Image Register
The CPU reads the inputs from the local
base and stores the status in an input
image register.
X0
Y0
X0
X1
X2
...
X11
OFF
OFF
ON
...
OFF
Solve the Application Program
Read Inputs from Specialty I/O
Write Outputs
Write Outputs to Specialty I/O
X0
ON
X1
OFF
Immediate instruction does not use the
input image register, but instead reads
the status from the module immediately.
I/O Point X0 Changes
I
Immediate Boolean
Содержание DL105
Страница 2: ...DL105 PLC User Manual Manual Number D1 USER M...
Страница 308: ...1B DL105 Error Codes In This Appendix Error Code Table...
Страница 314: ...1C Instruction Execution Times In This Appendix Introduction Instruction Execution Times...
Страница 324: ...1D Special Relays In This Appendix DL105 PLC Special Relays...
Страница 327: ...1E PLC Memory In This Appendix DL105 PLC Memory...
Страница 329: ...1F European Union Directives CE In This Appendix European Union EU Directives Basic EMC Installation Guidelines...