Interface ICLDSyncWaitCommand
WAIT CLData command is used to synchronize multiple concurrent threads of control (several NC-programs or channels, each of which can control a separate machine tool). To make it you should add a special label to the NC-program, implementing the suspension of the program until the achievement of a similar label in another (concurrent) program (channel).
Inherited Members
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface ICLDSyncWaitCommand : ICLDCommand, INamedProperty
Properties
PointID
Unique textual identifier of the synchronization point, defined by the user.
Declaration
string PointID { get; }
Property Value
Type | Description |
---|---|
System.String |
PointIndex
Ordinal number of the synchronization point automatically generated by the system.
Declaration
int PointIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |