Interface ICLDAxesBrakeCommand
AXESBRAKE CLData command to turn on and off axes brakes if there are axes brakes on the machine.
Inherited Members
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public interface ICLDAxesBrakeCommand : ICLDCommand, INamedProperty
Properties
Axes
Axes' enumerator object for the brakes to be possible to use covenient foreach syntax.
Declaration
IEnumerable Axes { get; }
Property Value
Type | Description |
---|---|
System.Collections.IEnumerable |
AxesCount
The count of axes inside the "Axis" list.
Declaration
int AxesCount { get; }
Property Value
Type | Description |
---|---|
int |
Axis
The list of axes brake states Axis[i] or Axis["AxisCPos"].
Declaration
ICLDBrakeAxesIndexer Axis { get; }
Property Value
Type | Description |
---|---|
ICLDBrakeAxesIndexer |
Methods
HasAxis(string)
Returns "True" if the "Axis" list contains the axis with the specified textual ID. Otherwise returns "False".
Declaration
bool HasAxis(string ID)
Parameters
Type | Name | Description |
---|---|---|
string | ID | Textual identifier of the machine axis. |
Returns
Type | Description |
---|---|
bool |