At a Glance
For this communication function, you can call up the assisted entry screen. Please note that the assisted entry screen is not available for Modicon M340/M580.
Illustration
The following screen shows an example of the assisted entry screen of the function:

Address
For Premium PLCs, the possible type of object is:
ADDR(STRING)
.ARRAY [0..5] OF INT
.
Type of object to read.
For Premium PLCs, possible choices are:
‘%M’
for reading internal bits.‘%MW’
for reading internal words.‘%S’
for reading system bits.‘%SW’
for reading system words.‘%I’
for reading input bits.‘%IW’
for reading input words.
Address of first object to read
The possible objects are of the DINT
type:
variables,
constants,
immediate value.
Number of consecutive objects to read
The possible objects are of the INT
type:
variables,
constants,
immediate value.
Reception zone
The reception zone is an integer array. The size of this array depends on the number of objects to read. This integer array can be located or not.
Report
The report is an array of 4 integers.