.

Axis.BrakeMode

Specifies the configuration for a motor's dedicated brake logic. Each motor object has a dedicated brake output. The controller enables/disables the brake depending on the states of Axis.AmpEnable and Axis.BrakeMode.

When the amplifier is disabled, the brake will be applied.
When the amplifier is enabled, the brake will be released.

See the diagrams below for the brake logic details:


Case 1. Axis.BrakeMode = Mpx.BrakeMode.None


Case 2. Axis.BrakeMode = Mpx.BrakeMode.Delay

Version History

Introduced in MPX 2.0.

Type

Mpx.BrakeMode

Default

0.0

Visual Basic

Syntax

Property BrakeMode As Mpx.BrakeMode

Sample Code

 
Controller.Axis(0).BrakeMode = Mpx.BrakeMode.Delay
Controller.Axis(0).BrakeApplyDelay = .05
Controller.Axis(0).BrakeReleaseDelay = .1


Sample Application

 

C#

Syntax

Mpx.BrakeMode BrakeMode;

Sample Code

 
Controller.Axis[0].BrakeMode = Mpx.BrakeMode.Delay;
Controller.Axis[0].BrakeApplyDelay = .05;
Controller.Axis[0].BrakeReleaseDelay = .1;

 

See Also

BrakeApplyDelay
BrakeReleaseDelay

BrakeMode

 

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering