Interface ICLDSyncAxesCommand
SYNCAXES CLData command. The purpose of this command is to enabled or disable a mode of simultaneous synchronous movement of two axes of the machine (for example left and right spindle rotation axes on a two spindle lathe machine).
Inherited Members
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface ICLDSyncAxesCommand : ICLDCommand, INamedProperty
Properties
FirstAxisID
Textual axis identifier for the first of the machine axes between which synchronization is performed.
Declaration
string FirstAxisID { get; }
Property Value
Type | Description |
---|---|
System.String |
IsOff
Contains "true" if the command disables a mode of synchronous movement, otherwise it is "false".
Declaration
bool IsOff { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOn
Contains "true" if the command enables a mode of synchronous movement, otherwise it is "false".
Declaration
bool IsOn { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SecondAxisID
Textual axis identifier for the second of the machine axes between which synchronization is performed.
Declaration
string SecondAxisID { get; }
Property Value
Type | Description |
---|---|
System.String |