BeltMotionStatus Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates possible values of the current motion state of the device.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Enumeration BeltMotionStatus
public enum BeltMotionStatus
public enum class BeltMotionStatus
public enum BeltMotionStatus
public enum BeltMotionStatus

Members

Member name Description
Backward The device is moving backward.
Emergency Emergency stop. Either a security flap is open or the emergency button was pressed. Technical help is needed to reactivate the belt device.
Forward The device is moving forward.
MotorFault The device has stopped because of a motor failure like overheating or a defective fuse. Technical help may be needed to reactivate the motor.
Stopped The device has stopped because of an automatic stop, security stop or motor time-out stop.

Remarks

Replaces the BELT_MT_BACKWARD, BELT_MT_EMERGENCY, BELT_MT_FORWARD, BELT_MT_MOTOR_FAULT, and BELT_MT_STOPPED properties from UPOS.

See Also

Reference

Microsoft.PointOfService Namespace