Click or drag to resize

MovementStatus Enumeration

Conveyor motor movement categorization.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public enum MovementStatus
Members
  Member nameValueDescription
None0 The conveyor motor is not moving.
Steady1 The conveyor motor is moving at constant speed.
Accelerating2 The conveyor motor is accelerating.
Decelerating3 The conveyor motor is decelerating.
See Also