Table of Contents

Class SpindleSpeedCache

Namespace
Hi.MachiningProcs
Assembly
HiMech.dll

Represents cached spindle speed information.

public class SpindleSpeedCache
Inheritance
SpindleSpeedCache
Inherited Members
Extension Methods

Constructors

SpindleSpeedCache(SpindleSpeedCache)

public SpindleSpeedCache(SpindleSpeedCache src)

Parameters

src SpindleSpeedCache

SpindleSpeedCache(SpindleCapability, MachineMotionStep, SpindleSpeedCache)

public SpindleSpeedCache(SpindleCapability spindleCapability, MachineMotionStep machineMotionStep, SpindleSpeedCache preSpindleSpeedCache)

Parameters

spindleCapability SpindleCapability
machineMotionStep MachineMotionStep
preSpindleSpeedCache SpindleSpeedCache

SpindleSpeedCache(double, double, double, double, double, double, double, double)

public SpindleSpeedCache(double spindleSpeed_cycleDs, double infInsistentRatioSpindleTorqueBoundary_Nm, double infInsistentRatioSpindlePowerBoundary_W, double minInsistentRatioSpindleTorqueBoundary_Nm, double minInsistentRatioSpindlePowerBoundary_W, double heatCapacity_JdK, double convectionPara_WdK, double dryRunPower_W)

Parameters

spindleSpeed_cycleDs double
infInsistentRatioSpindleTorqueBoundary_Nm double
infInsistentRatioSpindlePowerBoundary_W double
minInsistentRatioSpindleTorqueBoundary_Nm double
minInsistentRatioSpindlePowerBoundary_W double
heatCapacity_JdK double
convectionPara_WdK double
dryRunPower_W double

Properties

ConvectionPara_WdK

public double ConvectionPara_WdK { get; set; }

Property Value

double

DryRunPower_W

public double DryRunPower_W { get; set; }

Property Value

double

HeatCapacity_JdK

public double HeatCapacity_JdK { get; set; }

Property Value

double

InfInsistentRatioSpindlePowerBoundary_W

public double InfInsistentRatioSpindlePowerBoundary_W { get; set; }

Property Value

double

InfInsistentRatioSpindleTorqueBoundary_Nm

public double InfInsistentRatioSpindleTorqueBoundary_Nm { get; set; }

Property Value

double

MinInsistentRatioSpindlePowerBoundary_W

public double MinInsistentRatioSpindlePowerBoundary_W { get; set; }

Property Value

double

MinInsistentRatioSpindleTorqueBoundary_Nm

public double MinInsistentRatioSpindleTorqueBoundary_Nm { get; set; }

Property Value

double

SpindleSpeed_cycleDs

public double SpindleSpeed_cycleDs { get; set; }

Property Value

double