Class NcEnv
public class NcEnv : IMakeXmlSource
- Inheritance
-
NcEnv
- Implements
- Inherited Members
- Extension Methods
Constructors
NcEnv(CncBrand)
Ctor.
public NcEnv(CncBrand cncBrand = CncBrand.Fanuc)
Parameters
cncBrand
CncBrand
NcEnv(XElement, string, string)
Ctor.
public NcEnv(XElement src, string baseDirectory, string relFile)
Parameters
Properties
AttacherAtMcZeroOnTableCoordinate
public Vec3d AttacherAtMcZeroOnTableCoordinate { get; }
Property Value
CncBrand
public CncBrand CncBrand { get; set; }
Property Value
CommentSymbol
public string CommentSymbol { get; }
Property Value
ConfigurationTable
public Dictionary<string, int> ConfigurationTable { get; }
Property Value
CoordinateConverter
public ICoordinateConverter CoordinateConverter { get; set; }
Property Value
EnableArcCornerRadiusCompensation
public bool EnableArcCornerRadiusCompensation { get; set; }
Property Value
EnableIntegerShrinkOnPositionCommand
public bool EnableIntegerShrinkOnPositionCommand { get; }
Property Value
EnableShortestRotary
Enables shortest rotary path movement. This option does not affect Heidenhain controllers. For Heidenhain controllers, see HiUniNc.Heidenhain.IHeidenhainShortestRotaryPathEnabled, HiUniNc.Heidenhain.HeidenhainM126 and HiUniNc.Heidenhain.HeidenhainM127.
public bool EnableShortestRotary { get; set; }
Property Value
FanucPara5003
Fanuc 5003. These bits are used to specify the type of startup/cancellation of tool radius - tool nose radius compensation. 0: type A; 1: type B; 2,3: type C. Assume always zero.
Type A: A compensation vector perpendicular to the block next to the startup block or the block preceding the cancellation block is output. Type B: A compensation vector perpendicular to the startup block or cancellation block and an intersection vector are output. Type C: When the startup block or cancellation block specifies no movement operation, the tool is shifted by the cutter compensation amount in a direction perpendicular to the block next to the startup or the block before cancellation block.
public byte FanucPara5003 { get; set; }
Property Value
HeidenhainDatumPresetTable
For Heidenhain CYCL DEF 247 Datum Preset.
public Dictionary<int, Vec3d> HeidenhainDatumPresetTable { get; }
Property Value
Remarks
Datum Preset seems an older settings in heidenhain manual relative to Datum Shift.
HeidenhainDatumShiftTable
For Heidenhain CYCL DEF 7 Datum Shift. Also called Datum table in heidenhain manual.
public Dictionary<int, Vec3d> HeidenhainDatumShiftTable { get; }
Property Value
Remarks
Datum Preset seems an older settings in heidenhain manual relative to Datum Shift.
HeidenhainMasterAxisChar
public char HeidenhainMasterAxisChar { get; set; }
Property Value
HeidenhainMasterAxisDir
The master axis determines the behaviour of SEQ command. ex. PLANE SPATIAL SPA-77.516 SPB+0 SPC-10.365 STAY SEQ-TABLE ROT The master axis is the 1st rotary axis from the tool, or the last rotary axis from the table(depending on the machine configuration). SEQ+ positions the master axis so that it assumes a positive angle. See: TNC 640 | User's ManualDIN/ISO Programming | 1/2015 p432
public int HeidenhainMasterAxisDir { get; set; }
Property Value
HomeMc
Home machine coordinate. First reference position. The position may not equal to machine zero in real Fanuc controller.
public Vec3d HomeMc { get; set; }
Property Value
IsAxisAExisted
public bool IsAxisAExisted { get; }
Property Value
IsAxisBExisted
public bool IsAxisBExisted { get; }
Property Value
IsAxisCExisted
public bool IsAxisCExisted { get; }
Property Value
IsIdealOffsetDependentOnToolHouse
public bool IsIdealOffsetDependentOnToolHouse { get; set; }
Property Value
IsoCoordinateTable
ISO coordinate table. i.e., CoordinateTable For G54 series.
public IsoCoordinateTable IsoCoordinateTable { get; set; }
Property Value
MaxRotarySpeedABC_degds
For safety reason, internal use only. Maximum rotary speed in degds.
public Vec3d MaxRotarySpeedABC_degds { get; set; }
Property Value
MaxRotarySpeedABC_radds
Maximum rotary speed in rad/s.
public Vec3d MaxRotarySpeedABC_radds { get; set; }
Property Value
MaxSpindleSpeed_rpm
public double MaxSpindleSpeed_rpm { get; set; }
Property Value
MillingToolOffsetTable
public MillingToolOffsetTable MillingToolOffsetTable { get; set; }
Property Value
RapidFeedrate_mmdmin
Rapid move speed in mm/min.
public double RapidFeedrate_mmdmin { get; set; }
Property Value
RapidFeedrate_mmds
Rapid move speed in mm/s.
public double RapidFeedrate_mmds { get; set; }
Property Value
RefNcLineOnInit
public NcLine RefNcLineOnInit { get; set; }
Property Value
SetToolHeightCompensationOnFeatureNormal
public bool SetToolHeightCompensationOnFeatureNormal { get; set; }
Property Value
StrokeLimitABC_rad
public Box3d StrokeLimitABC_rad { get; set; }
Property Value
StrokeLimitXYZ_mm
public Box3d StrokeLimitXYZ_mm { get; set; }
Property Value
ToolingMc
public Vec3d ToolingMc { get; set; }
Property Value
ToolingTime
Tool changing duration in sec.
public TimeSpan ToolingTime { get; set; }
Property Value
XName
Name for XML IO.
public static string XName { get; }
Property Value
Methods
IsAxisExisted(int)
public bool IsAxisExisted(int dir)
Parameters
dir
int
Returns
MakeXmlSource(string, string)
Creates an XML representation of the object. This method may also generate additional resources such as related files.
public XElement MakeXmlSource(string baseDirectory, string relFile)
Parameters
Returns
- XElement
An XML element representing the object's state