ExitStrategySequence

Syntax

<Path>.ExitStrategySequence:array

The attribute ExitStrategySequence sets the contents of the internal exit list of the material flow object designated by <Path> for the exit strategies Cyclic sequence and Linear sequence.

Data Type of the Value You Can Assign

You can assign a value of data type array.

Example

MyStation.ExitStrategy := "Cyclic sequence"
MyStation.ExitStrategySequence := [2,1,3]
MyStation.ExitStrategy := "Linear sequence"
MyStation.ExitStrategySequence := [3,2,1]