This section describes how to configure the Request blocks in TIA Portal STEP 7 for ibaBM-DP.

For each Request module
  1. Copy the following blocks from the iba S7 library to the blocks folder of your STEP 7 project, see iba S7 library. One set of Request blocks has to be called for each Request module (connection) in ibaPDA.

  2. Call ibaREQ_M (FB1400) preferably within OB1.

  3. Enable the Retain option for the entire instance data block you have just created.

  4. Call ibaREQ_DP (FB1402) within OB1 or a cyclic interrupt OB (OB3x).

For each additional Request module
  • In the blocks folder, an ibaREQ_DB (DB15) data block has to be available for each Request module. Copy the data block and assign a new unique DB number.

  • Within OB1, ibaREQ_M (FB1400) has to be called once more with the new DB numbers for each Request module.

  • Within OB1 or a cyclic interrupt OB (OB3x), ibaREQ_DP (FB1402) has 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 ADR_SLOT_0 and ADR_SLOT_1 parameters.

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