R200
Analog Input Module 2MLF-AV8A, AC8A User's Guide
107
September 2010
Honeywell
6. Programming
6.1 Read/Write of operation parameter settings area
The below program examples of read/write commands (GET/PUT) for data transfer
between CPU and I/O module. For example, configuration of internal memory, and so
on.
Read operation parameters settings area (GET, GETP command)
Type
Description
Area available
n1
Slot number where the special module is installed
Integer
n2
Start address of setting area of special module’s Run parameters to
read data.
Integer
D
Device’s start address with saved data to read
M, P, K, L, T, C, D, #D
n3
Number of words data to read
Integer
< Difference between GET command and GETP command >
GET: Always executed with execution condition On ( )
GETP: Executed with execution condition of operation start ( )
Example
The below program example reads A/D conversion module (Base 0, Slot 3) memory
addresses 0 and 1 and transfers to D0 and D1 of CPU module.