Interface ICLDClampCommand
CLAMP CLData command. You can use this to output specific clamping device control commands (chucks, vices, collets, etc. clamp and unclamp) to the output file.
Inherited Members
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface ICLDClampCommand : ICLDCommand, INamedProperty
Properties
ClampID
Unique identifier of the clamping device you need to switch. Depend on the equipment settings inside a SprutCAM project.
Declaration
int ClampID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Direction
Clamping direction (-1; 0; +1) - direction of the clamping jaw movement (sign of jaw axis coordinate change).
Declaration
int Direction { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsOff
Returns "true" if it is the clamp switch OFF command. Otherwise returns "false".
Declaration
bool IsOff { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOn
Returns "true" if it is the clamp switch ON command. Otherwise returns "false".
Declaration
bool IsOn { get; }
Property Value
Type | Description |
---|---|
System.Boolean |