At a Glance

For this communication function, you can call up the assisted entry screen.

NOTE: The variable symbols are accepted in the different fields of the screen.

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.

NOTE: if you enter a value directly in the field, the assisted address entry button turns gray.

Request Code

The possible objects are of the INT type:

  • variables,

  • constants,

  • immediate value.

NOTE: if you enter a constant, an entry field appears to enter the constant. If you enter a variable, it can be located or not.

Data to Send

These data to be sent are stored in the form of an integer array. This array can be located or not.

Reception Zone

The reception zone is an array of integers. This array can be located or not, and its size depends on the request code used.

Report

The report is an array of 4 integers.

NOTE: be careful not to use several identical memory areas for report tables, otherwise the variable read function may not work.