Type: |
Function block |
Available as of: |
V1.4.1.0 |
Inherits from: |
- |
Implements: |
IF_BalancingStrategy |
This chapter provides information on:
The function block FB_ListBalancing implements an algorithm that tries to assign an owner to each target based on a list of robots.
The targets without an owner are assigned to the robots following the order of the list. Once the end of the list is reached, the algorithm restarts assigning the owners from the first element of the list.
Example:
{Robot1, Robot2, Robot3, Robot4}
The algorithm will assign the owners accordingly with the sequence
Robot1, Robot2, Robot3, Robot4, Robot1, Robot2, … and so on.