Interface ICLDEffectorCommand
EFFECTOR CLData command activates-deactivates end effector (laser, jet nozzle, arc welder etc.).
Inherited Members
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface ICLDEffectorCommand : ICLDCommand, INamedProperty
Properties
EffectorID
Numerical identifier of the effector to activate-deactivate.
Declaration
int EffectorID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsOff
Returns "true" if this command is EFFECTOR switch OFF command, otherwise "false".
Declaration
bool IsOff { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOn
Returns "true" if this command is EFFECTOR switch ON command, otherwise "false".
Declaration
bool IsOn { get; }
Property Value
Type | Description |
---|---|
System.Boolean |