Interface ICLDMachineAxisInfo
The object that contains information about one axis of the machine, obtained from the SprutCAM's machine schema.
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface ICLDMachineAxisInfo
Properties
Address
Short textual axis designation as it defined inside machine schema. For example "X".
Declaration
string Address { get; }
Property Value
Type | Description |
---|---|
System.String |
AxisID
Unique textual axis (machine state parameter) identifier as it defined inside machine schema. For example "AxisXPos".
Declaration
string AxisID { get; }
Property Value
Type | Description |
---|---|
System.String |
Enabled
Contains "True" if the axis is enabled in machine schema settings of SprutCAM. Can be "False" for example when the axis is presented on the machine physically but not used in exact configuration.
Declaration
bool Enabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Index
The index of the axis in the list of machine axes of the CLData project.
Declaration
int Index { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsA
Returns "True" if it's the standard A axis of machine.
Declaration
virtual bool IsA { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsA1
Returns "True" if it's the standard A1 joint axis of a robot.
Declaration
virtual bool IsA1 { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsA2
Returns "True" if it's the standard A2 joint axis of a robot.
Declaration
virtual bool IsA2 { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsA3
Returns "True" if it's the standard A3 joint axis of a robot.
Declaration
virtual bool IsA3 { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsA4
Returns "True" if it's the standard A4 joint axis of a robot.
Declaration
virtual bool IsA4 { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsA5
Returns "True" if it's the standard A5 joint axis of a robot.
Declaration
virtual bool IsA5 { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsA6
Returns "True" if it's the standard A6 joint axis of a robot.
Declaration
virtual bool IsA6 { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsB
Returns "True" if it's the standard B axis of machine.
Declaration
virtual bool IsB { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsC
Returns "True" if it's the standard C axis of machine.
Declaration
virtual bool IsC { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsC1
Returns "True" if it's the standard C1 axis of machine.
Declaration
virtual bool IsC1 { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsC2
Returns "True" if it's the standard C2 axis of machine.
Declaration
virtual bool IsC2 { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsE1
Returns "True" if it's the standard E1 external axis of a robot.
Declaration
virtual bool IsE1 { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsE2
Returns "True" if it's the standard E2 external axis of a robot.
Declaration
virtual bool IsE2 { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsE3
Returns "True" if it's the standard E3 external axis of a robot.
Declaration
virtual bool IsE3 { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRotary
Contains "True" if the axis type is rotary. For linear axes it will "False".
Declaration
bool IsRotary { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsX
Returns "True" if it's the standard X axis of machine.
Declaration
virtual bool IsX { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsY
Returns "True" if it's the standard Y axis of machine.
Declaration
virtual bool IsY { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsZ
Returns "True" if it's the standard Z axis of machine.
Declaration
virtual bool IsZ { get; }
Property Value
Type | Description |
---|---|
System.Boolean |