CurrentSpeed (Conveyor)

Syntax

<Path>.CurrentSpeed:speed

The attribute CurrentSpeed sets the Current speed of the Conveyor in the forward direction (positive number) or in reverse (negative number). Enter any real number.

You can only set the current speed after you activate Acceleration/AccelerationEnabled.

Data Type of the Value You Can Assign

You can assign a value of data type speed.

Return Value

When you enter -1 for an infinite speed, the return value is inf.

Example

MyConveyor.CurrentSpeed := 2

Related Topic

Current speed