.

Axis.LimitHwNegDuration

The amount of time that the negative hardware limit input must be true before LimiHwNeg status becomes true and an event of type EventTypeLimitHwNeg is generated.

Version History

Introduced in MPX 2.0.

Units

Seconds

Type

Double

Default

0.0

Visual Basic

Syntax

Property LimitHwNegDuration As Double

Sample Code

 
Controller.Axis(0).LimitHwNegAction = Mpx.Action.None
Controller.Axis(0).LimitHwNegDirectionSensitive = False
Controller.Axis(0).LimitHwNegDuration = 0
Controller.Axis(0).LimitHwNegInvert = False
          

C#

Syntax

double LimitHwNegDuration;

Sample Code

 
Controller.Axis[0].LimitHwNegAction = Mpx.Action.None;
Controller.Axis[0].LimitHwNegDirectionSensitive = false;
Controller.Axis[0].LimitHwNegDuration = 0;
Controller.Axis[0].LimitHwNegInvert = false;
          

 

See Also

LimitHwNegAction

 

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