Table of Contents

Class NcStepFileOutputKit

Namespace
Hi.Numerical
Assembly
HiMech.dll

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

string

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

int

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 INcStep0

The NC step to process