Control Functions; Control Functions Do I/O - GE VersaMax PLC User Manual

Table of Contents

Advertisement

10.2 Control Functions

Input/ Output
enable
ST
END
138
GFK-1503E
For public disclosure
This section describes the control functions, which may be used to limit program
execution and to change the way the CPU executes the application program.
Service specified I/O: DO IO
Go to a subroutine block: CALL
Temporary program end: END
Execute a group of logic rungs without power flow: MCR
Go to a specified location in the program: JUMP, LABEL
Place a text explanation in the program logic: COMMENT
Provide predefined On/Off patterns to a set of 16 discrete outputs in the manner of a
mechanical DRUM SEQUENCER.
The more complex Control Functions; Service Request and the PID algorithms, are
described in other chapters of this manual.

10.2.1 Control Functions Do I/O

The Do I/O function updates inputs or outputs for one scan while the program is running.
The Do I/O function can also be used to update selected I/O during the program in
addition to the normal I/O scan. I/O is serviced in increments of entire I/O modules; the
PLC adjusts the references, if necessary, while the function executes.
enable
Starting address
Ending address
Execution of the function continues until all inputs in the selected range have reported or
all outputs have been serviced on the I/O modules. Program execution then returns to the
next function.
If the range of references includes an option module, all the input data (%I and %AI) or
all the output data (%Q and %AQ) for that module will be scanned. The ALT parameter is
ignored while scanning intelligent I/O modules or the Ethernet interface.
The function passes power to the right whenever power is received, unless:
Not all references of the type specified are present within the selected range.
The CPU is not able to properly handle the temporary list of I/O created by the
function.
The range specified includes modules that are associated with a "Loss of I/O" fault.
10.2.1.1 Parameters of the Do I/O Function
Choices
When the function is enabled, a limited input or
flow
output scan is performed.
I, Q, AI, AQ
The starting address of the I/O to be serviced.
The ending address of the I/O to be serviced.
I, Q, AI, AQ
OK
ST
END
ALT
Description
VersaMax PLC User Manual

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents