This section describes how to configure the Request blocks in TIA Portal STEP 7.

For each Request module
  1. Copy the following blocks from the iba S7 library to the function block folder of your STEP 7 project, see iba S7 library.

  2. Call ibaREQsym_M preferably within OB1.

  3. Call ibaREQsym_UDP preferably a cyclic interrupt OB (OB3x).

For each additional Request module
  • An ibaREQsym_DB_PDA data block must be available in the function block folder for each Request module. Copy the data block and assign a new unique DB number.

  • Within OB1 or a cyclic interrupt OB (OB3x), ibaREQsym_M and ibaREQsym_UDP have to be called once more with the new DB numbers for each Request module.

  • Make sure that all instance data blocks are unique and that unique values are assigned for the connectionId and localPort parameters.

Completion
  • Load all blocks to the S7 CPU and restart the S7 CPU.