.

Axis.DedicatedOutBit

The current state of a dedicated digital output for an axis.

This property cannot be saved to flash memory.

Version History

Introduced in MPX 2.0.

Arguments

 
Argument Type Description
output DedicatedOut The dedicated output bit to read.

Type

Boolean (Read Only)

Index

 
Index Type Description
Mpx.DedicatedOut  

Visual Basic

Syntax

Property DedicatedOutBit As Boolean(index As Mpx.DedicatedOut)

Sample Code

 

brakeReleaseAvail = xAxis.DedicatedOutAvail(DedicatedOutBrakeRelease)

If brakeReleaseAvail Then
. BrakeReleased.Checked = _
. xAxis.DedicatedOutBit(DedicatedOutBrakeRelease)
End If


Sample Application

 

C#

Syntax

bool[Mpx.DedicatedOut] DedicatedOutBit;

 

Sample Code

 

See Also

DedicatedOutAvailable

 

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