Interface ICLDEffectorCommand
EFFECTOR CLData command activates-deactivates end effector (laser, jet nozzle, arc welder etc.).
Inherited Members
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.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 |
---|---|
int |
IsOff
Returns "true" if this command is EFFECTOR switch OFF command, otherwise "false".
Declaration
bool IsOff { get; }
Property Value
Type | Description |
---|---|
bool |
IsOn
Returns "true" if this command is EFFECTOR switch ON command, otherwise "false".
Declaration
bool IsOn { get; }
Property Value
Type | Description |
---|---|
bool |