Class NcStepFileOutputKit
Kit for outputting NC steps to CSV files.
public class NcStepFileOutputKit
- Inheritance
-
NcStepFileOutputKit
- Inherited Members
- Extension Methods
Constructors
NcStepFileOutputKit()
Ctor.
public NcStepFileOutputKit()
Properties
FilePathTemplate
Gets the file path template for output files. [Tag] will be replaced with timestamp.
public string FilePathTemplate { get; }
Property Value
LineLimit
Gets or sets the maximum line limit per file. When this limit is reached, a new file will be created.
public int LineLimit { get; set; }
Property Value
Methods
FinishAndWaitSession()
Finishes the current session and waits for all data to be written.
public void FinishAndWaitSession()
NewSession()
Starts a new session and creates a new output file.
public void NewSession()
Step(INcStep0)
Processes and writes a step to the output file.
public void Step(INcStep0 step)
Parameters
step
INcStep0The NC step to process