NumMUParts (material flow objects)

Syntax

<Path>.NumMUParts → integer

The read-only attribute NumMUParts returns the number of MUs located on the object designated by <Path> as a whole or in part.

Note that for length-oriented objects an MU may have exited the object with its front part while the rear is still located on the object. In this case NumMUParts counts both occupied lengths separately, although they form part of a single MU.

Note:

The read-only attribute NumMU returns the number of MUs whose booking point is located on the object. On point-oriented objects NumMUParts and NumMU always return the same value.

Return Value

The return value has the data type integer.

Example

if conveyor.NumMUParts  3 
   @.move(conveyor)
end

Related Topics

Contents

NumMU